Hi,
I’ve been heavily using CCS and now I am trying to adapt to the new one. Thanks Eliot for your efforts and making these great plugins. The L&L seems to have a great potential. I knew CCS would retire sooner or later because it takes a lot of time and effort to write such a plugin and providing support for it. Being it’s free, it was not sustainable. I hope you find a way to monetise this one, while keeping it affordable for the non-commercial users. I am sure that with great documentation and many examples, the L&L is going to attract attention.
Anyway, here is my issue:
This is my code to ACF Flexible Content display
[flex damages]
[layout fet-result]
<div class="single_acf_result"><span>[field fet-result]</span></div>
[/layout]
[layout fet-text]
<div class="single_acf_text">[field fet-text]</div>
[/layout]
[layout fet-select]
<p class="single_acf_select">[field fet-select]</p>
[/layout]
[/flex]
I am currently trying to convert it to L&L, but I could not succeed yet.
I’ve tried something like that:
<Loop acf_flexible=damages>
<If field=layout value=fet-result />
<Field fet-result />
<Else if field=layout value=layout_2 />
Layout 2
</Loop>