We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Can't add 'rich text with image' to product page

Can't add 'rich text with image' to product page

IceColdWater
New Member
7 0 0

I want to add 'rich image with text' on my product page like the one shown on the homepage. But the option isn't there to add it. Is there a way to add this? Thanks

121.JPG

 

212.JPG

 

Replies 5 (5)

BrainStation23
Shopify Partner
416 62 63

Hi @IceColdWater. Which theme you're using?

Brain Station 23 PLC (Mail: js.sbu@brainstation-23.com)
- Was your question answered? Mark it as an Accepted Solution
- Did the solution not address your concern? We kindly request that share or mail your store URL with us this will enable us to collaborate more closely.
- Explore our Shopify public apps
IceColdWater
New Member
7 0 0

Prestige theme.

BrainStation23
Shopify Partner
416 62 63

@IceColdWaterwe've installed Prestige 9.3.0 version, but couldn't find any Rich text with image section.
However as we don't have access to your code, what you can do is the followings:

1. go to your code

2. in Sections folder you will find the file something like richtext-with-image.liquid(it can be different).
3. In that file, in schema section you will find disabled_on attribute(just search for disabled_on in that file).
4. under disabled_on, you will find templates option, just remove the product part from templates.

disabled_on will look something like this in your code:
"disabled_on": {
     "templates": ["password"],
    //....there can be other things as well
},

Alternatively, you can provide us the code as well, we will check. Let us know if you need any help.

Brain Station 23 PLC (Mail: js.sbu@brainstation-23.com)
- Was your question answered? Mark it as an Accepted Solution
- Did the solution not address your concern? We kindly request that share or mail your store URL with us this will enable us to collaborate more closely.
- Explore our Shopify public apps
IceColdWater
New Member
7 0 0

how can I give you access to my code?

BrainStation23
Shopify Partner
416 62 63

Your code can only be accessed by you and your staff accounts.

Brain Station 23 PLC (Mail: js.sbu@brainstation-23.com)
- Was your question answered? Mark it as an Accepted Solution
- Did the solution not address your concern? We kindly request that share or mail your store URL with us this will enable us to collaborate more closely.
- Explore our Shopify public apps