The effects of alcohol on
sustanon 250 leucine for – real weight loss & bodybuilding benefits?
[Solved] Bubble - Invite to comment in X seconds NOT working properly
How-to and Troubleshooting
(@jacob)
Estimable Member
Joined: 10 years ago
Hi @rmfgigi,
Thanks for contacting us.
It's designed to be shown once in 7 days for the entire website, but we'll take under consideration adding a hook that will allow you to control that behavior.
(@rmfgigi)
Joined: 2 years ago
Active Member
Posts: 5
Oct 09, 2023 7:59 pm
@jacob can I change it by myself in the code? In which file is it? It’s really good and important feature for me
(@jacob)
Estimable Member
Joined: 10 years ago
Hi @rmfgigi,
You can use this JS snippet.
jQuery(document).ready(function($) {
if ((typeof wpdiscuzAjaxObj !== 'undefined') && ('cookieHideBubbleHint' in wpdiscuzAjaxObj)) {
Cookies.remove(wpdiscuzAjaxObj.cookieHideBubbleHint);
}
});