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: [Resolved] Sitewide Gallery #7177

    Hi Olivier,
    Do you want to create it from the front end or the backend?

    There is an issue with the front end gallery creation shortcode(which is fixed on our github repo).

    Can you please let me know if that works for you?

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25468
    Brajesh Singh on in reply to: [Resolved] Mobile View #7176

    Hi Graham,
    How are you doing?

    I have pushed version 1.0.6 now. I am sorry it took a little longer than expected(even the changes are just minor). I had to go through various strategies and finally, settled down for the simplest one.

    Please visit Customizer->Blogs->Misc and you will see an option that enabled/disables the fit to container setting for the featured image.

    I suggest disabling it in your case. If you disable, the featured images use srcset and the browser detects and uses the best suitable image(This is default WordPress featured image way). The problem with this approach is that the image may not fill the whole width and that may make the site look odd at times. If you are uploading larger image, It won’t be an issue.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25468
    Brajesh Singh on in reply to: Displaying title and user on shortcode pages #7167

    Hi Xochi,

    Thank you

    The fist displays the gallery title without any issue.

    The second had an issue. It was not loading the correct template. I have fixed it now on our development repo
    https://github.com/buddydev/mediapress/commit/1822fc6a598520e784935d2c9e9816296b438698

    Will push to wprog in next 2-3 days(this weekend, by Sunday).

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25468
    Brajesh Singh on in reply to: [Resolved] Fatal Error on Activation #7166

    Hi Julie,
    My apologies for the inconvenience. Please upgrade to 1.0.2. It fixes the issue. The issue was related to some code in our admin panel for the plugin.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25468
    Brajesh Singh on in reply to: Sort Galleries by Category, Gallery Filtering #7163

    Hi Charles, Xochi,

    Please let the next version of MediaPress come out this week. After that, we can officially push for the categories plugin.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25468
    Brajesh Singh on in reply to: Displaying title and user on shortcode pages #7162

    Hi Xochi,
    I am sorry for the inconvenience. which shortcode are you using ?

    is it

    [mpp-show-gallery] or is it
    [mpp-list-media]

    They use different templates, so the hooks are a little bit different. Also, The first should show the title automatically.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25468

    Hi,
    I am glad it is fixed. I believe we need to add better documentation. This year, we will be concentrating more on that.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25468
    Brajesh Singh on in reply to: [Resolved] Mobile View #7160

    Hi Graham,
    My apologies for the delay. Just updating that we will be releasing an update today. I will update this topic again after the release.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25468

    That’s good to know.

    Thank you.

  • Keymaster
    (BuddyDev Team)
    Posts: 25468
    Brajesh Singh on in reply to: BBpress – show sub sub forums #7158

    Hi Joshua,
    There exists a function for this

    
    bbp_list_forums( array(
       'forum_id' => bbp_get_forum_id()
    ) );
    
    

    You can use that for listing the sub forums.

    Hope that helps.