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: 25468
    Brajesh Singh on in reply to: Custom right/left panel sidebar #8351

    Hi Nana,

    .widget is the generic class to target widgets inside the panels, please use

    .panel-sidebar .widget{}

    You can even target the lest/right panels differently using
    #panel-left .widget {}
    #panel-right .widget {}

    Hope that helps.
    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25468
    Brajesh Singh on in reply to: [Resolved] All galleries page translation issue #8349

    Hi OB,
    Thank you. I am glad you found the issue and resolved it. Thank you again for updating here.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25468
    Brajesh Singh on in reply to: [Resolved] Limit the searching range of members #8347

    You are welcome. I am glad I could help.
    Thank you for marking it as resolved 🙂

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25468
    Brajesh Singh on in reply to: Custom right/left panel sidebar #8341

    Hi Nana,
    currently we haven’t provided customizer control for it. If you are comfortable with css, Please feel free to do it via custom css section.

    We are planning a release early next week(Tuesday in all possibilities) to allow customizing panels and the item grid backgrounds.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25468

    Thank you.
    I can see the issue now.

    In MediaPress we detect type of as media based on the extension. For that purpose, It is assumed that one extension can be part of only one type.

    You are using the jpeg,jpg,gif,png for both image and documents. You can remove it from images and it will work for document gallery.

    Hope that helps.
    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25468
    Brajesh Singh on in reply to: no description saved #8334

    Please give me an hour to test. It sounds very strange issue. Is it happening after the recent updates?

  • Keymaster
    (BuddyDev Team)
    Posts: 25468

    Thank you. I am not sure though. Can you please visit Dashboard->MediaPress->Tools and post me the info?
    That can help to understand the configuration.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25468
    Brajesh Singh on in reply to: Sticky navigation bar (like as buddydev) #8330

    Hi,
    I haven’t completed the site yet. It will take me a few more days. There are a lot new tutorials for Community Builder coming after that.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25468
    Brajesh Singh on in reply to: Conditional plugin not working #8329

    Hi,
    Thank you for the details. As I tested I see that your theme is using a custom selectbox(using javascript). We don’t know the behaviour in that case.
    Can you please try it with twentyseventeen theme and let me know if you can reproduce the error.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25468
    Brajesh Singh on in reply to: [mpp-list-gallery in='116,38821,40218,38924,40232'] #8325

    Hi,
    It’s a bug. The in caluses does not understand the string at the moment(in MPP_Gallery_Query), It expects array.
    We are putting an update to fix it on github today. Will link you after the update.

    Regards
    Brajesh