• I also encounter this problem recently after the worpdress update, my client’ site https://manforce.net/, the slides not showing on the page already,but previously it was doing fine and I don’t know what is the problem or where to add <?php if ( function_exists( ‘meteor_slideshow’ ) ) { meteor_slideshow(); } ?> as I tried to add the theme control panel it won’t work. Can someone help?

Viewing 1 replies (of 1 total)
  • Hi, this is a JavaScript conflict that is breaking the script that powers the slideshows.

    In this case it looks like the conflict is with your theme, which is producing this error from the run.js file:

    Uncaught TypeError: $ is not a function

    This is because that file in the theme is using the “$” shortcut instead of the full “jQuery” version. If you update this script it should fix the error.

Viewing 1 replies (of 1 total)
  • The topic ‘[meteor-slides] – Slides Not showing’ is closed to new replies.