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

Product media on Horizon not reflecting any changes made

Solved

Product media on Horizon not reflecting any changes made

jiane
Tourist
12 0 4

Is anyone experiencing the same issue?

 

Any settings I make (e.g. changing media type from carousel to grid or changing grid columns from 1 to 2) is not reflected on the theme. This is occurring on both desktop and mobile. I've got no custom CSS, everything is native.

 

Any advise or help will be appreciated.

Accepted Solution (1)

goldi07
Navigator
385 42 67

This is an accepted solution.

Hello @jiane You're not alone—this issue has been reported by other Horizon theme users as well, especially after recent theme updates or Shopify's theme editor glitches. Here's how you can troubleshoot and potentially fix it:

 

 

Quick Checks First
1. Clear browser cache or try incognito mode: Sometimes the changes don’t appear due to cached theme assets.

2. Check if you’re previewing the correct template/page: Especially important if you’ve set custom templates for specific products.

 

 

Theme Editor Sync Issues
This sounds like a JavaScript or settings schema loading issue. Try the following:

1. Revert to Default Settings, Then Re-Apply:

. Go to the theme editor (Customize).

. Switch to another product template (if available), change settings there, save, and then switch back.

. Now re-apply your desired media layout (carousel/grid) settings.

.2 force Refresh Theme Settings:

. From Theme > Customize, try switching to another section (like “Collection pages”) and then return to “Product pages.”

. Make your media layout changes again and click Save, even if the preview doesn’t change.

 

 

Technical Check
If you're comfortable inspecting theme code:

1. Check if the setting controls are actually hooked into the main-product.liquid or similar file:

. Open Sections > main-product.liquid (or equivalent).

. Ensure that the setting like media_layout or media_type is being used in the logic (e.g. via {% if settings.product_media_layout == 'grid' %} etc.).

Sometimes developers forget to bind a theme setting to the section output, so the control shows in the editor but does nothing.

 

 

Last Resort
If nothing works:

. Download a fresh copy of the Horizon theme and test in a duplicate store.

. Or contact the theme developer through your theme purchase support channel (e.g. Shopify Theme Store or Out of the Sandbox if it’s one of theirs).

 

Would you like to share the exact theme version you're using? I can cross-check if there’s a specific known bug or version mismatch.

Thank you 😊

Was I helpful?

Buy me a coffee


APPS BY US :

Professional Customer Accounts APP


Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me -Goldi184507@gmail.com - Skype: live:.cid.819bad8ddb52736c -Whatsapp: +919317950519
Checkout Some Free Sections Here

View solution in original post

Replies 2 (2)

goldi07
Navigator
385 42 67

This is an accepted solution.

Hello @jiane You're not alone—this issue has been reported by other Horizon theme users as well, especially after recent theme updates or Shopify's theme editor glitches. Here's how you can troubleshoot and potentially fix it:

 

 

Quick Checks First
1. Clear browser cache or try incognito mode: Sometimes the changes don’t appear due to cached theme assets.

2. Check if you’re previewing the correct template/page: Especially important if you’ve set custom templates for specific products.

 

 

Theme Editor Sync Issues
This sounds like a JavaScript or settings schema loading issue. Try the following:

1. Revert to Default Settings, Then Re-Apply:

. Go to the theme editor (Customize).

. Switch to another product template (if available), change settings there, save, and then switch back.

. Now re-apply your desired media layout (carousel/grid) settings.

.2 force Refresh Theme Settings:

. From Theme > Customize, try switching to another section (like “Collection pages”) and then return to “Product pages.”

. Make your media layout changes again and click Save, even if the preview doesn’t change.

 

 

Technical Check
If you're comfortable inspecting theme code:

1. Check if the setting controls are actually hooked into the main-product.liquid or similar file:

. Open Sections > main-product.liquid (or equivalent).

. Ensure that the setting like media_layout or media_type is being used in the logic (e.g. via {% if settings.product_media_layout == 'grid' %} etc.).

Sometimes developers forget to bind a theme setting to the section output, so the control shows in the editor but does nothing.

 

 

Last Resort
If nothing works:

. Download a fresh copy of the Horizon theme and test in a duplicate store.

. Or contact the theme developer through your theme purchase support channel (e.g. Shopify Theme Store or Out of the Sandbox if it’s one of theirs).

 

Would you like to share the exact theme version you're using? I can cross-check if there’s a specific known bug or version mismatch.

Thank you 😊

Was I helpful?

Buy me a coffee


APPS BY US :

Professional Customer Accounts APP


Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me -Goldi184507@gmail.com - Skype: live:.cid.819bad8ddb52736c -Whatsapp: +919317950519
Checkout Some Free Sections Here
jiane
Tourist
12 0 4

Hi,

 

This is great, thank you! Unfortunately, I tried the first two suggestions and did not work.

I'm not technical enough for the 3rd part to know if there is something broken.

My theme is the Horizon shopify theme.