Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » New Versions, & Updating »

PATCH 3724-02: Full width headers cause sticky footer to appear below bottom of page


  #1  
Old May 5, 2016, 05:57 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
PATCH 3724-02: Full width headers cause sticky footer to appear below bottom of page

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.
Attached Files
File Type: zip js.zip (3.3 KB, 1491 views)
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #2  
Old May 5, 2016, 01:09 PM
wirwe
 
5 posts · May 2016
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.

Last edited by wirwe; May 5, 2016 at 01:23 PM.

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] PATCH 3724-01: Custom Menu/SubMenu issue after upgrading to WP 4.4 juggledad New Versions, & Updating 5 Apr 8, 2016 04:07 AM
Sticky at the bottom of page, Footer, end of page sweeper240 Center area post/pages 1 Jul 19, 2010 03:10 PM
[SOLVED] How to have a full-screen bottom bar with fixed-width website FineDesigns Header configuration & styling 1 Jul 7, 2010 01:15 PM


All times are GMT -6. The time now is 08:06 PM.


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