The effects of alcohol on sustanon 250 leucine for – real weight loss & bodybuilding benefits?
Web 2.0 directory n...
 
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] Web 2.0 directory no work (

12 Posts
2 Users
3 Reactions
1,426 Views
Posts: 16
Topic starter
(@ardoms)
Eminent Member
Joined: 4 years ago

Same problem https://wpdiscuz.com/community/wpdiscuz-integration/wpdiscuz-incompatibility-with-web-2-0-directory/#post-3554

Hello! Please tell me, I have the same problem, your form works everywhere except for the web 2.0 directory page, I have included everything everywhere and the forms in the plugin and in the settings and in the articles themselves, but I see only the comments themselves, and there is no form to write a new one.
 
Значок "Проверено сообществом"
 
 
 
 
 
11 Replies
Asti
Posts: 8075
 Asti
Support
(@asti)
Illustrious Member
Joined: 8 years ago

@ardoms,

Please leave some example URL to allow us to check the issue. 

Reply
10 Replies
(@ardoms)
Joined: 4 years ago

Eminent Member
Posts: 16

@asti

Hello! Please take a look - you can see the comments themselves, but there is no form for adding them, although I have included it everywhere.
 
Значок "Проверено сообществом"
 
 

https://topgam.ru/s/moimperium-3/

Reply
Asti
 Asti
Support
(@asti)
Joined: 8 years ago

Illustrious Member
Posts: 8075

@ardoms,

Please navigate to Dashboard > Settings > Discussion admin page, make sure the "Automatically close comments on posts older than X days" option is not enabled.

Reply
(@ardoms)
Joined: 4 years ago

Eminent Member
Posts: 16

@asti

11

Everything is turned off there too, unfortunately I don't know how to make it work ((((

Reply
Asti
 Asti
Support
(@asti)
Joined: 8 years ago

Illustrious Member
Posts: 8075

@ardoms,

Could you please send the admin login details to info[at]gvectors.com email address? I'll ask the developers to check the issue for you. 

Reply
(@ardoms)
Joined: 4 years ago

Eminent Member
Posts: 16

@asti Sent

Reply
Asti
 Asti
Support
(@asti)
Joined: 8 years ago

Illustrious Member
Posts: 8075

ok @ardoms, thank you. We'll check and back to you asap. 

Reply
Asti
 Asti
Support
(@asti)
Joined: 8 years ago

Illustrious Member
Posts: 8075

@ardoms,

The issue is fixed by our developers. One of the active plugins or a theme blocks the comments_open() property.

We've added the following hook code in the active theme functions.php file:

add_filter('comments_open', function ($open, $post_id) {
    if (get_post_type($post_id) === 'w2dc_listing') {
        $open = true;
    }
    return $open;
}, 99999, 2);
Reply
(@ardoms)
Joined: 4 years ago

Eminent Member
Posts: 16

WOW! Super!!! Thank you very much)))) You are the best developers and you have an excellent support service! Now I will definitely put Like and 5 * stars

Reply
(@ardoms)
Joined: 4 years ago

Eminent Member
Posts: 16
Asti
 Asti
Support
(@asti)
Joined: 8 years ago

Illustrious Member
Posts: 8075

Thank you very much @ardoms! 😍 

 

Reply
Share: