- Posts: 163
- Thank you received: 1
mobile menu not working
-
maryswave
Inactive member -
Topic Author
- Member
-
Less
More
10 years 9 months ago #40657
by maryswave
mobile menu not working was created by maryswave
www.rivercityrange.net/
this happens on Desktop and mobile devises
The mobile menu will not work on page load. I tried the carousel on all pages and it is the same result.
The mobile menu will only work when the page is being resized but never on page load.
this happens on Desktop and mobile devises
The mobile menu will not work on page load. I tried the carousel on all pages and it is the same result.
The mobile menu will only work when the page is being resized but never on page load.
Please Log in to join the conversation.
-
maryswave
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 163
- Thank you received: 1
10 years 9 months ago #40658
by maryswave
Replied by maryswave on topic mobile menu not working
something else in the carousel module I had to set jquery to disable because the mobile menu will not work with it enabled when the page is resized.
the only other components I am using are
Admin Tools
aiContactSafe
Akeeba Backup
JCE Editor
JEvents
the only other components I am using are
Admin Tools
aiContactSafe
Akeeba Backup
JCE Editor
JEvents
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 9 months ago #40666
by ivan.milic
Replied by ivan.milic on topic mobile menu not working
Open:
templates/rivercity/js/responsive_menu.js
whis line:
if(topMenuWidth > topMenuContainerWidth) {
replace with:
if(jQuery(window).width() < 1024) {
templates/rivercity/js/responsive_menu.js
whis line:
if(topMenuWidth > topMenuContainerWidth) {
replace with:
if(jQuery(window).width() < 1024) {
Please Log in to join the conversation.
Time to create page: 0.168 seconds