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

    Hi Clea,
    Thank you.

    From the screenshot, It seems the security plugin you are using is preventing automatic login.

    You will need someway to allow login via code(we are using wp_signon() ). Which plugin you are using for security and can you please contact their support for this?

    Also, on the staging site, Can you please temporarily disable the security plugin and check that it is working or not? I have tested it and it is working well for BuddyPress.

    I am adding the login redirection option today.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25490

    Hi Tony,
    Thank you for using the plugin.

    You can use shortcodes to show any data in the profile tabs.

    It seems there does not exist a shortcode for this purpose. @ravisharma has offered to create one.

    He will be posting back in couple of hours with more details.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25490

    You are welcome.

  • Keymaster
    (BuddyDev Team)
    Posts: 25490

    Hi Peter,
    Thank you.

    What is pending vendor role? Is there any chance that they are restricted from login? Are you using any plugin that restricts user account activation or login for the pending vendors?

    2. Sure, will be adding today.

    Please let me know about the first and I will release the update.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25490
    Brajesh Singh on in reply to: BuddyPress Moderation Tools #29750

    Hi Arnobio,
    Thank you.

    Yes, I am doing well. I hope you are staying safe.

    I will release the User Blocker today( 13th May, sometimes in evening PST).

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25490

    Hi Theo,
    Thank you.

    We will push a release early next week with this.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25490

    Hi Tony,
    Thank you for the question.

    you can use the selector ‘.field_type_image img’ to only target the images form this field type.

    Example:-

    
    .field_type_image img{
    
      max-width: 200px;
      max-height: 200px;
    }
    
    

    You can update as you wish. Please let me know if that works for you or not?

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25490

    Hi Richard,
    Thank you.

    I am not sure why you did not get the notification. Will be investigating.

    Please do let me know if it is fixed or not?

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25490

    Hi Shannon,
    Thank you for the question.

    These taxonomies should not have been public at all. I am testing a bit as it could be major change. But going to make the taxonomy private by default.

    Please allow me to release an update within next 24-48 hours.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25490

    Hi Clea,
    Thank you.

    I can see the reason now.

    The redirects use safe redirect. They will only work on the same domain as currently installed WordPress. This was for security purpose.

    For example, if your WordPress is on example.com, It will work for example.com/x or example.com/y but not for anything.example.com/x or someothersite.com

    Similarly, if your WordPress is on a subdomain, It will work for redirects on that sub domains only.

    Please give it a try.

    Regards
    Brajesh