• Resolved Li-An

    (@li-an)


    Hello, I noticed that Autoptimize and Comet Cache js/css compression feature prevent the comic page to show correctly.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Li-An

    (@li-an)

    Solved. I made a little code error

    <!-- // insertion comics --!>
    <?php do_action('comic-area'); ?>

    instead of

    <!-- // insertion comics -->
    <?php do_action('comic-area'); ?>

    and if it worked without compression, it failed with Autoptimize.

    The HTML optimizer probably chokes on the faulty HTML comment ??

    frank (ao dev)

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘js/css optimisation extensions breaks comics pages’ is closed to new replies.