Home / Forums / WoodMart support forum / Promo popup keeps popping up on every page load
Home › Forums › WoodMart support forum › Promo popup keeps popping up on every page load
Promo popup keeps popping up on every page load
- This topic has 11 replies, 2 voices, and was last updated 3 years, 2 months ago by
Elise Noromit.
-
AuthorPosts
-
August 7, 2022 at 9:53 pm #395983
wildguitarsParticipantHi, on our staging website https://dev2.wildguitars.co.il we have a promo popup activated. Customers are complaining that after they click on the link in the popup, when the next page loads they see the promo popup again. As you know, a promo popup is only supposed to appear once. I could not find any way to configure this in the team settings, and I’d appreciate your assistance.
Thanks,
TomAugust 8, 2022 at 4:22 am #396013
Elise NoromitMemberHello,
Please describe the actions step by step to reproduce the issue.
I saw the popup once on your site.
Best Regards
August 8, 2022 at 4:37 pm #396157
wildguitarsParticipantPlease view this video at your earliest convenience:
https://we.tl/t-eiCdFj1qQWAugust 9, 2022 at 4:05 am #396238
Elise NoromitMemberHello,
I cannot view the video, please make it in another format.
Best Regards
August 9, 2022 at 9:18 pm #396406
wildguitarsParticipantI’ve re-uploaded the video in mp4 format.
https://we.tl/t-Pwy7v6KJCLAugust 11, 2022 at 1:09 am #396672
Elise NoromitMemberHello,
The file is not workable as well, unfortunately.
Please deactivate all the plugins except these ones:
Slider Revolution
WPBakery Page Builder or Elementor
Woodmart Core
Contact Form 7
MailChimp for WordPress
WooCommerce
Safe SVGIf the problem has gone, activate the plugins one by one, checking the issue to detect which one causes the problem.
Best Regards
August 11, 2022 at 9:07 am #396722
wildguitarsParticipantHi Elise, I have uploaded the video to YouTube: https://youtu.be/N3UOd72ZJuo
This issue has occurred from from the very beginning, when we launched our website a few years ago – long before we had so many plugins. I’m quite positive it has to do with the theme itself.
Best regards,
TomAugust 12, 2022 at 3:13 am #396872
Elise NoromitMemberHello,
Have you checked the issue without all the plugins that do not relate to the theme?
Best Regards
August 14, 2022 at 12:25 pm #397174
wildguitarsParticipantHi Elise,
I have disabled all plugins except for WooCommerce, Woodmart Core and WPBakery Page Builder.
You can see that the issue still occurs.Best regards,
TomAugust 15, 2022 at 12:54 pm #397329
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom JS > On document ready:
(function($) { $('.wd-promo-popup').on('click', function(e) { Cookies.set('woodmart_popup_' + woodmart_settings.promo_version, 'shown', { expires: parseInt(woodmart_settings.promo_version_cookie_expires), path : '/', secure : woodmart_settings.cookie_secure_param }); }); })(jQuery);Best Regards
August 15, 2022 at 5:27 pm #397430
wildguitarsParticipantThis did the trick, thanks so much Elise!
Perhaps this is something that you guys should work into your next update? It seems pretty important. Please let me know if I should delete this custom JS after the next update.August 16, 2022 at 5:10 am #397534
Elise NoromitMemberHello,
Ok, we will let you know.
Best Regards
-
AuthorPosts
The topic ‘Promo popup keeps popping up on every page load’ is closed to new replies.
- You must be logged in to create new topics. Login / Register