- Thank you received: 0
Re: HOT Scroller and Helix Framework
-
-
Topic Author
- New Member
-
Less
More
13 years 1 month ago - 2 years 11 months ago #16146
by
HOT Scroller and Helix Framework was created by
Hello together
I use the Helix Framework and in connection with that the Mega Menu. As soon as I activate the HOT Scroller Module (which works so fare fine), the main menu does not work right. The sub entries of the menu do not appear when hoover on the main entry of the menu.
My Joomla Version is 2.5.2.
What is the reason? How can I resolve the problem?
I use the Helix Framework and in connection with that the Mega Menu. As soon as I activate the HOT Scroller Module (which works so fare fine), the main menu does not work right. The sub entries of the menu do not appear when hoover on the main entry of the menu.
My Joomla Version is 2.5.2.
What is the reason? How can I resolve the problem?
Last edit: 2 years 11 months ago by milos.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 1 month ago #16174
by ivan.milic
Replied by ivan.milic on topic Re: HOT Scroller and Helix Framework
Try to turn off jquery. We would need your link.
Please Log in to join the conversation.
-
-
Topic Author
- New Member
-
Less
More
- Thank you received: 0
13 years 1 month ago #16206
by
Replied by on topic Re: HOT Scroller and Helix Framework
Thanks, I turned off jquery and the Menu works now. But now the Newsticker doesn't scroll. Her the link to the website:
www.dataver.ch
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 1 month ago #16234
by ivan.milic
Replied by ivan.milic on topic Re: HOT Scroller and Helix Framework
Turn on jQuery but this time in hot scroller module.
Please Log in to join the conversation.
-
-
Topic Author
- New Member
-
Less
More
- Thank you received: 0
13 years 1 month ago #16235
by
Replied by on topic Re: HOT Scroller and Helix Framework
I turned on now jquery inside mod_hot_scroller. Please informe me, when I can disable jquery again because the menu of the website does not work right until jquery is activated.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 1 month ago - 2 years 11 months ago #16243
by ivan.milic
Replied by ivan.milic on topic Re: HOT Scroller and Helix Framework
Turn it off. Then:
I have put newest jquery in ziped attachment. Unpack file to some folder and in head section of your template add this:
Note ... in src attribute of first script tag, you should replace them with real path that depends on where you put attached js.
EDIT put it near end of head tag , maybe just above </head>
I have put newest jquery in ziped attachment. Unpack file to some folder and in head section of your template add this:
Code:
<script src=".../jquery.min.js" type="text/javascript"></script>
<script type="text/javascript">
jQuery.noConflict();
</script>
Note ... in src attribute of first script tag, you should replace them with real path that depends on where you put attached js.
EDIT put it near end of head tag , maybe just above </head>
Last edit: 2 years 11 months ago by milos.
Please Log in to join the conversation.
Time to create page: 0.159 seconds