Hello,
You can add a custom css:
span.swatch.swatch-label {
width: auto!important;
padding: 0px 6px;
}
Does it fix it?
Thanks, it works!
I also noticed that the buttons do not work in some themes, for example, switching variations on the homepage in the woodmart theme does not work (this is an ajax function, after clicking on the “select parameters” button, a selection of parameters appears)

Is it probably difficult to fix this without strong interference in the plugin code? Or what kind of life hacks are there to disable your plugin in specific pages (in this case, me need to disable the plugin on the home page)
-
This reply was modified 3 years, 11 months ago by
goldfish94.
Hello,
The swatches is made to work only on product page. I did not make any code to work on Ajax loaded prodcuts.
Is that what you are refering too? SVI will still work well with other swatches plugin if you decide to usem them instead.
Cheers,
David
Look, the classes and structure of the buttons are different from the standard theme buttons, your buttons are wrapped in a span tag but the standard buttons are placed in a div,

woodmart standard operating buttons:

maybe that’s the reason, it’s probably hard to adapt? And will it be paid?