- Posts: 72
- Thank you received: 1
Issue with Responsive Tiny Nav when links clicked
-
whyknott
Inactive member -
Topic Author
- Member
-
Less
More
12 years 2 months ago #26571
by whyknott
Replied by whyknott on topic Issue with Responsive Tiny Nav when links clicked
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
-
Less
More
- Posts: 72
- Thank you received: 1
12 years 2 months ago #26576
by whyknott
Replied by whyknott on topic Issue with Responsive Tiny Nav when links clicked
Here is the website on a hosted server for you to reference.
whyknottmanager.com/dgicreative/
Please let me know what you find out
Thanks!
whyknottmanager.com/dgicreative/
Please let me know what you find out

Thanks!
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 2 months ago #26581
by ivan.milic
Replied by ivan.milic on topic Issue with Responsive Tiny Nav when links clicked
Open:
templates/sparky_framework/js/jquery.hjt.nav.js
find this:
replace with:
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
-
Less
More
- Posts: 72
- Thank you received: 1
12 years 2 months ago - 12 years 2 months ago #26585
by whyknott
Replied by whyknott on topic Issue with Responsive Tiny Nav when links clicked
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
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.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 2 months ago #26588
by ivan.milic
Replied by ivan.milic on topic Issue with Responsive Tiny Nav when links clicked
replace responsive_menu.js with one in attachment.
Please Log in to join the conversation.
-
whyknott
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 72
- Thank you received: 1
12 years 2 months ago #26592
by whyknott
Replied by whyknott on topic Issue with Responsive Tiny Nav when links clicked
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