Hello,
Thank you for the temporary wp-admin access.
No screenshot is visible – https://prnt.sc/98C1xZ-nJdYR
WooCommerce introduced its own brand functionality in one of the recent updates. Previously, this feature did not exist, and only the brand functionality from our theme was available, which was fully compatible with our elements and widgets.
We understand that you now wish to use the default WooCommerce brands and discontinue using our theme’s brand functionality to optimize your website’s performance. This is completely understandable. However, we would like to clarify that our elements were specifically designed to work with our theme’s brands. At the time of their development, no other brand functionality existed.
Therefore, it would be incorrect to say that a particular widget initially worked with WooCommerce brands and later stopped functioning, as this was never technically possible.
Currently, you can only use dynamic tags, such as https://prnt.sc/xlYqvtlOQKR0 , to display default WooCommerce brands in a carousel on the homepage.
To clarify, dynamic tags are a feature provided by the Elementor plugin. With a recent WooCommerce update, they introduced the brand option for all elements that support dynamic tags, which is a logical enhancement. Similarly, they can add other options based on customer needs. Please note that our theme does not influence this functionality. We hope this explanation clarifies our point.
You can disable Brands from WooCommerce: If you prefer not to use this feature, with the following code snippet by adding Child theme/function.php
add_action( 'init', function() {
update_option( 'wc_feature_woocommerce_brands_enabled', 'no' );
} );
Please read this article for more details: https://developer.woocommerce.com/2025/01/17/enabling-brands-update-for-woocommerce-9-6/
Best regards,
8Theme’s Team