• $j(“.meteor-slides”).cycle is not a function

    I use some Jquery scripts and jquery no conflict still have this issue

    any one has an idea how to get this working ?

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

    (@jleuze)

    Something either isn’t loading or is conflicting with other JavaScript. Can you post a link to the page you are having this problem on?

    Thread Starter argon2000

    (@argon2000)

    na is only local a the moment I do use my own Jquery

    Plugin Author Josh Leuze

    (@jleuze)

    Depending on how you do it, loading jQuery yourself can break other copies of jQuery that your theme or plugins are loading.

    Meteor Slides uses the copy of jQuery that is already included in WordPress, and I would suggest using wp_enqueue_script to load that version like this:

    <?php wp_enqueue_script("jquery"); ?>

    That might solve the problem, but I can’t be too sure without seeing the site.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Metor slider not a function’ is closed to new replies.