- Posts: 72
- Thank you received: 1
Issue with Responsive Tiny Nav when links clicked
-
whyknott
Inactive member - Topic Author
- Member
Less
More
11 years 9 months ago - 11 years 9 months ago #26481
by whyknott
Issue with Responsive Tiny Nav when links clicked was created by whyknott
Hello,
When the browser window is scaled down and the tiny nav is present and you click on a link and the new page loads. Then tiny nav disappears and you have to resize the browser window larger and then back down again for the tiny nav to show up again properly.
Please watch this video here, it shows you what is happening:
whyknott.com/videos/issue%20with%20responsive%20menu.mp4
When the browser window is scaled down and the tiny nav is present and you click on a link and the new page loads. Then tiny nav disappears and you have to resize the browser window larger and then back down again for the tiny nav to show up again properly.
Please watch this video here, it shows you what is happening:
whyknott.com/videos/issue%20with%20responsive%20menu.mp4
Last edit: 11 years 9 months ago by whyknott. Reason: Added video link
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 9 months ago #26489
by ivan.milic
Replied by ivan.milic on topic Issue with Responsive Tiny Nav when links clicked
add this to bottom ot responsive_menu.js
jQuery(document).ready(function(){
jQuery(window).trigger('resize');
});
jQuery(document).ready(function(){
jQuery(window).trigger('resize');
});
Please Log in to join the conversation.
-
whyknott
Inactive member - Topic Author
- Member
Less
More
- Posts: 72
- Thank you received: 1
11 years 9 months ago #26498
by whyknott
Replied by whyknott on topic Issue with Responsive Tiny Nav when links clicked
Ivan,
I added your code below and refreshed several times, cleared my cache and its still doing it. Any other way to fix it?
I added your code below and refreshed several times, cleared my cache and its still doing it. Any other way to fix it?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 9 months ago #26514
by ivan.milic
Replied by ivan.milic on topic Issue with Responsive Tiny Nav when links clicked
Can I somehow see your site?
Please Log in to join the conversation.
-
whyknott
Inactive member - Topic Author
- Member
Less
More
- Posts: 72
- Thank you received: 1
11 years 9 months ago #26520
by whyknott
Replied by whyknott on topic Issue with Responsive Tiny Nav when links clicked
It is currently setup using MAMP (localhost on my computer. I guess I could zip everything up and export the database and send it to you if that would help?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 9 months ago #26526
by ivan.milic
Replied by ivan.milic on topic Issue with Responsive Tiny Nav when links clicked
can you just set it up on some free hosting?
Please Log in to join the conversation.
Time to create page: 0.232 seconds