CMS Development

RTorres23
Member

Theme templates not editable with Drag and Drop

I bought a theme but I am not able to edit the templates with Design Manager, I had the files in the marketplace folder and  I duplicated to the root directory but I am not able to add a Drag and Drop template inside this folder.

 

Or how can I use styles of the theme in the new created templates?

Thanks in advice!

0 Upvotes
1 Reply 1
webdew
Guide | Diamond Partner
Guide | Diamond Partner

Theme templates not editable with Drag and Drop

Hi @RTorres23 ,

Please create a new page and use bottom code in the template with drag and drop functionality.

<!--
templateType: page
isAvailableForNewContent: true
label: Page Name
-->
{% extends "./layouts/base.html" %}

{% block body %}
<main class="body-container-wrapper">
{% dnd_area 'dnd_area' class='body-container body-container--home', label='Main section' %}

<!-- ADD DND code here -->

{% end_dnd_area %}
</main>
{% endblock body %}


Hope this helps!


If we were able to answer your query, kindly help the community by marking it as a solution.

Thanks and Regard.

0 Upvotes