The effects of alcohol on sustanon 250 leucine for – real weight loss & bodybuilding benefits?
Conflict with a com...
 
Share:
Notifications
Clear all

[Solved] Conflict with a composer

3 Posts
2 Users
0 Reactions
575 Views
Posts: 5
 FPBB
Topic starter
(@fpbb)
Active Member
Joined: 4 years ago

Hello,

I recently changed the design of my website where WpDiscuz is, and I am facing conflicts with a composer.

As you can see, the comment field is displaying normally on a page https://www.emprunter-malin.com/calculez/, but is stretched on a post https://www.emprunter-malin.com/pret-immobilier-seniors-longues-durees/.

Beside, comments are being displayed on home page although I unchecked the option.

Now, on home page and posts there is a composer plugin, but comments are displayed without composer plugin on pages.

My conclusion : there is a conflict with this composer.

Would anyone know how I can solve this conflict between plugin ?

Thanks.

2 Replies
Asti
Posts: 7618
 Asti
Support
(@asti)
Illustrious Member
Joined: 7 years ago

@fpbb,

Use this CSS code it should solve the first issue: 

.wpd-field-comment, .wpd-form-foot, #wpdcom .wpd-form .wpdiscuz-textarea-wrap.wpd-txt  {
    width: 100% !important;
}

Put the code in the Top Admin Bar > Customize > Additional CSS > "Additional CSS" textarea, save it, delete all caches and check again. 

Please don't forget to press Ctrl+F5 (twice) on the frontend before checking.

Beside, comments are being displayed on home page although I unchecked the option.

Please follow the steps below: 

1) Make sure the “Discussions” admin-box is allowed using “Screen Options” in “Edit Page” admin page:

2) Find the “Discussions” admin-box below and uncheck the “Allow Comments” option.

1 Reply
 FPBB
(@fpbb)
Joined: 4 years ago

Active Member
Posts: 5

@asti Lots of thanks, it works !

Share: