Bj123
Forum Replies Created
-
Thanks so much for the code! It’s indeed working now. It needed some custom styling to fit the theme but it works and looks perfect now. Very nice.
Yes, of course I had more than 10 group types created with your BP Group Types plugin. The group types work fine but I can’t search for them. It doesn’t show the group types selector next to the search field on the groups directory on the Boss theme. And the Buddyboss global search doesn’t catch the group types either. Maybe some conflict with BB Global Search?
yes, i can confirm that it works now with Boss 2.3 and BP 2.7.2 (also had to upgrade to BP 2.7 to make it work).
Thanks Varun, I guess I have to finally update to Boss 2.3 because my old Boss 2.2.1 seems to be the reason…Thanks for all your new plugins. Very nice!
Forum: Plugins
In reply to: [Rendez Vous] Calendar not visible on mobileTry this in your custom.css:
@media screen and (max-width: 720px) {
.media-sidebar {
position: relative !important;
max-width: 90% !important;
width: 340px !important;
overflow: scroll !important;
}
}Forum: Plugins
In reply to: [BuddyPress Global Search] Avoid showing of shortcodesThanks for the filter but it doesn’t remove the shortcodes on the global search. I put this in the child theme’s function php, right?
Forum: Plugins
In reply to: [WP Scripts & Styles Optimizer] Negative side effects with latest versionIt’s the Boss theme 2.2.1 and geodirectory latest version. The selectboxes.js is from the Boss theme. I am using only rules for this js “is unequal to” and I exclude all geodirectory pages, posts and post taxonomies. After the update all the theme’s menu components and the header don’t load on the frontage, which I don’t touch at all. Only selectboxes.js is excluded on some geodirectory pages. That’s all.
Never mind, I am happy with version 0.2.2 so I will just stay with it. Thanks so much!
Yes, whenever the users are able to reply to a buddypress notification by email the following line is added on top of the content in the emails:
“— Reply ABOVE THIS LINE to add a comment —“
That’s basically when the BP Reply by email plugin also adds a specific Reply To address so that it is able to filter out the emails on my server’s IMAP account and automatically assign them to the respective user’s notification inboxes according to the token added to the reply to address.
I updated back to 2.1.1 from 2.0.2 but it’s still the same issue. I also noticed that some extra space is added in the mobile header. I will just stay with version 2.0.2. for the time being. Thanks!
Forum: Plugins
In reply to: [BP Group Hierarchy] Breaks Boss theme with Buddypress 2.6.1Anyone still having issues may take a look here at the Buddypress support:
https://buddypress.org/support/topic/still-getting-a-fatal-error-with-bp-group-hierarchy-plugin/
r-a-y’s modified zip of the plugin fixed the issue for me.
Forum: Plugins
In reply to: [BP Group Hierarchy] Breaks Boss theme with Buddypress 2.6.1Still getting this error with the plugin and fix:
Fatal error: Class ‘BP_Groups_Component’ not found in [….]/wp-content/plugins/bp-group-hierarchy/bp-group-hierarchy-loader.php on line 6
Forum: Plugins
In reply to: [BP Portfolio] Edit Project button doesn't worknever mind, it suddenly started working after some days
Forum: Plugins
In reply to: [BP Group Hierarchy] Breaks Boss theme with Buddypress 2.6.1unfortunately still doesn’t work on my Boss theme with the mentioned master zip above
Forum: Plugins
In reply to: [BP Group Hierarchy] Breaks Boss theme with Buddypress 2.6.1Thanks Anton, I will try this fix later tonight. Hopefully it works for me too…
Forum: Plugins
In reply to: [BuddyPress Docs] Visual editor link problem after 4.5.3 updateHi David,
It’s a problem with the WP link feature inside the TinyMCE editor whenever it is present on the screen. It’s the same in all plugins that use the TinyMCE editor. It’s nothing wrong with your BP Docs plugin. I just don’t know who is working on the TinyMCE editor and you seem to be in the wordpress team. Maybe you can pass this on?
I could resolve this issue by installing the TinyMCE Advanced plugin and replacing the standard WP link pop-up’s with TinyMCE Advanced’s modified link pop up. I like this one simple pop up way better anyway than the unnecessary two step pop-ups in the standard TinyMCE. TinyMCE Advanced seems to work very well in all plugins I have including BP Docs.
Thanks!