Gallery edit is not working

I can’t edit a gallery in my website with sitecake.

Look

http://www.qiex.com.br/sc-teste/sitecake.php

Password: admin

Hi!

Sitecake does not allow embedded DIV’s in a content block (editable area). You could probably make it editable by using HTML blocks, but I don’t see how you can just drag and drop pictures and text with the current HTML.

Like I said, in the different areas you could create HTML blocks containing something like:

<a href="images/g1.jpg" class="b-link-stripe b-animate-go  swipebox"  title="Image Title"><img src="images/g1.jpg" alt="" class="img-responsive"> 
<div class="mask mask-1"> </div>
<div class="mask mask-2"> </div>
<div class="content">
<h2>Real Estate</h2>
<p>A wonderful serenity has taken possession of my entire soul, like these sweet mornings of spring which I enjoy with my whole heart.</p>
<a href="#" class="info">Read More</a>
</div>

Other than that, I can’t think of another solution.