- Posts: 4
- Thank you received: 0
jquery conflicts
-
hgardens
Inactive member - Topic Author
- New Member
Less
More
14 years 3 months ago #2614
by hgardens
jquery conflicts was created by hgardens
is there any code that I could apply to allow this extension to be compatible with the other modules on my site that also use jquery?
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6744
- Thank you received: 716
14 years 3 months ago #2615
by milos
Replied by milos on topic Re: jquery conflicts
Please try to disable loading of jQuery in the module parameters.
Please Log in to join the conversation.
-
hgardens
Inactive member - Topic Author
- New Member
Less
More
- Posts: 4
- Thank you received: 0
14 years 3 months ago #2616
by hgardens
Replied by hgardens on topic Re: jquery conflicts
I already tried that but the images don't show up in a slide show after I do that. They show up a individual images in a vertical pattern.
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6744
- Thank you received: 716
14 years 3 months ago #2617
by milos
Replied by milos on topic Re: jquery conflicts
What's the other module that you have on the page? I will have to see your site to check this.
Please Log in to join the conversation.
-
hgardens
Inactive member - Topic Author
- New Member
Less
More
- Posts: 4
- Thank you received: 0
-
milos
Support Staff - Moderator
Less
More
- Posts: 6744
- Thank you received: 716
14 years 3 months ago #2622
by milos
Replied by milos on topic Re: jquery conflicts
Please try to use the latest version of jquery. Edit module's default.php file and change line
with
Anyways, in error console in Firefox none of the errors are produced by our module.
Code:
<script type="text/javascript" src="http://www.homesteadgardens.com/www2/modules/mod_hot_joomla_carousel/js/jquery-1.3.2.min.js"></script>
Code:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
Anyways, in error console in Firefox none of the errors are produced by our module.
Please Log in to join the conversation.
Time to create page: 0.098 seconds