Re: Cannot Delete Breadcrumb Portal Component
Hi indyanin
Thanks for the reply.
I do have some pages where I have created my own templates, and have full control over what is in them.
However unfortunately this is not the case for the other pages which are experiencing this issue.
One page uses the 'Default studio' template, and this template contains:
<!-- Default studio template. Please do not modify -->
{% include 'Page Copy' %}
And the 'Page Copy' template contains:
<div class="page-copy">
{% editable page 'adx_copy' type: 'html', liquid: true %}
</div>
Another page uses the 'Full Page' template, and this template contains:
{% extends 'Layout 1 Column' %}
{% block main %}
{% include 'Page Copy' %}
{% include 'Child Navigation' showdescriptions: true %}
{% if page.adx_entitylist %}
{% include 'entity_list' key: page.adx_entitylist.id %}
{% endif %}
{% if page.adx_entityform %}
{% entityform id: page.adx_entityform.id %}
{% endif %}
{% if page.adx_webform %}
{% webform id: page.adx_webform.id %}
{% endif %}
{% endblock %}
Another page uses the 'Blank Page' template, and this template contains:
<div class="container">
{% editable page 'adx_copy' %}
</div>
There appears to be something set somewhere which renders the Breadcrumb component as not being editable in the Studio once it has been placed on a page.
I can modify it's style (e.g. background colour) in the themes.css