Note that there are some explanatory texts on larger screens.

plurals
  1. POWhy is only 1 of 4 boxes droppable, if they are all supposed to be?
    primarykey
    data
    text
    <p>At my <a href="http://englishgod.com/" rel="nofollow">sandbox site</a>, if you load it a drop down menu appears after a few seconds with "confirm" button. If you click that "confirm" button, the background image changes and some new boxes load. The four small boxes on the newly loaded page are draggable, and the 4 boxes inside the white box are supposed to be droppable, but only one is. </p> <p><strong>New Update-</strong> Here is a working fiddle of <strong>the whole code</strong>. Click "submit" on the fiddle. After the new boxes load and they are all draggable and droppable. <a href="http://jsfiddle.net/mjmitche/uc6sH/32/" rel="nofollow">Working fiddle of whole code</a></p> <p>However, on my sandbox site only one box (the red box in the big white box on page 2) is actually droppable.</p> <p><strong>IMPORTANT CLUE</strong> -- if I change the CSS position on the red box, it's no longer droppable for some reason. For example, I swapped the left: position on the red and lime green boxes, and it took away the droppable functionality from the red box so that none of the boxes were droppable. </p> <p><strong>Another new update</strong> I recreated the problem on a non-wordpress site, so we know it's not a wordpress issue or wordpress plugin issue <a href="http://quoraquora.com/index.php" rel="nofollow">non-wordpress site</a>. Except on this site, it's not the red box on the second page that's droppable, only the dark blue box.</p> <p><strong>Another new update</strong> The first person to respond to this thread has discovered that if the red box is removed from the dom, the light blue one becomes droppable...</p> <p>Any idea how to fix this? Also, can you show me how I would add console.log to this code so that I can try to dig deeper. I've never attached console log to code...</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload