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

Why do I not see the “more” on shop/archive?

Hi Support,

I activated the Swatches – Special Attribute – Catalog mode – Attribute display limit to 3. But I can not see the “more” button on the shop site when there are more attributes.

This product has 4 attributes: https://purajoya.ch/product/anhaenger-malin/

But on the archive I cannot see the more button: https://purajoya.ch/product-category/pendants/

Why does it not display?

Best,

Avital

Hakik Zaman

Hi Avital,

Thanks for reaching out to us. Either your theme developer or you added style that’s why it is not displaying.

Could you please apply the below code at Appearance > Customize > Additional CSS

.woo-variation-swatches .woo-variation-swatches-variable-item-more {
   display: flex;
   align-items: center;
}

.woo-variation-swatches .woo-variation-swatches-variable-item-more a {
   display: inline-block;
}

After applying it please let me know if it resolves your issue or not.

Thank You

Hi Hakik

Yes, now the number and the “more” do display. For me the “+ number” is enough, so the word “more” does not need to display. So we can take the word “more” away.

Can you put the “+number” in the same frame like the buttons?

https://purajoya.ch/product-category/pendants/

Regards,

Avital

Hakik Zaman

Hi Avital,

Unfortunately, the feature is not currently available.

​But it’s a great idea. I’ll discuss this feature with my team.

In the meantime, please send the feature request here: https://storepress.fider.io/
and ask your other to upvote it.

Cheers!

Hi Hakik

Which feature is not available?

Currently it does not show nicely on my webpage. The 1+ and the more are below each other and not on one line. Somehow it does not work properly. Can you help with the CSS to make it display nicer?

Thank you,

Avital

Hakik Zaman

Hi Avital,

Which feature is not available?

Removemore” feature is not currently available. Your theme blocked some of our CSS that’s why initially this 1+ more was not visible.

Please replace the below code- (at Appearance > Customize > Additional CSS)

.woo-variation-swatches .woo-variation-swatches-variable-item-more a {
   display: inline-block;
}

with

.woo-variation-swatches .woo-variation-swatches-variable-item-more a {
display: contents;
}}

Thank You

Hi Hakik,

Thank you, now it displays in one line behind the buttons.

 

Have a nice day,

Avital