Replies
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
BrajeshHi 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- Brajesh Singh on February 2, 2017 at 3:55 pm 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/1822fc6a598520e784935d2c9e9816296b438698Will push to wprog in next 2-3 days(this weekend, by Sunday).
Thank you
Brajesh - Brajesh Singh on February 2, 2017 at 2:27 pm 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 - Brajesh Singh on January 31, 2017 at 10:45 am 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 - Brajesh Singh on January 31, 2017 at 10:43 am 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 - Brajesh Singh on January 31, 2017 at 10:35 am in reply to: [Resolved] Simple Front End messed up when Categories have parents… #7161
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 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- Brajesh Singh on January 31, 2017 at 10:28 am in reply to: [Resolved] Working on my site – need some feedback #7159
That’s good to know.
Thank you.
Hi Joshua,
There exists a function for thisbbp_list_forums( array( 'forum_id' => bbp_get_forum_id() ) );You can use that for listing the sub forums.
Hope that helps.