Hi @multimastery,
First of all please note started from wpDiscuz 7 you can attach an image to comments and replies by default. The wpDiscuz allows attaching one image with a comment.
You can check it here:
https://wpdiscuz.com/demo/
In any case below is provided a CSS code, that removes the image upload icon:
#wpdcom .wmu-upload-wrap {
display: none !important;
}
The CSS code should be added inthe Top Admin Bar > Customize > Additional CSS > “Additional CSS” textarea.
Please don’t forget to delete all caches and press CTRL+F5(twice) on the frontend before checking.
Well if that’s the case the image attachment is not working. I’m testing it on this page and it won’t attach a thing:
debtconsolidationcure.com/is-buying-a-house-better-than-renting-one/
Hi @multimastery,
We see the following js error on your website that causes the issue. So please try to fix it and check again: https://www.screencast.com/t/QDeYwCq7
Here is the article that will help you to solve the issue:
https://kb.mailster.co/access-to-admin-ajax-php-is-blocked/