-main menu is stuck.
-scrollers don’t keep their size format
-comments section changes shape when loaded
Not counting files that are incompatible with woocommerce and elements that are outdated and cannot be edited
Your theme (Majextic Child) contains outdated copies of some WooCommerce template files. You may need to update these files to ensure they are compatible with the current version of WooCommerce. Suggestions to fix this:
Update your theme to the latest version. If there is no update available contact your theme author to ask about compatibility with the current version of WooCommerce.
If you copied over a template file to change something then you will need to copy the new version of the template and apply your changes again.
majextic/woocommerce/archive-product.php,
majextic/woocommerce/cart/cart-item-data.php,
majextic/woocommerce/cart/cart.php,
Version 7.9.0 of majextic/woocommerce/cart/mini-cart.php is deprecated. The core version is 9.4.0,
Version 3.6.0 of majextic/woocommerce/content-product.php is deprecated. Core version is 9.4.0,
majextic/woocommerce/content-single-product.php,
majextic/woocommerce/global/wrapper-start.php,
majextic/woocommerce/loop/loop-end.php,
majextic/woocommerce/loop/loop-start.php,
majextic/woocommerce/loop/orderby.php,
majextic/woocommerce/loop/sale-flash.php,
majextic/woocommerce/myaccount/my-account.php,
Version 9.0.0 of majextic/woocommerce/myaccount/navigation.php is deprecated. Core version is 9.3.0,
Version 7.8.0 of majextic/woocommerce/single-product/product-image.php is deprecated. The core version is 9.0.0,
The version 3.8.0 of majextic/woocommerce/single-product/tabs/tabs.php is out of date. The core version is 9.6.0,
The version 4.3.0 of majextic/woocommerce/single-product-reviews.php is out of date. The core version is 9.6.0,
majextic/woocommerce/single-product.php
Will they release a fix or will we ask for a refund? I think these are too many bugs.
Have you reached out to the author? If you have active item support, they may be able to assist you. Otherwise, you might need to hire a developer to resolve the issue.
I’m pretty sure you’re using the latest WooCommerce ( 9.x ) but those messages can be ignored without any hesitation as well as it may not work properly on the latest version of WordPress ( 6.7.x )
I don’t have to say this, but for those who have a problem with this prluing or crap issue and as always Envato is going to act crazy, I’ll give you the updated solution for some files. Since the “developer or designer is of no use to us”
majextic/woocommerce/content-product.php
<?php
/**
I don't have to say this, but for those who have a problem with this prluing or crap issue and as always Envato is going to act crazy, I'll give you the updated solution for some files. Since the "developer or designer is of no use to us"
*/
defined('ABSPATH') || exit;
global $product;
// Ensure visibility.
if (empty($product) || !$product->is_visible()) {
return;
}
?>
<li <?php wc_product_class('product-style-default', $product); ?>>
<div class="product-block">
<?php do_action('woocommerce_before_shop_loop_item'); ?>
<div class="product-transition">
<?php
woocommerce_show_product_loop_sale_flash();
woocommerce_template_loop_product_thumbnail();
do_action('woocommerce_before_shop_loop_item_title');
?>
</div>
<div class="product-details">
<h2 class="woocommerce-loop-product__title">
<a href="<?php echo esc_url(get_permalink($product->get_id())); ?>">
</a>
</h2>
<?php
do_action('woocommerce_shop_loop_item_title');
do_action('woocommerce_after_shop_loop_item_title');
?>
</div>
<div class="product-actions">
<?php do_action('woocommerce_after_shop_loop_item'); ?>
</div>
</div>
</li>