Replies
- Brajesh Singh on January 27, 2017 at 10:24 am in reply to: How to add categories to Mediapress? #7129
Hi,
I will suggest waiting for the official update.You should be able to create categories from dashboard. Users should be able to assign those categories to their gallery. The on thing it needs is updated version of MediaPress. We will have an official release mid next week.
Thank you
Brajesh - Brajesh Singh on January 27, 2017 at 9:39 am in reply to: Move BuddyPress Profile Tabs to a custom Page Template #7128
Hi Dandy,
Thank you for the post.To be honest, it will be easy to display the things using various templates( you may look inside the buddypress folder in your theme for the templates) but allowing custom actions(like sending messages, deleting things etc) from a non profile page will need some work. The actions are mostly tied to urls and users will be redirected to the respective(profile url) on submitting message etc. Is that fine for you? If yes, then all you need is copy the template files from your parent-theme/buddypress/single directory.
A middle ground will be to modify the members template(home.php) and hide header on non landing pages.
Hope that helps.
- Brajesh Singh on January 27, 2017 at 9:11 am in reply to: [Resolved] BuddyPress Limit Group membership Per User Issue #7126
Hi,
I am sorry for the delay. I am putting up an update today. It got delayed yesterday as we had to prioritize for one of our premium plugins.I will be able to assist you better once we have the update available today.
Thank you
Brajesh - Brajesh Singh on January 27, 2017 at 9:09 am in reply to: [Resolved] Visibility Condition Button issue with Conditional Profile Fields for BuddyPress #7125
Hi Bill,
Is the dropdown a multi select option? If it is not too much, Can you please put a screenshot and show me the issue? - Brajesh Singh on January 27, 2017 at 9:07 am in reply to: Automatic Theme Upgrades available now #7124
Thank you. I appreciate your patience with us.
- Brajesh Singh on January 27, 2017 at 8:27 am in reply to: [Resolved] bp-ajax-registration plugin does not add new subscribers in wp users list #7122
Hi Bertrand,
Please upgrade to 1.3.0. It fixes the issue. Also, if you deactivate and reactivate the plugin, It will even make old users visible too.
Hope that helps.
Thank you
Brajesh - Brajesh Singh on January 27, 2017 at 6:55 am in reply to: [Resolved] bp-ajax-registration plugin does not add new subscribers in wp users list #7121
Hi,
Thank you.
I just noticed that yes, it is happening. Please give me 2 -3 hours and I will push an update.Thank you
Brajesh Thank you Graham.
It is a valuable link.We already have 3 image sizes and we may utilize that. I was also looking at solution using srcset since WordPress supports it for other post images.
I am going to experiment a little and will report back today with the update.
- Brajesh Singh on January 27, 2017 at 6:19 am in reply to: [Resolved] BP Google authenticator missing on branded login #7118
Thank you!
- Brajesh Singh on January 27, 2017 at 6:19 am in reply to: [Resolved] custom fields to bp site wide activity widget #7117
Hi Brian,
Thank you.
It is possible to do so using ‘swa_get_activity_filter_links’ filter.But I am not sure if it will serve any purpose. The include/exclude are based on the “Component” whose activity have been saved in the database. It then uses that component to filter the activity.
In your case, if the category is not saved as activity component, even adding to this filter list will not serve any purpose. You may benefit from custom Activity Query though.