I have created a customized template for a client that features a simple desktop and mobile menu system that switches based on css media queries.
While I have successfully implemented this method on several other sites, I am facing some challenges with this particular one. The issue is that the mobile menu drops down when clicked in the desktop version, but does not appear in the mobile version when triggered.
The trigger is set up using JQuery and the .click() method.
You can view the site in its development environment here: dev.thinkswift.com
A couple of things to note: 1. Jquery .click() does work in the mobile environment as there are many examples available. 2. The function is indeed firing, as I added a console log to confirm that it was executing properly.
Any suggestions or ideas on how to solve this issue?