• Resolved tazcrzy

    (@tazcrzy)


    Trying to create a pop-up on the home page website. This pop-up will have information about cookies. The theme used is Inspire/Beaver Builder. Not sure how to place the popup using Beaver Builder as I am unfamiliar with it. Any assistance would be greatly appreciated. here’s a link to the page were we want the pop-up: https://recoveryinternational.org/

    The page I need help with: [log in to see the link]

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

    (@belimperial)

    Hi @tazcrzy

    Thank you for reaching out!

    We are happy to assist you with your concern. If you want to display the popup immediately on your home page, kindly use the Trigger: Auto Open / Time Delay

    Should the popup will display only on the home page, kindly set a targeting condition on the popup and select the home page. For more insights, kindly refer to this link Standard Targeting Conditions

    Hope that helps.

    Let us know if this fixes the issue or if your issue is resolved please take a moment to rate and review the plugin.
    If you still need help please message us directly at https://wppopupmaker.com/support/

    Thread Starter tazcrzy

    (@tazcrzy)

    Thank you for your response, however my question was – do I need to put any “code” hidden or otherwise into the homepage setup or will this trigger directly from popup maker.

    Bel

    (@belimperial)

    Hi @tazcrzy

    Thank you for your reply.

    No, you will not need any code on the home page to trigger the popup when using the Trigger: Auto Open / Time Delay. A hidden code is not also needed on the popup content. Kindly add the information about cookies on the popup content.

    Hope that helps.

    Please let us know if you have any questions or clarification on this matter.

    Thread Starter tazcrzy

    (@tazcrzy)

    So, one more issue – the 2nd button I have placed – needs to take the user to another page and I am using this code: [popup_close tag=”button”]No, I want to find our more [/popup_close]

    It doesn’t work, plus I tried to add a target=”_blank” so it would open in a new page.

    What am I doing wrong?

    Thanks for all your help!

    Bel

    (@belimperial)

    Hi @tazcrzy

    I have checked the popup. Kindly update the popup content and removed the shortcode for No, I want to find our more. Replace it with this HTML code:
    <a class="popup-btn" href="https://recoveryinternational.org/privacy-policy/">No, I want to find our more </a>

    The shortcode you are using is a close function for the popup and it will not redirect it to the other page. I would also suggest adding this custom CSS in your Appearance > Customize > Additional CSS to style the button.

    a.popup-btn {
        background: #275b16;
        color: #fff;
        font-size: 16px;
        line-height: 1.2;
        padding: 6px 12px;
        font-weight: normal;
        text-shadow: none;
        border: 1px solid #122a0a;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        color: white;
        margin: 0 5px;
        text-decoration: none;
    }

    Note: the CSS code came from your theme and the CSS name (popup-btn) is a custom name.

    Here is the output when you have applied the above: https://share.getcloudapp.com/z8u4NQq1

    Could you please check and let us know if that fixes the issue.

    Thread Starter tazcrzy

    (@tazcrzy)

    Thank you so much for all the help. Everything is working perfectly now.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘PopUp with Beaver Builder’ is closed to new replies.