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

    (@jleuze)

    @keith I don’t know anything about Showtime, the developer of that plugin could probably assist you. But that plugin hasn’t been updated since WordPress 2.8.6, so I wouldn’t be surprised if it had problems with WordPress 3.1.

    Plugin Author Josh Leuze

    (@jleuze)

    @dan You have a lot of other plugins that are adding JavaScript so there is probably a conflict.

    I would try disabling the Promo Slider plugin and see if that changes anything. Also try disabling gTranslate.

    Plugin Author Josh Leuze

    (@jleuze)

    @luke One thing to check is the name of the slideshow you are loading. It looks like it is being entered as “front page”. If you have a slideshow called “Front Page”, the slug should be “front-page”. Confirm that you have that correct and update it if need be.

    There are currently two slides and it should be rotating. This is usually a conflict with another plugin. I would try disabling your other plugins and trying the slideshow. If it works, enable your other plugins one-by-one until it breaks and you will have your culprit.

    Wow. Yep, it was the first issue. The php was calling ‘front page,’ not ‘front-page’..

    What wonders a hyphen will do..

    Thanks for the help!

    Luke

    Plugin Author Josh Leuze

    (@jleuze)

    No problem, that was an easy fix!

    Hi there, I’m having a similar slider issue. I’m using a wordpress theme, and the slider was working for weeks, but stopped working out of nowhere. I haven’t modified the .js files at all, so there’s no reason it shouldn’t be working, but I checked the code and I’m getting an uncaught typeerror: property ‘$’ of object (DOMwindow) is not a function. Files are here —> https://tech-azur.com/MMR-CMS/

    Please help!

    Plugin Author Josh Leuze

    (@jleuze)

    @jianna91 I don’t see Meteor Slides installed on that site.

    Hi, the Meteor Slides is not working in my site. I have qtranslate plugin and Dynamic Widgets plugin, but I’ve already disabled them and the metero slides is not working. My site: https://s370039437.mialojamiento.es/

    Thanks

    Plugin Author Josh Leuze

    (@jleuze)

    @hopita I see that Meteor Slides is installed, but I don’t see a slideshow. How are you adding the slideshow and where?

    Hi, The slideshow is where the fruits and with id=”meteor-slideshowfrutas”.
    I put [meteor_slideshow slideshow=”frutas” metadata=”metadata”] in the content of the page INICIO

    There are two images with class=”mslide mslide-2″ and class=”mslide mslide-3″ but with css
    .meteor-slides .mslide {
    display: none;
    }

    Hi again, now It’s working. It was a javascropt error in
    jquery.metadata.v2.js?ver=3.2.1 in line 99.
    I put data = eval:(“(” + data + “)”); (with : after eval) and now it’s working ok.

    Thanks very much

    Plugin Author Josh Leuze

    (@jleuze)

    I think the problem is that metadata can’t use the value “metadata”, it is used to change the slideshow options. If you aren’t using metadata you can skip it like this:

    [meteor_slideshow slideshow="frutas"]

    Hi sir, the Meteor Slides is not working in my site. My site: https://www.geminihobby.com

    Thanks a lot !!

    steve

    Plugin Author Josh Leuze

    (@jleuze)

    Hi Steve, none of the JavaScript for Meteor Slides is loading. Your theme is loading its own copy of jQuery rather than using the copy in WordPress, I would check to make sure your theme isn’t de-enqueuing this JavaScript.

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