The effects of alcohol on sustanon 250 leucine for – real weight loss & bodybuilding benefits?
Bubble - Invite to ...
 
Share:
Notifications
Clear all

[Solved] Bubble - Invite to comment in X seconds NOT working properly

4 Posts
2 Users
0 Reactions
541 Views
Posts: 5
Topic starter
(@rmfgigi)
Active Member
Joined: 1 year ago

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/

image

 

3 Replies
Posts: 129
Support
(@jacob)
Estimable Member
Joined: 9 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.

1 Reply
(@rmfgigi)
Joined: 1 year ago

Active Member
Posts: 5

@jacob can I change it by myself in the code? In which file is it? It’s really good and important feature for me

Posts: 129
Support
(@jacob)
Estimable Member
Joined: 9 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);
}
});
Share: