Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
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/
Â
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.
Hi @rmfgigi,
You can use this JS snippet.
jQuery(document).ready(function($) {
if ((typeof wpdiscuzAjaxObj !== 'undefined') && ('cookieHideBubbleHint' in wpdiscuzAjaxObj)) {
Cookies.remove(wpdiscuzAjaxObj.cookieHideBubbleHint);
}
});