How to show content when collapsible description are open or closed ?
actually is hidden or non-existent :
how can i fix this ?
theme: studio
website: utopia-paris.fr
A user reports that their product description accordion content is hidden or non-existent on their Shopify store (using the Studio theme). Screenshots show the accordion sections appear empty whether open or closed.
Proposed Solutions:
{{ product.description }} to the main-product file and configuring a product description block in the theme customizer (with reference images provided)User’s Workaround:
The original poster manually added the “open” attribute to the main-product.liquid file to force the accordion open by default. They also confirm that {{ product.description }} is already present in their code.
Status: The root cause of why content isn’t displaying remains unresolved, though a temporary workaround has been implemented.
How to show content when collapsible description are open or closed ?
actually is hidden or non-existent :
how can i fix this ?
theme: studio
website: utopia-paris.fr
@UTOPIA-PARIS - usually it has an arrow or +/- signs when it has collapsible descriptions, but your theme do not have it, does it have an option to keep description always open?
To fulfill your request, please follow these steps:
Add Code to main-product File
Open the main-product file and insert the following code where needed:
{{ product.description }}
Add Block in Theme Customizer
Access the theme customizer and add a block that references the product description, as shown in the provided image.
I hope this helps
Best,
Daisy