cfweb
Forum Replies Created
-
Forum: Plugins
In reply to: WP e-commerce / variations of the product don't grey out when out ot stockNobody ??
Forum: Plugins
In reply to: WP e-Commerce Breaks Nivo SliderHi borzoid,
I didn’t manage to make caroufredsel works with wp e-commerce.
So now I’m using the slideshow of nextgen gallery.Forum: Plugins
In reply to: WP e-Commerce Breaks Nivo SliderOk thanks! I’m gonna keep looking for the pb.
Forum: Plugins
In reply to: WP e-Commerce Breaks Nivo SliderThanks 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!Forum: Plugins
In reply to: WP e-Commerce Breaks Nivo SliderHello,
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!