Regardless of which page builder you are using, you can design your pop-up content on a separate page using your builder and apply it to an If-So trigger as dynamic content using a shortcode.
[ifso-show-post id="123"]
To find the post ID, you can open the post using the WordPress editor and check its URL. The post ID is placed between “post =” and “&”.
Learn more about the Post ID shortcode
In some cases, if you load the dynamic content using Ajax, some of the modules loaded using this method might not function as expected (Usually modules that involve JavaScript). Learn more.
Add the parameter type=”elementor” to ensure adequate loading of all elements. For example:
[ifso-show-post id="123" type="elementor"]
Add the parameter type=”divi“ to ensure adequate loading of all modules. For example:
[ifso-show-post id="123" type="divi"]
Add the parameter type=”WPB” to ensure adequate loading of all elements. For example:
[ifso-show-post id="123" type="WPB"]