Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Sidebars & Widgets (http://forum.bytesforall.com/forumdisplay.php?f=14)
-   -   [SOLVED] sidebar background image showing up on post page, but not on regular pages (http://forum.bytesforall.com/showthread.php?t=14894)

tsheridan Jul 17, 2011 01:48 PM

[SOLVED] sidebar background image showing up on post page, but not on regular pages
 
I don't have a sidebar background image on any page, just on the post page, which in this case will be serving as the website's Home page. (What you see at the top and bottom is part of the header & footer graphics.)

The URL is http://wildwildwesthomes.com.

I only have the Right sidebar enabled, not the right inner sidebar, and I have it checked to display on all pages. I don't have it disabled on any pages.

This is the code I have in the Right Sidebar Style area:

padding: 10px 10px 10px 10px;
background: url(wp-content/themes/atahualpa/images/sidebar.jpg) repeat-y;

Any ideas? Thanks!

lmilesw Jul 17, 2011 08:06 PM

Either put a slash at the beginning of the image path or use the full path. And I would add quotes around the path as well.

HTML Code:

background: url("/wp-content/themes/atahualpa/images/sidebar.jpg") repeat-y;
OR
HTML Code:

background: url("http://wildwildwesthomes.com/wp-content/themes/atahualpa/images/sidebar.jpg") repeat-y;


All times are GMT -6. The time now is 05:54 AM.

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