Hello
Wanted the ability to add sections to a created page, in this case, my “about us” page. So using the command
{% section ’ ’ %} i did.
Since the page contains duplicate sections and Shopify treats these as one section, individual changes were not possible. So I created new sections resembling the sections I needed and just stored them under a slightly different name:
{% section ‘text–rich-text’ %}
{% section ‘image–image-with-text-1’ %}
{% section ‘image–image-with-text-2’ %}
{% section ‘image–image-with-text-3’ %}
{% section ‘text–rich-text-1’ %}
{% section ‘image–logo-list’ %}
{% section ‘text–rich-text-2’ %}
{% section ‘video–video-hero’ %}
Now the issue is that when I add a picture to the section “image with text” and save the changes, it disappears after a few seconds. I believe that the issue lies in the way I created the “about us” template.
Can anyone help?