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

    Hi Daniel,

    Please use the following css

    
    .mejs-fullscreen-button>button {
        background-position: -80px 0 !important;
    }
    

    It is same as earlier, the theme overriding button.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    Brajesh Singh on in reply to: Member type List not using theme style option #27601

    Hi,
    Thank you for the topic.

    We are loading the members list from your theme. The file we load is “members/members/members-loop.php” which is standard file in BuddyPress.

    I am guessing Youzer is modifying the look in some non standard way and causing issue. Please contact them.

    Here is the code that loads the members list

    
    bp_get_template_part( 'members/members-loop' );
    
    

    You can share it with them.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    Brajesh Singh on in reply to: Auto activate plugin doesnt'work #27600

    Hi,
    Welcome to BuddyDev.

    Are you using BuddyPress Registration Option or any similar plugin that restricts user registration?
    Also, which version of BuddyPress are you using? Is it a normal WordPress install or a multisite? Please let me know and I will assist.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494

    Thank you for confirming.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    Brajesh Singh on in reply to: Buddypress Members Load More or infinity loading? #27588

    Hi Jan,
    I haven’t seen anything similar. I am working to get in into my Theme in next couple of days. It is easier for a theme developer to add that via doing custom extra code.

    I will suggest asking your theme developer or you can give our theme a spin in next couple of days.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494

    Hi Daniel,
    It seems you are using FFMPEG transcoder plugin.

    All I see is “the media is under conversion”. Please make sure you have configured it correctly for transcoding or disable it.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    Brajesh Singh on in reply to: I like this :) #27586

    I am glad you are planning to visit India. I hope it happens soon 🙂

  • Keymaster
    (BuddyDev Team)
    Posts: 25494

    Hi,
    Thank you for the reply.

    I have checked it using FFMPEG version 2.8.15

    There are a lot of factors that might cause it. I will suggest upgrading FFMPEG and try configuring the cron job.

    You may use a plugin like WP Crontol to check if the cron is configured and working or not?

    PS:- I tested it on Ubuntu 16.04 and Ubuntu 18.04 LTS.

    Regards
    Brajesh

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

    Hi Mical,
    Welcome to BuddyDev forums.

    Is there any chance you are creating the options dynamically? I do not see any other reason why the ids will change(this plugin does not modify the ids.

    Also, Please do know that BuddyPress limits field visibility by members type. So, if you assign a condition on a field and if the field is not available for user’s member type, the condition may not work as expected.

    Please have a look and let me know you findings.

    Thank you
    Brajesh