Home Forums WoodMart support forum Newsletter Promo popup show again after entering email again again…

Newsletter Promo popup show again after entering email again again…

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #110244

    Svoi
    Participant

    Hello,
    How to setup Newsletter Promo popup properly
    Stop show Newsletter Promo popup after client close it or insert his email.

    Thanks!

    Attachments:
    You must be logged in to view attached files.
    #110254

    Hello,

    Please read and follow the instructions provided here: https://xtemos.com/docs/woodmart/faq-guides/promotional-pop-ups/

    Best Regards

    #110271

    Svoi
    Participant

    Hello,
    I already setup that instruction,
    The problem is that the popup is shown AGAIN AFTER ENTERING EMAIL in the popup
    Thanks

    #110283

    Hello,

    You need to test your newsletter form on any page and make sure it is correctly configured.

    Best Regards

    #110289

    Svoi
    Participant

    Hello,
    There is no problem with setting of newsletter form,
    The problem is with the behavior of the thee that shown POPUP again after submit\close of popup
    Thanks!

    #110307

    Hello,

    I have created a draft page at your site and tested the form http://prntscr.com/mrijmz

    It means you have not configured your account properly.

    Best Regards

    #110310

    Svoi
    Participant

    Hello,
    please go to https://www.bestdeals5.com/
    not to my test environment https://www.shop.bestdeals5.com/
    please see the URL in your image

    also, what are you meaning in creating a draft page ?

    Thanks a lot!

    #110323

    Hello,

    Please provide site admin access for https://www.bestdeals5.com/

    A draft is the page status. Only Admin can view. Navigate to Pages and you will see it. Create the same page at your site and check the form, if you see the same notice it means that you need to configure your account. Contact MailChimp support.

    Best Regards

    #110437

    Svoi
    Participant

    Hello,
    Please see my admin access in Private Content
    Thanks a lot!

    #110462

    Artem Temos
    Keymaster

    Try to add the following code snippet to the Custom JS area on a document ready in Theme Settings

    jQuery('.mc4wp-form-fields input[type=submit]').on('click', function(){
    	var promo_version = woodmart_settings.promo_version;
    	Cookies.set('woodmart_popup_' + promo_version, 'shown', { expires: 7, path: '/' });
    });
    #110488

    Svoi
    Participant

    Hello,
    Now it’s work OK
    Thanks a lot!

    #110507

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Viewing 12 posts - 1 through 12 (of 12 total)

The topic ‘Newsletter Promo popup show again after entering email again again…’ is closed to new replies.