- Posts: 14116
- Thank you received: 1639
the thumnails slider is too wide
-
ivan.milic
Support Staff - Moderator
Less
More
13 years 8 months ago #7416
by ivan.milic
Replied by ivan.milic on topic Re: the thumnails slider is too wide
You disable jquery when you have two or more references because that causes problems, but you must leave at least one that should be with first of modules that requires jQuery.
Good practice is to disable JQuery in all modules and then in index.php of template in head section add manually reference to latest version of jQuery you can download from jquery.com.
there are 2 script and one css reference:
<link href="<???path???>/jquery-ui-1.8.11.custom.css" rel="stylesheet" type="text/css" />
<script src="<???path???>/jquery-1.5.1.min.js" type="text/javascript" />
<script src="<???path???>/jquery-ui-1.8.11.min.js" type="text/javascript"/>
Good practice is to disable JQuery in all modules and then in index.php of template in head section add manually reference to latest version of jQuery you can download from jquery.com.
there are 2 script and one css reference:
<link href="<???path???>/jquery-ui-1.8.11.custom.css" rel="stylesheet" type="text/css" />
<script src="<???path???>/jquery-1.5.1.min.js" type="text/javascript" />
<script src="<???path???>/jquery-ui-1.8.11.min.js" type="text/javascript"/>
Please Log in to join the conversation.
-
cyprusn
Inactive member - New Member
Less
More
- Posts: 2
- Thank you received: 0
13 years 7 months ago #7834
by cyprusn
Replied by cyprusn on topic Re: the thumnails slider is too wide
i can only find the jquery 1.6.js file on the jquery.com site. where do i get the files you refer to (jquery-1.5.1.min.js, jquery-ui-1.8.11.min.js and jquery-ui-1.8.11.custom.css)? thanks
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6744
- Thank you received: 716
13 years 7 months ago #7839
by milos
Replied by milos on topic Re: the thumnails slider is too wide
Why don't you simply re-download Hot Joomla Gallery from our site and re-install on your site? We upgraded jQuery already.
Please Log in to join the conversation.
Time to create page: 0.077 seconds