Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1277923
    alex5252
    Participant

    on 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.

    #1277927
    alex5252
    Participant
    This reply has been marked as private.
    #1278228
    Lely
    Moderator

    Hi 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:

    #1278999
    alex5252
    Participant

    Thank you for your reply, unfortunately this has not fixed the issue.

    Additionally the submenu doesn’t work on desktop anymore.

    #1279434
    Rad
    Moderator

    Hi 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!

    #1280004
    alex5252
    Participant

    After 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

    #1280266
    Rad
    Moderator

    Hi 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!

  • <script> jQuery(function($){ $("#no-reply-1277923 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>