• Resolved radzio1615

    (@radzio1615)


    Hi! I use shortcode [youzify_activity] to display activity list. I want to turn off comments but display the number of comments. How to do this? When I use display_comments=”false” parameter comments number will also disappear.

    • This topic was modified 2 years, 6 months ago by radzio1615.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Youzify

    (@kainelabsteam)

    Hello @radzio1615

    Thanks for reaching us

    Do you mean you want to hide comments only but members can keep send a comment, or members can not send any comments?

    Best Regards, KaineLabs Team.

    Thread Starter radzio1615

    (@radzio1615)

    I want to display the last 10 posts of members activity on the home page.

    I need to:
    – disable comment list
    – disable comment form
    – display number of comments (activity statistics)

    Plugin Support Youzify

    (@kainelabsteam)

    Hello @radzio1615

    Please try this CSS

    .youzify-activity-shortcode .activity-comments, .youzify-activity-shortcode .button.acomment-reply {
      display: none !important;
    }

    I hope it helps.

    Best Regards, KaineLabs Team.

    • This reply was modified 2 years, 6 months ago by Youzify.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Activity shortcode’ is closed to new replies.