Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   New Versions, & Updating (http://forum.bytesforall.com/forumdisplay.php?f=12)
-   -   PATCH 3724-02: Full width headers cause sticky footer to appear below bottom of page (http://forum.bytesforall.com/showthread.php?t=23476)

juggledad May 5, 2016 05:57 AM

PATCH 3724-02: Full width headers cause sticky footer to appear below bottom of page
 
1 Attachment(s)
If you are using sticky footers (ATO->Style & edit FOOTER->Sticky footer on short pages?) AND are using full width headers (ATO->Style & edit HEADER AREA->Full Width Header) The footer will be pushed below the bottom of the viewers window.

To fix this problem you can eithor (1) edit js.php and change line 280-281 from
HTML Code:

        var headerheight = jQuery("td#header").height();
        var footerheight = jQuery("td#footer").height();

to
HTML Code:

        var headerheight = jQuery("td#header").height() + jQuery("div#header").height();
        var footerheight = jQuery("td#footer").height() + jQuery("div#footer").height();

or (2) download the attached file, unzip it and replace js.php with the fixed version.

wirwe May 5, 2016 01:09 PM

Unchecking the full-width header option this issue remains. But unchecking full-width footer solves it. (Even without your suggested modifications).

Edit: Oops, it seemed like it did solve it. But I was wrong, sorry.


All times are GMT -6. The time now is 06:32 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.