- Posts: 3
- Thank you received: 0
Jquery problem Joomla 1.6
-
Kev2612
Inactive member - Topic Author
- New Member
Less
More
13 years 9 months ago #6645
by Kev2612
Jquery problem Joomla 1.6 was created by Kev2612
Hi I am having a problem, although I am sure it's something I'm overlooking so here goes:
I have Joomla 1.6 installed with a Joomlart T3 Framework and T3 Blank Template. I'm using the "mega menu" menu setup and have installed the Hot Joomla Gallery module as a module in the main menu. So I mouse over the Menu Item "Gallery" and the Gallery appears, but all I get is a grey and black box.
This happens when I have the "label jquery" set to DISABLE.
When I set the "label jquery" to "enable" the manu item "Gallery" no longer works as above. And also, the other split menu sections stop working. i.e. mouse overs no longer produce child menu items. The whole menu locks up.
The same thing happened with another image gallery/slider, so I know I am at fault and am missing something regarding jquery, but cannot for the life of me, fathom out what it is.
Any clues would be much appreciated.
Cheers.
Kev.
I have Joomla 1.6 installed with a Joomlart T3 Framework and T3 Blank Template. I'm using the "mega menu" menu setup and have installed the Hot Joomla Gallery module as a module in the main menu. So I mouse over the Menu Item "Gallery" and the Gallery appears, but all I get is a grey and black box.
This happens when I have the "label jquery" set to DISABLE.
When I set the "label jquery" to "enable" the manu item "Gallery" no longer works as above. And also, the other split menu sections stop working. i.e. mouse overs no longer produce child menu items. The whole menu locks up.
The same thing happened with another image gallery/slider, so I know I am at fault and am missing something regarding jquery, but cannot for the life of me, fathom out what it is.
Any clues would be much appreciated.
Cheers.
Kev.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 9 months ago #6654
by ivan.milic
Replied by ivan.milic on topic Re: Jquery problem Joomla 1.6
Get the latest jQuery , reference it in head of index.php of template and disable jquery in all modules. Problems you are experiencing are due multiple jQuery loading and old version loading and overloading.
Please Log in to join the conversation.
-
Kev2612
Inactive member - Topic Author
- New Member
Less
More
- Posts: 3
- Thank you received: 0
13 years 9 months ago #6665
by Kev2612
Replied by Kev2612 on topic Re: Jquery problem Joomla 1.6
I have the latest version, but am not sure about what you mean by "reference it in head of index.php of template and disable jquery in all modules"
Thanks
Kev.
Thanks
Kev.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 9 months ago #6666
by ivan.milic
Replied by ivan.milic on topic Re: Jquery problem Joomla 1.6
Open the index.php of template (Template Manager-><your template>->Edit HTML)
Somewhere in <head>.. tag of page put references:
<link href="..??../jquery-ui-1.8.11.custom.css" rel="stylesheet" type="text/css" />
<script src="..???../jquery-1.5.2.min.js" type="text/javascript"></script>
<script src="r..???../jquery-ui-1.8.11.custom.min.js" type="text/javascript"></script>
Then go from module to module and disable jQuery, set to NO "load jQuery".
Somewhere in <head>.. tag of page put references:
<link href="..??../jquery-ui-1.8.11.custom.css" rel="stylesheet" type="text/css" />
<script src="..???../jquery-1.5.2.min.js" type="text/javascript"></script>
<script src="r..???../jquery-ui-1.8.11.custom.min.js" type="text/javascript"></script>
Then go from module to module and disable jQuery, set to NO "load jQuery".
Please Log in to join the conversation.
-
Kev2612
Inactive member - Topic Author
- New Member
Less
More
- Posts: 3
- Thank you received: 0
13 years 9 months ago #6667
by Kev2612
Replied by Kev2612 on topic Re: Jquery problem Joomla 1.6
Thanks for the feedback.
I also installed the plugin jquery++ Integrator but the module now shows thumbnail slider too wide etc. I've adjusted all the settings and it still says the same.
Cheers.
Kev.
I also installed the plugin jquery++ Integrator but the module now shows thumbnail slider too wide etc. I've adjusted all the settings and it still says the same.
Cheers.
Kev.
Please Log in to join the conversation.
Time to create page: 0.151 seconds