• Resolved multimastery

    (@multimastery)


    Hello,

    I want to know hot to remove the image upload icon on the comment form since I do not have the paid add-on to allow this feature. It just doesn’t need to even show and confuse a commenter if they can’t upload an image.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support gVectors Support

    (@gvectorssupportmember)

    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.

    Thread Starter multimastery

    (@multimastery)

    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/

    Plugin Support gVectors Support

    (@gvectorssupportmember)

    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/

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to remove “Attach Image” option?’ is closed to new replies.