The effects of alcohol on sustanon 250 leucine for – real weight loss & bodybuilding benefits?
wpDiscuz doesn’t sh...
 
Share:
Notifications
Clear all

[Solved] wpDiscuz doesn’t show on Pages

8 Posts
2 Users
0 Likes
1,134 Views
Posts: 16
Topic starter
(@gooloode)
Eminent Member
Joined: 2 years ago

From the WordPress Topic: https://wordpress.org/support/topic/wpdiscuz-doesnt-show-on-pages/#post-16155270

Hello,
wpDiscuz does load on Posts but not on Pages. Comments are active and additionally the Shortcode is added. Both the Shortcode and the native way doesn’t load. The Comment Form is activated for Pages.

Troubleshooting Steps:

1: Done
2-4: Already activated
5: not a custom post type
6: Divi integrates the Comment Function. Also HTML-Code is rendered in the Source Code upon Inspection.

7 Replies
Asti
Posts: 7114
 Asti
Support
(@asti)
Illustrious Member
Joined: 6 years ago

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. 

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

Illustrious Member
Posts: 7114

Hi @gooloode,

There is the following CSS code on your website: 

#comments, .comments {
  display: none!important; 
}

So it hides the comment form on your website. 

Please watch this video to better understand what I mean:  https://www.screencast.com/t/1BFSkznQ7

Not sure how it was added. It can be added by other plugins/theme or manually. Anyway, please find and remove the CSS code. It'll work fine. 

Posts: 16
Topic starter
(@gooloode)
Eminent Member
Joined: 2 years ago

Aaaaah, thank you i found it. It was meant to only hide the "0 Comments"-Text when Comments are turned off on a specific page. Do you maybe know how to do that instead of the code you mentioned above? 🙂

Asti
Posts: 7114
 Asti
Support
(@asti)
Illustrious Member
Joined: 6 years ago

@gooloode,

Please leave the example URL where the comments are turned off and the comments exist. We'll try to help you with the CSS codes. 

Posts: 16
Topic starter
(@gooloode)
Eminent Member
Joined: 2 years ago

RE: https://wpdiscuz.com/community/troubleshooting/wpdiscuz-doesnt-show-on-pages/

I can't add a Comment on my previous case, but here's an example URL: https://www.gooloo.de/kategorien

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

Illustrious Member
Posts: 7114

@gooloode,

You can use the js code below: 

jQuery(document).ready(function ($) {
     if(jQuery('.nocomments').length){jQuery('h1#comments').remove()}
});

This instractin should be helpful for you: https://www.wpbeginner.com/wp-tutorials/how-to-easily-add-javascript-in-wordpress-pages-or-posts/

Posts: 16
Topic starter
(@gooloode)
Eminent Member
Joined: 2 years ago

THANK YOU! That worked perfectly. 🙂

Share: