Replies
- Brajesh Singh on December 16, 2016 at 5:04 am in reply to: Community Builder Theme – Colors Question #6819
Hi Dave,
Thank you for the mail. yes, the Facy Blue Theme style was originally not intended for the BuddyPress. I guess you are willing to use and so will others too. So, we are adding better BuddyPress compatibility for the Facy Blue theme as mentioned on email.Thank you
Brajesh - Brajesh Singh on December 15, 2016 at 11:46 am in reply to: Feature Request – Attatch media files in group comments section #6812
Hi Chris,
what is your allowable timeline for the project?Thank you
Brajesh - Brajesh Singh on December 15, 2016 at 11:45 am in reply to: How can user lock and unlock their profile using BuddyPress. #6811
Hi Hetal,
We have a plugin specifically for that purpose.https://buddydev.com/plugins/bp-deactivate-account/
It is a premium plugin.
Since you are a developer yourself, I will share the strategy. You can just store a meta key for account deactivation and in the User query, just exclude all users having that meta key.
Hope that helps.
- Brajesh Singh on December 14, 2016 at 9:08 pm in reply to: [Resolved] Community Builder with WPAdverts #6808
Hi Graham,
The update is available nowPlease download it from your account page.
For the list of changes, Please see this link
https://buddydev.com/docs/guides/community-builder/miscellaneous/community-builder-releasesThe release fixes the issue with the WPAdverts(please try uploading new images and check) and adds layout compatibility with Geo Directory. It also fixes the selectbox issue( and in future should be compatible with any plugin using select2/choose scripts).
Also, I have updated the tutorial for the verified plugin, In WordPress 4.7, Additional CSS was introduced and putting our code there makes it work.
Please do let me know your findings.
Thank you
Brajesh - Brajesh Singh on December 14, 2016 at 9:05 pm in reply to: hey not sure what happened but I never got a reply for my old feed….. #6807
Hi Michael,
I am sorry It seems we missed that. can you please give a try to the current version(we had an update 2-3 days ago) and let me know if the issue is still there?Thank you
Brajesh - Brajesh Singh on December 14, 2016 at 9:03 pm in reply to: Community Builder Theme – Colors Question #6806
Hi Dave,
The theme update is available now. Please see the below link for changelog
https://buddydev.com/docs/guides/community-builder/miscellaneous/community-builder-releasesThank you
Brajesh - Brajesh Singh on December 14, 2016 at 6:21 pm in reply to: Community Builder Theme – Colors Question #6805
Hi Dave, An update will be available in an hour.
Thank you
Brajesh Hi Dave,
Those are activity avatars. what size you will like to have them? Do you want to have different size for activity and activity comments? Please let me know and I will help.About admin dashboard:-
You can put the following code in your theme’s functions.php
function buddydev_scrollable_users_list_css() { ?> <style type="text/css"> body.users-php .wrap { overflow-x: auto; } body.users-php table.users { table-layout: unset; } </style> <?php } add_action( 'admin_print_footer_scripts-users.php', 'buddydev_scrollable_users_list_css' );That should do it.
Hope that helps.regards
Brajesh- Brajesh Singh on December 14, 2016 at 9:57 am in reply to: [Resolved] Possible to show activity stream shortcodes in activity stream page sidebar? #6798
Hi,
Welcome to BuddyDev.We have updated the plugin. Please upgrade to 1.0.8 and then you can use sortcode like this
[activity-stream hide_on_activity=0 container_class=activities]
and it will work. Please do let me know if that works or not?
Thank you
Brajesh - Brajesh Singh on December 13, 2016 at 7:19 pm in reply to: [Resolved] Community Builder with WPAdverts #6794
Hi Graham,
Though you can change it in the plugin(I guess you already know this), the icon set is fixed. It is changeable from add/edit categories page.And yes, an icon can always be changed via css. I will post the css for font awesome icon example.