• The error I get is:

    51957908.ccaa66.js:43
    Uncaught ReferenceError: meteorslidessettings is not defined

    I am calling upon Meteor Slides in my page-#.php template using the PHP code, not the shortcode inside the editor.

    The slides used to rotate, but now it just loads the first image and that’s it. Therefore, the plugin is WORKING, just not completely.

    http://wordpress.org/extend/plugins/meteor-slides/

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Josh Leuze

    (@jleuze)

    Can you post a link to the site you are having this problem on?

    Thread Starter Cris Henderson

    (@kegster)

    airdorableballoons dot com

    Plugin Author Josh Leuze

    (@jleuze)

    Pretty sure this is a problem with your cache plugin. Try disabling the cache to confirm that it works with the cache off.

    The cache might just need to be cleared, but it says some code is being minified. The code for the slideshow breaks sometimes when it is minified, if you can, exclude the scripts for Meteor Slides from being minified, the main JavaScript file for the slideshow is already minified so you don’t need to do it with a plugin.

    Thread Starter Cris Henderson

    (@kegster)

    thank you @jleuze — the Minify was the problem. My cache plugin is still on, but minify off– i dont even need it anyway, as there isnt much js anyway or css.

    Plugin Author Josh Leuze

    (@jleuze)

    It’s always nice when there’s a simple fix!

    mediablox

    (@mediablox)

    I have the same problem, but i want to keep WP minify to minify all the JS files. I already tried to exclude the Meteor slides files but this does not work. Any suggestions?

    Plugin Author Josh Leuze

    (@jleuze)

    Which particular minify plugin are you using?

    mediablox

    (@mediablox)

    Hi Jleuze,

    I’m using WP minify but already fixed the problem.

    I added the following lines to the exclude field of WP minify and it works like a charm now:

    /wp-content/plugins/meteor-slides/js/slideshow.js
    /wp-content/plugins/meteor-slides/js/jquery.cycle.all.js

    For some reason your plugin can’t be minified i guess….

    Plugin Author Josh Leuze

    (@jleuze)

    In theory it can be minified, but a small part of the JavaScript for the slideshow options is dynamic and if that piece is minified it doesn’t work.

    If you really wanted to fine tune it you could deenqueue the scripts and enqueue your own minified versions.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Meteor Slides Stopped Working’ is closed to new replies.