- Posts: 31
- Thank you received: 0
Carousel jquery problem
-
justmeyogs
Inactive member -
Topic Author
- Member
-
Less
More
12 years 3 months ago #24678
by justmeyogs
Carousel jquery problem was created by justmeyogs
Hi There,
As I am sure you have noticed there seems to be an issue with the Carousel for this template.
this is the error I am seeing: Uncaught ReferenceError: jQuery is not defined
It seems to be happening to your demo site as well. If you can post a fix, I would be much appreciated as my site is live and I need this module working.
Thanks,
Yogesh
As I am sure you have noticed there seems to be an issue with the Carousel for this template.
this is the error I am seeing: Uncaught ReferenceError: jQuery is not defined
It seems to be happening to your demo site as well. If you can post a fix, I would be much appreciated as my site is live and I need this module working.
Thanks,
Yogesh
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 3 months ago #24691
by ivan.milic
Replied by ivan.milic on topic Carousel jquery problem
Its caused by none or double , triple jquery reference. When you see source of page there should be one and only one jquery reference. Components often have ability to turn jquery on/off. Template includes it so disable jquery in all modules, plugins, components ....
Please Log in to join the conversation.
-
justmeyogs
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 31
- Thank you received: 0
12 years 3 months ago #24726
by justmeyogs
Replied by justmeyogs on topic Carousel jquery problem
Hi Ivan,
I am hoping you can help me determine what component might be causing this problem.
the site is: 2013.cinefranco.com/index.php/en/
I would really appreciate your assistance.
Thanks
I am hoping you can help me determine what component might be causing this problem.
the site is: 2013.cinefranco.com/index.php/en/
I would really appreciate your assistance.
Thanks
Please Log in to join the conversation.
-
PRIZM
Inactive member -
- New Member
-
Less
More
- Posts: 12
- Thank you received: 0
12 years 3 months ago #24729
by PRIZM
Replied by PRIZM on topic Carousel jquery problem
I have the same problem of images loading vertically. i have tried to turn off jquery on all modules and still the same thing. It is happening on your live template preview as well. how can this be fully resolved.????
your live demo template is having the same problem here:
demo.hotjoomlatemplates.com/index.php?template=cinema
your live demo template is having the same problem here:
demo.hotjoomlatemplates.com/index.php?template=cinema
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 3 months ago #24740
by ivan.milic
Replied by ivan.milic on topic Carousel jquery problem
Open index.php of template:
find this:
<script type="text/javascript" src=" ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js ">
replace it with:
<script type="text/javascript" src=" ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js ">
find this:
<script type="text/javascript" src=" ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js ">
replace it with:
<script type="text/javascript" src=" ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js ">
Please Log in to join the conversation.
-
mark2kooki
Inactive member -
- Member
-
Less
More
- Posts: 70
- Thank you received: 0
12 years 3 months ago - 12 years 3 months ago #24748
by mark2kooki
Replied by mark2kooki on topic Carousel jquery problem
actually for me that didnt work
html file has
just removed the https:// worked for me
html file has
Code:
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.23/jquery-ui.min.js"></script>
just removed the https:// worked for me
Last edit: 12 years 3 months ago by mark2kooki.
Please Log in to join the conversation.
Time to create page: 0.094 seconds