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

 

Issue [Solved] wpdiscus not showing with my theme

11 Posts
2 Users
2 Reactions
1,281 Views
Posts: 7
Topic starter
(@hima948)
Active Member
Joined: 2 years ago

hi please check my issue

when i active my targeted theme then wp Discuz not showing 

but it's working with WordPress's default theme.

my site link check my website here

 

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

Hi @hima948,

Please check out the points mentioned in this doc:  https://wpdiscuz.com/docs/wpdiscuz-7/getting-started/missing-comment-form/

If it's a builder theme use the shortcode below:

<!-- wp:post-comments /-->

Posts: 7
Topic starter
(@hima948)
Active Member
Joined: 2 years ago

Hi

It's a Block theme.

your above solution not working for me.

waiting for your response.

Thanks.

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

Illustrious Member
Posts: 8075

@hima948,

Then you should use the shortcode below: 

<!-- wp:post-comments /-->

(@hima948)
Joined: 2 years ago

Active Member
Posts: 7

@asti

Where I will use this shortcode?

please guide me.

Thanks.

Posts: 7
Topic starter
(@hima948)
Active Member
Joined: 2 years ago

Hi please check this page

already input this shortcode but not displaying correctly 

please see this link-

https://getanycourse.com/hello-world/

Posts: 7
Topic starter
(@hima948)
Active Member
Joined: 2 years ago
not working correctly
3 Replies
Asti
 Asti
Support
(@asti)
Joined: 8 years ago

Illustrious Member
Posts: 8075

@hima948,

Please provide the URL where we can see the wpDiscuz comment form. 

This is just a small CSS conflict with the theme or other plugins.

(@hima948)
Joined: 2 years ago

Active Member
Posts: 7

@asti 

https://getanycourse.com/hello-world/

please check the middle section of this page

you will see the wpdiscuz comment form there.

waiting for your response.

Thanks.

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

Illustrious Member
Posts: 8075

@hima948,

Please use the CSS code below: 

div#wpdcom .wpdiscuz-textarea-wrap  p:empty, #wpd-editor-wraper-0_0 > p, #wpdcom .wpd-form-row .wpd-form-col-left .wpdiscuz-item br, .wc-field-submit label.wpd_label br {
    display: none !important; 
}
#wpdcom .wpd-form-row .wpd-form-col-left .wpdiscuz-item p{
    margin: 0 !important; 
}
#wpdcom .wc-field-submit p {
    display: flex !important;
    align-items: flex-start;
    margin: 0;
    justify-content: center;
}
#wpdcom.wpdiscuz_unauth .wc-field-submit {
    padding-top: 0;
}

Put 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: 7
Topic starter
(@hima948)
Active Member
Joined: 2 years ago

Solved

Thanks a lot.

Share: