- Posts: 9
- Thank you received: 0
Conflict with jFlickr module
-
varresa
Inactive member - Topic Author
- New Member
Less
More
14 years 11 months ago #435
by varresa
Conflict with jFlickr module was created by varresa
I have the HOT Image Slider module installed on my Home page while I a jFlickr module installed on ALL pages. When both are Enabled, my jFlickr module will not show anything on the Home page. The jFlickr still works on all the other pages, but there seems to be a conflict with the HOT Image Slider. Has anyone else encountered this and come up with a fix?
You can see my demo site here: nexus.shi.tingull.com/
HOT Image slider is in the Showcase 3 position and the jFlickr is in the Bottom2 position.
Thanks!
Renée
You can see my demo site here: nexus.shi.tingull.com/
HOT Image slider is in the Showcase 3 position and the jFlickr is in the Bottom2 position.
Thanks!
Renée
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6743
- Thank you received: 716
14 years 11 months ago #436
by milos
Replied by milos on topic Re: Conflict with jFlickr module
Try to disable jQuery in module parameters and add this code in <head> of your template:
Code:
<script src="http://nexus.shi.tingull.com/modules/mod_hot_image_slider/js/jquery-1.3.2.min.js" type="text/javascript">
<script type="text/javascript">
jQuery.noConflict();
</script>
Please Log in to join the conversation.
Time to create page: 0.158 seconds