Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Avada › Forums › Community Forum › Text Link to Off-Canvas
Tagged: off-canvas, text element
Has anybody figured out how to add a text link to an off-canvas element? I have tried a variety of things and nothing is working. I suspect the elements that allow it to work (button, title, etc.) as a dynamic option insert the necessary javascript along with the link.
Hi!!!
I did It using a modal text link. My example to open off canvas pop up:
[fusion_modal_text_link name="" fusion-dynamic-selection-textfield="" class="" id="NameOfTheID"]The text you need to link[/fusion_modal_text_link]
Then, you activate on click, and insert de element ID in the element selector.
Something like this:
#NameOfTheID.fusion-modal-text-link
Regards