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

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.

 

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

4 Posts
2 Users
0 Reactions
900 Views
Posts: 5
Topic starter
(@rmfgigi)
Active Member
Joined: 2 years 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: 132
Support
(@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.

1 Reply
(@rmfgigi)
Joined: 2 years 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: 132
Support
(@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);
}
});
Share: