- Posts: 5
- Thank you received: 0
Shows images vertical
-
festival13
Inactive member - Topic Author
- New Member
Less
More
11 years 10 months ago #24928
by festival13
Shows images vertical was created by festival13
Hi,
If someone can help me,
Images are superimposed vertically, i have read one topic but i don't understand
I have "Load jQuery "& "No Conflict Mode" disable or enable is the same.
you can see here : www.lesenormescourts.com
Joomla 3.0.2
Hot Joomla Template Cinema
Component : Admin tools, Akeeba Backup, JCE Editor and K2
Thank you for your help
PJ
If someone can help me,
Images are superimposed vertically, i have read one topic but i don't understand
I have "Load jQuery "& "No Conflict Mode" disable or enable is the same.
you can see here : www.lesenormescourts.com
Joomla 3.0.2
Hot Joomla Template Cinema
Component : Admin tools, Akeeba Backup, JCE Editor and K2
Thank you for your help
PJ
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 10 months ago #24947
by ivan.milic
Replied by ivan.milic on topic Shows images vertical
Disable this jquery ref:
/media/jui/js/jquery.min.js
I'am not sure from which module or component is comes but editing and deleting it's content to blank is one certain way.First check if that whatever has option to turn off jquery.
/media/jui/js/jquery.min.js
I'am not sure from which module or component is comes but editing and deleting it's content to blank is one certain way.First check if that whatever has option to turn off jquery.
Please Log in to join the conversation.
-
festival13
Inactive member - Topic Author
- New Member
Less
More
- Posts: 5
- Thank you received: 0
11 years 10 months ago #25146
by festival13
Replied by festival13 on topic Shows images vertical
Hi Ivan,
Thank you for your answer,
But can you explain me, how i disable this function,
and where I find this code, in which files ??
Thank you for your help
PJ
Thank you for your answer,
But can you explain me, how i disable this function,
and where I find this code, in which files ??
Thank you for your help
PJ
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 10 months ago #25167
by ivan.milic
Replied by ivan.milic on topic Shows images vertical
You can just make backup of then file and open original and delete everything form it (make it empty file)
media/jui/js/jquery.min.js
media/jui/js/jquery.min.js
Please Log in to join the conversation.
-
festival13
Inactive member - Topic Author
- New Member
Less
More
- Posts: 5
- Thank you received: 0
11 years 10 months ago #25207
by festival13
Replied by festival13 on topic Shows images vertical
Hi,
The file is empty but no change.
Joomla is empty, I installed 4 components, it's all
Have you another idea ??
Thanks
PJ
The file is empty but no change.
Joomla is empty, I installed 4 components, it's all
Have you another idea ??
Thanks
PJ
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 10 months ago #25226
by ivan.milic
Replied by ivan.milic on topic Shows images vertical
Open index.php of templete, find this:
change it to:
move that both lines more "up" closer to <head>
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>
change it to:
Code:
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.23/jquery-ui.min.js"></script>
move that both lines more "up" closer to <head>
Please Log in to join the conversation.
Time to create page: 0.138 seconds