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: 25377
    Brajesh Singh on in reply to: [Resolved] Sitewide Gallery #8368

    Hi @tehetena,
    Can you please open a different topic and provide a debug log (Dashboard->MediaPress->Tools menu).

    It is a resolved topic. We will be happy to help on the new topic.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25377
    Brajesh Singh on in reply to: Show Last Pagination by default in PHP #8357

    Hi Dandy,
    I am very sorry but I am still not able to understand what you want to accomplish here. Please help me understand and I can assist.

    here is what I am thinking
    – There are x items
    – You are showing n items per page
    – There is K paginated pages

    Now, you are listing the K paginated pages as links and also displaying the last n1 items which is for K(th) page?

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

    Sorry for posting a delayed reply. I have tested it and it is saving/displaying fine for me.

    Please post me a screenshot to give me better idea of the context.

    Thank you
    Brajesh

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

    Hi Nana,
    can you please post me a screenshot and I will be able to help for the logo.

    About the background, depends on which background you are rying to change. The last will change for the whole panel, the .panel-sidebar .widget will do it for individual widgets inside the panel.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25377
    Brajesh Singh on in reply to: Show Last Pagination by default in PHP #8353

    Hi Dandy,
    Thank you for posting. did you mean showing last N entries?

  • Keymaster
    (BuddyDev Team)
    Posts: 25377
    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: 25377
    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: 25377
    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: 25377
    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: 25377

    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