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 » Center area post/pages » Post-Kicker, -Byline & -Footer »

[SOLVED] Browser scroll bars even on my short pages


  #1  
Old Mar 2, 2013, 07:10 PM
realsol
 
21 posts · Jan 2013
Not sure what happened, but all of the pages on my site scroll way past the end of the footer. I have looked at the HTML source, but it gives no indication why this is happening. I can't find an option for page length in the theme settings, so I am at a loss.

I just published this site today. All day it was fine. I have rebooted my pc, still no luck. Happens in all browsers.

Can anyone help. The site is http://easyaccessonline.com

Thanks.
  #2  
Old Mar 2, 2013, 07:15 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
GYou should look at your site using the FireBug Extension in FireFox and examine the area below the footer to see what element it is and what CSS is vbeing applied to it.

or you could export your settings and go trhu one option page at a time and reset the options and then look at the page and see what happens. EWhen there is a change in the height, you can look at the options on that page.

(took me less than 2 minutes to figure it out with FireBug)
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #3  
Old Mar 2, 2013, 07:18 PM
realsol
 
21 posts · Jan 2013
No, I actually just looked at it again and saw it, but I have really made no changes since it was working just fine today. What could be causing all that stuff to show?
  #4  
Old Mar 2, 2013, 07:24 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
Quote:
No, I actually just looked at it again and saw it
looked at what and saw what?
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #5  
Old Mar 2, 2013, 07:31 PM
realsol
 
21 posts · Jan 2013
Looked at the HTML Source. I am just trying to figure out what could be causing all that crap at the end of the header. It looks like a bunch of wp-admin links when you look at the source.

The only thing I have been working on today is the Header graphics. So I just deactivated that plugin, but all that stuff was still there. I have no idea what it is.
  #6  
Old Mar 2, 2013, 07:35 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
Take a look while you are not logged into the site.

Your original question is about the scrolling....that is what I was answering.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #7  
Old Mar 2, 2013, 07:41 PM
realsol
 
21 posts · Jan 2013
Here is the start of the footer in the HTML source to the bottom of the source:

Code:
<!-- Footer -->
<td id="footer" colspan="1">
    Copyright &copy; 2013 <a href="http://easyaccessonline.com/">Easy Access Online</a> - All Rights Reserved<br />Powered by <a href="http://wordpress.org/">WordPress</a> &amp; <a href="http://forum.bytesforall.com/">Atahualpa</a>        <p>
    53 queries. 0.581 seconds.    </p>
    
    
    </td>


</tr>
</table><!-- / layout -->
</div><!-- / container -->
</div><!-- / wrapper -->
</body>
</html>
Now that I am logged out I don't see the wordpress admin stuff, but still a never ending page
  #8  
Old Mar 2, 2013, 07:48 PM
realsol
 
21 posts · Jan 2013
If I export all of the themes setting to a file and reset the theme, will I be able to restore it by importing the settings again? I mean does everything come back? I have made so many CSS changes over the last 2 months I would hate to loose them.

I actually backed everything up before this started happening.
  #9  
Old Mar 2, 2013, 08:08 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
Yes you can reimport it and your settings will be there.

If you don't use firebug to examine the area below the window, do as I said and reset one page of options at a time.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #10  
Old Mar 2, 2013, 08:11 PM
realsol
 
21 posts · Jan 2013
I am seeing this using Firebug:

Code:
<ul id="er_0384889703779822_cm" class="er_cm" style="display: none;">
<li wasclass="separator">
<a href="#about">About Rotator...</a>
</li>
</ul>
It is strange as it doesn't show in the HTML, but it does in Firebug. Not sure if this is the cause or not.
  #11  
Old Mar 2, 2013, 08:20 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
Go look at the CSS applied to the container
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #12  
Old Mar 2, 2013, 08:35 PM
realsol
 
21 posts · Jan 2013
Well, I reset all theme options and no longer do I have long pages. Then I restored a backup I did this morning and it is back to being long.

I stripped out all of the CSS Inserts, but that didn't do anything so I assume everything there is correct. It is something within the settings, but I don't know where to start. I stripped out the code that creates the text for the footer, but again, nothing.

Any ideas on where to look?
  #13  
Old Mar 2, 2013, 08:38 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
Go back and read post #2
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #14  
Old Mar 2, 2013, 08:40 PM
realsol
 
21 posts · Jan 2013
GOT IT!

No idea how this got there and why it didn't effect anything until now but in the 'Layout Container Style' I had this:

min-height: 3000px;

Nice.

Thanks for all of your help. Love the Theme and glad I donated $20 the other day. Worth every penny.

Bookmarks



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] V. 3.6.7 - Footer is not sticky on short pages kippiper Post-Kicker, -Byline & -Footer 4 Jun 2, 2011 03:42 PM
[SOLVED] In IE the image show with scroll bars and the link is not available Context Canada Center area post/pages 2 Jan 6, 2011 06:48 AM
Right Scroll Bar Not Showing in Browser Zona Header configuration & styling 5 Jan 12, 2010 04:52 AM
Colourful scroll bars Tigger Atahualpa 3 Wordpress theme 2 Feb 10, 2009 08:10 AM


All times are GMT -6. The time now is 11:19 PM.


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