fbpx
Want To Add Extra Images Per Product Variation For Free? Download Now

Default dropdown showing on product page

After updating the plugin, builtin woocommerce dropdown got back showing up on products page.

1.1.19 – Variation Swatches for WooCommerce
3.3.1 – Woocommerce
3.5.5 – Elementor
5.9.2 – WordPress

Captura de tela 2022-03-24 145903.png

Captura de tela 2022-03-24 150029.png

I think I found something…

My current theme is thegem elementor, see:

<body class=”product-template-default single single-product postid-12893 theme-thegem-elementor woocommerce woocommerce-page woocommerce-js woo-variation-swatches wvs-theme-thegem-elementor-child wvs-theme-child-thegem-elementor wvs-style-squared wvs-attr-behavior-blur wvs-tooltip wvs-css wvs-show-label wvs-pro mobile-cart-position-top thegem-effects-disabled elementor-default elementor-kit-9259 elementor-page elementor-page-12893 wvs-archive-align-left platform-Windows e–ua-blink e–ua-edge e–ua-webkit dialog-body dialog-lightbox-body dialog-container dialog-lightbox-container” data-elementor-device-mode=”desktop” style=””>

In your CSS file, it looks like you treat the combobox only on main version of thegem: wvs-theme-override.css

.wvs-theme-thegem .woo-variation-items-wrapper .combobox-wrapper,
.wvs-theme-child-thegem .woo-variation-items-wrapper .combobox-wrapper {
display: none;
}

Hakik Zaman

Hi Luisa,

Thanks for reaching out to us. Can you please give us an exact link to check?

Hope to hear from you soon!

Thank You

I’m afraid you will not be able to check on our website because we added a custom css below to fix it temporarily until you patch the plugin:

.wvs-theme-thegem-elementor .woo-variation-items-wrapper .combobox-wrapper,
.wvs-theme-child-thegem-elementor .woo-variation-items-wrapper .combobox-wrapper {
display: none;
}
.wvs-theme-thegem-elementor .wvs-archive-variation-wrapper .variations,
.wvs-theme-child-thegem-elementor .wvs-archive-variation-wrapper .variations {
padding: 0;
}

Hakik Zaman

Hi Luisa,

Yes, we have added CSS for the combobox only on the main version of thegem.

BTW, I have already sent this information to our development team.

Hopefully, they will add it to our coming release. Till then use your CSS snippet.

Thanks again for reporting this.