Tagged: mobile menu
-
AuthorPosts
-
September 20, 2018 at 10:23 pm #1012487
Mobile menu does not work on phone. works on computer when shrunk. I have tried all the solutions i could fine on the website. Seems if Javascript not working when on phone. I have not compressed files, have turned off plugins etc.
This seems to be a recurring issue. Please help asap.September 21, 2018 at 12:14 am #1012536Maybe this could help?
September 21, 2018 at 1:58 am #1012565it is already added to a location. it worked until recently.
September 21, 2018 at 5:57 am #1012649Hi bigideasonline,
Thanks for the login details, though they seem to not be working. Could you check and verify please?
Best regards,
RikardSeptember 24, 2018 at 7:30 pm #1013774Recreated the login. please try again
September 26, 2018 at 4:31 pm #1014853Hello?
September 26, 2018 at 7:22 pm #1014941Hi bigideasonline,
Hmmm, there are no errors in JavaScript, and I see no customizations that could cause this.
Best regards,
VictoriaSeptember 26, 2018 at 7:48 pm #1014964Still no luck. I need to fix this. I have a friend with the same theme and there mobile menu is not working either. Works on desktop if you shrink it down, but not on phone. I have tried numerous settings, no transparent header, different size logos, no compression, turned off plugins, removed css, turned of any extra functions etc… etc… I need to fix this asap. Pleaseeeeeeeeeeeee help!
September 27, 2018 at 3:49 pm #1015346anybody? this seems to be a common enough occurrence from reading the forum to investigate why this occurs and fix it.
September 28, 2018 at 5:18 am #1015582Hey!
Sorry for the late response. I found the following error in the console and a quick search led me to a stackoverflow thread. It seems to be a bug in the jQuery UI core files.
jquery-ui-1.8.11.custom.min.js:13 Uncaught TypeError: c.curCSS is not a function at set_list_container_height (avia.js?ver=4.4.1:868)
// https://stackoverflow.com/questions/29298462/c-curcss-is-not-a-function-bug-from-jquery
This code in the functions.php file removed that particular error.
add_action('wp_footer', 'ava_curcss_fix', 9999); function ava_curcss_fix() { ?> <script> (function($) { $.curCSS = function(element, prop, val) { return $(element).css(prop, val); }; })(jQuery); </script> <?php }
Please check it again on your phone. Don’t forget to remove the browser cache or do a hard refresh prior to checking the page. Let us know if it helps.
Regards,
IsmaelSeptember 28, 2018 at 5:24 am #1015584Hi,
**It looks like two of us were working on it at the same time, and my results were misleading :)Best regards,
MikeSeptember 28, 2018 at 4:55 pm #1015793Great job. That worked. Thank you so much. Saved me again team!
September 29, 2018 at 4:41 pm #1016077Hi bigideasonline,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.