• hi, i love this plug in, but how if i want to set the pop up automatically when i open my website in the first place? i dont need to click an image or button to show the pop up. any solution for this? i’m absolutely a newbie here.

Viewing 14 replies - 1 through 14 (of 14 total)
  • Hello @kristieyuka ??

    I am sorry for the trouble you have with our plugin. We do have the option to display at page load in “Divi Areas Pro” but not in “Popups for Divi”. However, you can always make them appear by adding some of the custom javascript. We also have a blog post that addresses the same issue.

    https://divimode.com/how-to-display-a-popup-only-once-per-day/#

    Feel free to ping me in Live Chat, I’m usually available between 2 pm – 6 pm UTC.

    Regards,
    Syed

    Thread Starter kristieyuka

    (@kristieyuka)

    Hi. Thank you for replying my message.
    I have read the articles that you have mentioned above. However, it shows that pop up only appear once A day. I actually need pop up will appear (always) when we open the website.
    I’m a newbie here. Do you know what custom JavaScript that I can use with Popup for divi plugin ?
    Thankyou

    Hello @kristieyuka ??

    Apologize for all the inconvenience!

    The article is quite detailed and yes it gets confusing for the newbies. All you need to do is to follow the Option 1 in the article. For your convenience, I have copied the code below:

    window.setTimeout(function(){
    DiviArea.show(‘get-newsletter’)
    }, 3000);

    PS: get-newsletter can be replaced with your Popup name, you can change the seconds too more or less.

    Feel free to get back to me, in-case of any query.

    Regards,
    Syed

    Thread Starter kristieyuka

    (@kristieyuka)

    hi, thankk you it works…
    by the way, the popup appear a bit late. (3-5 seconds)
    any idea how to faster it?
    thankyou ??

    Hello @kristieyuka ??

    Glad that the problem is solved!
    3000 is actually 3 seconds, so if you want to reduce the time, you can put 1000 or 2000.

    Let me know, if you have any more questions.

    Regards,
    Syed

    • This reply was modified 4 years, 2 months ago by ausyed.

    I used the code
    <script>window.setTimeout(function(){
    DiviArea.show(‘moving’)
    }, 1000);</script>

    on this site https://bonitamedaesthetics.com/
    and I can’t get the pop up to work?

    Do you know why?
    Thanks.

    Hello @jferriga ??

    Your Script looks perfectly fine but it seems like you have missed the “#” sign before the Popup ID. It needs to be as follows:

    <script>window.setTimeout(function(){
    DiviArea.show(‘#moving’)
    }, 1000);</script>

    Let me know, if still you face any problem ??

    Regards,
    Syed

    Hi Syed,

    Thank you for your quick reply.

    I added the # and still not seeing the popup.

    Can’t figure out why.

    I did see it briefly yesterday before changing row format, but the number of columns should affect it.

    Thanks

    Hi Syed and @kristieyuka

    Sorry to keep goinbg on this thread. I thought I would just need one response.

    Do you know why popup is still not working on bonitamedicalaesthetics.com?

    Hello @jferriga ??

    Apologize for the inconvenience!

    I had a detailed look at your website “https://bonitamedaesthetics.com/&#8221; (bonitamedicalaesthetics.com is not working) and noticed that you don’t have any Popup configured by the name of (‘#moving’). There are 2 popups configured on the page, which are as follows:

    (2) [“#divi-area-1039”, “#divi-area-homepage-popup”]

    Feel free to get back to me in-case of any query.

    Regards,
    Syed

    Hi Syed,

    I took the free version of the plugin off and purchased the pro Divi Areas plugin. That works.

    Thanks,
    Jan

    Hello @jferriga ??

    I am really glad that it has solved your problem. Feel free to get back to me, in-case of any query.

    Regards,
    Syed

    I get it work on Desktop but it won’t pop-up on Mobile.
    Please advise.

    Hello @lkjune ??

    Have you checked the visibility in the section settings? Please click on the mobile icon, some times it is marked as hidden on mobile.

    Regards,
    Syed

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘pop up for divi automatic’ is closed to new replies.