Notifications
Clear all

[Solved] removing the wp default comment posting window

10 Posts
2 Users
0 Likes
647 Views
(@bahashak)
Active Member
Joined: 4 years ago
Posts: 5
Topic starter  

Hello! I hope I chosed the right forum.
I looked through all the wpDiscuz Documentation, everything is nice and clear! But couldn't find one thing.
Is it possible to hide the WP comment posting window, which is below the wpDiscuz comments? I would prefer to have one comment posting window. 


   
Astghik
(@astgh)
Illustrious Member Admin
Joined: 6 years ago
Posts: 5869
 

Hi @bahashak,

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


   
(@bahashak)
Active Member
Joined: 4 years ago
Posts: 5
Topic starter  

@astghik I think screen will be helpful 

1

   
Astghik
(@astgh)
Illustrious Member Admin
Joined: 6 years ago
Posts: 5869
 

@bahashak,

The issue may come from the active theme you're using. It seems both the comments_template() and comment_form() functions are being called in the template files. To make sure just switch to another one and check it. 


   
(@bahashak)
Active Member
Joined: 4 years ago
Posts: 5
Topic starter  

@astghik thank you for your help!
Could you show me some instructions how to do it, as I am not a pure developer?))


   
Astghik
(@astgh)
Illustrious Member Admin
Joined: 6 years ago
Posts: 5869
 

@bahashak,

If you're not familiar with this please don't touch it, you may damage your website. Just send the admin login details I'll ask the developers to check the issue and let your further instruction.


   
(@bahashak)
Active Member
Joined: 4 years ago
Posts: 5
Topic starter  

@astghik Thank you very much!!!
Should I post the admin login and password here?


   
Astghik
(@astgh)
Illustrious Member Admin
Joined: 6 years ago
Posts: 5869
 

No @bahashak,

Please send the login details to info[at]gvectors.com email address. 


   
Astghik
(@astgh)
Illustrious Member Admin
Joined: 6 years ago
Posts: 5869
 

Hi @bahashak,

Below is provided a simple solution you can use. 

#ld-comments-form {
display: none;
}

The CSS code should be added in Top Black Admin Bar > Customize > Additional CSS textarea.

Please don't forget to delete all caches and press CTRL+F5 on the frontend before checking. 

Helpful article: https://themeisle.com/blog/css-in-wordpress/


   
(@bahashak)
Active Member
Joined: 4 years ago
Posts: 5
Topic starter  

@astghik thank you very much, it worked!!! 


   
Share:
Scroll to top