Home Forums WoodMart support forum Product doesnt show image swatches if it has more than 30 attributes (2 pages) Reply To: Product doesnt show image swatches if it has more than 30 attributes (2 pages)

#506275

Luke Nielsen
Keymaster

Hello,

Please add the below code to the functions.php file in your child theme.

add_action( 'elementor/frontend/before_get_builder_content', function () {
	remove_all_actions( 'elementor/frontend/the_content', 10 );
});

Then recheck the issue.

Kind Regards