• Resolved presson2022

    (@presson2022)


    Hi, trying to figure out how to launch a popup or embedded popup via a button. Is there a way to do this? The popup works great popping up after a few seconds but sometimes users kill that so offering them another chance by clicking a button that launches the popup seems ideal. Thoughts?

Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Support Kris – WPMU DEV Support

    (@wpmudevsupport13)

    Hi @presson2022

    I hope you are doing well today.

    Please check our guide which can help in this matter:
    https://wpmudev.com/docs/wpmu-dev-plugins/hustle/#click

    In short you can trigger popup by button or link which will have specific CSS class you will set up in Hustle for that module.

    Kind Regards,
    Kris

    Thread Starter presson2022

    (@presson2022)

    That does not work. The button click code shows the link but does nothing when you click it.

    Plugin Support Zafer – WPMU DEV Support

    (@wpmudevsupport15)

    Hi @presson2022,

    Please provide us the URL where we can see the popup and the button you want to use to show the popup. Then we can check and provide you the CSS you can add and try on click trigger section. Please also inform us if you are seeing any console errors on your browser that you can open with F12 (for Chrome)

    Kind regards,
    Zafer

    Thread Starter presson2022

    (@presson2022)

    allenwebsolutions.com

    You can see the text link called Get Started under the Get Started button (Orange) under the photo of kids.

    Plugin Support Patrick – WPMU DEV Support

    (@wpmudevsupport12)

    Hi @presson2022

    Can you please let us know which browser did you test and it didn’t work?

    I can see it is working well on my side https://monosnap.com/file/oGOcqT7FDaTOpEQZV86jf0bXfwCvdp

    Best Regards
    Patrick Freitas

    Thread Starter presson2022

    (@presson2022)

    No, you’re not seeing it. You’re seeing the default one that loads automatically after 3 seconds. Wait for that one to load then go and try to click that link. Go back and try it again. That Get Started does not work. Doesn’t work on Chrome, Firefox, IE, Safar or incognito mode. Nothing.

    • This reply was modified 1 year, 2 months ago by presson2022.
    Plugin Support Saurabh – WPMU DEV Support

    (@wpmudev-support7)

    Hi @presson2022

    I checked the code in the page and effectively, the Hustle classes are added in the link, which should allow the pop up visibility to be triggered when clicked.

    After performing a test in my lab site, I was able to reproduce the same issue if the following configuration is in place:

    Pop ups editor >Behavior tab > Closing behavior > Behavior is set as “Do not show this pop up (in post/page or across the site)”

    Since you are closing the pop up when displayed the first time in the site, it is not visible anymore, even after triggering the action with the button/link. If you need the same pop up to show by clicking on a link/button please make sure the setting is like this:

    Pop ups editor >Behavior tab > Closing behavior > Behavior is set as “Keep showing this pop up”

    Please verify this setting and let us know if this info helps.

    Kind regards

    Luis

    Thread Starter presson2022

    (@presson2022)

    That does allow the popup button to now work but what it does is it keeps showing the popup over and over even though I have it set for 3 days. It’s popping it up now every 3 second when I close it. Should I be creating another popup just for this button?

    Plugin Support Saurabh – WPMU DEV Support

    (@wpmudev-support7)

    Hi @presson2022

    Yes, indeed, it’d be recommended in this type of scenario, since you need to display the pop in two different ways which may not be compatible with each other as you may have noticed (pop up showing after a few seconds after getting closed)

    So the settings should be like this for the pop up that gets triggered with the click:
    Behavior > Pop Up Trigger > Just leave “Click” enabled.

    And then create another pop up that will be displayed after the 3 seconds as configured before.

    Hope this info is useful.

    Kind regards

    Luis

    Plugin Support Patrick – WPMU DEV Support

    (@wpmudevsupport12)

    Hi @presson2022

    I hope you are doing well and safe!

    We haven’t heard from you in a while, I’ll mark this thread as resolved.

    Feel free to let us know if you have any additional questions or problems.

    Best Regards
    Patrick Freitas

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Launch Popup via Button’ is closed to new replies.