Replies
- 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.
- Brajesh Singh on January 30, 2017 at 8:51 pm in reply to: [Resolved] Media Title Not Showing Up Under Thumbnail or in Lightbox #7152
Hi Annelies,
It seems to me your template has been modified by @ravisharma perhaps. The layout is not what we have in default MediaPress. The hooks may be missing.
Can you please revisit the topic related to your list layout and post me there if you have a directory named “mediapress” in your them or child theme.Thank you
Brajesh - Brajesh Singh on January 30, 2017 at 8:47 pm in reply to: [Resolved] bp-ajax-registration plugin does not add new subscribers in wp users list #7150
You are welcome. I am glad I was able to help 🙂
- Brajesh Singh on January 30, 2017 at 8:46 pm in reply to: Export and import BuddyPress Users and Groups Info #7149
Hi Dandy,
Thank you for opening the topic.1. Are you migrating the whole database( user, groups,. posts and all). I will suggest moving the database and using https://github.com/interconnectit/Search-Replace-DB to update the urls. this works great.
2. Or If it is going to be a new install, you can simply export the tables from the first install for user/groups and import them in the new install
Or if all you want is use the new theme, you can simply upgrade the install.
Hope that helps.
PS: if you are trying to merge two different installs, then the above step is not suitable and the approach should be using a plugin to export/import data.