Hello,
I added Simple:Press to my WP.org site, but the theme’s background image disappears on the Forum page no matter which template I use. The background image returns on that page when I disable Simple:Press, so the theme’s template isn’t to blame.
With SP enabled, I inspected a working page (Home) with Firebug, and it says this:
<body class="home customize-support"> <img id="background" style="" alt="img" src="http://mydomain/wp-content/uploads/2013/01/1.jpg" />
Now, when I inspect the Forum page it says this:
<body class=" customize-support"> <img id="background" style="display: none;" alt="img" src="#" />
Any ideas on how I can I fix this problem? The theme’s Javascript (some fancy hover effects on the navigation) also stop working on the Forum page when SP is enabled, if that helps at all.
Thank you,
N