I get two fatal errors – one on the homepage and one on the single product page (woocommerce)
FATAL ERROR HOMEPAGE:
Fatal error: Call to undefined function et_translateColumnsCountToSpanClass() in /home/pdht3/public_html/wp-content/themes/legenda/framework/theme-functions.php on line 2147
This line has the following code:
$el_class = WPBakeryShortCode::getExtraClass( $el_class );
$width = ”;//wpb_translateColumnWidthToSpan( $width );
$li_span_class = et_translateColumnsCountToSpanClass( $grid_columns_count );
-last line is 2147
FATAL ERROR SINGLE PRODUCT PAGE:
Fatal error: Call to undefined function etheme_replace_variation_images() in /home/pdht3/public_html/wp-content/themes/legenda/woocommerce/single-product/add-to-cart/variable.php on line 13
This line has the following code:
if ( ! defined( ‘ABSPATH’ ) ) exit; // Exit if accessed directly
global $woocommerce, $product, $post;
$available_variations = etheme_replace_variation_images($available_variations, 1000, 1000, false);
-Last line of code ($available_variations) is 13.
Looking at the woocommerce status files list, I have the following inconsistencies:
legenda/woocommerce/cart/cart-item-data.php version 2.1.0 outdated. Latest version 2.4.0,
legenda/woocommerce/checkout/form-pay.php version 1.6.4 outdated. Latest version 2.5.0,
legenda/woocommerce/single-product/add-to-cart/variable.php version 2.3.0 outdated. Latest version 2.5.0,
CURRENT INSTALLS:
Wordpress: 4.7.3
Woocommerce 2.6.14
Please help me as fast as you can, since the site https://obuvkitegizdas.com , has been having a moderate amount of traffic that is being lost with every single hour the site is offline. Writing here is a last resort measure, I really tried everything, so I truly appreciate you taking the time to look into this.