Tagged: x
-
AuthorPosts
-
August 30, 2016 at 10:31 am #1153525
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!
August 30, 2016 at 10:31 am #1153527This reply has been marked as private.August 30, 2016 at 11:22 am #1153603Hi 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!
August 30, 2016 at 11:42 am #1153631It works like a charm!
Thank you!
Your support is really awesome, i’m so happy with your service!!
August 30, 2016 at 12:46 pm #1153745Thank you for your kind words!
If you still have anything else, let us know. We’d be happy to assist you with everything!
Thanks.
-
AuthorPosts