This topic has 14 replies, 3 voices, and was last updated 1 years, 5 months ago ago by Patronela
hi, l want to show only size Variation Display on shop page, at the moment its showing both colour and sizes, l only want to display the sizes on shop pages how do l disable the colour
Hello @Patronela,
To remove the attributes on the shop/archive page, please navigate to Dashboard > Products > Attributes, uncheck the Enable archives option, and update it. For further reference, please see the attached image. https://postimg.cc/5QjzQgWS/
We hope this information is helpful.
Best Regards,
8Theme’s Team
thanks for the response followed the instruction but the option is already unchecked for colour
Hello @Patronela,
Thank you for your response.
Your site is under maintenance mode, so we can’t check it without access.
Could you provide temporary wp-admin access?
Kind Regards,
8theme team
Hi access provided in private area
Hello @Patronela,
Please add the following code to the Theme Options > Theme Custom CSS to hide the color from the Shop:
.content-product ul.st-swatch-size-normal li.type-label {
display: none !important;
}
Best Regards,
8Theme’s Team
l have added this code and colour still displayed, l have cleared catche
Hello @Patronela,
Sorry, we’ve changed the code for you, please check screenshot in the Private Content area.
Best Regards,
8Theme’s Team
thank you so much it worked
Hello @Patronela,
You’re welcome!
Best Regards,
8Theme’s Team
Hi l have noticed since the code is in some of my shop items are now displaying the gallery image not the product image
hi l think l see where the issue is , the size variation is coming with a preselected option eg small and this is affecting what images are displaced on the shop page as product page, l dont want this display to come pre selected , help me fix this
Hello, Patronela,
To fix the issue with preselected size variations affecting the displayed images on the shop page and product page in your website, you can follow the steps below:
1.Log into your WordPress admin panel.
2. Go to the “Products” section and click on “All Products” to view your product list.
3. Locate the product for which you want to modify the size variation settings and click on its title to edit it.
4. In the product editor page, find the “Product Data” meta box.
5. Within the “Product Data” meta box, click on the “Variations” tab.
6. If you have already created variations for the product, locate the variation that has the preselected size option (e.g., “Small”) and click on its title to edit it. If you haven’t created variations yet, click on the “Add Variation” button to create one.
7. In the variation editor, find the attribute dropdown field for the size variation (e.g., “Small”) and make sure it is not set to a preselected option.
8. If the size option is currently preselected, remove the selection by choosing a blank or default option instead. This ensures that no size option is preselected when the page loads.
9. Update or save the variation.
10. Repeat steps 6 to 9 for any other variations that have the preselected option issue.
11. Once you have modified all the affected variations, update or save the product.
For your reference, see attached image here: https://imgur.com/V3h0Ctq
By removing the preselected size option in the variations, the default selection will be blank or a default option, depending on your setup. This will prevent any specific size option from being automatically selected and affecting the displayed images on the shop and product pages.
Remember to clear any cache plugins or caching mechanisms you may have in place to ensure the changes take effect immediately. Additionally, it’s recommended to test the product pages after making the modifications to ensure the desired behavior is achieved.
We hope this will solve your issue.
Best Regards,
8Theme’s Team
Thank you
The issue related to '‘l want to show on size Variation Display on shop page’' has been successfully resolved, and the topic is now closed for further responses