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

    (@vmarko)

    Hello @digitaldesign7

    I am sorry about the issue you are having and I am happy to assist you with this. In some cases Auto minify and using non-blocking “defer” can cause some JS not to load properly. The solution is to either switch to Manual minify (which can be very tricky) and add JS and CSS manually and in proper order or exclude the specific JS from being minified in Performance>Minify>Advanced “Never minify the following JS files:”
    Or you can use the default blocking option to minify JS. I understand that this will cause render-blocking JS in GTMetrix, but as I said, Minify can be very tricky.
    I hope this helps!

    Thread Starter digitaldesign7

    (@digitaldesign7)

    What code do I add to the “never minify the following js files” option?

    Plugin Contributor Marko Vasiljevic

    (@vmarko)

    Hello @digitaldesign7

    You can check that in wp-content/plugins/revslider/public/assets/js/

    Add the path to those files to “never minify the following js files”
    I.E.
    wp-content/plugins/revslider/public/assets/js/extensions/revolution.extension.slideanims.min.js

    Thread Starter digitaldesign7

    (@digitaldesign7)

    Hi! I added it https://prnt.sc/q1xvi5 but it keeps loading and doesn’t show.

    Plugin Contributor Marko Vasiljevic

    (@vmarko)

    Hello @digitaldesign7

    That was just an example. There are more revslider JS files in wp-content/plugins/revslider/public/assets/js/

    Thread Starter digitaldesign7

    (@digitaldesign7)

    Can you please provide me with those or where can I find them? Thank you.

    Plugin Contributor Marko Vasiljevic

    (@vmarko)

    Hello @digitaldesign7

    You need to FTP to your host or use Cpanel. After that, you should go to your website folder and go to wp-content/plugins/revslider/public/assets/js/
    I hope this helps!

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Slider revolution not loading’ is closed to new replies.