Add Block -> JQuery Popup

Permalink
Hallo,

Im developing a website with concrete and is works perfectly. The only problem I encouter is whenever i want to add a block to the page, the popup is not displaying. The Content is displaying on a clean page.

I think it is a JQuery conflict somehow.

Someone got any solutions?

Regards,

Dennis

1 Attachment

 
Ale replied on at Permalink Reply
There might be an open <div> element on your page layout that causes the problem. Especially as it seems that you are using Internet Explorer which is really picky on div openings and closings.

Try and see if some other browsers render the page differently. Also, I think there are some developer tools in IE8 which you can use to look for problematic elements and missing closing tags. I personally prefer Firefox and the Firebug extension which you can use to browse through DOM easily (besides many many other handy tools).
dvanoers replied on at Permalink Reply
Thanks for the reply.

I found out the problem. I had a DIV on my page with id 'options' I think it was conflicting with a div for the popup.

Regards,

Dennis