- Posts: 64
- Thank you received: 0
Responsive menu on Android, tekst in ot Carrousel
-
Darko101
Inactive member -
Topic Author
- Member
-
Less
More
11 years 4 months ago #37150
by Darko101
Replied by Darko101 on topic Responsive menu on Android, tekst in ot Carrousel
The result is the same unfortunately. Only the button icon has changed.
Kind regards,
Darko
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 4 months ago #37160
by ivan.milic
Replied by ivan.milic on topic Responsive menu on Android, tekst in ot Carrousel
From the picture I see menu actually shows up. Are you saying it does not react to touch?
Please Log in to join the conversation.
-
Darko101
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 64
- Thank you received: 0
11 years 4 months ago #37164
by Darko101
Replied by Darko101 on topic Responsive menu on Android, tekst in ot Carrousel
Correct.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 4 months ago #37176
by ivan.milic
Replied by ivan.milic on topic Responsive menu on Android, tekst in ot Carrousel
See this:
www.hotjoomlatemplates.com/support-forum...t-work?start=6#34948
apply solution form post #34948
www.hotjoomlatemplates.com/support-forum...t-work?start=6#34948
apply solution form post #34948
Please Log in to join the conversation.
-
Darko101
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 64
- Thank you received: 0
11 years 4 months ago #37181
by Darko101
Replied by Darko101 on topic Responsive menu on Android, tekst in ot Carrousel
The menu is slectabvle now, but unfortunately the navigation button is not showing.
If you guess where it is and hit the screen the menu appears and is selectable. Only the tinynav.png doesn’t show. See attached pic. The menu looks a lot better though than the standard triggered android menu so if this could work it would be great.
If you guess where it is and hit the screen the menu appears and is selectable. Only the tinynav.png doesn’t show. See attached pic. The menu looks a lot better though than the standard triggered android menu so if this could work it would be great.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 4 months ago - 11 years 4 months ago #37188
by ivan.milic
Replied by ivan.milic on topic Responsive menu on Android, tekst in ot Carrousel
Upload any image you want under this location:
templates/hot_explorer/images/tinynav.png
also open:
templates/hot_explorer/js/responsive_menu.js
and this line:
if(topMenuWidth > topMenuContainerWidth) {
change to:
if(jQuery(window).width() < 960) {
templates/hot_explorer/images/tinynav.png
also open:
templates/hot_explorer/js/responsive_menu.js
and this line:
if(topMenuWidth > topMenuContainerWidth) {
change to:
if(jQuery(window).width() < 960) {
Last edit: 11 years 4 months ago by ivan.milic.
Please Log in to join the conversation.
Time to create page: 0.092 seconds