Missing Sections Under Theme Editor

Hi All,

I have a serious problem and I’m worried a lot, please anyone help with this issue.

I’m unable to see some of my sections under the theme editor. Header, then 2 sliders and just the footer is visible in the theme editor but all other sections are not showing up. The storefront is working fine.

Highly thankful for help.

Ali

Hey @Ali102
Kindly share your Store URL and Password if enabled

HI Moeed,

Storefront is working fine. It’s just under theme editor, I’m unable to see the some sections.

Hey @Ali102

In Shopify, a section won’t appear in the theme editor’s “Add section” interface unless it has at least one preset defined in its schema. This is because presets define how a section should appear by default when it’s added to a page.

check your section that are not available for presets.

Example

"presets": [
  {
    "name": "Default",
    "category": "Custom"
  }
]

if the section contents are available on the frontend but not in the backend then you can check

  • Sometimes, browser issues can cause problems with the theme editor. Try clearing your browser cache, disabling browser extensions, or using a different browser to see if it resolves the issue.
    -If there’s an error in your theme code, it could prevent sections from appearing in the theme editor. Check your theme code for errors. You can inspect the code from the shopify code editor some time a JS or even some minor code cause this issue.

Hi Azamgill,

Thank you for your reply.

They are appearing on the shopify mobile app.

But when I open theme editor on my system they disappears.

I did clear the caches, browsing history, change the browser, almost everything. But it didn’t worked.

If possible, try accessing the theme editor from a different computer. This can help determine whether the issue is related to your specific device.