Your Cart is currently empty!
Product update
Coupon
add
Coupon code invalid! Please re-enter!
AJAX loader
You are here: HomeForum
Welcome, Guest

[SOLVED] Dopdown menu on mobile not working on all pages
(1 viewing) (1) Guest
  • Page:
  • 1
  • 2

TOPIC: [SOLVED] Dopdown menu on mobile not working on all pages

Re: Dopdown menu on mobile not working on all pages 7 years, 3 months ago #31443

Dear waelabdin

I fixed this issue in /public_html/templates/sj_hexagon/menusys/class/mobile/tmpl/default.php and find:

$('.btn-navbar').click(function(){
$(this).children().toggleClass('fa-times');
});

=> change to:

$('.btn-navbar').click(function(){
$(this).children().toggleClass('fa-times');
if($('#resmenu_sidebar').hasClass('in')){
$('#resmenu_sidebar').removeClass('in');
}
else
$('#resmenu_sidebar').addClass('in');

});

$('.homepage .btn-navbar').click(function(){
$(this).children().toggleClass('fa-times');
$('#resmenu_sidebar').toggleClass('in');

});

please check your site again

Thanks
The topic has been locked.

Re: [SOLVED] Dopdown menu on mobile not working on all pages 7 years, 3 months ago #31447

Perfectly working .. topic marked as SOLVED

Thanks
The topic has been locked.

Re: [SOLVED] Dopdown menu on mobile not working on all pages 7 years, 3 months ago #31454

Dear waelabdin

We will close this post now. If you have any other problems, please feel free to submit new post. We will check and answer via there.

Thanks
The topic has been locked.
  • Page:
  • 1
  • 2
Time to create page: 0.27 seconds

Notification

Please find your issue via Suggested Posts before submitting your question. We have solved the most of issues and maybe your issue was solved before.

Latest My Topics

No posts to display.

Love all our templates?

Join our membership clubs starting at $49 only for access to all of our templates

Join Now
Home Pricing
Your Cart is currently empty!
Product update
Coupon
add
Coupon code invalid! Please re-enter!
AJAX loader
SearchSupport
Magento Themes Magento Extensions Free Magento Extensions Prestashop Themes Prestashop Modules Magento 2 Themes