• Resolved lk2surf

    (@lk2surf)


    Hi,

    I’ve set everything up according to the directions but the slides are not showing up. I can see that a space has cleared where the slides should be and if I right-click that area and can see the slide code.

    The page is http://blueboxfoam.com/?page_id=195 and the slideshow should appear below the main image.

    My guess is that it is conflicting with the homepage slideshow but I’m hoping it’s something simple I overlooked. Any help is greatly appreciated.

    http://ww.wp.xz.cn/extend/plugins/meteor-slides/

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

    (@jleuze)

    Yeah, the script for the slideshow isn’t running, there’s a JavaScript conflict of some kind.

    The error messages are vague, Firebug says that “$ is undefined”, but it doesn’t say which script contains this issue, probably a few. WordPress loads jQuery in no-conflicts mode so the “$” shortcut is not available, the full “jQuery” version must be used instead.

    Chrome’s inspector says “Uncaught TypeError: Cannot call method ‘extend’ of undefined” and is blaming jquery.preloader.js, so I would start there. There’s a bit going on in that file, so adding a wrapper to is so you can use the $ shortcut might be handy.

    I’m pretty sure this is an issue with your theme, it doesn’t look like it is loading the scripts correctly, but before you start messing with it, deactivate your other plugins and test the slideshow to confirm that it is a theme conflict and not a plugin one.

    Thread Starter lk2surf

    (@lk2surf)

    J,

    Thanks so much for taking the time to check into it. I will check further into it and also check with the theme developer.

    Plugin Author Josh Leuze

    (@jleuze)

    No problem, good luck!

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

The topic ‘[Plugin: Meteor Slides] Slides not showing up’ is closed to new replies.