- Posts: 163
- Thank you received: 1
tiny nav not working on mobiles??
-
maryswave
Inactive member - Topic Author
- Member
Less
More
10 years 2 months ago #42352
by maryswave
tiny nav not working on mobiles?? was created by maryswave
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 2 months ago #42358
by ivan.milic
Replied by ivan.milic on topic tiny nav not working on mobiles??
Open:
templates/hot_tennis/js/responsive_menu.js
in this line;
if(topMenuWidth > topMenuContainerWidth) {
replace condition with:
if($(window).width() < 768) {
templates/hot_tennis/js/responsive_menu.js
in this line;
if(topMenuWidth > topMenuContainerWidth) {
replace condition with:
if($(window).width() < 768) {
Please Log in to join the conversation.
-
maryswave
Inactive member - Topic Author
- Member
Less
More
- Posts: 163
- Thank you received: 1
10 years 2 months ago #42366
by maryswave
Replied by maryswave on topic tiny nav not working on mobiles??
tiny nav does not work at all now
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 2 months ago #42376
by ivan.milic
Replied by ivan.milic on topic tiny nav not working on mobiles??
Undo that previous change . You actually don't use menu module for menu, you use custom html module. You need to use joomla menu displayed via menu module to use that
Please Log in to join the conversation.
-
maryswave
Inactive member - Topic Author
- Member
Less
More
- Posts: 163
- Thank you received: 1
10 years 2 months ago #42381
by maryswave
Replied by maryswave on topic tiny nav not working on mobiles??
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 1 month ago - 10 years 1 month ago #42388
by ivan.milic
Replied by ivan.milic on topic tiny nav not working on mobiles??
Ok, I see js is not changed ?
Last edit: 10 years 1 month ago by ivan.milic.
Please Log in to join the conversation.
Time to create page: 0.233 seconds