Replies
- Brajesh Singh on April 14, 2022 at 11:12 am in reply to: Incompatibility with events of Modern Events Calendar (MEC) #44400
Hi Philippe,
Thank you.I will approach them soon. The page you linked did not work for me, I believe it could be a private page. I will try to link them here and will write back after having their fedeback.
Regards
Brajesh Hi Giuseppe,
I am not seeing anything wrong with your configuration.Please provide me access to the site and I will check and update you.
Thank you
Brajesh- Brajesh Singh on April 14, 2022 at 11:06 am in reply to: [Resolved] BuddyPress Activity Privacy #44398
Hi Giuseppe,
We are not aware of this issue. We will be testing and getting back to you later today. Is there any chance that the new test users visiting the user were site administrators?Regards
Brajesh - Brajesh Singh on April 12, 2022 at 10:25 pm in reply to: [Resolved] Lost-Password redirect error #44388
Hi Mac,
I am sorry, It took us time to test.I have tested it today and the Registration and Foget Password are working fine. We do not filter links if a user is not logged in. So, the My Account page remains there if the user is not logged in. We will only redirect for logged in users(if redirection is enabled).
I use WordPress 5.9.3 and WooCommerce 6.3.1 to test it. Are you using any cusotm code in combination with BuddyCommerce?
Regards
Brajesh - Brajesh Singh on April 12, 2022 at 10:04 pm in reply to: Custom post types on sitewide “blog” #44387
Hi Elizabeth,
There are 2 options for you to use the form.do you want to allow users to post from their profile or do you want users to post from a WordPress page?
1. Please publish the form as I suggested in my previous reply and visit Dashboard->BuddyBlog ->Settings
2. Under your specific “Post Type” section, Please go though the the the tab settings.
3. You will find the “Post Creation” section, It is 3rd section from the top.
4. In this section, you can configure who can post and who can see the tabs.
5. Please select your form here. all the published form for this specific post type appears in the dropdown “Post Form”6. Now, the users will be able to create post from their profile.
7. If you do not want user’s to create post form their profile and would like to use a page instead, Please select a page in the option “Create Page”. It is just below the Post Form option. After saving the settings, Please make sure to coy the suggested shortcode to this page. This step is only required if you want to use a page for creating posts.
Please let me know if you are able to configure it or not?
Thank you
Brajesh Hi Elizabeth,
Welcome to BuddyDev support forums.Yes, it allows all users to post to one blog. I am not sure what do you mean by creation widgets? You can use any widgets that work with custom post type.
Here is the steps to use it:-
1. Please create a custom post type using any of the plugins(CPTUI or Pods or something similar) that allow creating custom post type(Or you can use the Posts post type if you want to).
2. Create a BuddyBlog Form and use this post type in the post type settings section. Configure this form for various publishing actions.
3. Please visit Dashboard->BuddyBlog->Settings and open the tab named after your post type. At the bottom of that settings page, Please scroll down to the bottom “Misc Settings” section.
You can turn off the posts showing on profile there by using the option “Make single post viewable on profile?”
That will make the posts visible on the normal site instead of the profile.
Hope that helps.
Regards
BrajeshHi Arinnat,
Welcome to BuddyDev forums.Please visit Dashboard->MediaPress->Settings and under the “General” tab, Please make sure to enable Group Gallery.
After saving the settings, Please visit The “Group Gallery” tab and update it as you need.
Regards
BrajeshHi Dale,
Thank youI will be looking at your issue this week and testing with the specific theme .
As far as Transcoder is concerned, MediaPress simply invokes FFMPEG on your server with the uploaded media file and It is FFMPEG which is the real encoder/handling the transcoding. MediaPress simply manages invoking the transcoder, managing the queue(in database) and updating meta details on conversion.
All the FFMPEG jobs are run as background process and if you are on a Linux server, you can run ‘jobs’ from terminal to see any pending jobs. We only run a new FFMPEG process on video upload and we do not keep it running infinitely. It is one off process for each of the media. If it seems to be running continuously, Please approach the server support.
There are many reasons for a slow transcoder/high resource usage, I will leave the transcoder debugging aside as you are no longer using it.
Regards
BrajeshHi Giuseppe,
Thank you for the reply and the details.I am not sure what could be causing it if you have already translated it(probably an override in theme).
If the author has sent you a file, Please use it for now and put it in your child theme.
Regards
Brajesh- Brajesh Singh on April 11, 2022 at 9:21 am in reply to: Only user_role/user_can are able to accept user testimonals #44374
Hi,
instead of current_user_can, Please use the user_can like the followingif( ! user_can($user_id, 'publish_products') ) { $is_enabled = false; }This will work for displayed user.
Regards
Brajesh