Tagged: x
-
AuthorPosts
-
September 15, 2016 at 10:21 am #1176744
AndreiParticipantHi,
I have a problem with the sub-menu on the mobile. When I collapse the menu, for example COLLECTIONS, it collapses with a speed, but when I want to hide the sub-menu SINGULARITY the speed is not the same with the collapse speed, it lags. I would like the hide speed to be the same as the collapse speed. Thank you.
September 15, 2016 at 11:53 am #1176879
Prasant RaiModeratorHello Andrei,
Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
Thanks.
September 15, 2016 at 12:04 pm #1176894
AndreiParticipantSorry, my url is //sinestezic.com
September 15, 2016 at 4:06 pm #1177235
Nabeel AModeratorHi there,
Thank you for providing the URL. Please add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:
.collapsing { -webkit-transition: none !important; transition: none !important; }Let us know how this goes!
September 16, 2016 at 3:11 am #1177891
AndreiParticipantHey there Nabeel,
Thank you for your reply. Nothing changes. It doesn’t work.
September 16, 2016 at 4:17 am #1177961
Rue NelModeratorHello There,
Could you please update the css code and use this instead:
.x-sub-toggle .sub-menu, .x-sub-toggle .sub-menu.collapse, .x-sub-toggle .collapsing { -webkit-transition: none !important; transition: none !important; }Hope this helps.
September 16, 2016 at 6:03 am #1178025
AndreiParticipantHi Rue Nel,
I tried it. Unfortunately it doesn’t work.
September 16, 2016 at 11:49 am #1178399
Nabeel AModeratorHi again,
To fix the issue, please add the following jQuery script in your Customizer via Appearance > Customize > Custom > Edit Global Javascript
jQuery(document).ready(function($){ $('.x-sub-toggle').on('click touchend',function(e) { e.preventDefault(); var submenu = jQuery(this).attr('data-target') jQuery(submenu).toggle() }); });Don’t forget to clear your browser’s cache after adding the code. Let us know how this goes!
September 19, 2016 at 3:49 am #1181049
AndreiParticipantWorks great Nabeel. Thank you very much.
September 19, 2016 at 3:58 am #1181066
Rue NelModeratorYou’re welcome! We’re happy to help you out.
If you need anything else we can help you with, don’t hesitate to open another thread. -
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1176744 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
