Shape the future of Social networking with WordPress: Join Project Midnight Sun! The next generation platform for community building with WordPress!

BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 25357
    Brajesh Singh on in reply to: S3 Storage Plugin? #30086

    Hi Rich,
    Thank you for your interest in the plugin.

    At the moment, It is in private beta and only available to Pro Members on invitation/request basis. We will be making it available for other members in upcoming months.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25357
    Brajesh Singh on in reply to: buddypress theme and woocommerce #30081

    Hi Patrick,
    The problem is related to setting of max-width on figure.

    A temporary solution is to unset it.

    Please visit Dashboard->Appearance->Customize and Open Additional CSS panel

    Add the following css there and save

    
    .woocommerce figure {
    	
    	max-width: unset;
    }
    
    

    That will fix it.

    I will add it in our next release.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25357
    Brajesh Singh on in reply to: buddypress theme and woocommerce #30078

    Hi Patrick,
    I am sorry for the inconvenience.

    Which version of woocommerce are you using? Please let me know and I will assist.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25357

    We have issued the refund. Please check your PayPal account.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25357
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25357

    Hi Issam,
    I am sorry, we will not be able to assist you with exporting/importing. It is beyond what we can support for the plugin.

    Since you did purchase support for this plugin, we will provide a refund within next 24 hours. I will write back after that.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25357
    Brajesh Singh on in reply to: [Resolved] Overriding templates #30063

    Hi Carsten,
    It is inside bp-templates/your-template-pack(bp-nouveau or bp-legacy)/buddypress/members/single/

    Check home.php/members-header.php for the details.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25357
    Brajesh Singh on in reply to: [Resolved] Block Users plugin #30062

    Hi Carsten,
    In my code above, you need to pass the actual user id.

    For example, if you want to show it on profile, You can use bp_displayed_user_id() for that.

    Here is the updated example.

    
    
    if ( is_user_logged_in() && function_exists( 'bublock_get_button' ) && bp_is_user() && ! bp_is_my_profile() ) {
    	echo bublock_get_button(bp_displayed_user_id() );
    }
    

    This code will only show button on other user’s profile.

  • Keymaster
    (BuddyDev Team)
    Posts: 25357
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25357

    Hi JH,
    Thank you for using Community Builder pro.

    It can be achieved with some css. In order to assist you, Please provide me your order/id or email details. I am unable to find it from your BuddyDev account.

    I will put an example then.

    Thank you
    Brajesh