Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Atahualpa 3 Wordpress theme (http://forum.bytesforall.com/forumdisplay.php?f=2)
-   -   Left Sidebar - Footer Displays in Sidebar (http://forum.bytesforall.com/showthread.php?t=634)

endeavourz Mar 3, 2009 09:07 PM

Left Sidebar - Footer Displays in Sidebar
 
I have my left sidebar activated on one of my pages, and it seems that the footer is displaying in the left sidebar.

Any suggestions on how I can get it to return to the bottom of the page?

Thanks so much for creating this excellent template Flynn.

Flynn Mar 4, 2009 05:44 AM

You're missing a colspan="2" in the footer TD
HTML Code:

        <!-- Footer -->      <td><p style="font-family:Verdana, Arial, Helvetica, sans-serif; text-align:center; font-size:10px;">
should be

HTML Code:

        <!-- Footer -->
      <td colspan="2" id="footer"><p style="font-family:Verdana, Arial, Helvetica, sans-serif; text-align:center; font-size:10px;">

I also noticed that you have CSS in the body
(in the sidebar, through the widget wposcwidget_new_display)
that should be in the header:

This should not be in the body
HTML Code:

<style type="text/css">
div.rkImg
{
  margin: 2px;
  border: 0px;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
}   
div.rkImg img
{
  display: inline;
  margin: 3px;
  border: 0px;
}
div.rkImg a:hover img {border: 0px;}
div.desc
{
  text-align: center;
  font-weight: normal;
  width: 120px;
  margin: 2px;
}
div.rkDescRight
{
  text-align: left;
  font-weight: normal;
  width: auto;
  margin: 4px;

</style>

You could insert that at HTML/CSS Inserts -> CSS Insert (Without <style type="text/css"> and </style>

endeavourz Mar 4, 2009 09:44 AM

Hi Flynn,

Thank you! Fixed footer in less than 5 seconds.

I also appreciate the note about the css, however, where do I remove that bit of css from? I didn't see it in the plugin file ...

Excellent service as always! The Best!

Flynn Mar 4, 2009 10:25 AM

Then the widget is probably inserting that, which is kinda odd. But if it doesn't break anything then I'd leave it there for now. Manually removing is not possible if the widget adds it.

I spotted a bigger problem though, in IE7 posts overflow the right sidebar because of the overflow:visible for the flash/image on top that was being cut off in IE7 without the overflow: visible.

Since you have an almost fixed width layout you could avoid that with a CSS Insert such as

HTML Code:

div.post {
width: 600px;
}


endeavourz Mar 4, 2009 11:29 AM

Thanks again for your help!

JBWhite Mar 26, 2009 11:04 PM

I am suddenly having this problem, too. The link to bytesforall has shifted to the right side of the page, the copyright text and the border around my right sidebar are gone. I installed the Collapsing Categories widget, but am unsure that's the problem?

Flynn Mar 27, 2009 05:39 PM

I'd have to see a URL with the error in action


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

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