- Posts: 64
- Thank you received: 0
Responsive menu on Android, tekst in ot Carrousel
-
Darko101
Inactive member -
Topic Author
- Member
-
Less
More
11 years 2 months ago #37013
by Darko101
Responsive menu on Android, tekst in ot Carrousel was created by Darko101
Dear Sirs,
Unfortunately the responsove menu in Explorer doent work correcly. When making a choice in the responsive menu on android the chosen menu item is not send and the site does not go to the chosen page. Android version used is 2.3.6
Another issue is that the text overlaying Hot Carrousel stretches out when going into responsive. In the Demo sites this seems to work correctly. Any advice?
URL www.opleiding-medische-basiskennis.nl/2/
Kind regards,
Darko
Unfortunately the responsove menu in Explorer doent work correcly. When making a choice in the responsive menu on android the chosen menu item is not send and the site does not go to the chosen page. Android version used is 2.3.6
Another issue is that the text overlaying Hot Carrousel stretches out when going into responsive. In the Demo sites this seems to work correctly. Any advice?
URL www.opleiding-medische-basiskennis.nl/2/
Kind regards,
Darko
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 2 months ago #37023
by ivan.milic
Replied by ivan.milic on topic Responsive menu on Android, tekst in ot Carrousel
Does the same happen when you browse our demo :
demo.hotjoomlatemplates.com/explorer/
demo.hotjoomlatemplates.com/explorer/
Please Log in to join the conversation.
-
Darko101
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 64
- Thank you received: 0
11 years 2 months ago #37030
by Darko101
Replied by Darko101 on topic Responsive menu on Android, tekst in ot Carrousel
Yes, the menu behaves the same.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 2 months ago #37038
by ivan.milic
Replied by ivan.milic on topic Responsive menu on Android, tekst in ot Carrousel
We noticed that before, on some rare models of android phones it just does not work
Please Log in to join the conversation.
-
Darko101
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 64
- Thank you received: 0
11 years 2 months ago #37127
by Darko101
Replied by Darko101 on topic Responsive menu on Android, tekst in ot Carrousel
Dear Sirs,
I really must disagree. I found out that also on a galaxy tab 3 with Android 4.1 the menu button does not open at all. My own phone a Galaxy S1 is one of the most sold phones ever. Hardly a rare model. This seems to be a bigger problem since the template is used mainly beacause of its responsive abilities.
Please investigate this problem and a possible solution by maybe adapting code.
Kind regards,
Darko
I really must disagree. I found out that also on a galaxy tab 3 with Android 4.1 the menu button does not open at all. My own phone a Galaxy S1 is one of the most sold phones ever. Hardly a rare model. This seems to be a bigger problem since the template is used mainly beacause of its responsive abilities.
Please investigate this problem and a possible solution by maybe adapting code.
Kind regards,
Darko
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 2 months ago #37137
by ivan.milic
Replied by ivan.milic on topic Responsive menu on Android, tekst in ot Carrousel
Open layout.css and find this:
select.tinynav {
float: right;
width: 40px;
height: 30px;
border: none;
background: #ccc;
text-indent: -9999px;
background: url(../images/custom/tinynav.png);
-webkit-appearance: button;
}
remove:
border: none;
background: #ccc;
text-indent: -9999px;
background: url(../images/custom/tinynav.png);
-webkit-appearance: button;
then check what happens
select.tinynav {
float: right;
width: 40px;
height: 30px;
border: none;
background: #ccc;
text-indent: -9999px;
background: url(../images/custom/tinynav.png);
-webkit-appearance: button;
}
remove:
border: none;
background: #ccc;
text-indent: -9999px;
background: url(../images/custom/tinynav.png);
-webkit-appearance: button;
then check what happens
Please Log in to join the conversation.
Time to create page: 0.165 seconds