Product page colour variants have disappeared

Hello,

I have a feeling the variant code on the product page is being overridden for some reason, potentially due to a 360 imagery app we were using (which I have now uninstalled).

For example, this product has 4 colours on the PLP but they are not showing up on here - https://www.truefittandhill.co.uk/products/edwardian-collection-mach-iii?_pos=2&_psq=edward&_ss=e&_v=1.0

Can anyone pinpoint in the code why this might be?

Thanks,

Jason.

1 Like

Hi! Hope you are doing well!

Your options are visually displayed at the bottom of the page, due to the absolute positioning - https://prnt.sc/12h93ly. Add this code to the mains.css file:

.product-panel__inner-container {
    position: relative;
}

And your options and zoom button will be displayed in the right place - https://prnt.sc/12h9928.

Alex

2 Likes