gmangesh
Member
Posted 11 months ago #
I get this error in debug.log with WooCommerce and "Theme Blvd WooCommerce Patch" and Akita theme:
PHP Fatal error: Call to undefined function themeblvd_sidebars() in <path>/wp-content/plugins/theme-blvd-woocommerce-patch/theme-blvd-woocommerce-patch.php
http://wordpress.org/extend/plugins/theme-blvd-woocommerce-patch/
gmangesh
Member
Posted 11 months ago #
The following call:
themeblvd_sidebars( 'right' );
has to be changed to:
themeblvd_fixed_sidebars( 'right' );
in theme-blvd-woocommerce-patch.php at line 77
Apologies that I never saw this thread, but this shouldn't be the case. I believe this means you're using an older version of Akita. themeblvd_sidebars is definitely not an undefined function. It contains an action, in which themeblvd_fixed_sidebars is hooked.
I suspect this thread was probably started around the time this plugin was posted and you just hadn't updated your Akita theme to latest version back then.