-
AuthorPosts
-
June 17, 2014 at 11:16 pm #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' );
June 18, 2014 at 12:09 am #280288Hey!
Try adding this code to the Quick CSS:
h3#comments { display: none; }
Cheers!
JosueJune 18, 2014 at 12:40 am #280297Nope, it’s still there…Thanks for trying though Josue
June 18, 2014 at 12:43 am #280303Refresh a few times, i’m no longer seeing it.
June 18, 2014 at 1:12 am #280311This reply has been marked as private.June 18, 2014 at 1:15 am #280312Can you post a screenshot of your view?
Here’s how i see it, maybe there was a misunderstandment on the element to remove.
June 18, 2014 at 1:43 am #280325some 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…
June 18, 2014 at 1:49 am #280327Hi!
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!
JosueJune 18, 2014 at 12:17 pm #280490Yeah 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..
June 18, 2014 at 12:55 pm #280514I’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
June 18, 2014 at 8:38 pm #280730Hi,
Can you please create me an administrator account? post it here as a private reply.
Regards,
JosueJune 19, 2014 at 10:06 am #281089This reply has been marked as private.June 19, 2014 at 10:30 am #281102Check it now, you can change the string in the code i put in Quick CSS.
Cheers!
JosueJune 19, 2014 at 10:41 am #281111Wow, 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. :-)
June 19, 2014 at 11:26 am #281136Hi!
@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 -
AuthorPosts
- The topic ‘Enfold comments’ is closed to new replies.