- Posts: 51
- Thank you received: 1
HOT Joomla Carousel shows all image vertically.
-
JTGlenn1
Inactive member -
Topic Author
- Member
-
Less
More
13 years 5 months ago - 13 years 5 months ago #11305
by JTGlenn1
HOT Joomla Carousel shows all image vertically. was created by JTGlenn1
I have enabled HOT Joomla Carousel with just the demo content and it is not working. It displays all the images verically.
Any help is appreciated.
Any help is appreciated.
Last edit: 13 years 5 months ago by JTGlenn1. Reason: removed link
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 5 months ago #11317
by ivan.milic
Replied by ivan.milic on topic Re: HOT Joomla Carousel shows all image vertically.
turn off jQuery in module , it's conflicting existing reference already in your template.
Please Log in to join the conversation.
-
JTGlenn1
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 51
- Thank you received: 1
13 years 5 months ago #11321
by JTGlenn1
Replied by JTGlenn1 on topic Re: HOT Joomla Carousel shows all image vertically.
I have disabled jQuery in the module and the problem persists.
This is a development site, so I can provide a username and password for you to log in.
This is a development site, so I can provide a username and password for you to log in.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 5 months ago #11324
by ivan.milic
Replied by ivan.milic on topic Re: HOT Joomla Carousel shows all image vertically.
Before that try to fix your problem by following this instructions:
OPTIMIZING 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 , link is jqueryui.com/download .
You can copy files from package to <template folder>/js/
There are 2 script and one css reference:
<link href="<???path???>/jquery-ui-1.x.xx.custom.css" rel="stylesheet" type="text/css" />
<script src="<???path???>/jquery-1.x.x.min.js" type="text/javascript" />
<script src="<???path???>/jquery-ui-1.x.xx.min.js" type="text/javascript"/>
Go to Module manager open module by bodule and whereerver you see "Load JQuery" (this name can differ form case to case ) property disable it.
Then also go to plugin manager and do that also.
Then open index.php of template and check if there is already reference there. If yes you can just modify it to reference new files you downloaded or delete it and put above 3 reference lines in that order as much close to begining of <head> section as it can be.
To chack you have one and only exactly one reference use "View source" option of your browser when you go to your site. js. References can sometimes be in place where module is rendered so you need to check all source. Easiest way is to text-serach "jquery" in page's source.
OPTIMIZING 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 , link is jqueryui.com/download .
You can copy files from package to <template folder>/js/
There are 2 script and one css reference:
<link href="<???path???>/jquery-ui-1.x.xx.custom.css" rel="stylesheet" type="text/css" />
<script src="<???path???>/jquery-1.x.x.min.js" type="text/javascript" />
<script src="<???path???>/jquery-ui-1.x.xx.min.js" type="text/javascript"/>
Go to Module manager open module by bodule and whereerver you see "Load JQuery" (this name can differ form case to case ) property disable it.
Then also go to plugin manager and do that also.
Then open index.php of template and check if there is already reference there. If yes you can just modify it to reference new files you downloaded or delete it and put above 3 reference lines in that order as much close to begining of <head> section as it can be.
To chack you have one and only exactly one reference use "View source" option of your browser when you go to your site. js. References can sometimes be in place where module is rendered so you need to check all source. Easiest way is to text-serach "jquery" in page's source.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 5 months ago #11328
by ivan.milic
Replied by ivan.milic on topic Re: HOT Joomla Carousel shows all image vertically.
You also have reference for hot_effect_rotator that should be turned off.
The following user(s) said Thank You: JTGlenn1
Please Log in to join the conversation.
Time to create page: 0.120 seconds