Replies
- 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.
- Brajesh Singh on December 13, 2016 at 7:17 pm in reply to: Mediapress and Activity Reactions for Buddypress #6793
Hi Joseph,
Thank you for reporting. I am not sure of the cause of conflict. Will test today and let you know.Thank you
Brajesh - Brajesh Singh on December 13, 2016 at 7:12 pm in reply to: Formating BuddyBlog to work properly with my theme #6792
Hi Justin,
Thank you for the screenshot.Now, I can see clearly that the taxonomy is not enabled for posts. The screenshot is for “videos” post type and not the normal post type.
With BuddyBlog, you are using “post” post type and not the video, so the taxonomy is not appearing.
There are two ways:-
1. Either you can use “videos” post type with BuddyBlog
2. Or ask the theme developer on how to enable this taxonomy for posts. Once it is enabled, You can select it from BuddyBlog.Please do understand that in WordPress there can be multiple post types and a taxonomy for one post type is not necessarily available with the other.
- Brajesh Singh on December 13, 2016 at 4:50 am in reply to: [Resolved] Community Builder with WPAdverts #6787
Hi Graham,
I just had a look at the WPAdverts plugin and now I see the issue.The plugin is using the image size “large” and we have a custom size registered as large. We will have a fix in today’s update. We are going to rename our larger size image size name.
- Brajesh Singh on December 13, 2016 at 3:31 am in reply to: Formating BuddyBlog to work properly with my theme #6786
Hi Justin,
I haven’t yest heard from you about my question:-Are you able to Use Video Categories with Post if you are creating a post from the Admin? Can you please post me a screen shot of the new post screen and show me if the taxonomy is available for your post post type.
If a functionality is not available in your Dashboard->Add New Post, we can’t have that in the front end bloggins. In other words, you will need to ask your theme developer to enable it for posts and then you can use it from the front end(Once it is available, you can select it from BuddyBlog settings screen).
Hope that clarifies.
Regards
Brajesh