Replies
Hi,
Sorry, for the delaye.Please add the following css to Dasboard->Appearance->Customize->Additional CSs
.activity-header { display: flex; align-items: center; flex-flow: row wrap; } .activity-header .generic-button a { border: 1px solid #333; margin-left: 1em; }That should make it slightly better.
Regards
Brajesh- Brajesh Singh on July 29, 2021 at 7:16 pm in reply to: [Resolved] Remove Profile Tabs Dropdown Menu #39814
Hi Lisa,
Thank you.You may remove the previous code and use this instead
/** * Disable greedy nav for single item as well as directory tabs in Community Builder */ function cb_bp_disable_greedynav_css_class( $classes ) { $classes[] = 'no-greedy-nav'; return $classes; } add_filter( 'cb_bp_single_item_tabs_classes', 'cb_bp_disable_greedynav_css_class' ); add_filter( 'cb_bp_dir_item_nav_classes', 'cb_bp_disable_greedynav_css_class' );It will remove the greedy nav from directory as well as profile/groups.
Regards
Brajesh Hi,
Someone posted the code to make it work on BuddyPress.org
https://buddypress.org/support/topic/buddypress-smtp-settings/#post-312405you may want tot try and see if that works.
Regards
Brajesh- Brajesh Singh on July 29, 2021 at 3:30 pm in reply to: MediaPress plugin iphone with safari, select files not working #39809
Hi Vishnu,
Thank you for using MediaPress.Please allow me to check it over the weekend and get back to you. I am assuming you are using the latest version of ios?
Regards
Brajesh - Brajesh Singh on July 29, 2021 at 3:28 pm in reply to: [Resolved] Auto Friendship Pro – conditions not working #39808
Hi Cofud ,
Thank you for letting me know. The problem seems to be the registration with MemberPress. We can enable role based friendship on it but any rule with other profile field won’t work(the fields are not available when users do not register via BuddyBoss default registration page).Please allow me to get back to you with a solution for the MemmberPress and role based friendship in next 24 hours.
Regards
Bajesh - Brajesh Singh on July 28, 2021 at 8:34 pm in reply to: [Resolved] BuddyBlog Pro Medium Editor #39798
Hi Nick,
Thank you for the screenshot.you definitely have something which is stopping the font awesome from being loaded. Please check your network tab as well as console to see if there is any error.
We will keep improving the experience for both of these editor. Tinymce will remain our default choice but there have been many requests in past for the MediumEditor, so we have put it for anyone needing it.
Thank you for the suggestion about giving option in admin for button, sure, we will be adding it but not in the initial release.
Thank you again for all the feedback. I sincerely appreciate it. They will be helpful in releasing the plugin.
Regards
Brajesh - Brajesh Singh on July 28, 2021 at 8:30 pm in reply to: [Resolved] How to add or replace content within a predefined group tab? #39797
Hi Nick,
Yes, you can do that. In fact, each of the existing pages have different template hooks available.Regards
Brajesh - Brajesh Singh on July 28, 2021 at 5:42 pm in reply to: [Resolved] BuddyBlog Pro Medium Editor #39793
Hi Nick,
Thank you for the feedback.Please share a screenshot. It is most probably theme’s stylesheet conflicting and causing the button issue.
– H2 and H3 buttons are blank:-
We are using Font Awesome for the icons. is there any chance that it is not being loaded from cdn? That may explain the reason for some icons not appearing. Here is a screenshot showing it in action.
https://i.imgur.com/DPt6vsI.png
-The tooltip for Ordered List needs to be capitalized
Thank you. It was a typo on our end. We have fixed it.
-I think the link button should be renamed from “anchor”, which I (and most people) don’t understand
We use the icon for the link. The plugin allows you to translate the tooltip.
– I think it is necessary to have a button for adding images. The Add Media button that is present for the other editors does not show up with this one
It is already there. The medium editor does not work like traditional tinymce. We have the buttons for image and video both. Please take a look.
https://i.imgur.com/854RWjJ.png– I assume you are using this editor package https://github.com/yabwe/medium-editor. Is it possible for us to leverage the various extensions that it offers? Some of them look very useful
Yes, that’s right. we are already using the mediumInsert plugin and TC Mention for adding media and allowing auto complete of the user being mentioned.
I see that there are over 20 buttons available, so the ability to customize the toolbar buttons ourselves would be nice
Probably. We will be adding a filter for people who are technical enough to change it as they please.
A way to see/learn and even set the keyboard shortcuts would be helpful. Perhaps this would just be in your documentation page, but if there was a plugin settings page it could be there as well.
Thank you. We will consider adding it or pointing to the Medium editor page for the same.
Regards
Brajesh - Brajesh Singh on July 28, 2021 at 1:17 pm in reply to: [Resolved] BuddyBlog Pro Medium Editor #39787
Hi Nick,
Thank you.I have shared the plugin with you now.
Please activate it. After that, when you create a text are afield(or post content/excerpt), you will get the option to use MediumEditor.
Regards
Brajesh - Brajesh Singh on July 28, 2021 at 12:17 pm in reply to: [Resolved] Auto Friendship Pro – conditions not working #39786
Hi,
Thank you for purchasing from us.1. Are you using BuddyPress or BuddyBoss?
2. How is the registration happening? Is it via BuddyPress Registration page or admin dashboard or you are using another method?Please let me know and I will assist.
Regards
Brajesh