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: 25356

    Hi Carsten,
    I am sorry, we do not provide any assistance with design issues unless you are using our theme.

    If you are using our theme, Please let me know and I will look further into it.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25356

    Hi Eric,
    I am sorry, It seems the loading issue you faced was due to use of typekit font. I have updated the site to use adobe fonts now. The plugin page should load fine.

    – You may ignore WordPress’s warning
    – No, It can not force users to register only hidden groups. You need to modify your template.
    – Restricting by roles is available with our BuddyPress Membership Restrictions pro coming in next couple of weeks.


    @jlessa

    We will be pushing an update by day end Tuesday. That should resolve your issue.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25356
    Brajesh Singh on in reply to: Can not report user #29273

    Hi John,
    If you have BuddyDev dashboard plugin installed and configured(with key), you can safely upgrade from plugins list screen.

    If it is not installed, Please install and configure BuddyDev dashboard. Alternatively, you can delete and reinstall if you do not want to use the BuddyDev dashboard plugin.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25356
    Brajesh Singh on in reply to: Can not report user #29271

    Thank you.

    Please upgrade to 1.3.3.
    There was a bug introduced in 1.3.2 causing it. The new release also contains ability to delegate management of reports to other roles.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25356
    Brajesh Singh on in reply to: Can not report user #29269

    Hi John,
    yes, It seems our latest update has a bug. Please allow me 30 mins to 1 hour to put an update.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25356
    Brajesh Singh on in reply to: Can not report user #29267

    Hi John,
    Thank you for the prompt reply.

    Which version of BuddyPress are you using? Are you using it with any custom theme? Please let me know and I will check quickly.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25356
    Brajesh Singh on in reply to: Can not report user #29265

    Hi John,
    Welcome to BuddyDev support forums.

    Is there any chance that the user is a site administrator? Currently, we have it disabled for site administrator users.

    please let me know and I will assist.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25356
    Brajesh Singh on in reply to: [Resolved] Slug for current profile? #29259

    Thank you.

  • Keymaster
    (BuddyDev Team)
    Posts: 25356

    Hi Jay,
    I am sorry, I was mistaken.

    In groups, you can not remove/add/modify sub tabs for existing navigation items using the Group Tabs Pro plugin.

    The reason si there is no standard way to keep the details for sub navs in groups and each plugin adds their own.

    My suggestion will be to use any translation plguin(or poedit software) for translating the labels.

    Regards
    Brajesh

    • This reply was modified 5 years, 10 months ago by Brajesh Singh.
  • Keymaster
    (BuddyDev Team)
    Posts: 25356

    Opps, sorry.

    We won’t be able to add next/previous on click on image bt we can help with disabling the linking.

    There are 2 ways to do it
    1. Template override of the lightbox image
    2. Or adding an option in the plugin

    To override templa,e please copy wp-content/plugins/mediapress/templates/mediapress/default/gallery/media/views/lightbox/photo.php to your-theme/mediapress/default/gallery/media/views/lightbox/photo.php

    and change this line

    
    <a href="<?php mpp_media_permalink(); ?>" title="<?php echo esc_attr( mpp_get_media_title() ); ?>" class="mpp-lightbox-single-photo">
    
        <img src="<?php mpp_media_src( mpp_get_selected_lightbox_media_size() ); ?>" alt="<?php echo esc_attr( mpp_get_media_title() ); ?>" />
    </a>
    

    to

    
     <img src="<?php mpp_media_src( mpp_get_selected_lightbox_media_size() ); ?>" alt="<?php echo esc_attr( mpp_get_media_title() ); ?>" />
    
    

    Regards
    Brajesh