Woocommerce Description Tab for Single Product is Closed by Default

Woocommerce Description Tab for Single Product was opened by default initially, but now it is closed by default. I have tried deactivating all plugins, only activating Woocommerce and Cornerstone, but this did not solve the issue. Is it possible to have the Description Tab be opened by default?

Please kindly assist.

Hi there,

It seems that the problem is generated from an incompatible version of the Cornerstone and Theme. You are using the version 5.2.5 of the theme with the version 3.0.4 of the Cornerstone which is not compatible.

Please back up your website completely and update the theme to version 6.0.4.

Thank you.

Also just noticed this on Pro 2.0.4.

Having a kick around trying to set it as open in functions.php, but not having much luck!

Just added the following to custom js and it’s working a charm:

(function($){
$(window).load(function(){
$(’.woocommerce-tabs .x-nav-tabs-item:first-child a’).trigger(‘click’);
});
})(jQuery);

Hi There @noodles

Glad you find a workaround, but we can not replicate this issue on our end. So it must be something on your setup (outdated WP, Theme, Cornerstone, Woocommerce, custom code, etc.)

Thanks,

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.