Speed Booster – Breaking Home Page

Posted in: Newspaper
Post count: 12

Hi,

my site is http://theconstructor.org/ and when I activate speedbooster plugin, the homepage does not have any content. Just adsense ads are displayed and all other content does not load. I have only enabled page cache in W3TC plugin. This happens only when I activate speed booster plugin 3.1 . When I go back to v3, there is no such problem, but it does not help me in putting css at the bottom.

  • This topic was modified 11 years by Gopal. Reason: more info
Post count: 12

Screenshot for the above problem when speed booster plugin activated
http://theconstructor.org/screenshot.png

Post count: 12

solved it.. problem was with td-speed-booster.php file and this code
function wp_head_hook() {
if ($this->td_theme_name == ‘Newspaper’) {
echo ‘<style>body {visibility:hidden;}</style>’;
}
}
changed visibility to visible and now everything is fine.

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.