getPageWrapper causes jquery to freak out.
Permalink
So I've build a website where I had forgotten to add the:
So I've just added it. However, this causes the jquery to start freaking out.
Here are some screenshots to show what happends:
http://imgur.com/a/A10pr
<div class="<?=$c->getPageWrapperClass()?>">
So I've just added it. However, this causes the jquery to start freaking out.
Here are some screenshots to show what happends:
http://imgur.com/a/A10pr
To elaborate on the above mentioned post:
Screenshot 1: This is how the page is suppose to look.
Screenshot 2: This happeneds when hovering over a button (causing this strange white overlay.
Screenshot 3: When toggling one of the buttons.
This used to work before adding the "getPageWrapperClass" so I'm wondering what's going on.