Tagged: x
-
AuthorPosts
-
December 1, 2016 at 3:16 pm #1277923
alex5252Participanton mobile, when you need to tap, I can’t get the submenu for consultation to show.
all it does is hide the main level menu items.the menu in question can be found by tapping veterinary services, which can be found at the top of the page.
December 1, 2016 at 3:17 pm #1277927
alex5252ParticipantThis reply has been marked as private.December 1, 2016 at 7:43 pm #1278228
LelyModeratorHi Alex,
Thanks you for the credentials. Please make sure that your submenu will fall down on mobile menu. There might not be enough space for it to slide in so it must fall down instead. Please attached screenshot:
December 2, 2016 at 11:55 am #1278999
alex5252ParticipantThank you for your reply, unfortunately this has not fixed the issue.
Additionally the submenu doesn’t work on desktop anymore.
December 2, 2016 at 7:10 pm #1279434
RadModeratorHi there,
It looks like due to Ubermenu. I’m getting different behaviors every time I reload it. And is it intentional to have SuperFly within Ubermenu? Because it’s not working on mobile, except when loaded on simulator.
Would it be okay if I disable your plugins? You should backup your site too.
Thanks!
December 3, 2016 at 1:43 pm #1280004
alex5252ParticipantAfter much screwing around with the options finally got something that works on mobile sometimes. It only works after you reorient the device to landscape. This issue is further explained in the video below.
https://www.youtube.com/watch?v=wxHAPZQ4Fu4&feature=youtu.be
December 3, 2016 at 11:35 pm #1280266
RadModeratorHi there,
Looks like the re-rendering only triggers when resized and not when loaded. Let’s try this, please add this code to Admin > Appearance > Customizer > Custom > Javascript
jQuery( function($) { $('#menu-item-85 a').on('click', function(){ $(window).resize(); } ); $(window).load( function(){ $(this).resize(); } ); } );Thanks!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1277923 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
