Replies
- Brajesh Singh on January 17, 2018 at 12:01 pm in reply to: [Resolved] Recent Visitors For BuddyPress Profile / incorrect tab – members directory #12973
You will need to contact the theme author for adding support.
It seems they have added support for BuddyPress tabs but haven’t set a default for other tabs.
Please contact the theme author. It will be an issue in future too if you extend your site by adding plugins with similar capabilities.
Bets regards
Brajesh - Brajesh Singh on January 17, 2018 at 11:07 am in reply to: [Resolved] Recent Visitors For BuddyPress Profile #12969
Thank you.
Here is the problem. You have a line in the css
#buddypress #item-header img.avatar { float:left; }This is causing the problem.
Solution:-
We override the float property for the recent visitors avatars.
#buddypress #item-header .recent-visitors img.avatar { float:none; }That will fix it.
Hope that helps.
Regards
Brajesh - Brajesh Singh on January 17, 2018 at 10:46 am in reply to: [Resolved] Recent Visitors For BuddyPress Profile #12967
Hi,
No problem.Can you please provide me a temporary login(Please use the Private reply option for sharing the login details).
Thank you
Brajesh - Brajesh Singh on January 17, 2018 at 10:06 am in reply to: [Resolved] Order media by newest first (config switch?) #12963
Ahh I see it now,
Ignore my last reply. It’s good to go and will work. This filter fires way before we test for sorted gallery and sorted gallery will automatically override it.Thank you Ravi.
Regards
Brajesh - Brajesh Singh on January 17, 2018 at 10:03 am in reply to: [Resolved] Order media by newest first (config switch?) #12961
It’s a bad idea. Will break the order for sorted gallery.
- Brajesh Singh on January 17, 2018 at 9:34 am in reply to: [Resolved] Rename Gallery tab title in members navigation #12954
Hi Beuza,
happy new year to you too.Let us keep this discussion on the new topic
https://buddydev.com/support/forums/topic/mediapress-and-wpml/#post-12953
Marking this as resolved/closed.
Regards
Brajesh Hi Beuza,
Happy New Year.
At the moment, MediaPress is not compatible with WPML.
Most probably wpml have their own way of editing the string.
Please check if you can edit the label in wpml(I haven’t used it).
I will also get in touch with WPML team and see if we can make the things better.
Regards
Brajesh- Brajesh Singh on January 17, 2018 at 9:31 am in reply to: [Resolved] MediaPress lightbox resize for desktop/mobile #12951
Thank you.
🙂
- Brajesh Singh on January 17, 2018 at 9:30 am in reply to: How can I add a message after upload completes? #12948
Hi Audiomonk,
yes, It is possible to attach js function with the upload complete action but I don’t think that is any good adea.
We do have a progress indicator(loader) and that should be enough.
At the moment, the js event handling is a bit complex in the plugin, so I will like to avoid providing a solution here(Since it won’t work in our future updates).
Please do post back here for a hook after our next update.
Regards
Brajesh