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.
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.