The effects of alcohol on sustanon 250 leucine for – real weight loss & bodybuilding benefits?
Comments Form appea...
 
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] Comments Form appearing twice

6 Posts
2 Users
0 Reactions
380 Views
Posts: 4
Topic starter
(@kimroberts)
Active Member
Joined: 9 months ago

Hello, when I add the comments to my page it appears twice.  There are two complete comment areas.  When you add a comment into one it repeats in the other. Please advise how to only have one form.

5 Replies
Asti
Posts: 8075
 Asti
Support
(@asti)
Illustrious Member
Joined: 8 years ago

Hi,

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

Posts: 4
Topic starter
(@kimroberts)
Active Member
Joined: 9 months ago
Posts: 4
Topic starter
(@kimroberts)
Active Member
Joined: 9 months ago

BTW, it only appears once in the backend but twice in the frontend.

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

Illustrious Member
Posts: 8075

@kimroberts 

Use the CSS code below: 

.wp-block-comments #comments{
    display:block;
}
#comments{
    display:none;
}

Insert the code in the "Custom CSS code" textarea, located in the Dashboard > wpDiscuz > Settings > Styles & Colors admin page.

Don't forget to delete the caches before checking.

Posts: 4
Topic starter
(@kimroberts)
Active Member
Joined: 9 months ago

Thank you . That worked!

Share: