- Posts: 5
- Thank you received: 0
Wheres my tiny nav
-
broken beatz
Inactive member - Topic Author
- New Member
Less
More
11 years 5 months ago - 11 years 5 months ago #31260
by broken beatz
Wheres my tiny nav was created by broken beatz
Hi,
after some repairs on the template (expl.: there was writen "javasrtit" to delete rows) and other more, I lost my mini menu tiny nav on devices like iphone.
what is to dom to get it back? i made some changes at the menu-settings, but the style like the first after installation and the minimenu i cant get back...
the domain: www.dieideenwerkstatt.de
sorry for my bad english...
responsive settings are enabled!
after some repairs on the template (expl.: there was writen "javasrtit" to delete rows) and other more, I lost my mini menu tiny nav on devices like iphone.
what is to dom to get it back? i made some changes at the menu-settings, but the style like the first after installation and the minimenu i cant get back...
the domain: www.dieideenwerkstatt.de
sorry for my bad english...
responsive settings are enabled!
Last edit: 11 years 5 months ago by broken beatz. Reason: Correct title
Please Log in to join the conversation.
-
broken beatz
Inactive member - Topic Author
- New Member
Less
More
- Posts: 5
- Thank you received: 0
11 years 5 months ago #31268
by broken beatz
Replied by broken beatz on topic Wheres my tiny nav
I renewed the installation, so it works on iphone, but not, like the demo, on a small safari window or firefox...
But on square iPhone the tinynav is gone, whrer can I change the dimensions, which decide, if there is the normal or the tinynav?
there are so many bugs on the template, one of them at design layout.php, at line 54: here is "javasrtipt", it must be javascript!!!
But on square iPhone the tinynav is gone, whrer can I change the dimensions, which decide, if there is the normal or the tinynav?
there are so many bugs on the template, one of them at design layout.php, at line 54: here is "javasrtipt", it must be javascript!!!
Please Log in to join the conversation.
-
broken beatz
Inactive member - Topic Author
- New Member
Less
More
- Posts: 5
- Thank you received: 0
11 years 5 months ago - 11 years 5 months ago #31269
by broken beatz
Replied by broken beatz on topic Wheres my tiny nav
Next Bug:
If i wroite a second line at the module at header1, where is the start page, the second line is above the first line...
and the backgroundimage dont shown at mobile devices...
If i wroite a second line at the module at header1, where is the start page, the second line is above the first line...
and the backgroundimage dont shown at mobile devices...
Last edit: 11 years 5 months ago by broken beatz.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 5 months ago #31276
by ivan.milic
Replied by ivan.milic on topic Wheres my tiny nav
Tiny nav does not trigger on device type it triggers based on screen width so if normal menu appears instead of tinynav that is normal. If you change something then its your responisbility.
Please Log in to join the conversation.
-
broken beatz
Inactive member - Topic Author
- New Member
Less
More
- Posts: 5
- Thank you received: 0
11 years 5 months ago #31279
by broken beatz
Replied by broken beatz on topic Wheres my tiny nav
I didn`t change anything on the responsebitlity, but if the mobile is squre, the menu is overlapping the logo.
an other problem: the backgroundimage was changed by me. on desktop-browsers it works, but it isn`t visible on ios-devices, where is here the bug?
an other problem: the backgroundimage was changed by me. on desktop-browsers it works, but it isn`t visible on ios-devices, where is here the bug?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 5 months ago #31281
by ivan.milic
Replied by ivan.milic on topic Wheres my tiny nav
You can make triggering bit more sensitive. Open:
templates/hot_one_page/js/responsive_menu.js
this line:
if(topMenuWidth > topMenuContainerWidth) {
change to:
if(topMenuWidth > topMenuContainerWidth - 50) {
templates/hot_one_page/js/responsive_menu.js
this line:
if(topMenuWidth > topMenuContainerWidth) {
change to:
if(topMenuWidth > topMenuContainerWidth - 50) {
Please Log in to join the conversation.
Time to create page: 0.168 seconds