• Resolved 3Lancer

    (@3lancer)


    Hi, the update of W3 Total Cache to version 0.9.7.1 (previously 0.9.7 was working fine) causes Slider Revolution version 5.4.8.1 to not display any slides any more. The slides just appear blank (white). Any idea why and how to debug/resolve this issue?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter 3Lancer

    (@3lancer)

    Rolled back to version 0.9.7 for now.

    Either that or go to Performance > Minify > HTML & XML > HTML minify settings: Untick the ‘Enable’ option and then click ‘Save Settings & Purge Cache’ to avoid this bug from occurring.

    For me, rolled back fixed the error but not unticking the ‘HTML minify settings’ and also it’s already unticked ever since.

    Plugin Contributor Marko Vasiljevic

    (@vmarko)

    Hello,
    Thank you for contacting the support and thank you for bringing this to our attention.
    We’ve made some tests and indeed there is a bug and we’ll release a fix soon.
    What happens is:
    w3-total-cache/lib/Minify/Minify/HTML.php line 346:

    $m[2] = preg_replace('/([a-z0-9]=)[\'"]([^\'"\\s=]+)[\'"](?!\\/)/i', '$1$2', $m[2]);
            $m[2] = preg_replace('/([a-z0-9]=)[\'"]([^\'"\\s=]+)[\'"]\\//i', '$1$2 /', $m[2]);
            $m[2] = preg_replace('/([a-z0-9])=[\'"][\'"]/i', '$1', $m[2]);

    should be:

            $m[2] = preg_replace( '/([a-z0-9]=)\'([^\'\\s=]+)\'(\\s|>)(?!\\/)/i', '$1$2$3', $m[2] );
            $m[2] = preg_replace( '/([a-z0-9]=)"([^"\\s=]+)"(\\s|>)(?!\\/)/i', '$1$2$3', $m[2] );
            $m[2] = preg_replace( '/([a-z0-9]=)\'([^\'\\s=]+)\'\\//i', '$1$2 /', $m[2] );
            $m[2] = preg_replace( '/([a-z0-9]=)"([^"\\s=]+)"\\//i', '$1$2 /', $m[2] );
            $m[2] = preg_replace('/([a-z0-9])=[\'"][\'"]/i', '$1', $m[2]);

    I too am having this issue with the current update.
    Just FYI. Thanks for the awesome plugin!

    Best,
    designdrumm

    yeap, same here, rev slider is gone.
    Waiting for a fix guys, keep up the good work.

    Disabled html minify and it works again.

    • This reply was modified 5 years, 10 months ago by nrgytrading.
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘W3 Total Cache 0.9.7.1 + Rev Slider’ is closed to new replies.