- Posts: 2
- Thank you received: 0
Mobile navigation errors
-
cdambro
Inactive member - Topic Author
- New Member
Less
More
10 years 6 months ago #39593
by cdambro
Mobile navigation errors was created by cdambro
I'm working with a client to update a site they already have built on the Hot Wedding theme, one of the issues is the mobile navigation.
The mobile navigation does not work properly on any mobile device. Only the top level navigation actually works. When looking at the JS and CSS files for the navigation the hover class is still being executed even on mobile, of which hover doesn't exist for mobile. Therefore the webkit transitions to expand menu's are still firing and also renders all child navigation disabled for some reason. The navigation simply does not work.
In looking this is true on your demo site as well, the navigation for "mobile" only works if you are viewing a reduced screen size on a desktop which uses hover correctly. I've checked this on my Galaxy S4 phone and Nexus 7 tablet.
Do you have a fix for this readily available?
The mobile navigation does not work properly on any mobile device. Only the top level navigation actually works. When looking at the JS and CSS files for the navigation the hover class is still being executed even on mobile, of which hover doesn't exist for mobile. Therefore the webkit transitions to expand menu's are still firing and also renders all child navigation disabled for some reason. The navigation simply does not work.
In looking this is true on your demo site as well, the navigation for "mobile" only works if you are viewing a reduced screen size on a desktop which uses hover correctly. I've checked this on my Galaxy S4 phone and Nexus 7 tablet.
Do you have a fix for this readily available?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 6 months ago #39605
by ivan.milic
Replied by ivan.milic on topic Mobile navigation errors
Send link please
Please Log in to join the conversation.
-
cdambro
Inactive member - Topic Author
- New Member
Less
More
- Posts: 2
- Thank you received: 0
10 years 6 months ago #39606
by cdambro
Replied by cdambro on topic Mobile navigation errors
my client's site is harps-international.com
but as i stated the same issue exists on your demo demo.hotjoomlatemplates.com/wedding/
the child level navigation does not work on mobile devices.
I recorded video from your demo showing this, the video resolution has been lowered to upload to youtube if you want the full resolution video I'll send it over
youtu.be/GRKbtbJiwPc
but as i stated the same issue exists on your demo demo.hotjoomlatemplates.com/wedding/
the child level navigation does not work on mobile devices.
I recorded video from your demo showing this, the video resolution has been lowered to upload to youtube if you want the full resolution video I'll send it over
youtu.be/GRKbtbJiwPc
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 6 months ago #39618
by ivan.milic
Replied by ivan.milic on topic Mobile navigation errors
Add this to bottom of template_css.css
DIV.topmenu_area > DIV.container{
z-index:999;
}
DIV.topmenu_area > DIV.container{
z-index:999;
}
Please Log in to join the conversation.
Time to create page: 0.164 seconds