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)
-   -   [SOLVED] bar and sidebar configuration disappear (http://forum.bytesforall.com/showthread.php?t=5695)

bplazar Feb 3, 2010 09:45 AM

[SOLVED] bar and sidebar configuration disappear
 
I am working on rewriting my existing static HTML website in Atahualpa because it is a such an awesome theme and so much easier for me to update. I just installed 3.4.5 on my blog on the static site to see if I can make the blog look like my static site. I have a slight problem that my bar1 and sidebar configuration (background) disappear on all pages except my home page. Any ideas?

http://www.daisytwist.com/bethsblog

Thanks!!!:)

juggledad Feb 3, 2010 10:46 AM

are eithor of the pages a page template you created?

bplazar Feb 3, 2010 11:05 AM

No. No templates yet. It happens on the post pages too. I'm also noticing it happens with my center column background and my right sidebar background now too as I have just added these.

B

juggledad Feb 3, 2010 12:39 PM

Your sidebars are there, just the image is missing. That's because of the way you defined them. For example - at ATO->Style & configure SIDEBARS->LEFT sidebar style you have
HTML Code:

td#left {
vertical-align:top;
padding:10px 10px 10px 10px;
background-image:url('wp-content/themes/atahualpa/images/left_column_bg3.gif')
}

change it to
HTML Code:

td#left {
vertical-align:top;
padding:10px 10px 10px 10px;
background-image:url('http://www.daisytwist.com/bethsblog/wp-content/themes/atahualpa/images/left_column_bg3.gif')
}


bplazar Feb 3, 2010 12:45 PM

Man. I feel stupid now. Thanks Juggledad.:o


All times are GMT -6. The time now is 07:33 PM.

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