Home › Forums › WoodMart support forum › Attribute images for some product is not showing › Reply To: Attribute images for some product is not showing
September 25, 2019 at 1:21 pm
#146561
Artem Temos
Keymaster
Try to add the following PHP code snippet to the child theme functions.php file to fix this
add_filter( 'woodmart_swatches_on_grid_right_order', '__return_false' );
Regards