Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1153525

    andreulloveras
    Participant

    Hi!

    this is my webpage http://www.arpgirona.com as you can see i add superfly menu item at de right side, with a social icon. So anyone can access to login this way clicking “Accedir”. The problem i have is that in tablet mode it shows like the attached file. You can try it by enabling MOBILE LOGIC FOR SUBMENUS ON DESKTOP on the superfly panel.

    My question is how i can disable this logic on tablets? Or why this isn’t working, because in my mobile it works well.

    Can you check this?

    I leave my credentials in the next comment.

    Thank you in advance!

    #1153527

    andreulloveras
    Participant
    This reply has been marked as private.
    #1153603

    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($){
    	$('.sfm-sm-indicator').on('touchend click', function(e) {
    		e.preventDefault();
    		$(".sfm-view.sfm-view-level-custom").toggleClass('show-menu');
    	});
    });

    Then add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:

    .show-menu {
        transform: matrix(1, 0, 0, 1, -450, 0) !important;
    }

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

    #1153631

    andreulloveras
    Participant

    It works like a charm!

    Thank you!

    Your support is really awesome, i’m so happy with your service!!

    #1153745

    Rahul
    Moderator

    Thank you for your kind words!

    If you still have anything else, let us know. We’d be happy to assist you with everything!

    Thanks.