• The footer is becoming big when you open a post. What could be the issue? I tried to see the problem by first disabling all plugins. I also re-uploaded the footer file of the theme. I noticed that when the main body is longer then the sidebar, the problem does not arise, or on posts where there are comment which make the main body bigger then the sidebar the issue does not arise. What could be the problem?

    http://www.motorbeam.com/

Viewing 12 replies - 1 through 12 (of 12 total)
  • What could be the problem?

    Bad markup, chances are.

    Thread Starter BUSA

    (@busa)

    Thanks there, Ill look into that asap and try to solve what can be done to the best of my knowledge.

    Thread Starter BUSA

    (@busa)

    I have removed most of the errors but still the problem persists. It would be good to mention that the problem did not exists in WP 2.7 but only came in 2.7.1

    The errors that are left do happen to correspond to the beginning of the comments section…

    But honestly, I don’t think I see the problem you are describing. Can you point me to a page where you see this issue?

    Thread Starter BUSA

    (@busa)

    I’m trying to help you– for free. Don’t be rude.

    The footer– the gray and white bar– on your page is exactly the same size on all of you pages on several different browsers and three different OSes. But I think maybe I figured out what you are talking about. Are you talking about the space between the bottom of the post and gray and white bar at the bottom of the page? If so, the short answer is that there is no problem. The footer is doing just what it is supposed to do– float to the bottom of the page, whether the bottom happens to be the bottom of the post content or the bottom of the sidebar. You just want it to do something different. That’s all. To do that you are going to have to edit the theme. You’ll need to (probably) move the gray bar out of the footer and put it into, maybe, div id="centercol" then play with the CSS most likely. I say maybe because I don’t exactly how your theme is coded but that should get you started.

    Thread Starter BUSA

    (@busa)

    Sorry apljdi if you thought i was rude, i did not mean to be. I really appreciate your help.

    Coming back to the problem, when you open a post which is not as long as the sidebar, then there is huge gap between the footer and the end of the page. I am adding a screen shot. Check it out here http://fasbusa.googlepages.com/footer_gap.JPG

    The same does not happen on the home page or on posts with more comments and the main body being longer then the sidebar.

    Right. I understand. That gray bar floats to the bottom of the page no matter what defines the bottom. You don’t want it to do that. It sounds like you want it to stick with the bottom of the main post content/post body section. To make it stick to the bottom of the post body you are going to have to rewrite a little bit of your theme. The last few sentences of my previous comment explains what I think, tentatively, you’ll need to do. But I can add to those comments a little bit. It looks like the image is a background image so the thing to do might be to remove the background image CSS from the footer, create another div inside the post body section and add the background image information to that div. I can’t be more specific because I can’t read the raw PHP from you site and your theme looks to be a commercial theme so I can’t easily download it either.

    Thread Starter BUSA

    (@busa)

    Thanks apljdi. If you notice the home page, the footer gets over there itself and thats how i want it to be in all the posts. There was no issue what so ever before i upgraded to 2.7.1 Only after upgrading this problem has arisen.

    Yes the theme is commercial theme from woothemes.

    Well, I think I’ve described as well as I can what you need to do. Take a shot at adding a div inside div id="centercol". In your CSS file, or one of them, you’ll have to assign the new div a height and width and a background image– for the background use the same as the current footer; background: #E4E2DB url(iceblue/bgr-footer.gif) repeat-x scroll 0;.

    Thread Starter BUSA

    (@busa)

    Thats apljdi,will surely try to do the necessary changes.

    Thread Starter BUSA

    (@busa)

    Hi guys,

    After much thought, i thought of reinstalling the theme, so i deleted the old theme and reinstalled the latest version of the theme. All bad mark ups are now eliminated, but yes the problem still persists, the footer still gets long.

Viewing 12 replies - 1 through 12 (of 12 total)

The topic ‘Footer Gets Big’ is closed to new replies.