Issue with Responsive Tiny Nav when links clicked

  • whyknott
    Inactive member
  • Topic Author
  • Member
  • Member
More
12 years 2 months ago #26571 by whyknott
Yes, I figured out a way I can show you the website! I'm working on uploading and importing the database now so it will probably be ready by the end of today EST USA.

Please Log in to join the conversation.

  • whyknott
    Inactive member
  • Topic Author
  • Member
  • Member
More
12 years 2 months ago #26576 by whyknott
Here is the website on a hosted server for you to reference.

whyknottmanager.com/dgicreative/

Please let me know what you find out :unsure:

Thanks!

Please Log in to join the conversation.

More
12 years 2 months ago #26581 by ivan.milic
Open:

templates/sparky_framework/js/jquery.hjt.nav.js

find this:
Code:
jQuery('.nav 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); });

replace with:
Code:
jQuery('.nav li').hover(function(){ try{ jQuery(this).find('ul:first').stop(true,true)[options.effect](options.speed); }catch(e){} },function(){ try{ jQuery(this).css('position', 'relative') .find('ul:first').stop(true,true)[options.effect](options.speed); }catch(e){} });

Please Log in to join the conversation.

  • whyknott
    Inactive member
  • Topic Author
  • Member
  • Member
More
12 years 2 months ago - 12 years 2 months ago #26585 by whyknott
Hi Ivan,

I've just updated the code and the menu is still changing back? I made the update on the live site so you can see it.

Thanks,
Kenny
Last edit: 12 years 2 months ago by whyknott. Reason: typo

Please Log in to join the conversation.

More
12 years 2 months ago #26588 by ivan.milic
replace responsive_menu.js with one in attachment.
Attachments:

Please Log in to join the conversation.

  • whyknott
    Inactive member
  • Topic Author
  • Member
  • Member
More
12 years 2 months ago #26592 by whyknott
Thanks I replaced the responsive_menu.js file with the attached but :S sadly now its worse. Its flickering weirdly and still shows the large menu after clicking links with tiny nav

Please Log in to join the conversation.

Time to create page: 0.095 seconds
Powered by Kunena Forum