Viewing 15 replies - 1 through 15 (of 21 total)
  • Plugin Author Emre Vona

    (@emrevona)

    If a page does not have “</body>” or “</html”> tag, the plugin gives such error. Can you put the footer.php please?

    Thread Starter SkyTroll

    (@skytroll)

    It 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?

    Plugin Author Emre Vona

    (@emrevona)

    can you delete the plugin and download again please? I have sent new code.

    Thread Starter SkyTroll

    (@skytroll)

    Reinstalled it – still the same end tag

    Plugin Author Emre Vona

    (@emrevona)

    can you send me an email please? [email protected]

    I have the same problem as abovementioned. Any solution?

    Plugin Author Emre Vona

    (@emrevona)

    Hi @ Petar, can you delete the plugin and download again please?

    Check it out with Google Chrome and see how it looks now.

    Plugin Author Emre Vona

    (@emrevona)

    you can prevent caching for this page via ‘exclude page’ tab. Can you try it plesae?

    Plugin Author Emre Vona

    (@emrevona)

    Hi again, I fixed the issue. Can you delete the plugin and download again please? By the way, Please don’t forget to delete all cache.

    It’s still the same version, 0.8.3.5?

    Plugin Author Emre Vona

    (@emrevona)

    just delete and download again please.

    Just did that… you may take a look now at the cached version.

    Plugin Author Emre Vona

    (@emrevona)

    I am so sorry. I fixed it. Can you delete and download again please?

    I can now confirm that the issue has been fixed!
    Thanks a lot for your assistance!

Viewing 15 replies - 1 through 15 (of 21 total)
  • The topic ‘html is corrupted’ is closed to new replies.