• -1?. There is no signature of the color name, only in the Tooltip, to find out the color number, you need to click /hover over each option. And if I have 50+ of these options?

    -2?. Does not know how to automatically insert a variation image into swatches, at least 4 similar plugins have already implemented this

    • This topic was modified 2 years, 3 months ago by vl33.
Viewing 1 replies (of 1 total)
  • Plugin Author ThemeHigh

    (@themehigh)

    Hi,

    Let me answer your queries separately.

    >>There is no signature of the color name, only in the Tooltip, to find out the color number, you need to click /hover over each option. And if I have 50+ of these options?

    You can display the tooltips always by writing the below CSS according to your theme’s style and adding it to your child theme’s functions.php file.

    .thwvsf-tooltip span.tooltiptext.tooltip_pa_color {
        visibility: visible;
        opacity: 1;
        width: 52px;
    }

    Could you please verify whether this works for you?

    >>Does not know how to automatically insert a variation image into swatches, at least 4 similar plugins have already implemented this

    Unfortunately, this feature is not available in the lite version of our plugin.

    Thank you!

    • This reply was modified 2 years, 3 months ago by ThemeHigh.
Viewing 1 replies (of 1 total)
  • The topic ‘not bad but not the best’ is closed to new replies.