Template preview
https://tikme.space/template-preview.php?template=theoryTo edit that template:
https://tikme.space/template-preview.php?template=theory&edit=1make editable
editable text add at any html tags
contenteditable="true"editable photo
<div data-editable-bg="true" style="background-image:url(https://picsum.photos/1200/800?random=1)"> <image data-editable-image="true" Prevent Duplicate on Specific Elements:
Add data-no-duplicate="true":
<p data-no-duplicate="true">This paragraph cannot be duplicated</p>
<h2 data-no-duplicate="true">Fixed heading</h2>Now users can duplicate any element they hover over!
Prevent Drag on Specific Elements:
<p data-nodrag="true">This paragraph cannot be moved</p>
<div data-nodrag="true" style="background-image:url(image.jpg)">Fixed div</div>