Problems Rendering Header and Footer
-
I have been working on a new website based on the Ascent theme and am really happy with how things are turning out but I am having a few problems with rendering and I believe it has something to do with the special effects that are built into the header and footer areas.
The problem I was having with the footer was the if I displayed the page, the text in the footer would not show up unless I resized the page, I was able to get around this problem by changing the following line in footer.php…
<div class="container animated fadeInLeft">
to
<div class="container">
Of course this eliminated the fade-in effect but at least the footer loads properly now.
The problem I am having with the header I have been so far unable to solve. Basically, if I load the site into a webpage and the window is not large enough to contain the entire page the scroll bars are not working, the page constantly wants to pop back up to the top of the page when I attempt to scroll down.
I have a feeling it is related to the effect that collapses the bars above and below the header when scrolling down so that the header continues to be displayed.
I am curious if anyone knows why these effects might be causing problems and if anyone can tell me how to turn off the effect for the header which I am guessing will fix my problem?
Thanks in advance.
- The topic ‘Problems Rendering Header and Footer’ is closed to new replies.