Replies
- Brajesh Singh on February 6, 2021 at 10:40 pm in reply to: [Resolved] Showing Specific Fields from BuddyPress Profile Data on Members Directory #36066
Hi James,
Thank you.Please get in touch via this form
https://buddydev.com/buddypress-custom-development-service/Regards
Brajesh Hi Tosin,
We have got it working as part of our upcoming activity enhancement module.We do not plan to release it as an individual plugin. It will be available when we are releasing our upcoming theme. The goal is to have maximum compatibility with our upcoming 2 themes with all of our extra offering for activity in a single plugin.
It can be used with other themes too but that is not our priority for now.
Regards
Brajesh- Brajesh Singh on February 4, 2021 at 8:31 pm in reply to: [Resolved] is custom services still available? #36056
Thank you Nick.
I look forward to your email.Regards
Brajesh - Brajesh Singh on February 4, 2021 at 8:30 pm in reply to: [Resolved] Buddypress Activity Integration doesn't work #36055
Hi Kateryna
Thank you for using the plugin.Please look for this section under Dashboard->BuddyBlog->Settings-> Post type(the post type specific tab)
Activity IntegrationPlease make sure it is enabled.
If is is enabled and the post does not appear in activity, can you please tell me what is the post type used? is the post type public/private?
Thank you
Brajesh - Brajesh Singh on February 4, 2021 at 8:27 pm in reply to: [Resolved] rtMedia Activity URL Preview plugin blocked by Community Builder theme? #36054
Hi Janet,
Thank you for the kind words.
I am glad I was able to assist. All the best with the project 🙂Have a great day!
Regards
Brajehs - Brajesh Singh on February 4, 2021 at 3:15 am in reply to: [Resolved] rtMedia Activity URL Preview plugin blocked by Community Builder theme? #36044
Hi Janet,
I am sorry, I forgot to mention one change needed in teh activity url preview plugin.Please open plugins/rtmedia-activity-url-preview/app/assets/js/rtm-url-preview.js
and on line 131, please change this
urlText = this.value;to
urlText = $(this).text();//this.value;Also, delete the rtm-url-preview.min.js file and rename the above file to rtm-url-preview.min.js file.
That will take care of it.
Regards
Brajesh - Brajesh Singh on February 3, 2021 at 10:51 pm in reply to: [Resolved] tags are removed from tab content #36039
Hi Jeremy,
Thank you for the patience.Can you please update your code and use this instead
function disable_wp_auto_p( $content ) { $is_user_page = function_exists( 'bp_is_user' ) && bp_is_user(); if ( ! $is_user_page && is_singular( 'page' ) ) { remove_filter( 'the_content', 'wpautop' ); remove_filter( 'the_excerpt', 'wpautop' ); } return $content; } add_filter( 'the_content', 'disable_wp_auto_p', 0 );Does it work?
Regards
Brajesh - Brajesh Singh on February 3, 2021 at 10:48 pm in reply to: [Resolved] Showing Specific Fields from BuddyPress Profile Data on Members Directory #36038
Hi James,
Thank you for the reply.
We have checked the site.We are unable to assist you with the design. The elements from your mockup will come from multiple plugins( specially the price/rating/review etc). We do not have the time slot to accommodate for assisting with these.
If you need us to just add the xprofile that, that will be a quick job and we can do it.
Regards
Brajesh - Brajesh Singh on February 3, 2021 at 10:45 pm in reply to: [Resolved] Improving Profanity Filter loading speed #36037
Hi Samuel,
Thank you for the reply.For such a large list, using some kind of profanity checking API will be a better solution.
Regards
Brajesh - Brajesh Singh on February 3, 2021 at 10:44 pm in reply to: [Resolved] MediaPress light box not opening anymore #36035
🙂