• Resolved juancore90

    (@juancore90)


    I want to open a pop-up when entering my site, when I click on a button that will have that pop-up I want it to close and another pop-up to open. How can I achieve this?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter juancore90

    (@juancore90)

    im sorry

    Dear @juancore90 ,

    Thanks for getting in touch.
    In case you want to have 2 popups on the website and want the first popup to be closed when the second one will be opened, please, follow the instructions below:

    Create the first popup and select the ”On load” event for it.
    On the last line of the ”Custom JS and CSS ” insert this code:
    var popupObj = SGPBPopup.createPopupObjById(your_second_popup_id_here);
    popupObj.prepareOpen();
    SGPBPopup.closePopupById(your_first_popup_id_here);
    Create the second popup and select the event ”Set by CSS Class” and popup Display Rule ”Everywhere”.
    In the given code insert the second pop.

    Please, let us know if that helped.

    Dear @juancore90 ,

    How are you today?
    Just wondering whether you saw our previous message?
    Have you tried the given solution?
    How did it work for you?

    Looking ahead to hearing from you soon.

    Dear @juancore90 ,

    We haven’t heard back from you for 3 days.
    We’re marking this thread as resolved.
    Please, submit a new support thread if you need more help.

    trickynek

    (@trickynek)

    Hi i tried this but so far unsucessful. https://staging3.benevaridge.com/ staging/BenevaStage733

    • This reply was modified 4 years ago by trickynek.
    Sygnoos Support

    (@sygnoossupport)

    Dear @trickynek ,

    Thanks for reporting an issue.
    We have noticed, that you have contacted us via Live Chat as well.
    Thus, we will continue the conversation over there, in order to avoid any misunderstanding.
    We are marking this support thread as resolved.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Open a pop-up from another pop-up’ is closed to new replies.