SkyTroll
Forum Replies Created
Viewing 2 replies - 1 through 2 (of 2 total)
-
Forum: Plugins
In reply to: [WP Fastest Cache - WordPress Cache Plugin] html is corruptedReinstalled it – still the same end tag
Forum: Plugins
In reply to: [WP Fastest Cache - WordPress Cache Plugin] html is corruptedIt does have both tags in footer.php:
<!-- begin footer --> <?php $content_design = get_option('frugal_content_design'); ?> <div style="clear:both;"></div> <?php if ($content_design['fr_head_foot_fluid'] == "Footer Only" || $content_design['fr_head_foot_fluid'] == "Header & Footer Only" || $content_design['fr_head_foot_fluid'] == "Navbar & Footer Only" || $content_design['fr_head_foot_fluid'] == "All") { echo '</div> <!-- Closes Wrap -->' . "\n"; } ?> <?php frugal_hook_before_footer(); ?> <div id="footer_wrap"> <div id="footer"> <?php frugal_hook_footer(); ?> </div> </div> <?php frugal_hook_after_footer(); ?> <div style="clear:both;"></div> <?php if ($content_design['fr_head_foot_fluid'] == "None" || $content_design['fr_head_foot_fluid'] == "Header Only" || $content_design['fr_head_foot_fluid'] == "Navbar Only" || $content_design['fr_head_foot_fluid'] == "Header & Navbar Only") { echo '</div> <!-- Closes Wrap -->' . "\n"; } ?> <?php wp_footer(); ?> <?php frugal_hook_after_html(); ?> </body> </html>Another thing I’ve noticed is that it gives “html is corrupted” on every page when I clear all the cache but it still caches them after some time. What could be the reason?
Viewing 2 replies - 1 through 2 (of 2 total)