Oct 09, 2023 7:15 pm
I've turned on the feature Bubble - Invite to comment in 3 seconds. but it shows only 1 time, when I go to another news it does not appear. in the documentation it is said that it will be shown 1 time per news, but it seems that in it is showed 1 time in total, not per news.
You can check it here: https://golazoo.com/news/la-decision-de-demichelis-con-el-plantel-tras-el-triunfo-ante-talleres/
3 Replies
Oct 09, 2023 7:57 pm
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.
Oct 10, 2023 5:57 pm
Hi @rmfgigi,
You can use this JS snippet.
jQuery(document).ready(function($) {
if ((typeof wpdiscuzAjaxObj !== 'undefined') && ('cookieHideBubbleHint' in wpdiscuzAjaxObj)) {
Cookies.remove(wpdiscuzAjaxObj.cookieHideBubbleHint);
}
});