possible to open a page in a modal popup or lightbox (as iframe)

edited March 2019 in Theme support
hi guys!
its possible to open a page in a modal popup or lightbox as iframe in betheme?
i have an image link and want open another page on click.
thanks for help

Comments

  • Hi,
    It's not possible to insert the iframe of the page in the popup.
    But, if you want to display a popup easily, please paste this code into the Column item.
    [button title="Button" link="#you-custom-id" target="_blank" class="" download="" rel="lightbox" onclick=""]
    <div id="you-custom-id" style="display:none">CONTENT HERE</div>
    Thanks
Sign In or Register to comment.