On mobiles, the off canvas menus work fine if navigating from Virtuemart pages. Home page, articles and other Joomla content makes the off canvas menus unresponsive.
rolleycuzen Hi. I'm sorry, but I'm not sure if I understand. Please tell me an url to the page where I should see this problem and if possible attach a screenshot of what You have in mind exactly.
teitbite Hi Teitbite On the Home page & several other pages not in the shopping portion of the site - wesellsafes.co.za, the off canvas menu hamburgers don't open on small screens (I've only tried mobile). If you have navigated to the shop (using search) ie wesellsafes.co.za/home-office/digital-home-office/medium-digital-home-office and you're viewing products, the menus work perfectly. Hope that helps.
rolleycuzen Hi. Thank You for explanation, but can You please tell me what device are You having this problem with? I've just checked on my Samsung and have no such problem when trying on homepage. Or is there anything else I need to do to witness this issue?
teitbite I've attached some screenshots. I'm getting the same result on both a Samsung S8 and an old Note 4 on Firefox or Chrome. Using Web developer in Firefox you may be able to replicate the same as me. On Home page, If I disable touch simulation on Firefox, the menu opens. If I enable touch simulation again, it doesn't. Once I navigate away from Home page or Article page to Product pages, the behaviour is normal. Hope this helps a bit.
rolleycuzen Hi. Please try to add this to css:
.btn { touch-action: none !important; }
I'm not sure which css file to insert this into? Or is it in the custom code in the template?
rolleycuzen Hi. Each JA template ha an option for the custom css styles. All You need to do is to add the style to custom.css in /css folder of the template. If there is no such file, simply create it.
teitbite I discovered the problem. It was a 3rd party component for the shopping cart. Uninstalled it, and all is back to normal. Thank you for trying to help.