Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter cfweb

    (@cfweb)

    Nobody ??

    Hi borzoid,
    I didn’t manage to make caroufredsel works with wp e-commerce.
    So now I’m using the slideshow of nextgen gallery.

    Ok thanks! I’m gonna keep looking for the pb.

    Thanks for your answer! I’ve tried, but with no success, maybe I made a mistake, as I’m not used to jQuery.

    Here was the code in my footer:

    <script type=”text/javascript” src=”<?php bloginfo(“template_url”) ?>/js/jquery.js”></script>
    <script type=”text/javascript” src=”<?php bloginfo(“template_url”) ?>/js/caroufredsel.js”></script>
    <script type=”text/javascript”>
    $(‘#carrousel’).caroufredsel({
    […]
    },
    pagination: ‘#pagination’
    });
    </script>

    I replaced by that:

    <script type=”text/javascript” src=”<?php bloginfo(“template_url”) ?>/js/jquery.js”></script>
    <script type=”text/javascript” src=”<?php bloginfo(“template_url”) ?>/js/caroufredsel.js”></script>
    <script type=”text/javascript”>
    $j = jQuery.noconflict();
    $j(‘#carrousel’).caroufredsel({
    […]
    },
    pagination: ‘#pagination’
    });
    </script>

    Is it correct?
    Thanks for your help!

    Hello,
    I’ve the same issue with the jQuery plugin CarouFredSel.
    But when I delete the jQuery file for this plugin, it doesn’t work anymore. So how can I prevent from multiple version of jQuery?
    Thanks for your help!

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