Replies
- Brajesh Singh on April 2, 2021 at 1:32 pm in reply to: Error with bp-auto-activate-auto-login #37436
Hi Jonathan,
Thank you for purchasing from us.Are you using BuddyPress/BuddyBoss registration or is it handled by the Learnpress?
Thank you
Brajesh - Brajesh Singh on April 1, 2021 at 10:51 pm in reply to: Xprofile Custom Field Types: Not showing on frontend #37431
Hi Mark,
Thank you for using our plugins.Can you please tell me how are you listing the field using the Profile Tabs Creator Pro? That will give us an Idea on what is causing the problem.
Regards
Brajesh - Brajesh Singh on April 1, 2021 at 10:49 pm in reply to: [Resolved] Ref. BuddyBlog custom post type url path for single post page #37429
Hi Stefano,
Thank you for the reply and sharing the details.I am glad it was not a real issue 🙂
Regards
Brajesh - Brajesh Singh on April 1, 2021 at 10:47 pm in reply to: [Resolved] PROFILE TAB PRO: Incorrect Content Appears in Tab #37428This reply has been marked as private.
- Brajesh Singh on April 1, 2021 at 10:44 pm in reply to: [Resolved] User Profile Tabs – select destination #37427
Hi Samo,
I am glad you have found a solution.
Marking it resolved.
Regards
Brajesh - Brajesh Singh on April 1, 2021 at 8:38 pm in reply to: BuddyCircles :- BuddyPress User Circles #37425This reply has been marked as private.
- Brajesh Singh on March 31, 2021 at 6:22 pm in reply to: Profile User tab in the Buddyboss theme problem #37403
Hi Steffen,
Thank you.I can see the issue. The problem is BuddyBoss theme has too much hard coded conditions and very that limits us without template override.
The header issue is due to member-header.php and cover-image-header.php. These have the following code
<?php if ( ! bp_is_user_messages() && ! bp_is_user_settings() && ! bp_is_user_notifications() && ! bp_is_user_profile_edit() && ! bp_is_user_change_avatar() && ! bp_is_user_change_cover_image() ) : ?>That is a for showing header/hiding. I can suggest a change here in these two files but it will be better if BuddyBoss team can provide a simple filter to turn these on/off.
Can you please contact them for the same.
Regards
Brajesh - Brajesh Singh on March 31, 2021 at 12:35 pm in reply to: [Resolved] PROFILE TAB PRO: Incorrect Content Appears in Tab #37398This reply has been marked as private.
- Brajesh Singh on March 31, 2021 at 12:20 pm in reply to: Profile User tab in the Buddyboss theme problem #37397
Hi Steffen,
Please copy the code from the following page
https://pastebin.com/raw/fBqZzDfQand put it into buddyboss-theme-child/buddypress/members/single/profile.php
It contains our changes and it will override the parent theme’s template.
Regards
Brajesh - Brajesh Singh on March 31, 2021 at 11:27 am in reply to: Profile User tab in the Buddyboss theme problem #37395
Hi Steffen,
Thank you for the reply.we can change that to the following
<?php if ( ( ! bp_is_user_profile() || ! bp_is_current_action( 'public' ) ) ) { bp_get_template_part( 'members/single/parts/item-subnav' ); } ?>This makes sure that the 2 column layout is used on all profile sub pages except the view.
Regards
Brajesh