• Resolved Joan Morci

    (@joanmor)


    Hi guys!

    I have a problem that I’m seeing on a local developing website.

    To be more exact occur 2 incidence with SiteOrigin Button and your Popup window.

    1) Only your Popup window (subscription form) works on Siteorigin Button… when I have a link in a text near where I have the Button.

    2) Your Popup window don´t work when I only have the link in the SiteOrigin Button.

    I show you in video the two steps in order.

    What´s the problem?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author supsystic

    (@supsysticcom)

    Hi!
    Thank you for contacting us. We will test this issue. I will inform you about the results.

    Plugin Author supsystic

    (@supsysticcom)

    Hello!
    It is not the issue. In first case, when you have added popup shortcode for link in text, popup was loaded on that page. But in second case, when you have deleted text link with popup shortcode and leaved only popup link like #ppsShowPopUp_100 for button – popup was not processed correctly in your template and therefore didn’t displayed on click . You need to make PopUp load from server side (database). For this somewhere on the page with button add next shortcode –
    [supsystic-show-popup id="100" load="1"]
    or somewhere in your theme php files (in “header.php” file for example, right after head tag) add next code:
    <?php do_shortcode('[supsystic-show-popup id="100" load="1"]')?>

    In this case popup will be displayed on button click.

    Thread Starter Joan Morci

    (@joanmor)

    Hi!

    I try everything you told me but it did not work for me. When I have some more time, I will record video with the steps that you indicate and correct me if something is not right.

    Sorry for not answering before.

    Plugin Author supsystic

    (@supsysticcom)

    Hi Joan!

    Here’s little article how you can help us and provide screenshots, text of the errors https://wordpress.org/support/topic/popup-dont-work-with-siteorigin-button/#post-9132305

    another option provide link to the pages you’re using Popup by Supsystic and it’s don’t work, so I’ll check what’s wrong

    Plugin Author supsystic

    (@supsysticcom)

    I’m sorry, I have added wrong link. Here is the correct – https://supsystic.com/tips-for-solving-issues-faster/

    Also check this article. It will help you to set up popup on click.

    Thread Starter Joan Morci

    (@joanmor)

    Thanks for the info. I keep it and check it out when I can 🙂

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Popup don´t work with SiteOrigin Button’ is closed to new replies.