Off Canvas Menu Links do Not Open - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Off Canvas Menu Links do Not Open

K

Kieron

SP Page Builder 3 years ago

Hello

https://ashburtononline.co.nz/

It looks like if a Menu item has a sub category, the menu item does not work as a link?

example, Events ... it the main site menu, it opend the calendar and displays the sub menu of 'Add an Event'. It the off canvas, clicking on events opens the sub menu but the calendar never opens.

The code for this function was given to me by Ofi Khan some weeks ago ....

jQuery(function($) { $(document).on("click", ".menu-deeper", function(event) { if (event.target.classList.contains('menu-toggler')) return; if (event.target.children.length) { event.preventDefault(); event.stopPropagation(); $(this) .toggleClass("menu-parent-open") .find(">.menu-child") .slideToggle(400); } }); });

This really does not work very well .... always problem with Helix Ultimate. Currently, my Website sucks on a Cellphone!

0
1 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 years ago #68570

Hi there!

Sorry for the inconvenience.

I have visited your site and I can visit the Event page and the subpage 'Add an Event' as well.

Here are screenshots:

Screenshot_20220512-035554_Chrome.jpg

Screenshot_20220512-035546_Chrome.jpg

Screenshot_20220512-035625_Chrome.jpg

Screenshot_20220512-035631_Chrome.jpg

Would you please give us a screencast showing the issue you are facing, please?

Best Regards

0