Newsletter Promo popup show again after entering email again again…
-
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.
Hello,
Please read and follow the instructions provided here: https://xtemos.com/docs/woodmart/faq-guides/promotional-pop-ups/
Best Regards
Hello,
I already setup that instruction,
The problem is that the popup is shown AGAIN AFTER ENTERING EMAIL in the popup
Thanks
Hello,
You need to test your newsletter form on any page and make sure it is correctly configured.
Best Regards
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!
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
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!
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
Hello,
Please see my admin access in Private Content
Thanks a lot!
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: '/' });
});
Hello,
Now it’s work OK
Thanks a lot!
You are welcome! If you have any questions please feel free to contact us.
Best Regards
The topic ‘Newsletter Promo popup show again after entering email again again…’ is closed to new replies.