-
AuthorPosts
-
February 4, 2014 at 9:43 pm #219660
Hey guys where do I edit the Comments section?
I would like to change the “Leave a Reply” to “Leave a Comment” and remove the html tags but I can’t seem to find it anywhere.
http://img823.imageshack.us/img823/1489/jf0n.png
Any advise will be much appreciated,
Thanks!February 5, 2014 at 5:13 am #219771Hey zelu1984!
Please go to wp-content\themes\enfold\includes folder and open Comments.php file and
echo "<h3 class='miniheading'>".__('Leave a Reply','avia_framework')."</h3>";and change as needed
Best regards,
YigitFebruary 5, 2014 at 9:26 pm #220097Thank for that!
Can you also tell me how can I get rid of this part?
“You may use these HTML tags and attributes: <abbr title=””> <acronym title=””> <b>
<cite>
<i> <q cite=""> <strike> "Thank you
February 5, 2014 at 9:45 pm #220104Hey!
Please add following code to Quick CSS as well
.form-allowed-tags { display: none; }Best regards,
YigitFebruary 5, 2014 at 9:48 pm #220107nope, that didn’t work…
any other suggestion?
Thanks!
February 5, 2014 at 9:49 pm #220110Hey!
Please try adding !important rule to force it as following
.form-allowed-tags { display: none!important; }Cheers!
YigitFebruary 5, 2014 at 10:04 pm #220121no, still there… :/
February 5, 2014 at 10:05 pm #220123Hi!
Can you post the link to your website so we can take a look? It does work fine on my installation
Cheers!
YigitFebruary 5, 2014 at 10:12 pm #220125This reply has been marked as private.February 5, 2014 at 10:28 pm #220136Hey!
It is not visible on my end. Please flush browser cache and refresh your page a few times http://i.imgur.com/J9TmF64.jpg
Regards,
YigitFebruary 5, 2014 at 10:31 pm #220140Fantastic! I still can see it here but i checked on other devices and it is gone!
Thank you for your help :))
February 5, 2014 at 10:32 pm #220143oh sorry last one, I promise :))
If I want’t to remove “Website” from there? How do I go about it?
Thanks!!
February 6, 2014 at 3:49 am #220233Hi!
You can add this to hide the website field:
.comment-form-url { display: none; }Best regards,
IsmaelFebruary 6, 2014 at 8:34 pm #220657Thanks for your help guys!
All the best!
-
AuthorPosts
- The topic ‘Comments section’ is closed to new replies.
