Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #280257

    Hi,

    The comments system is driving me up the wall! I just need to know 1 simple thing:

    Right now it says :4 Responses to “A quick guide to beans and peas” at the bottom of the page just above the comments with 4 comments displayed below that text.

    1. How can I stop it from displaying tat message (I did a search for the word “responses” in all of the theme files and couldn’t find it anywhere)
    I laso followed the instructions here: https://kriesi.at/support/topic/change-logo-link-in-enfold-remove-comment-counts-from-post-silder/
    And modified :

    if ( $commentCount != "0" || comments_open($the_id) && $entry->post_type != 'portfolio')
    						{
    							$link_add = $commentCount === "0" ? "#respond" : "#comments";
    							$text_add = $commentCount === "1" ? __('Comment', 'avia_framework' ) : __('Comments', 'avia_framework' );

    to

    //if ( $commentCount != "0" || comments_open($the_id) && $entry->post_type != 'portfolio')
    						{
    							//$link_add = $commentCount === "0" ? "#respond" : "#comments";
    							//$text_add = $commentCount === "1" ? __('Comment', 'avia_framework' ) : __('Comments', 'avia_framework' );
    
    #280288

    Hey!

    Try adding this code to the Quick CSS:

    h3#comments {
        display: none;
    }

    Cheers! 
    Josue

    #280297

    Nope, it’s still there…Thanks for trying though Josue

    #280303

    Refresh a few times, i’m no longer seeing it.

    #280311
    This reply has been marked as private.
    #280312

    Can you post a screenshot of your view?

    Here’s how i see it, maybe there was a misunderstandment on the element to remove.

    #280325

    some kind of caching issue in google chrome..No amount of refreshing worked so I tried a different browser and you’re absolutely right, it has gone :D :D Thank you so much..

    Her’s another one you might know the answer to: Any idea on how to change the text that says “leave a reply” To “add a comment” and to just have an ’email’ field instead of email, name and website? There are so many comment.php files and loops and indexes on top of which there are aria framework files, it’s hard to know which one to change although in fairness none of my changes have been visible because of this browser caching issue…

    #280327

    Hi!

    Open comments.php and change that in line 172:

    echo "<h3 class='miniheading'>".__('Leave a Reply','avia_framework')."</h3>";
    

    Regarding the other request, i don’t think that would be possible, you can remove the URL field though:
    http://premium.wpmudev.org/blog/remove-wordpress-comments-url/

    Cheers!
    Josue

    #280490

    Yeah I changed it on both comments.php files (in a child theme and in includes but it makes no difference)..will try it via ftp now & see if that does anything..

    #280514

    I’ve changed that line from:

    echo "<h3 class='miniheading'>".__('Leave a Reply','avia_framework')."</h3>";

    to

    `echo “<h3 class=’miniheading’>”.__(‘Leave a comment’,’avia_framework’).”</h3>”;’

    (“leave a reply” changed to “leave a comment”) and it doesn’t work…Aaaaarggghh

    #280730

    Hi,

    Can you please create me an administrator account? post it here as a private reply.

    Regards,
    Josue

    #281089
    This reply has been marked as private.
    #281102

    Check it now, you can change the string in the code i put in Quick CSS.

    Cheers!
    Josue

    #281111

    Wow, that is awesome! Thank you so much…Would you also be able to look at this please: It’s also to do with comments and wanting to show dates only (instead of showing dates AND TIME) for each comment. Yigit has suggested some things in that thread but nothing seems to work: https://kriesi.at/support/topic/just-dates-instead-of-dates-time-displayed-for-each-comment/#post-280649

    Thanks again for all of your help and support. :-)

    #281136

    Hi!


    @dude
    answered you here – https://kriesi.at/support/topic/just-dates-instead-of-dates-time-displayed-for-each-comment/#post-281135
    Glad Josue could help! :)

    Best regards,
    Yigit

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘Enfold comments’ is closed to new replies.