- Posts: 3
- Thank you received: 0
Responsive dropdown menu bug
-
klausdieter
Inactive member - New Member
Less
More
11 years 10 months ago #26551
by klausdieter
Replied by klausdieter on topic Responsive dropdown menu bug
I really don't understand you. What does it mean: "It looks good"?
Have you alreay worked on the bug or who is responsyble. You should understand that people like me are buying hot templates products to use them and not to store them on the computer for fun.
Have you alreay worked on the bug or who is responsyble. You should understand that people like me are buying hot templates products to use them and not to store them on the computer for fun.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 10 months ago #26559
by ivan.milic
Replied by ivan.milic on topic Responsive dropdown menu bug
Our template uses tiny-nav for menu the site you showed us use mobile-nav. Tiny-nav converts menu to HTML select element that mobile browses on click show as scroll-able popup when you click on it. Check on real phone.
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6753
- Thank you received: 718
11 years 10 months ago #26560
by milos
Replied by milos on topic Responsive dropdown menu bug
Hi klausdieter
Responsinator.com is not the place where you can test mobile environments. Responsinator.com is just a collection of differently sized iframes which doesn't open the site in real mobile browser.
To test your site in real mobile environment you can:
- use your own mobile device
- use tools such as Xcode for Mac which can simulate all iOS devices (option XCode > iOS simulator)
Thanks,
Milos
Responsinator.com is not the place where you can test mobile environments. Responsinator.com is just a collection of differently sized iframes which doesn't open the site in real mobile browser.
To test your site in real mobile environment you can:
- use your own mobile device
- use tools such as Xcode for Mac which can simulate all iOS devices (option XCode > iOS simulator)
Thanks,
Milos
Please Log in to join the conversation.
-
MrDooh
Inactive member - Topic Author
- New Member
Less
More
- Posts: 12
- Thank you received: 0
11 years 10 months ago #26561
by MrDooh
Replied by MrDooh on topic Responsive dropdown menu bug
I understand the problem from klausdieter, it really seems, that tinynav has a problem with Android phones. Check it yourself with an Android phone and check your demo. It is not possible to use the tinynav menu. The other problem is, that the menu button from the tinynav is not in line with the logo whch really looks weired on smartphones, check my screenshots from earlier posts. Hope you fix that bug in near future, cuz the template itself is great.
Gz, MrDooh
Gz, MrDooh
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6753
- Thank you received: 718
11 years 10 months ago #26562
by milos
Replied by milos on topic Responsive dropdown menu bug
Hi MrDooh,
To be honest, I didn't test it on Android. I will do it and let you know about the results. If there are issues, we will fix them.
Thanks,
Milos
To be honest, I didn't test it on Android. I will do it and let you know about the results. If there are issues, we will fix them.
Thanks,
Milos
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6753
- Thank you received: 718
11 years 10 months ago #26593
by milos
Replied by milos on topic Responsive dropdown menu bug
Hi again,
I found a great online Android emulator www.manymo.com
So, once again, forget about responsivator.com, it's not an emulator, it's just a collection of iframes.
Regarding the One Page template, please edit layout.css and add this:
Also, edit file template_css.php and change this part:
to this
In my case, the menu looks better on all devices after these changes.
Thanks
Milos
I found a great online Android emulator www.manymo.com
So, once again, forget about responsivator.com, it's not an emulator, it's just a collection of iframes.
Regarding the One Page template, please edit layout.css and add this:
Code:
select.tinynav {
text-indent: -9999px;
margin-top: 10px;
}
Code:
@media (max-width: 767px) {
.container {
width: 100%;
}
[class*="span"] {
width: 100%;
}
h1 {
font-size:36px !important;
}
}
Code:
@media (max-width: 767px) {
.container {
width: 100%;
}
[class*="span"] {
width: 100%;
}
h1 {
font-size:36px !important;
}
.mp_topmenu {
position:relative;
top:-40px;
}
.topmenurow {
height:60px;
}
.inputbox, textarea {
width:250px;
}
div.moduletable div.rapid_contact div {
padding-left:0px !important;
}
}
Thanks
Milos
Please Log in to join the conversation.
Time to create page: 0.086 seconds