getPageWrapper causes jquery to freak out.

Permalink
So I've build a website where I had forgotten to add the:
<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

 
ghoststalker195 replied on at Permalink Reply
So after editing the first post a few times in a row, I appear to have been banned (maybe?) I keep getting the message: "This user is inactive" and can no longer log into the concrete5 forums.

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.
tallacman replied on at Permalink Reply
tallacman
did you add the corresponding </div> tag at the very bottom of your theme?