Automatic Upgrade of NextGen ruined my site
-
Did an automatic upgrade of NextGen Gallery via the WP admin pages and behold: The WP template background image for the content pane went away!?
Temp Solution: Removal of the NextGen plugin restored site.
Findings
Theme ArcLite line totally ignored but still active as valid CSS (no override):
#main {
background:transparent url(images/main-center.jpg) no-repeat scroll center top;
padding-top:20px;
}What I see on screen is the Theme ArcLite’s body colour:
body {
background:#261C13 none repeat scroll 0 0;
}
… although the background image says it’s there in ‘Firebug’Anybody know how to fix this hick-up?
Regards
Akerman
- The topic ‘Automatic Upgrade of NextGen ruined my site’ is closed to new replies.