Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
Avada › Forums › Community Forum › How to Trigger Off Canvas Elements via Shortcode and/or Custom HTML
Tagged: button, HTML, Shortcode, off-canvas
Hi,
I need to trigger Off Canvas elements via custom buttons, HTML or shortcode, etc.
Back then you could use something like this to open a modal:
<a href="#" data-toggle="modal" data-target=".fusion-modal.MODAL-ID">BUTTON TEXT</a>
What would be the equivalent for Off Canvas elements?
Thanks!