Block selection unclickable whilst editing.

Permalink
Hi All,

Got a slight issue that I cannot seem to fix... For some reason when editing a page I can only select the block in the top left hand corner. See screenshot attached for a clearer picture.

I'm not sure if it is a Javascript clash or something in my page code but the popup's don't work either whilst editing. On the other hand, this functionality does work in the stacks menu so I assume I have some code that is screwing it up?

Any help is much appreciated!

1 Attachment

simonknibbs
 
EvanCooper replied on at Permalink Reply
EvanCooper
Hi Simon,

Yeah this is most likely a javascript issue in the theme. One thing that might he helpful is to right click using your browser, use "inspect element", and head over to the console tab to see what javascript errors are popping up. Another usual culprit is including scripts that rely on jQuery before the header_required php include in header.php, so double check that no scripts are coming in to early. Hope that helps!
TeleFox replied on at Permalink Reply
Hey, even my page was going haywire while editing, your inspect element trick helped. I also checked for any jQuery bug. Thanks, It helped