Tagged: x
-
AuthorPosts
-
April 5, 2016 at 7:32 am #867537
FranzParticipantHello Again X Team!
The website in question is http://staging.markuppros.com/cspv3/. It’s my staging environment.
The issue is this. On the mobile menu, to expand the sub-menus, you need to press the down arrows. Is there anyway that if you click the word “Services”, for example, it can also open the sub-menus?
Appreciate the help. Sending my login credentials shortly. Thanks!
April 5, 2016 at 7:33 am #867542
FranzParticipantThis reply has been marked as private.April 5, 2016 at 5:47 pm #868301
Nabeel AModeratorHi there,
Thanks for writing in! To achieve this, please add the following jQuery script in your Customizer via Appearance > Customize > Custom > Edit Global Javascript
jQuery(document).ready(function($){ $('.menu-item-has-children').click(function(){ $(this).find('.sub-menu').toggle(); }); });Don’t forget to clear your browser’s cache after adding the code. Let us know how this goes!
April 5, 2016 at 6:12 pm #868331
FranzParticipantYou’re My Angel!
Thanks Nabeel!
April 5, 2016 at 11:14 pm #868592
Prasant RaiModeratorYour satisfaction is a great compliment for us.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-867537 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
