• Resolved alexliii

    (@alexliii)


    Hello,

    Thanks for the interesting plugin.

    Questions please:

    1. If deactivated the plugin, the settings on image will disappear, and the images will rollback to original, so, it seems there is a CSS way to make all magic happens?
    2. I am not coding background, is it possible to remove products background and set a custom color? I believe it looks much more unified.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Nabil Lemsieh

    (@nlemsieh)

    Hi @alexliii

    1. Images may rollback to their original state when WooCommerce runs thumbnails regeneration in the background. You can turn it off by adding this code snippet to your child theme functions.php file:

      add_filter('woocommerce_background_image_regeneration', '__return_false', PHP_INT_MAX);
    2. This feature is part of the roadmap and will be made available through an integration of a third-party service that utilizes Artificial Intelligence.
    Plugin Author Nabil Lemsieh

    (@nlemsieh)

    I’m going to mark this as resolved due to inactivity.
    If you have any further questions, feel free to start a new thread.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Products background removal?’ is closed to new replies.