Mike Gillihan
Forum Replies Created
-
Forum: Plugins
In reply to: [BB Connect for Give Donations] Custom Tabs in Account Details ModuleHi June,
We’re having a tough time duplicating the issue as we were able to create extra tab with a bit of basic content in them. Are there any specific things you’re adding in the custom tabs?
There are some known issues that we are addressing in our next release to make the plugin work with some of Give’s newer features. I would be happy to get a fix in for your issue if we can get it isolated and better understand where it’s failing.
Forum: Plugins
In reply to: [BB Connect for Give Donations] Still in development?Hi there,
Thanks for responding Thomas! We’ve bumped the version of the plugin.
To answer your question here for future readers, we are not actively pursuing any feature enhancements for the plugin at this time, but do keep an eye on it to ensure it continues to function properly.
If you have feature requests our other issues, we are happy to take them into consideration for future enhancements.
Thanks and keep doing work that matters!
Forum: Plugins
In reply to: [WP User Profiles] IS_PROFILE_PAGE constant causing conflictsThanks for the fix!
Forum: Plugins
In reply to: [WP User Profiles] IS_PROFILE_PAGE constant causing conflictsOK, so digging in further I found that this is only happening when current user is not logged in. You’re defining the constant in common.php but only for logged in users.
Adding
if ( ! is_user_logged_in() ) { return; }
at the top of wp_user_profiles_register_other_section() solved the problems I was having.
Forum: Plugins
In reply to: [BB Connect for Give Donations] What’s new in this?Great question. This plugin is an enhancement for the GiveWP plugin not a replacement. Specifically, it makes adding a Give donation form to a page a bit easier when using Beaver Builder.
Using the Give modules eliminates the need to copy shortcodes or use the widget. We also have plans for future customizations and enhancements of Give donation forms within Beaver Builder.
Thanks Angelo. Look forward to a resolution.