Why aren't my product descriptions showing in the TASTE theme?

Why aren't my product descriptions showing in the TASTE theme?

staybrewer
New Member
5 0 0

Hey All,

My product descriptions are not being displayed in the TASTE theme. I have searched for a similar solution in the message boards and none of those solutions have worked for me.

 

I have my description added in the theme area & a description typed in this products page. Interestingly enough, when I go to view my page it flashes the description upon loading but then disappears .2 seconds after appearing, never to be seen again. 

 

Thanks for your help.

 

Screen Shot 2023-03-15 at 9.18.26 AM.png

Replies 7 (7)

kgbfashionista
Navigator
345 24 50

Hi,

 

It probable has a css style set to display: none or something like that. Please share your store link.

Feel free to like my post if it was helpful at all
staybrewer
New Member
5 0 0

Hey,

Temp store link   https://badmoon-5317.myshopify.com/

 

 

kgbfashionista
Navigator
345 24 50

Hi,

 

Thank you for sharing that.

 

Indeed, there is a css style applied to your description block that just hides it.

 

Go to your Online Store -> Themes -> Edit Code and find the file that renders the product card. usually it would be called like product-template.liquid or product-card.liquid, but depends on the theme.

 

Once found, press Ctrl+F and type product__description rte quick-add-hidden

 

This should bring you to the line:

<div class "product__description rte quick-add-hidden" style="display: none;">

 

All you need to do is delete this bit: style="display: none;"

 

Save and you are done.

 

The hardest bit is to find the file, so try to search for anything that has a product in it.

Feel free to like my post if it was helpful at all
staybrewer
New Member
5 0 0

Hi Again, thank you for that info.

I found the  product__description rte quick-add-hidden

BUT I am not seeing the appropriate line to delete, see screen shot below.

 

staybrewer_0-1678986279586.png

 

kgbfashionista
Navigator
345 24 50

Hi,

 

Please delete the {{ block.shopify_attributes }} from that line. That should do it

Feel free to like my post if it was helpful at all
staybrewer
New Member
5 0 0

Oh no, it didn't go as planned, now "quick add hidden" is  showing. 😂

I tried adding {{ block.shopify_attributes }} back and it didn't correct itself. .

Screen Shot 2023-03-17 at 6.56.10 AM.png

staybrewer
New Member
5 0 0

Hey  Kgbfashionista

I ended up starting a new theme/store. Thank you for your help on this, appreciate it.