• Resolved shibby15

    (@shibby15)


    Hello,

    I’ve installed WPML, translated products page but in the products that have variation, product variation images are not working. Background image is “unknown”.

    Is this plugin compatible with WPML?

    Thanks

    • This topic was modified 1 year, 3 months ago by shibby15.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Shravan Bhaskaravajjula

    (@bhshravankumar)

    Hello @shibby15,

    Our plugin is not WPML compatible yet, this is on our product roadmap and will be available in the future.

    Best regards,

    Thread Starter shibby15

    (@shibby15)

    :/ Ok

    Since it’s not compatible I arranged a workaround for my needs. I’ve set the variation image with CSS, implementing the a background-image setting to the container.

    It can be useful for someone with the same problem:

    .cfvsw-swatches-container.cfvsw-product-container [data-slug=”your-data-slug“] {
    background-image: url(…);
    background-size: cover;
    }

    Just need to identify the corresponding “data-slug” for each variation and add the corresponding CSS ??

    Hope this could be useful.

    Thanks

    Plugin Support Aamir

    (@aamiribsf)

    Hello @shibby15 ,

    Thanks for sharing a workaround here. That would surely help others with similar issues.

    If you have more questions, please don’t hesitate to open a new thread!?

    Have a great day ahead ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘WPML compatibility’ is closed to new replies.