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

    (@jleuze)

    It sounds like you have a JavaScript problem, could you post a link to the page you are working on?

    I’m having the same problem. FF doesn’t report any javascript errors. The site isn’t public yet so I can’t post a link ??

    I am having the same problem. My slides are not changing. Here is my URL: https://www.ripplur.com/ – This is a test site so be kind ??

    I am linking to https://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js for another jquery function: see here https://www.ripplur.com/work/

    any ideas why meteor slides isn’t working?

    its working now, I deleted a troublesome plugin called “easy slider” – lots of conflict with it and jquery, even though its using the same library.. ?? hmm

    anyway, thanks!

    Plugin Author Josh Leuze

    (@jleuze)

    Glad to hear you got it figured out. Sometimes when you have multiple elements that are adding jQuery one can cancel out the copy that another one is using or load an older or newer version of jQuery than it might be intended for.

    Meteor Slides uses the copy of jQuery that is already included in WordPress and lets WordPress handle including it, which seems to cause less problems:

    <?php wp_enqueue_script("jquery"); ?>
    Thread Starter vnguyen

    (@vnguyen)

    Here is the link:

    https://www.folioobject.com/

    I’m just testing the features of the template for the moment. I have used the widget to put on my home page. As you can see, it is not moving, and I have noticed another problem. My menu actually goes underneath the slide.

    Plugin Author Josh Leuze

    (@jleuze)

    It looks like your theme has a built in slider that is conflicting with the slideshow:

    <script type="text/javascript">var slider_image_path = 'https://www.folioobject.com/wp-content/themes/WPStore/images/ajax-loader.gif';</script>
    <script type="text/javascript" src="https://www.folioobject.com/wp-content/themes/WPStore/library/js/jquery-1.3.2.min.js"></script>
    <script type="text/javascript" src="https://www.folioobject.com/wp-content/themes/WPStore/library/js/jquery.easing.1.3.js"></script>
    <script type="text/javascript" src="https://www.folioobject.com/wp-content/themes/WPStore/library/js/slider.js"></script>
    <script type="text/javascript">
    var slider_speed = 3250;
    </script>

    If your disable or remove that the slideshow should work. for the dropdowns, you should just need to tweak the z-index, check out the FAQ for more info.

    Thread Starter vnguyen

    (@vnguyen)

    I have tweeked the z-index so the dropdowns are showing correctly.

    I have also disabled the JS shown above I still got the following JS error :

    Uncaught TypeError: Object #<an Object> has no method ‘cycle’

    Uncaught TypeError: Property ‘$’ of object [object DOMWindow] is not a function

    Thanks for your help

    Plugin Author Josh Leuze

    (@jleuze)

    It is this code after your footer that is doing it:

    <script type="text/javascript" src="https://www.folioobject.com/wp-content/themes/WPStore/library/js/jquery-1.2.6.min.js"></script>
    <script type="text/javascript">
    $().ready(function() {
    $('#coda-slider-1').codaSlider();
    });
    jQuery.noConflict(); var $j = jQuery;
    </script>

    Hi,

    I’m also having trouble. Its seems that my slides will not change. Here is a link to the site https://sandiegoactorsnetwork.com

    Plugin Author Josh Leuze

    (@jleuze)

    @digitalvicegrip Everything looks correct, there must be a JavaScript conflict. Meteor Slides should work fine with the Mystique theme, but it looks like the contact and twitter widgets in your sidebar each are loading some JavaScript, I would try to deactivate or disable each of them and test the slideshow to see if one of them is to blame.

    Thanks JLeuze! I deactivated both and then reactivated and then Meteor started working perfectly. Such an awesome plugin!

    Thread Starter vnguyen

    (@vnguyen)

    Thank you very much, now it is changing but I have another problem, the right arrow disappeared and I cannot see the round button at the bottom allowing me to change pages. In my settings I have set it to “both”

    Plugin Author Josh Leuze

    (@jleuze)

    @digitalvicegrip Thanks, glad you got it figured out!

    @vnguyen The slideshow doesn’t quite fit in that spot, so it is being cropped. If you remove the padding from the banner div, you’ll see that it fits well. The bottom buttons are there, just hidden somehow in the CSS.

    I have been using this plugin for awhile now and LOVE it..however, it is now not changing the images. I have not changed anything on this page so not sure why the sudden stop? Tried removing the Facebook like button thinking that it may conflict but still didn’t change the outcome. Any suggestions Josh?

    https://www.GrabScents.com

Viewing 15 replies - 1 through 15 (of 52 total)
  • The topic ‘[Plugin: Meteor Slides] Slides not changing’ is closed to new replies.