You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.
I was having the same problem as others with lightbox not working because of jquery code. I simply added this piece of code in my skin.php just before the closing </head> tag and everything is ALL GOOD now.
<script type="text/javascript">
$.noConflict();
// Code that uses other library's $ can follow here.
</script>
Offline
Thank you for posting this. I know it's a common issue for those who modify their installations.
Offline
Hi Guys
I.m afraid to say this does not fix the issue with me.
The moment you link to jQuery script, it breaks the lightbox.
Is it possible to use a different lightbox script with CCP?
Does anyone know of another fix?
All I want to do is implement jQuery tabs with my product descriptions with the lighbox working as it should.
Thanks in Advance!
Last edited by 121NetDesign (05-04-2011 04:17:44)
Offline
Read the jquery noconflict documentation to see how to use it properly. It allows you to put the jquery object in a variable other than $ so that the $ variable is available to other libraries like mootools which is what CCP uses for the lightbox.
Offline