Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1273561
    alex5252
    Participant

    My superfly menu won’t open on a mobile device.

    it is the menu that says veterinary services.

    #1273563
    alex5252
    Participant
    This reply has been marked as private.
    #1273623
    Nabeel A
    Moderator

    Hi there,

    Thanks for writing in! Please add the following jQuery script in your Customizer via Appearance > Customize > Custom > Edit Global Javascript

    jQuery(document).ready(function($){
    	$('.ubermenu-target').on('touchstart', function(e) {
    		$('.ubermenu-target').click();
    	});
    });

    Don’t forget to clear your browser’s cache after adding the code. Let us know how this goes!

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