Where is the + section button in Debutify 4.10.2 for creating slideshows?

Hello I am missing the + section button on my shopify store. I recently installed the latest version of debutify 4.10.2. And for some reason I cannot find the + section option so I cannot create a slideshow for my store. I have check videos of people installing debutify and they all have the option to “+ section” In their videos the button is in theme setting under “Header”

How do I find or create a new + section button?

5 Likes

I0have also same problem with debutify 4.10.2.

Any solution?

Same here

I am also facing the same problem :sad_but_relieved_face:

1 Like

I’m facing the same problem. Any solution?

Isti problem brate

let us know if you fix the problem

Im having the same issue and can’t seem to get any answers.

Guys if you’re also having this issue make sure to spam Debutify support with it and tell them that tons of other people are also experiencing this issue. That way we should get a faster fix from them.

I had the same problem, i contacted with support debutify, create a ticket with screenshots and they solution in 24h, then they send you a message for ask access your store and they repair it.

I also have the same problem, has anyone found out how to solve it please?

Solved from assistance

Hey @Arman_pasalic ,

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

Yes its work it thanks a lot

1 Like