Why is the ad section missing in my Debutify theme?

Hello, i hava a problem with my debutify theme.

i dont have the “ad section” why is that? Somone know the problem?

you may need to customize your theme and add the block onto your page

https://help.debutify.com/en/articles/5462411-how-to-use-the-customizable-products-add-on-in-the-debutify-theme

(The link shows you how to get to the section where you can find what you need. that link doesn’t answer your question exactly )

Hey @roman6717 ,

Shopify updated the theme editor and it seems that themes have to be uploaded with at least one default section from now on.

To restore the “Add section” button, please go to your Shopify dashboard > Themes > Click on the three dots of the desired theme and go on “Edit code”.

Search for the index.json file, and copy & paste the following code.

{
  "sections": {
    "33f927dd-e961-485f-b927-f141dd408f47": {
      "type": "hero",
      "blocks": {
        "0c2b601a-e438-4e65-b7ed-f3d5613fc45d": {
          "type": "slide",
          "settings": {
            "title": "",
            "overlay": true,
            "image_position": "center center",
            "image_position_mobile": "center center",
            "slide_link": "",
            "video": "https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/ed362f3259514a7bb0a08acf9b96251a.mp4",
            "heading_text": "Slideshow",
            "text": "

Use overlay text to give your customers insight into your brand. Select imagery and text that relates to your story.<\/p>",
            "text_position": "align-center",
            "text_position_mobile": "align-center",
            "text_alignment": "text-center",
            "text_alignment_mobile": "text-center",
            "enable_custom_fonts": false,
            "slideshow_family": "poppins_n4",
            "button_label": "Shop now",
            "button_link": "shopify:\/\/collections\/all",
            "button_style": "btn--primary",
            "button_label_2": "Learn more",
            "button_link_2": "shopify:\/\/collections\/all",
            "button_style_2": ""
          }
        }
      },
      "block_order": [
        "0c2b601a-e438-4e65-b7ed-f3d5613fc45d"
      ],
      "settings": {
        "show_on_desktop": true,
        "show_on_mobile": true,
        "section_height": "small",
        "section_height_mobile": "xlarge",
        "arrows": true,
        "dots": true,
        "autoplay": false,
        "autoplayspeed": 8
      }
    }
  },
  "order": [
    "33f927dd-e961-485f-b927-f141dd408f47"
  ]
}

This will manually add a slideshow section to your store and the add section button will appear below it.

You will be able to delete the slideshow section, however, only after a second section is added because the theme needs at least one section.

Debutify will also add a default section for future theme downloads.

Thank you for choosing Debutify!
Technical Support Team | Debutify CORP

1 Like