Replies
- Brajesh Singh on February 17, 2022 at 10:32 pm in reply to: Can not edit posts, MediaPress plugin gallery function not showing, and more… #43320
Hi Rob,
Thank you.1. Please add the following css
.bbp-topic-tags + .bbp-template-notice.info{ display:none; }2. You can put the following code in your child theme’s functions.php or in wp-content/plugins/bp-custom.php
add_action( 'bbp_template_before_single_topic', function() { if ( function_exists( 'the_views' ) ) { the_views(); } }, 100);That will show the view count at top for the single topic.
Regards
Brajesh Hi James,
hope you are doing well.
just following on this. we will have an update early next week which will resolve it.Regards
Brajesh- Brajesh Singh on February 17, 2022 at 9:15 pm in reply to: [Resolved] BuddyPress Xprofile Custom Field Types – Age were shown as Date in Profile #43315
Hi,
Thank you for the details and the patience.I had a look at BuddyX theme and the Stax WP plugin. They are working fine with the age.
Please share me a screenshot of your Field Settings(Dashboard->Users->Profile Field-> Field->Edit)
And also a screenshot showing what it display on the frontend.Regards
Brajesh Hi,
Thank you.
I can see the issue. Please do keep the staging site available for next 24 hours. I will be troubleshooting and fixing it.Regards
Brajesh- Brajesh Singh on February 17, 2022 at 8:52 pm in reply to: [Resolved] rename bp-nouveau folder #43313
Hi David,
Thank you for the question.1. Please visit wp-content/plugins and add the following to bp-custom.php
add_action( 'bp_loaded', function() { $bp = buddypress(); bp_register_theme_package( array( 'id' => 'nouveau', 'name' => __( 'BuddyPress Nouveau', 'buddypress' ), 'version' => bp_get_version(), 'dir' => trailingslashit( $bp->themes_dir . '/community' ), 'url' => trailingslashit( $bp->themes_url . '/community' ), ), true ); }, 13);Now, Please visit wp-content/plugins->buddypress/bp-templates and rename “bp-nouveau” to “community”
This is one of the ways. A better way will be to copy the BP-Nouveau templates and register them as a new template pack.
Regards
Brajesh - Brajesh Singh on February 17, 2022 at 8:45 pm in reply to: Multiple Images Not Showing as Gallery #43312
Hi,
Thank you for the question.
I am sorry, I had to remove your links as they were NSFW. In future, Please add warning/notice before linking to NSFW content.Now, coming back to the issue:- Are you using MediaPress? Which theme are you using? Is it some other plugin for media?
Please let us know and we will assist.
Regards
Brajesh Thank you.
I will be off for 2-3 hours. Will be checking after that.
Regards
Brajesh- Brajesh Singh on February 17, 2022 at 1:54 pm in reply to: [Resolved] Upload content only users or modeators #43300
Hi Carlo,
Is this question about MediaPress?Are you using it with BuddyPress? Is it used for profile or group?(I am assuming group).
Do you want to restrict group gallery creation/upload by admins and moderators?
Please let us know and we will assist.
Regards
Brajesh - Brajesh Singh on February 17, 2022 at 1:52 pm in reply to: Auto Friendship Pro not add follow on create new user after Buddypress udapte #43299
Hi,
Please get in touch via https://buddydev.com/buddypress-custom-development-service/Also, what do you expect o happen if a user matches multiple lists?
Regards
Brajesh - Brajesh Singh on February 17, 2022 at 1:51 pm in reply to: Can’t get WordPress Username Availability Checker to work with my form #43298This reply has been marked as private.