Flexible Checkout Fields 4.1.13
-
This doesn’t seem to be too critical, but there is a negative effect using Flexible Checkout Fields and flexboxgrid.min.css
It shows visually in my bunny.net control panel as the panel’s width is out of whack as a result of the activation of Flexible Checkout Fields and inspection shows the CSS coming from the installation’s folder. I would say that bunny.net may be at fault, because they are using a form class name of “container” in their formatting.
Also, I was also getting a critical error in my error_log about Container() on line 85 of bunnycdn.php:
add_action('rest_api_init', function () {
$controller = bunnycdn_container()->newRestController();
$controller->register();
});
function bunnycdn_container(): \Bunny\Wordpress\Container
{
static $container;
if (null !== $container) {
return $container;
}
$container = new \Bunny\Wordpress\Container();
return $container;
}I would guess that using “container” isn’t unique enough and there is some sort of conflict going on between the two plugins. It’s just my guess, but it may also be the problem for updating the plugins? The only way I was able to update, was to disable bunny.net temporarily. I then found the interaction of Flexible Checkout Fields later.
I am have shared this information with wpdesk.net as well so both sides may tinker with it. Thanks!
- The topic ‘Flexible Checkout Fields 4.1.13’ is closed to new replies.