I wish to achieve the following in Pro header collapsed menu that I never success yet.
No chance?
jQuery(document).ready(function($){
$(’.x-btn-navbar’).on(‘touchend click’, function(e) {
$(’.x-sub-toggle’).click();
});
});
I wish to achieve the following in Pro header collapsed menu that I never success yet.
No chance?
jQuery(document).ready(function($){
$(’.x-btn-navbar’).on(‘touchend click’, function(e) {
$(’.x-sub-toggle’).click();
});
});
Hi @jo3,
Thanks for reaching out.
May I know which sub-menu? I checked your site and I only see an empty collapsed menu (there is no sub-menu). Plus the code is only applicable for X menu and different on menus created in Pro header. And your site uses Pro header collapsible menu.
Thanks!
I will stand by for testing site soon.
Thanks.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.