Support » Plugin: Meteor Slides » [Plugin: Meteor Slides] Meteor slide javascript conflict.

  • Resolved popmouth

    (@popmouth)


    Hi.
    I want to use Meteor slides on my wordpress site, however I am using the maxImage slideshow on the same site. It seems that these two conflicts, since when I activate both they stop working. The maxImage and Meteorslides are never used on the same pages however! Any ideas on a fix for this?
    cheers
    Carl

    http://wordpress.org/extend/plugins/meteor-slides/

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

    (@jleuze)

    Hi Carl, could you post a link so that I can check for errors?

    Thread Starter popmouth

    (@popmouth)

    I’ll put down the maintanence mode untill you have cheked it out.
    Here’s the link (the site is in swedish, but that shouldn’t bother you to much right?):
    http://paragrafiskform.se/

    Plugin Author Josh Leuze

    (@jleuze)

    The problem is with this file:

    <script type='text/javascript' src='http://paragrafiskform.se/wp-content/themes/paragrafiskform/js/custom.js?ver=3.3.1'></script>

    It is using the “$” shortcut, instead of “jQuery”, this doesn’t work because WordPress loads jQuery in no-conflict mode. Swap out the “$” shortcuts and it will work.

    By the way, your theme is loading both minimized and original versions of MaxImage and jQuery Cycle, you might want to remove the originals to cut back on the number of scripts that are running:

    src="http://paragrafiskform.se/wp-content/themes/paragrafiskform/js/jquery.cycle.all.js"></script>
       <script type="text/javascript"
       src="http://paragrafiskform.se/wp-content/themes/paragrafiskform/js/jquery.cycle.all.min.js"></script>
        <script type="text/javascript"
       src="http://paragrafiskform.se/wp-content/themes/paragrafiskform/js/jquery.easing.1.3.js"></script>
       <script type="text/javascript"
       src="http://paragrafiskform.se/wp-content/themes/paragrafiskform/js/jquery.maximage.js"></script>
      <script type="text/javascript"
       src="http://paragrafiskform.se/wp-content/themes/paragrafiskform/js/jquery.maximage.min.js"></script>
    Thread Starter popmouth

    (@popmouth)

    Thanks for your quick and life-saving answer.
    I’m terrible sorry, I’m just a dumb designer trying to deal with code ^__^!
    C.

    Plugin Author Josh Leuze

    (@jleuze)

    No problem Carl!

    Hi JLeuze,
    I ve constructed this website which is under constructions ;-). I ve there used your plugin in the middle of the site. It seem to have a javascript problem… could you regard with the eyes of a pro?
    Thanks a lot

    Plugin Author Josh Leuze

    (@jleuze)

    @m-artino There aren’t any JavaScript errors, but the head of your page is pretty empty, I think you are missing the wp_head() function in your header.php file.

    @jleuze

    Thanks for your advise on swapping the “$” shortcut. Did a quick Google search and found this thread and got my all my jQuery scripts working.

    Cheers!

    Plugin Author Josh Leuze

    (@jleuze)

    @abelq You’re welcome!

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘[Plugin: Meteor Slides] Meteor slide javascript conflict.’ is closed to new replies.