A bug with WP GIVE
i was using WP give for donations on my site, it has been working well,
but today i found that it was breaking the muffin builder.
I disabled all plugins and the muffin builer worked.
i enabled them one at a time to find the WP Give the popular donations plugin broke the builder..
I had it setup to donate to trucks, the final amount will be given to some local charties,
vid https://youtu.be/KYHXa-et45Q
details for login to come
Comments
details sent
wp give is disabled currently
Hi,
Sorry, but we did not test this plugin with the theme. Our policy states that we do not support third-party plugins or custom code, so, unfortunately, we cannot help you.
Also, we cannot recommend any plugins other than the ones we support. You can find the list on this page:
https://support.muffingroup.com/documentation/bundled-plugins/#compatibility
Thanks
PS. Please note that Muffin Builder changed its name to BeBuilder a couple of years ago.
No Problem Phil, i understand,
I debugged it my self and found wp give advertgising banner was loading befor the muffin builder, causing the error,
I added this to the child theme fuctions.php to stop it loading
add_filter('give_disable_hook-admin_init:Give\\Promotions\\Campaigns\\CampaignsWelcomeBanner@__invoke', '__return_true');
add_filter('give_disable_hook-admin_init:Give\\Promotions\\BFCM\\BFCM2025@__invoke', '__return_true');
This tells GiveWP:
Do not run the promotional banner hooks.
Many thanks again phil,
I am happy to see that you found a solution to your problem, and thanks for sharing it here.
If you have any other questions or problems, feel free to ask.
Best regards