-
Author
-
October 4, 2016 at 07:56 #138046
imteddy
ParticipantHi,
I tried to figure out to hide comments as default but couldn’t.
Currently, up to 5 comments are showing if there are total 8 comments.
I wish not to show any comments until pressing the rounded button “Comment 8”
Then all comment is showing at once when the “Comment 8” button pressed,
It will be helpful if I know even which file I need to modify.
Thanks in advance.
October 5, 2016 at 16:25 #138287Laura
ModeratorHello, so you want to hide the comments until the Show all is pressed?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 8, 2016 at 04:03 #138655imteddy
ParticipantIt will be appreciated if you let me know files that I need to modify.
October 10, 2016 at 09:36 #138813Laura
ModeratorHello, please share admin credentials so i can check it out 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 11, 2016 at 04:35 #138991imteddy
Participanthttp://welkome-new.nessodigital.com/wp-admin
ID: imteddy
PW: imteddy22334455http://welkome-new.nessodigital.com/w-board/ <- Comments are here..
October 13, 2016 at 05:55 #139400Laura
ModeratorHello, try by adding this to style.css of child theme
COPY CODE.activity-comments li:nth-child(7n) { display: none; } .activity-comments li:nth-child(5n) { display: none; } .activity-comments li:nth-child(2n) { display: none; }Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.