Hi
I have the following code to add pop up to the button but it doesn't work. Can you please assist? TIA
[button title="JOIN NOW" color="theme" font_color="#000" link="#mfn-popup-template-569" size="2" ]
Hi,
Button shortcodes cannot trigger a popup template.
You must use the Button element in BeBuilder, with the Functional button set to Open popup and ID placed in the field below:
Best regards
Thank you.
I want to call the pop up in the footer widget. Please see video
https://vento.so/view/8fe305d3-4ca3-4f52-b84d-0b5574591961?utm_medium=share
You can do as described in the following video tutorial:
https://support.muffingroup.com/video-tutorials/open-popup-on-link-click/
Only add button class to this <a> tag.
Thanks for the link to the tut.
I have follow it but it is showing the following error. "We cannot find popup with inserted ID"
[button title="JOIN NOW" color="theme" font_color="#000" link="#mfn-popup-template-569" size="2" class ="open-mfn-popup" data-mfnpopup="#mfn-popup-template-569"]
I think it doesn't work with shortcode. The pop up works fine using <a href="#" class ="open-mfn-popup" data-mfnpopup="#mfn-popup-template-569">Button</a>
It is possible to get the pop up to work with shortcode, like how Pop Up Builder plugin works https://help.popup-builder.com/en/ ?
As I mentioned in my first message, the button shortcode cannot trigger a popup.
Why can you not use it as shown in the video tutorial I sent?
BTW the code you sent is missing class="button" so it will look like a button.
class="button"
Comments
Hi,
Button shortcodes cannot trigger a popup template.
You must use the Button element in BeBuilder, with the Functional button set to Open popup and ID placed in the field below:
Best regards
Thank you.
I want to call the pop up in the footer widget. Please see video
https://vento.so/view/8fe305d3-4ca3-4f52-b84d-0b5574591961?utm_medium=share
You can do as described in the following video tutorial:
https://support.muffingroup.com/video-tutorials/open-popup-on-link-click/
Only add button class to this <a> tag.
Best regards
Thanks for the link to the tut.
I have follow it but it is showing the following error. "We cannot find popup with inserted ID"
[button title="JOIN NOW" color="theme" font_color="#000" link="#mfn-popup-template-569" size="2" class ="open-mfn-popup" data-mfnpopup="#mfn-popup-template-569"]
I think it doesn't work with shortcode. The pop up works fine using <a href="#" class ="open-mfn-popup" data-mfnpopup="#mfn-popup-template-569">Button</a>
It is possible to get the pop up to work with shortcode, like how Pop Up Builder plugin works https://help.popup-builder.com/en/ ?
As I mentioned in my first message, the button shortcode cannot trigger a popup.
Why can you not use it as shown in the video tutorial I sent?
BTW the code you sent is missing
class="button"
so it will look like a button.Best regards