- Posts: 21
- Thank you received: 0
Problem with responsive menu
-
devokue
Inactive member -
- Member
-
Less
More
10 years 2 months ago #44032
by devokue
Replied by devokue on topic Problem with responsive menu
No luck,
this makes the dropdown nabigation disappear again and only the regular navigation can be seen again…
this makes the dropdown nabigation disappear again and only the regular navigation can be seen again…
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 #44039
by ivan.milic
Replied by ivan.milic on topic Problem with responsive menu
Ok use:
if(jQuery(window).width() < 768 && !(jQuery(".tinynav:visible")[0])) {
but remove then:
jQuery(window).load(function(){
menutransform();
setTimeout(function(){
menutransform();
},300);
});
if(jQuery(window).width() < 768 && !(jQuery(".tinynav:visible")[0])) {
but remove then:
jQuery(window).load(function(){
menutransform();
setTimeout(function(){
menutransform();
},300);
});
The following user(s) said Thank You: devokue
Please Log in to join the conversation.
-
devokue
Inactive member -
- Member
-
Less
More
- Posts: 21
- Thank you received: 0
10 years 2 months ago #44048
by devokue
Replied by devokue on topic Problem with responsive menu
Hey Ivan,
that's it. Now it works fine. tested on my iPhone!
Thanks a lot!
Regards
Bö.
that's it. Now it works fine. tested on my iPhone!
Thanks a lot!
Regards
Bö.
Please Log in to join the conversation.
-
jsmolic
Inactive member -
- Member
-
Less
More
- Posts: 39
- Thank you received: 0
9 years 9 months ago #45423
by jsmolic
Replied by jsmolic on topic Problem with responsive menu
hi, i dont have the following file
Open templates/hot_explorer/js/responsive_menu.js
i have a file called responsive-nav.min.js
is there also a fix for this file?
Open templates/hot_explorer/js/responsive_menu.js
i have a file called responsive-nav.min.js
is there also a fix for this file?
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
9 years 9 months ago #45426
by ivan.milic
Replied by ivan.milic on topic Problem with responsive menu
Hi, what type of problem you have on your template?
You don't have that file because you have new version of template, that works normally. Do you have your site online?
You don't have that file because you have new version of template, that works normally. Do you have your site online?
Please Log in to join the conversation.
-
jsmolic
Inactive member -
- Member
-
Less
More
- Posts: 39
- Thank you received: 0
9 years 9 months ago - 9 years 9 months ago #45428
by jsmolic
Replied by jsmolic on topic Problem with responsive menu
the dropdown, menu on bobile looks exactly the same as desktop version, i expect it to have the = type in right hand corner???
Last edit: 9 years 9 months ago by ivan.milic.
Please Log in to join the conversation.
Time to create page: 0.091 seconds