Replies
Hi Ravi, thanks for your reply, the counters in WP Dashboard are perfectly round, and my message count is round as well
So it must be possible in some way?
Regards
Carsten- calu on January 20, 2022 at 10:10 am in reply to: [Resolved] Link to a#user-xprofile on profile visit #42719
Hi there, I can see this topic, the meaning of the Home tab, has been discussed by others:
https://buddypress.org/support/topic/how-to-hide-the-home-tab-under-profile-member-navigation-items/
- calu on January 20, 2022 at 9:45 am in reply to: [Resolved] Link to a#user-xprofile on profile visit #42717
Hi Brajesh, the issue is solved. It turned out that this code snippet was deleted.
define( 'BP_DEFAULT_COMPONENT', 'profile' );
https://buddydev.com/support/forums/topic/change-members-profile-landing-tab-to-apublic/
Apparently the “Home” tab or
a#user-front
without profile information, is the default BP profile landing page, and not “Profile” which contains the x-profile fields information.Do you have any thoughts about the logic behind this, why having the Home tab at all?
Regards
Carsten
- This reply was modified 2 years, 10 months ago by calu.
- calu on January 20, 2022 at 6:48 am in reply to: [Resolved] Hide private message button from profile header content #42713
Hi Brajesh, thank you very much, I’m using Nouveau
Regards
Carsten - calu on January 20, 2022 at 6:47 am in reply to: [Resolved] Link to a#user-xprofile on profile visit #42712
Hi Brajesh, sorry for not making myself clear,
I’m referring to the .bp-navs:
Regards
Carsten - calu on January 9, 2022 at 9:11 pm in reply to: Recent Visitors, wrapping example code snippets #42463
Hi there, I have also inserted the custom listing code snippet into the hook element, but the code does not render.
https://buddydev.com/snippets/762-custom-listing-of-recent-visitors/
Hi Brajesh, thanks agin for your help, it was a very useful information.
Regards
Carsten- calu on January 3, 2022 at 7:28 pm in reply to: [Resolved] BP members widgets displaying the selected Members Type only #42364
Hi Brajesh, thanks for informing me about this, as I see it, there is no other way of adding widgets than to use blocks, if you are using the block editor, is this correct?
Regards
Carsten - calu on October 3, 2021 at 1:30 pm in reply to: [Resolved] Keep avatar crop preview window inside frame #40808
Hi Brajesh, I see now that the purpose with the code is to have a full width avatar on mobile.
If I change the value to 300px I get all most full width on mobile, and the issue with the view port is solved, thank you.
Regards
Carsten - calu on October 3, 2021 at 12:13 pm in reply to: [Resolved] Keep avatar crop preview window inside frame #40807
Hi Brajesh, thanks for the suggestions, I located the issue to be with these avatar settings, apparently the size setting is to big, I don’t know why the avatar is not centered in the view frame. Is the view port defined by Thump or Full Width avatar size?
I’m not sure why I added this code in the first place
Regards
Carsten// IMPORTANT! ÆNDRING AF AVATAR SIZE if ( ! defined( 'BP_AVATAR_THUMB_WIDTH' ) ) define( 'BP_AVATAR_THUMB_WIDTH', 120 ); //change this with your desired thumb width if ( ! defined( 'BP_AVATAR_THUMB_HEIGHT' ) ) define( 'BP_AVATAR_THUMB_HEIGHT', 120); //change this with your desired thumb height if ( ! defined( 'BP_AVATAR_FULL_WIDTH' ) ) define( 'BP_AVATAR_FULL_WIDTH', 500); //change this with your desired full size,weel I changed it to 225,300 :) if ( ! defined( 'BP_AVATAR_FULL_HEIGHT' ) ) define( 'BP_AVATAR_FULL_HEIGHT', 500); //change this to default height for full avatar