Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #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.
    #251004

    Hey 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,
    Yigit

    #265353

    Hey, 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; }

    #265415

    Hi!

    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 comments

    Best regards,
    Yigit

    #265442

    Thx 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.

    #265448

    Hi!

    Please add following code to Quick CSS as well

    span.minitext {
    display: none!important;
    }

    Cheers!
    Yigit

    #265462

    Thx 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. <3

    Cheers, Danny

    #265466

    Hey!

    Please add following code to Quick CSS too Danny

    h3.miniheading {
    display: none!important;
    }

    :)

    Cheers!
    Yigit

    #265471

    PERFECT! :))))

    #265475

    Hey!

    Awesome! :) Let us know if you have any other questions or issues

    Best regards,
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘comments | change/delete "Leave a Reply"’ is closed to new replies.