1. OneClip
  2. Saturday, 08 August 2020
Off-canvas does not automatically close on only one menu item.
Responses (10)
Hello Redy,
Apology for your issue. Please share a screenshot or screencast to understand your issue better.

- Best regards
  1. more than a month ago
  2. OneClip
  3. # 1
Hello Redy,
Apology for your issue. Please share a screenshot or screencast to understand your issue better.

- Best regards


Please find it here.

Thank you very much !
Attachments (1)
  1. more than a month ago
  2. OneClip
  3. # 2
Is there any updates ?

Best regards,
  1. more than a month ago
  2. OneClip
  3. # 3
Please go to the Main menu and select the menu items and rebuild it. Hopefully, it will work.

- Best regards
  1. more than a month ago
  2. OneClip
  3. # 4
Please go to the Main menu and select the menu items and rebuild it. Hopefully, it will work.

- Best regards


I tried that but it didn't work and you can see the attachment. Are there any suggestions ?

Best,
Attachments (1)
  1. more than a month ago
  2. OneClip
  3. # 5
Please share your site URL here or via PM to check. Click on my avatar and send message to PM.

- Best regards
  1. more than a month ago
  2. OneClip
  3. # 6
Please use this code to Custom JavaScript

jQuery(function($) {
$('ul .item-396').on('click', function() {
$('body').removeClass('offcanvas');
});
}


- Best regards
  1. more than a month ago
  2. OneClip
  3. # 7
Dear Ofi,

I tried with your code but it didn't work. Instead it stopped smooth scrolling functionality of the site so I had to remove the code again.

Please find a solution for me. I really appreciate your time and effort on the issue.

Best regards,
Redy
  1. more than a month ago
  2. OneClip
  3. # 8
My apology! There was some typo. Please try this.

jQuery(function($) {
$('ul .item-396').on('click', function() {
$('body').removeClass('offcanvas');
});
});


- Best regards
  1. more than a month ago
  2. OneClip
  3. # 9
Dear Khan,

It works but when but when the gallery is closed on mobile devices page responsiveness will be changed until we refresh the site.

Thank you and best regards,
Redy
  1. more than a month ago
  2. OneClip
  3. # 10


There are no replies made for this post yet.
Be one of the first to reply to this post!


This forum is archived

This forum has been archived. Please use JoomShaper official support system.