• Resolved Shaun

    (@shaunj)


    Hello,

    I would like to hide the All Members Count number from the Activity Page. Is there any snippet or any other way to hide that number? Thanks in Advance.

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Support Youzify

    (@kainelabsteam)

    Hello @shaunj

    Thanks for reaching us

    Can you send me a screenshot so I can have a clear idea about which part you mean please?

    Best Regards, KaineLabs Team.

    Thread Starter Shaun

    (@shaunj)

    Hi @kainelabsteam thanks for your quick reply. Following is the link to the screenshot where the marked area in an Activity Page that I would like the counter “2” to hide:
    https://i.postimg.cc/hv8K2xr4/image.png

    Plugin Support Youzify

    (@kainelabsteam)

    Hello @shaunj

    Please try this CSS

    .item-list-tabs.activity-type-tabs ul li span {
      display: none !important;
    }

    Best Regards, KaineLabs Team.

    Thread Starter Shaun

    (@shaunj)

    Thanks so much, @kainelabsteam that worked like a charm.

    Can I please report a bug? The bug is about the Verified badge color. When you change the verified badge color, on the profile the badge shows the correct color however, in Activity Steam, the Verified badge still shows with blue background and white color check icon.

    Thread Starter Shaun

    (@shaunj)

    Also, I just found a critical bug for the login page. Whenever I log in from the site.com/login page, it never logs me at all instead it again redirects me to the same login page. However, if I log in from site.com/wp-login.php it works fine for me.

    Plugin Support Youzify

    (@kainelabsteam)

    Hello @shaunj

    1. Thanks for reporting this. We will fix this bug very soon. For a temporary solution, you can use this CSS to change the verified badge color

    .youzify-account-verified {
      background: #000;
      color: #fff;
    }

    Change #000 and #fff with any color code you want

    2. I can not replicate this issue on our testing site. I can log in successfully. I suggest you do a conflict test to identify the issue.

    Please disable all plugins except Youzify and BuddyPress. Also, change your theme to the default WP theme temporarily. And see if the issue is solved or not.

    Best Regards, KaineLabs Team.

    Thread Starter Shaun

    (@shaunj)

    Hello, @kainelabsteam thanks for the CSS snippet.

    In regards to the login page, the login page refreshes instead of logging me back and this issue still exists. I will look into this issue by following your suggested steps.

    I will mark this forum topic as resolved since the original issue has been fixed.

    Thread Starter Shaun

    (@shaunj)

    Hello @kainelabsteam it looks like the verified badge color shows the same blue color on the Login/Logout widget.

    I would also like to report another bug where I’m unable to share any Youtube video posts on activity stream updates. Steps to follow:
    Go to Youtube and copy the video link by clicking the Share button underneath the video.
    Go to your activity page, paste the link until the thumbnail/preview loads, and click on Post.
    You will see that the Youtube video activity post is never displayed on the activity stream page. However, in the backend, the activity update got posted but it was never displayed in the activity stream.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Hide All Members count’ is closed to new replies.