Extension Idea
-
Hi there, love your plugin.
Senario:
Use a ACF repeater field within a page to capture multiple staff details and then use the divi PERSON module to display them in a section (PERSON module repeating automatically).An idea that could be added to your plugin:
I use the Custom Content Shortcode plugin which permits procesing of ACF repeater fields and arrays.As a crude way of using repeater fields in Divi is to use Divi CODE modules around another Divi module (e.g. PERSON) and use the PASS option in Custom Content Shortcode to feed the dynamic fields in the enclosed module(s).
But the result is always littered with extra ‘div’ markup as I am placing a series of shortcodes across divi modules (other shortcodes) that are not closed correctly. The opening and closing tags overlap.
A way around this is to add 2 extra/new fields similar to your visibility field in a ROW or SECTION module that are code fields called ‘pre-code’ and ‘post-code’ (or such-like) where Custom Content Shortcode’s can be added and ‘wrapped’ correctly around the contents within the ROW/SECTION module.
This would enable a true repeating ability for Divi modules within a row or section. Add some CSS display:flex and it’s magic!
I had a look at your code to get an idea if it was possible and it seems possible, but a bit advanced for my skillset in PHP.
Is this something possible you could add to your plugin?
A pro-version?I’d buy such a thing and I think alot of other people might be interested also. From the comments in various divi forums this is much needed functionality.
- The topic ‘Extension Idea’ is closed to new replies.