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

    (@jleuze)

    When I check the site with Firebug, I’m getting a few JavaScript errors in the console. The scripts for the slideshow are conflicting with some of the other script in your theme or plugins.

    The news scroller is missing a brace:

    missing } after property list
    delay: 5000

    And you have a function that is using the “$” shortcut that isn’t available in WordPress because jQuery is loaded in “no-conflict” mode:

    $(“ul.accordion”).accordion is not a function

    Take a look at this error too:

    jQuery.easing[jQuery.easing.def] is not a function

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Meteor Slides] Suddenly stopped working’ is closed to new replies.