Replies
- Ravi on February 15, 2022 at 7:34 am in reply to: [Resolved] Pay Per Post by selling access with WooCommerce #43206
Hello Nicule,
Sorry for the delayed reply. I am working on a solution and will update you soon.
Regards
Ravi - Ravi on February 15, 2022 at 5:54 am in reply to: Mediapress – Set Cover Image Addon not working #43204
Hello Kir,
Thank you for posting here.
1. Set as profile cover
Answered here: https://buddydev.com/support/forums/topic/media-press-cover-image-addon-not-working/
2. Please provide me with a screenshot for a better understanding of the issue.
3. Action only appears on the user’s own media i.e. media he/she has uploaded.
4. Thank you for the suggestion. We are not restricting users from making more featured media because all featured media will show under Featured Gallery and Featured Media tab. But we will check how we can allow users to select media to be shown in the header based on the limit. We will let you know accordingly.
Regards
Ravi Hello Kir,
Sorry for the inconvenience. This error occurs if the plugin is unable to create a cover-image directory for the user. Please check whether the directory is created or not.
You can locate it as the following directory path here 1 is the user id.
wp-content/uploads/buddypress/members/1/cover-image
Regards
RaviHello James,
Thank you for the acknowledgment. Please let me know if the issue still occurred Please share your staging credentials so that I can check.
Regards
RaviHello Carlo,
Please refer to the following screenshot:
// Disable Redis cache
https://www.awesomescreenshot.com/image/22223751?key=a096b91fcdc0bae93bc5dc778969918f// Flush opcache
https://www.awesomescreenshot.com/image/22223807?key=2e4153a2baed49cd4cf04910441d1904Regards
RaviHello Carlo,
Sorry for the inconvenience. What is the issue you are facing means is create gallery form visible to you or issue comes when you submit the form.
Please make sure you update the MediaPress setting on the site you are running it.
Regards
Ravi- Ravi on February 14, 2022 at 10:48 am in reply to: [Resolved] Auto Join not working for new users #43176
Hello Raymond,
Please try the following code:
add_action( 'woocommerce_checkout_update_user_meta', function ( $user_id ) { if ( ! function_exists( 'bp_auto_join_groups' ) ) { return; } $auto_joiner = \BuddyPress_Auto_Join_Groups\Core\Groups_Auto_Joiner::boot(); $auto_joiner->add_user_to_matching_groups( $user_id ); }, 100 );
Please let me know if it works or not.
Regards
Ravi Hello James,
If you still facing the issue. Please share your staging server so that I can check there.
Regards
Ravi- Ravi on February 14, 2022 at 5:56 am in reply to: ‘Edit Profile’ URL is incorrect when accessing edit profile #43171
Hello Vishal,
Thank you for the screenshot. I have checked it on my local server and it is working fine for me i.e. Pointing me to the profile edit page. Is there any chance you have overridden the Profile Dropdown menu from the admin section?. Also, try after refreshing permalinks.
Please give it a try and let me know if the issue still persists.
Regards
Ravi - Ravi on February 14, 2022 at 5:14 am in reply to: How to override default email error text message? #43169
Hello Savant,
Thank you for posting. It seems you need to show this message in your language. You can do this via translating this string using any translator plugin like loco translate. It will help you to fix this.
Please give it a try.
Regards
Ravi- This reply was modified 3 years, 5 months ago by
Ravi.
- This reply was modified 3 years, 5 months ago by