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: 25486
    Brajesh Singh on in reply to: buddyblog pro colors #41809

    Hi,
    Thank you for the question.

    The plugin comes with minimal styling and most of the styles are inherited from your theme.

    In case it is needed, you can easily change the colors by overriding our stylesheet in your theme/child theme.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25486

    Hi,
    I am sorry, I haven’t seen this issue with BuddyPress recently and I am unable to provide any code for cover due to this.

    It seems it does happen on some of the server configs but not on all sites.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25486

    Hi Kyle,
    Thank you.
    It’s strange. I can see the meta on the single recipe page. Are you sure you have copied the ticked the Yes checkbox for the post list?

    I haven’t tested this functionality recently with BuddyBoss. Will do that too in couple of hours and get back to you.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25486

    Hi Mark,
    Thank you for confirming the solution.

    The problem with profile is lack of data on the profile.

    I am sorry, I could not help you with the xprofile data sync earlier. I will post the code and link today.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25486

    Hi Kyle,
    Thank you for using our plugins.

    1. Please disable BuddyBlog and Simple Front end posting plugin. you don’t need them while using BuddyBlog Pro.

    After that, Please check the same and let me know.
    I have registered on the site and will be glad to do another testing then.

    Thank you
    Brajesh

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

    HI Mark,
    Thank you for the video. It was very helpful.

    I can see the issue. Here is the reason:-

    1. “Groups” is set as the default component(landing page) for a user. When you click on a user’s profile, you are see the groups as the default tab.

    2. The My Groups is set to “Only Me” for the user.

    That means, if you access your site.com/members/username/profile, this will be visible but the link site.com/members/username/ will not be visible as it defaults to my group.

    Solution:-

    Please either change the privacy for “My Groups” or change the Landing tab from Groups to profile.

    Hope that helps.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25486
    Brajesh Singh on in reply to: styling buddyblog #41792

    Hi Bob,
    Thank you for the reply.

    Yes, Please do share a copy of the changes to allow me see how can we incorporate them in the plugin. That would be helpful.

    Yes, you assumption about post type is correct. The act as a content store and you can use them n any way you like.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25486

    Hi,
    Thank you for confirming. I am glad the issue is resolved.

    I am sorry, we don’t have any option or suggestion for moderating the profile cover.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25486

    Hi Mike,
    Please upgrade to 1.0.8 and then put this code in bp-custom.php

    
    /**
     * Disable upload form for the BuddyPress Activity Plus Reloaded
     */
    add_filter( 'bpapr_localizable_data', function ( $data ) {
    	$data['show_upload_buttons'] = 0;
    
    	return $data;
    } );
    
    

    That will disable the upload form for activity plus.
    Now, you can keep both MediaPress and Activity Plus Reloaded.

    Regards
    Brajesh