BuddyDev

Search

Replies

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on 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

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on 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

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: Media Press Cover Image Addon not working #43203

    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
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: Buddy User Circle Counts #43202

    Hello 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
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: [Resolved] i can´t create gallery #43200
  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: [Resolved] i can´t create gallery #43179

    Hello 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

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on 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

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: Buddy User Circle Counts #43174

    Hello James,

    If you still facing the issue. Please share your staging server so that I can check there.

    Regards
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115

    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

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on 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.