• Resolved vasudevb

    (@vasudevb)


    I have two points,

    If a user is in a group and that group has a forum. Then wont the user receive all the developments in the forum on their profile dashboard? I thought that was the point.

    Another – I wanted to remove profile header from user’s own profile so I used CSS and now it is gone from even other’s profiles. How to remove it only from users own profile?

    It is not happening with me. Am I doing something wrong or is it not possible?

    The page I need help with: [log in to see the link]

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

    (@kainelabsteam)

    Hello @vasudevb

    Thanks for reaching us

    1. Sorry, I really don’t understand. Could you please send me a screenshot so I can have a clear ide2 about it?

    2. Do you mean you want to remove Header on the Profile Page totally? May I know why you want to do that? As Profile Header is one of main component.

    Best Regards, KaineLabs Team.

    Thread Starter vasudevb

    (@vasudevb)

    Hey! Thank you for responding.

    1. I am sorry there can be no screenshot because it hasnt been done, but i’ll elaborate/simplify. Can I have the activities of the groups in which I am, on my activity section? The activities in point include everything, from normal posts to forum posts.

    2. I just want to hide the header from one’s own profile. It takes too much space. The first thing people should see is the post section. I am using this now, but I want it to be applicable only for mobile version and only for the user’s own profile(right now all headers vanish).

    .youzify .youzify-profile-header{display: none;}

    In case any of the two are unclear, I will be happy to clarify further.

    Plugin Support Youzify

    (@kainelabsteam)

    Hello,

    1. You can disable/enable any Post Type on Youzify Panel >> General Settings >> Wall Settings >> Post Type.

    2. Yes, to hide the Profile Header, you can that CSS

    .youzify .youzify-profile-header {
        display: none;
    }
    • This reply was modified 3 years, 5 months ago by Youzify.
    Thread Starter vasudevb

    (@vasudevb)

    1. There is no option to show group activities and posts on the user’s own activity section. Is not available or am I missing something.

    2. I want to hide it only on the users own profile. They should be able to view it when viewing other people’s profile. I already knew this CSS ??

    Plugin Support Youzify

    (@kainelabsteam)

    Hello @vasudevb

    1. You need to join a group to make Group Posts showing on your Profile Activity. And if you are referring about Article Post, actually you only can see your own posts on the Profile Activity.

    2. Sorry, I really don’t understand. Could you explain to me more details please?

    Best Regards, KaineLabs Team.

    Thread Starter vasudevb

    (@vasudevb)

    1. I am slightly confused. Will use this for some time and raise my problem again, if I still feel I need to understand something. Thanks for explaining.

    2. There is a header in every profile. When a user opens their activity section or other tabs in their dashboard, they can see the header. https://ibb.co/Tc0TQh3 . The same header can also be see for other profiles, i.e. when a user opens the profile of other members. My question is – Can the header be hidden only from the user’s own profile and visible when they see other’s profile.

    Plugin Support Youzify

    (@kainelabsteam)

    Hello @vasudevb

    1. Yes, please let me know if which thing that make you confused.

    2. Yes, it can be achieved. But will require some snippets. If you have a PRO version, you can submit this request on our Premium Support Forum. Our agents will create this snippet for you. ??

    Best Regards, KaineLabs Team.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Problem in getting group updates’ is closed to new replies.