Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1048351
    Kiljan
    Participant

    X theme 4.5.2
    Stack Integrity
    Wordpress 4.5.2

    I wish there was a setting that would put the “add comment” box above the actual comments.
    Please add to feature request or if its already possible, please let me know.

    #1048403
    Nabeel A
    Moderator

    Hi there,

    Thanks for writing in! Please add the following jQuery script in your Customizer via Appearance > Customize > Custom > Edit Global Javascript

    jQuery(document).ready(function($){
    	$('.h-comments-title').html("<p style='color: #000; margin:0; font-family: Arial;'>Add Comment</p>");
    });

    Don’t forget to clear your browser’s cache after adding the code. Let us know how this goes!

    #1063809
    Kiljan
    Participant

    Didnt work for me. I would suggest like to ask for this as a feature for future updates.

    #1063902
    Prasant Rai
    Moderator

    Hello There,

    I have tested the code on my end it’s working perfectly fine. Please see the screenshot. Can you please clear browser cache and try again? If it still does not work please share URL of your website.

    http://prntscr.com/bmbboe

    Thanks.

    #1069502
    Kiljan
    Participant

    I got that text to, but I want the comment box underneath. That only created a link.

    #1069542
    Christopher
    Moderator

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

  • <script> jQuery(function($){ $("#no-reply-1048351 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>