badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Code under "Leave a Reply"?

Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #11503
    ksuna24
    Participant

    After the comment box and before the “Post a Comment” button, there is this series of code. I don’t know how to disable it … or if it’s just on my end and none of the users will see it?

    You may use these HTML tags and attributes: <abbr title=””> <acronym title=””> <b>

    <cite> <i> <q cite=""> <strike>

    #11530

    Hi ksuna24,
    its the wordpress default so you need code customization for it.
    you may add this code inside functions.php This may help you

    add_filter('comment_form_defaults', 'remove_comment_styling_prompt');
    
    function remove_comment_styling_prompt($defaults) {
    	$defaults['comment_notes_after'] = '';
    	return $defaults;
    }

    Thank you!

    #11709

    Hi
    Sorry for this. We support only about the theme issue. Not other features.

    Thank you!

    #21716
    Steven
    Participant

    Hi & Thank you for Sharing this Post with us.
    http://asphalt8-hack.com/

    #21759

    You welcome Steven

    Thank you!

    #27762
    gautampandey888
    Participant

    This is really a nice forum and I would like to contribute to your forum if I can know on what topic discussion is going on.

    #27768

    Hi Gautam,

    You can view the topic yourself here

    Thank you for your contribution and support. 🙂

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.