submenù items

  • morelli
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
10 years 3 months ago - 10 years 3 months ago #41731 by morelli
submenù items was created by morelli
Hello
I am testing a site with corporate template; sometimes happens that submenu items are visible and fixed (without mouseover on menù item). If you go over with mouse items starts blinking. I thought this was because a conflict with third party components but I notice it happens even in your demo.

Edit: It happens if you click featurses>extensions>hot slicebox

Thankyou for help. Milo
Last edit: 10 years 3 months ago by morelli.

Please Log in to join the conversation.

More
10 years 3 months ago #41751 by ivan.milic
Replied by ivan.milic on topic submenù items
Try this, open:

corporate/templates/hot_corporate/js/jquery.hjt.navv.js

locate this code:

jQuery('.navv li').hover(function(){
jQuery(this).find('ul:first').stop(true,true)[options.effect](options.speed);
},function(){
jQuery(this).css('position', 'relative')
.find('ul:first').stop(true,true)[options.effect](options.speed);
});


modify if like this:

jQuery('.navv li').hover(function(){
jQuery(this).find('ul:first:not(:visible)').stop(true,true)[options.effect](options.speed);
},function(){
jQuery(this).css('position', 'relative')
.find('ul:first:visible').stop(true,true)[options.effect](options.speed);
});

Please Log in to join the conversation.

  • morelli
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
10 years 3 months ago - 10 years 3 months ago #41772 by morelli
Replied by morelli on topic submenù items
it seems to work fine now.
In case of updating with new release of this template, must this code be replaced again?

Thankyou for your time. Milo
Last edit: 10 years 3 months ago by morelli.

Please Log in to join the conversation.

More
10 years 3 months ago #41779 by ivan.milic
Replied by ivan.milic on topic submenù items
You have to check it
The following user(s) said Thank You: morelli

Please Log in to join the conversation.

More
10 years 2 months ago - 10 years 2 months ago #42398 by digiwide
Replied by digiwide on topic submenù items
I have also a problem with the submenu in combination with Slidebox. A submenu item won't go away. In the english I have stopped the sub-page.

The adress of the site is www.africatogether.nl

I have just finished the multilanguage solution. Thats now working perfect. Is this a JS problem?
Last edit: 10 years 2 months ago by digiwide.

Please Log in to join the conversation.

More
10 years 2 months ago #42405 by ivan.milic
Replied by ivan.milic on topic submenù items
Disable jquery in slicebox module

Please Log in to join the conversation.

Time to create page: 0.148 seconds
Powered by Kunena Forum