Button Shortcode for Popup

Hi,

I have a button created from a shortcode and I am trying to get it to fire a popup.

I tried to derive instructions from many tutorial videos and other discussions but could not make this work. These are some of the things I've tried.

[button title="Suggest a Membership" icon="icon-link" icon_position="left" class="open-mfn-popup" data-mfnpopup="#mfn-popup-template-507" link="#mfn-popup-template-507" target="_blank"]

and without the hashtag, which I tried first

[button title="Suggest a Membership" icon="icon-link" icon_position="left" class="open-mfn-popup" data-mfnpopup="mfn-popup-template-507" link="#mfn-popup-template-507" target="_blank"]

and without the link

[button title="Suggest a Membership" icon="icon-link" icon_position="left" class="open-mfn-popup" data-mfnpopup="#mfn-popup-template-507" link="#" target="_blank"]

and without the hashtag in the data attribute

[button title="Suggest a Membership" icon="icon-link" icon_position="left" class="open-mfn-popup" data-mfnpopup="mfn-popup-template-507" link="#" target="_blank"]

All I've been able to get was an error

My popup is set to open on click and here is what is shown

What am I missing?

Thanks!

Comments

Sign In or Register to comment.