The effects of alcohol on sustanon 250 leucine for – real weight loss & bodybuilding benefits?
Commenting is not d...
 
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.

 

Commenting is not displayed in Services

14 Posts
2 Users
2 Reactions
1,826 Views
Posts: 7
Topic starter
(@payxander)
Active Member
Joined: 4 years ago
Hello guys!
I have a question for you
 
I have a website on Wordpress. I also installed a Wordpress theme - Avas, which in addition to posts and pages has such a function as "Services" and all my articles,posts are placed in these Services.

How can I make it possible to comment on these Services?
For example

I tried to put in the settings of your plugin, a list of page ID numbers to display comments, but it still does not work.
 
Thank you
13 Replies
Asti
Posts: 8075
 Asti
Support
(@asti)
Illustrious Member
Joined: 8 years ago

@payxander,

Please check each point mentioned in this doc and leave some feedback for each one: https://wpdiscuz.com/docs/wpdiscuz-7/getting-started/missing-comment-form/

Reply
2 Replies
(@payxander)
Joined: 4 years ago

Active Member
Posts: 7

@asti 

Thank you but None of the advice helps. 

On my Wordpress theme - Avas, all articles (posts) on Services section and Discuz is not displayed. Support can't help, so there's only hope for you!

02.113

 

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

Illustrious Member
Posts: 8075

@payxander,

If there is no any settings to enable comments, you can use WordPress add_post_type_support() function. You can simply add the following to your active theme functions.php file:

function comment_support_for_my_custom_post_type() {
     add_post_type_support( 'my_post_type', 'comments' );
}
add_action( 'init', 'comment_support_for_my_custom_post_type' );

 Just use your custom post type instead of the red marked value. 

 

Reply
Posts: 7
Topic starter
(@payxander)
Active Member
Joined: 4 years ago

What should I write instead?

'my_post_type'

 

All my articles are in the ".com.ua/service/" section.
Here's an example

 

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

Illustrious Member
Posts: 8075

@payxander,

Try the following one:

function comment_support_for_my_custom_post_type() {
     add_post_type_support( 'service', 'comments' );
}
add_action( 'init', 'comment_support_for_my_custom_post_type' );
Reply
Posts: 7
Topic starter
(@payxander)
Active Member
Joined: 4 years ago

Could it be an error in making some settings or making changes in Elementor, which is present on this site?

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

Illustrious Member
Posts: 8075

I'm not sure about this. It can be a plugin conflict as well. 

Reply
Posts: 7
Topic starter
(@payxander)
Active Member
Joined: 4 years ago

I still can't solve my problem!

Please take a look at this link 

This article is made under the heading - Post.

https://zagranki.com.ua/ovir_kharkov/#comments

But all my other articles are done in the /service/ section and the commenting is not displayed here.

Can you please tell me what I can do to have comments displayed there?

https://zagranki.com.ua /service/inn/

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

Illustrious Member
Posts: 8075

@payxander,

Please contact the plugin (that create the service) support and ask them to check and add the comment adding ability.

Reply
Posts: 7
Topic starter
(@payxander)
Active Member
Joined: 4 years ago

What email should I send my request to?
I use only your plugin for comments.

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

Illustrious Member
Posts: 8075

@payxander,

Which plugin do you use for creating a service post type? 

Reply
(@payxander)
Joined: 4 years ago

Active Member
Posts: 7

@asti its Elementor plugin for creating a service post type

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

Illustrious Member
Posts: 8075

@payxander,

Then you need to contact the Elementor plugin support and ask them to add the comment adding ability.

Reply
Share: