- Posts: 163
- Thank you received: 1
tiny nav not working on mobiles??
-
maryswave
Inactive member -
Topic Author
- Member
-
Less
More
11 years 3 days 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
11 years 3 days 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
11 years 2 days 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
11 years 2 days 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
11 years 2 days 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
11 years 1 day ago - 11 years 1 day 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: 11 years 1 day ago by ivan.milic.
Please Log in to join the conversation.
Time to create page: 0.090 seconds