-
AuthorPosts
-
April 11, 2014 at 8:52 pm #250374
Hey there,
is there a chance to change or delete the sentences above the comment boxes “Leave a Reply. Want to join the discussion? Feel free to contribute!” ? And below: the text, that informes you which HTML-tags you can use.
AND as well to delete / edit the breadcrumbs shown under the titel like in this example:
“October 21, 2013/0 Comments/in Breaking News /by Kriesi” change to “October 21, 2013/in Breaking News”I hope you can help me solve my “little” problems … if there is any solution for.
<3
Danny- This topic was modified 10 years, 7 months ago by coeval.
April 14, 2014 at 12:23 pm #251004Hey coeval!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.comment-container, .text-sep-comment, .text-sep-cat, .blog-author { display: none !important; }
To edit the comment text, please use this plugin http://wordpress.org/plugins/codestyling-localization/ or change it manually in Enfold/Includes folder and open Comments.php
Best regards,
YigitMay 15, 2014 at 4:46 pm #265353Hey, I’ve updated Enfold theme & now again the textbox “leave a comment” shows up.
Do I have to change the code, which I used recently?.comment-container, .text-sep-comment, .text-sep-cat, .blog-author { display: none !important; }
May 15, 2014 at 6:22 pm #265415Hi!
You can simply go to Enfold theme options > Blog Layout and uncheck the meta you do not want to display. Then edit your blog post and click on “Screen Options” and check “Discussion” – http://i.imgur.com/FJNrkWd.png
Then scroll down to Discussion field and uncheck Allow commentsBest regards,
YigitMay 15, 2014 at 7:07 pm #265442Thx Yigit,
these things work very well, but the I would like to remove the text “Leave a Reply. Want to join the discussion? Feel free to contribute!”.
The followers should have the option to post a comment/ leave a reply, but I don’t want to show the headline / the 3 sentences.
With the code you gave me the last time, it worked very well. But since I’ve updated Enfold, the text “Leave a Reply
Want to join the discussion? Feel free to contribute!” shows up again.May 15, 2014 at 7:21 pm #265448Hi!
Please add following code to Quick CSS as well
span.minitext { display: none!important; }
Cheers!
YigitMay 15, 2014 at 7:33 pm #265462Thx a lot for your help. It’s nearly perfekt. The lines: “Want to join the discussion? Feel free to contribute!” are gone.
But “Leave a Reply” is still there. Hope u can help me in that case again. <3Cheers, Danny
May 15, 2014 at 7:35 pm #265466Hey!
Please add following code to Quick CSS too Danny
h3.miniheading { display: none!important; }
:)
Cheers!
YigitMay 15, 2014 at 7:40 pm #265471PERFECT! :))))
May 15, 2014 at 7:44 pm #265475 -
AuthorPosts
- The topic ‘comments | change/delete "Leave a Reply"’ is closed to new replies.