Replies
- Brajesh Singh on December 4, 2015 at 7:05 pm in reply to: BP MediaPress- not showing galleries in user profiles anymore #1865
Hi,
I am sorry for the delayed reply and the problems with MediaPress.It seems very strange that the galleries will vanish automatically from the list.
Can you please visit MediaPress->All Galleries and check if the list is showing any inconsistency like empty component/status/type? - Brajesh Singh on December 4, 2015 at 6:54 pm in reply to: [Resolved] Setting a Buddypress page as the front page – bug? #1864
Good to see that you are progressing on that. I am still not sure why you are not able to use is_front_page() though.
If you find the reason, Please do let me know.
Thank you for using that mention code 🙂
Thank you
Brajesh - Brajesh Singh on December 4, 2015 at 6:53 pm in reply to: [Resolved] BP Ajax registration – No activation mail send #1863
Hi Markus,
My apologies for the delayed reply.When using BP Ajax Registration, The User should not get any email. If they are getting the email, It is an issue. Which version of WordPress are you using?
It is possible to disable automatic activation from Bp Ajax registration, but that will disable the auto login too. Is that something that will work for you? Please do let me know and I will post the solution quickly.
Thank you
Brajesh - Brajesh Singh on December 2, 2015 at 5:05 pm in reply to: BP MediaPress- not showing galleries in user profiles anymore #1852
Hi,
The Gallery directory will list all the public galleries. Are the new galleries public? Also, ies, please try using filter and see if it lists them. Sometimes, the BuddyPress item lists loader may do wrong filter due to old cookies. Please check and let me know if that was not the issue. - Brajesh Singh on December 2, 2015 at 3:19 pm in reply to: BP MediaPress- not showing galleries in user profiles anymore #1850
Please take a look at the shortcode here.
https://buddydev.com/mediapress/topics/getting-started/shortcodes/mediapress-gallery-listing-shortcodes/I strongly recommend against mixing all media types together due to layout complexities. Yes, It is possible but may not look great if we mix all the gallery with different media type together.
You can achieve the same by just enabling the Gallery directory(From MediaPress->settings->BuddyPress). It lists all public galleries and allows filtering by media type etc.
Please do let me know which way you preferred.
- Brajesh Singh on December 2, 2015 at 3:07 pm in reply to: BP MediaPress- not showing galleries in user profiles anymore #1848
Thank you for confirming.
The site wide Galleries are different from the profile galleries. If ou are trying to show the user galleries, please enable gallery directory or use shortcodes.
The sitewide galllery is aimed at non BuddyPress site. It can still be used with BuddyPress site but will be confusing for the users. If you want to allow users to create sitewide gallery, please put this shortcode in any of the page.
[mpp-create-gallery]
to allow users to create sitewide gallery if you plan to.
Hope that helps.
- Brajesh Singh on December 2, 2015 at 2:43 pm in reply to: [Resolved] Setting a Buddypress page as the front page – bug? #1846
Hi Andy,
It is strange I checked to make sure it works. Please do let me know what you find. - Brajesh Singh on December 2, 2015 at 2:42 pm in reply to: BP MediaPress- not showing galleries in user profiles anymore #1845
Hi,
Please visit MediaPress->settings and try enabling all privacy status there. It may be related to disabling the privacy. Please give it a try and let me know how it goes. - Brajesh Singh on December 2, 2015 at 4:17 am in reply to: [Resolved] Setting a Buddypress page as the front page – bug? #1840
Hi Andy,
Which version of BuddyPress are you using?I had a look and It does not seem to be an issue with BuddyPress 2.4( Using template pack).
Though there are issues when a component is set as home page( specifically for search, which got fixed here https://buddypress.trac.wordpress.org/ticket/5087 and should be part of 2.4.1), The class and is_front_page() seems to work fine.
Please try disabling other plugins except BuddyPress and see if that makes any change?
- Brajesh Singh on December 2, 2015 at 4:01 am in reply to: [Resolved] BP Force Profile Photo Plugin – Red Notification Bar Not Showing Up Anymore #1839
Hi Vicki,
Welcome to BuddyDev forums.Does your theme contains this code
<?php do_action( 'template_notices' ); ?>
The plugin uses it to display the notice an most of the BuddyPress compatible theme contains that block to show notices/messages.
If not, Please try adding that and see if it works or not?
Please do let me know what you find there.
Thank you
Brajesh