• Resolved grodanboll2

    (@grodanboll2)


    Every day the revolution slider that runs on my site stops working. Exactly which time I cannot tell, but I guess it’s in connection with some update that W3 Total Cache runs every 24 hours.
    When I see that the slider is not visible, then it starts working if I login to the the wp-admin. Once I logout, then the slider is gone again. If I empty the cache in W3 Total Cache, then the slider comes back and is visible even if I’m logged out from wp-admin. However, the next day the slider is gone again and I once again have to empty the cache to bring the slider back. This video shows the problem.
    [video src="https://www.gusty.se/slider-not-loading.mp4" /]

    The minify mode is set to manual
    and it’s set to never minify the following JS files: /relative_path/jquery.themepunch.revolution.min.js

    Can this problem be solved somehow?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Marko Vasiljevic

    (@vmarko)

    Hello,
    You do not need to exclude any files from being minified if you have set Minify on Manual. Have you added any revolution slider files to minify manually?

    sergeyua12

    (@sergeyua12)

    Hello,
    how I Overcame Revolution Slider:
    1. Revolution Slider menu, General settings (parameters):
    – Enable RevSlider libraries globally: Off (I have a Revolution Slider only on the main page.)
    – Enable RevSlider libraries globally: Off
    – Insert JS in the basement: Off
    – Postpone JavaScript loading: Off

    2. W3 Total Cache
    – Minify: Manual

    – Operations in areas:
    Before </head> Minify Default (blocking)
    After <body> Minify Default (blocking)

    – JS minify settings:
    wp-includes/js/jquery/jquery.js – All Templ. – Embed in </head>
    wp-content/plugins/revslider/public/assets/js/jquery.themepunch.tools.min.js – All Templ. – Embed in </head>
    wp-content/plugins/revslider/public/assets/js/jquery.themepunch.revolution.min.js – All Templ. – Embed in </head>

    All Templ. – After <body>
    wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.slideanims.min.js
    wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.navigation.min.js
    wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.layeranimation.min.js
    wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.kenburn.min.js

    Sorry for bad english but you only need a schema.
    Good luck!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘W3 Total Cache is killing Revolution Slider’ is closed to new replies.