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: 25373
    Brajesh Singh on in reply to: [Resolved] Where is this functions.php?? #6632

    Thank you. I am glad you solved it.
    Marking it as resolved.

  • Keymaster
    (BuddyDev Team)
    Posts: 25373
    Brajesh Singh on in reply to: No Featured Image Option #6623

    Thank you Justin.
    I will be looking at it today and letting you know.

  • Keymaster
    (BuddyDev Team)
    Posts: 25373
    Brajesh Singh on in reply to: Create an alternative to BuddyVerified #6622

    Hi Graham,
    Thank you.

    It’s a good idea and we have pondered developing one such plugin multiple times here. We do plan to build a few solutions where this plugin wil be very useful.

    Thank you for the ClassiPress demo. I see that it is specific tailored for the use case.

    I believe
    1, 2,3,4,7(extendible), 8 are very good points for creating one such plugin.

    5,6,9 are better left as extra tasks. No. 5 is something we may add as part but I believe the other two should be better left from this.

    Since we are already scheduled for this month(A few new plugins and hopefully a theme solution coming), we can think of doing it in the new year.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25373
    Brajesh Singh on in reply to: [Resolved] no list display #6621

    Please try this shoretcode

    [mpp-list-media view=list]

    It will not show the thumb though. It will only list the file names.

    Another solution will be to use css with the grid shortcode and display as list.

    Hope that helps.

  • Keymaster
    (BuddyDev Team)
    Posts: 25373
    Brajesh Singh on in reply to: nested galleries #6620

    Hi Annelis,
    Thank you.
    yes, that was the plugin. we will be adding it to our site in next 2-3 days(It needs updating of MediaPress and a release is scheduled for Sunday/Monday).

    About shortcode, yes, there is

    https://buddydev.com/mediapress/topics/getting-started/shortcodes/mpp-list-media/

    Please check that and let me know if you need specific help.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25373
    Brajesh Singh on in reply to: [Resolved] Default Avatar #6619

    Marking it as resolved since it has been 3 days since the post without any reply.

  • Keymaster
    (BuddyDev Team)
    Posts: 25373
    Brajesh Singh on in reply to: [Resolved] Where is this functions.php?? #6618

    Hi Annelies,
    My apologies for the delayed reply.

    1. The functions.php comes as part of your theme and most of the time you can find it in wp-content/themes/[Your Active Theme] directory.

    You should replace [Your Active Theme] with your current theme/child theme.

    If you are no a php programmer, Please be careful while updating the file. If you see any issue on site, immediately delete the changes in the file. Also, please do not forget taking a backup of the file before making any change.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25373
    Brajesh Singh on in reply to: [Resolved] Filtering profile activity #6617

    Hi,
    You can use

    
    if( ! bp_is_user_activity() ) {
    return $retval;
    }
    
    

    this time. Hope that helps.

  • Keymaster
    (BuddyDev Team)
    Posts: 25373

    Hi Alex,
    I am sorry for the inconvenience. That seems to be an issue with the Member Type Manager plugin as they update role? Have you asked at their support?

    I will give that plugin a try tonight and see if we can assist more with that. I will also suggest asking in their support forum.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25373
    Brajesh Singh on in reply to: [Resolved] Community Builder with WPAdverts #6615

    Hi Graham,

    1. I did tested the image issue. It is not specific to Community Builder. I tested with twentysixteen theme and had same.

    It is WPAdverts using the complete image and trying to scale it. So if the height/width ratio is not proper then it looks like the container is half empty. Please verify it. It seemed it will need some update on the plugin side..

    Are you using any plugin for that? If not, Please try some plugin which generates open graph meta tags. Out of the box, facebook probably picks the first image if the tag is not specified. You can completely control this behavior with og tags.

    PS: I still see border around links in your image, I had it removed from the current update, is that caching?

    Hope that helps.
    Regards
    Brajesh