Link to an opened popup

I use the popup shortcode for my privacy policy on a very minmal site:

[popup title="Impressum" padding="0" button="0"]
...
[/popup]

Now I would like to link to the opened popup.
Is there a possibility to call the "open popup function" manually or to open a page with an opened popup?

Comments

  • Hello,
    You can use our "Button" shortcode:
    [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>

    But, it's not possible to open other page and then, open a popup.
    We do not have such a functionality.

    Thanks
Sign In or Register to comment.