- Posts: 4
- Thank you received: 1
[Solved] Javascript Conflict
-
jindyste
Inactive member - Topic Author
- New Member
Less
More
12 years 2 weeks ago - 12 years 1 week ago #23730
by jindyste
[Solved] Javascript Conflict was created by jindyste
Looking to implement this module on my website that uses the HOTel template
SlideShow CK - extensions.joomla.org/extensions/photos-...uery-slideshow/20362
After not being able to get anything but the title of the module to appear on the site I paid for the documentation which just says -
any ideas how to adapt the template to let this module load?
I'm using this module and not a HOT module as I need a slideshow module that will accept images from url locations (not just local folders).
Thanks in advance for any help!
Also happy to look at any other modules without this problem that load images from other sites,
SlideShow CK - extensions.joomla.org/extensions/photos-...uery-slideshow/20362
After not being able to get anything but the title of the module to appear on the site I paid for the documentation which just says -
you must look at the source code and check that you have only one
Jquery loaded. It must be loaded BEFORE the following scriptIf you have a template with Jquery embeded, check that the call is made before theCode:/modules/mod_slideshowck/assets/camera.min.js
following statement.Code:<jdoc:include type="head" />
any ideas how to adapt the template to let this module load?
I'm using this module and not a HOT module as I need a slideshow module that will accept images from url locations (not just local folders).
Thanks in advance for any help!
Also happy to look at any other modules without this problem that load images from other sites,
Last edit: 12 years 1 week ago by jindyste. Reason: issue resolved very quickly by Ivan
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 2 weeks ago #23745
by ivan.milic
Replied by ivan.milic on topic Javascript Conflict
Send link so we could see that
Please Log in to join the conversation.
-
jindyste
Inactive member - Topic Author
- New Member
Less
More
- Posts: 4
- Thank you received: 1
12 years 1 week ago #23779
by jindyste
Replied by jindyste on topic Javascript Conflict
Sorry I didn't add a link earlier as I was still playing around with it to see if I could get it working, still no luck so far -
www.skiinn.com.au/joomla/index.php/test-page
Thanks for looking for me!
www.skiinn.com.au/joomla/index.php/test-page
Thanks for looking for me!
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 1 week ago #23789
by ivan.milic
Replied by ivan.milic on topic Javascript Conflict
open index.php of template, find this:
<script type="text/javascript" src="<?php echo $template_path ?>/js/jquery.min.js"></script>
<script type="text/javascript">
jQuery.noConflict();
</script>
move it above:
<jdoc:include type="head" />
<script type="text/javascript" src="<?php echo $template_path ?>/js/jquery.min.js"></script>
<script type="text/javascript">
jQuery.noConflict();
</script>
move it above:
<jdoc:include type="head" />
The following user(s) said Thank You: jindyste
Please Log in to join the conversation.
Time to create page: 0.145 seconds