Home Forums WoodMart support forum Issue Woodmart theme+WPML Color Swatches Disappear from product grid

Issue Woodmart theme+WPML Color Swatches Disappear from product grid

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #184783

    MelogranoS
    Participant

    hi,
    the problem is that after the activation of WPML and the translation of all the products (about 150 with many variable products), the color swatches in the original language are missing when viewing the product grid (category pages, shop page). In the products of the first translated language, however, the color swatches are visible. The product swatches of the individual products work with no issues in both languages. By deactivating WPML instead the original language returns to work correctly. Any ideas?
    The strange thing is that both you and WPML staff say theme is fully supported by WPML

    #184855

    Artem Temos
    Keymaster

    Hello,

    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

Viewing 2 posts - 1 through 2 (of 2 total)