Hi there,
when I install a gallery plugin and upload photos to it, the pages with the galleries don't show the theme's background images. This has happened with more than one gallery, so I don't think it's the plugin per se.
no gallery (what it should look like):
http://03145e2.netsolhost.com/pagetechwp/
with gallery (background not showing up):
http://03145e2.netsolhost.com/pagetechwp/?p=66
Any insight is much appreciated!
aproimage
Member
Posted 1 year ago #
Hi,
I'm not sure if this is the exact problem, but in your default.css you have the following.
.single .post, .single-post
with the background 'bg.png'
When I removed this background line in Firebug your main background came back on the gallery page.
Hope it works.
Cheers, Rob
do you mean this line?
.single .post, .single-post { background: url(../../images/techblue/content-bg.jpg) repeat-x #FFF; border: 1px solid #CCC; margin: 0 10px 20px 0; }
I tried taking it out, but that didn't work.
sorry, my mistake... I was looking at an older version of the .css file.
now the background image for the page is back, but the post background is gone (since we deleted the code for it).
aproimage
Member
Posted 1 year ago #
Sorry I didn't notice the post background had disappeared, have you tried looking to see if there is an unclosed div anywhere that may have been exposed by the plugin?
is there an easy way to do that, or do I just need to sift through all the files in the skin?