Hi Ggppdk,
Thanks for your feedback.
I'm not sure what you are asking and I don't really have a suggestion. Its just lots of clients look at squarespace, WIX etc. and want to be able to add content the same way.
The Problem:
FLEXIcontent is great until you get to the description area. JCE Editor doesn't work well if you want to add anything to do with responsive design and is impossible for clients. For example, to add 2 columns text with images:
Code:
<div class="row fixedw lscape" data-equalizer>
<div class="small-12 medium-6 columns" data-equalizer-watch><img src="/images/default/l-photo-m.jpg" class="photo" alt=""/>
<h3>Headline</h3>
<p>Insert Text.</p>
</div>
<div class="small-12 medium-6 columns" data-equalizer-watch><img src="/images/default/l-photo-m.jpg" class="photo right" alt=""/>
<h3>Headline</h3>
<p>Insert Text.</p>
</div>
</div>
</div>
JCE editor will strip the code. Or you have to wrap it {source} or clients delete a </div> and the page crashes. So, we need something easier.
Craft CMS (
buildwithcraft.com/
) looks great - I liked how clients could drag blocks of content. So, I know that you have just added repeatable regions - so I am going to test it out.
The Builder
To create the Visual Composer - we used the existing textarea plugin field and extended it to create the code. We just called it textarea2. I think it gives clients the benefits of:
1. Writing a fast blog post - just paste into JCE or they can create a visual post
2. Its also compatible with existing articles
3. also - you can include Joomla snippets eg {loadmodule}
We also put it in an iframe - so we could hide all the existing Joomla Admin code.
The plugin isn't production ready yet - it needs to be customized for each site - and as you need to load your Joomla Template to get the look and then use !important all the way through the Content Builder - so it works.
There are quite a few page builders for Joomla already:
www.joomlashine.com/joomla-extensions/js...ilder-extension.html
codecanyon.net/item/azura-joomla-pagebuilder/8658367
that I looked at - but found them too fiddly for clients.
I looked at this free extension:
madebymany.github.io/sir-trevor-js/
- so perhaps that could be implemented into a plugin.
The developer has also implemented it with WP and there is a free demo - so it could also be implemented that way.
Cheers,
Robert