baboneko
Forum Replies Created
-
Forum: Plugins
In reply to: [Customer Reviews for WooCommerce] Manual Review Reminder Not ReceivedHi there,
Turns out one of the recipients did not receive the email, but the others did.
Is there any way to resend the email? Thanks.@stoledo55 it’s better to contact the Age Gate author at this stage as he can provide much better guidance in this area. Hope everything works out soon!
@stoledo55
No problem at all, I am no expert either. ??
I had added it to the end of the function.php file in the child theme. If you are not as familiar with modifying the php file (could be risky!), it might be a good idea to send in a request to the Age Gate author so he can walk you through it as needed or help you add it in. He replies super fast and is really patient & helpful.
Good luck and hope you get it sorted soon!- This reply was modified 5 years, 2 months ago by baboneko.
@stoledo55
I added the below script but not sure if will work with a different verification plugin. The plugin I am using is Age Gate (amazing author support btw).add_action(‘age_gate_form_success’, function(){
// loop through the cookies
foreach ($_COOKIE as $name => $value) {
// if the name matches any of the popup cookies
if (substr($name, 0, 3) === ‘pum’) {
// wipe the cookie
setcookie($name, ‘false’, time() – 3600, ‘/’);
// remove it from the array – probably overkill
unset($_COOKIE[$name]);
}
}
});Forum: Plugins
In reply to: [Customer Reviews for WooCommerce] Moving Review Form to top or ShortcodeHello,
Got it, thanks for replying!Hello there,
Thank you for your reply. It has been resolved with the Age Verification Plugin author, thank you for your help!Forum: Plugins
In reply to: [Age Gate] Popup not blockedI can send the URL & login to you as needed, just let me know where to send them. Thanks!
Forum: Plugins
In reply to: [Age Gate] Popup not blockedHi Phil,
Unfortunately I was not able to debug this. Can you help resolve this?Forum: Plugins
In reply to: [Age Gate] Side Cart not hiddenHello Phil,
This has been fixed using a z-index setting as my colleague also sent the same request, thank you for your reply and have a good one!