Replies
Thank you. Is it available with their free or pro version? I haven’t checked that theme recently. We will most probably need to look into what they are doing with the loop to see why the recent visitors is not following it.
Regards
BrajeshThank you.
Does GeneratePress come with BuddyPress support for loop?Hi Carsten,
Thank you for the post.Are you using a custom theme, if yes, which theme it is? Please let me know and I will have more details.
Regards
BrajeshHi Zloiy,
Thank you for the details.I will recommend using a localization tool or plugin for the same. you can use poedit if you are familiar with it or install Loco translate plugin and then translate the string.
Regards
Brajesh- Brajesh Singh on April 22, 2021 at 2:20 pm in reply to: BuddyPress Multi Network – Data disappears after registrations #38215
Hi Issam ,
Thank you for the video.Can you please confirm the following:-
1. Is the registration page on the main site or a sub site?
2. Have you saved the Dashboard->Settings->BuddyPress->Components after enabling multi network on that site? Ix the xprofile component enabled here?Thank you
Brajesh - Brajesh Singh on April 22, 2021 at 2:16 pm in reply to: [Resolved] Where can I delete text in BuddyPress? #38214
Hi Anders,
You can copy the file from plugin/buddypress/bp-templates/[your-currently-active template pack(bp-legacy or bp-nouveau]/buddypress/members/single/profile/change-avatar.php to your themes/[current-active-theme]/buddypress/members/single/profile/change-avatar.php and modify it.
Please make sure to replace [current-active-theme] with your actual theme directory name.
Regards
Brajesh - Brajesh Singh on April 22, 2021 at 2:12 pm in reply to: [Resolved] Buddyblog – premium version: bugs and suggestions #38213
Hi Kateryna ,
Thank you for the screenshots.In fact, you are right about the links. They were as plain text and not the linked url. We will release an update tomorrow to change this behaviour. I believe I had some filter active(make_clickable) causing the link to be clickable for me.
I will post a reply after the update.
Regards
Brajesh - Brajesh Singh on April 22, 2021 at 2:09 pm in reply to: [Resolved] BuddyBlog – How to Add Multiple Images to a Post #38212
Hi Ryan,
Thank you for sharing the issue.The problem was the file extension plugin enabled the file type for the upload but did not add it to the list of known mime types.
so, upload was working but the file was not selectable.
Please add the following code extra(Keep the file type plugin active).
/** * Extend list of all mime types with plottr */ add_filter( 'mime_types', function ( $types ) { $types['pltr'] = 'text/plain'; return $types; } );to your bp-custom.php and try now.
regards
Brajesh - Brajesh Singh on April 22, 2021 at 1:36 pm in reply to: [Resolved] Edit Profile Drop Down menu items #38208
Hi Brent,
I am sorry, we could not assist you with it earlier.Since we processed the refund for the theme, I am marking this topic resolved.
The menu is called BuddyPress User profile Nav/Tab and you can edit them as you please using our BuddyPress User Profile Tabs Pro plugin.
Regards
Brajesh - Brajesh Singh on April 22, 2021 at 1:34 pm in reply to: [Resolved] BuddyBlog Pro – Can’t create blog post as normal user #38207
Thank you John.
I am glad it is working now. I apologize for not publishing this earlier. We do need to allow users the edit role to provide them with publishing capability.
Regards
Brajesh