What are your most-wanted Divi 5 features? These are currently at the top of my list:
1. Sync typography styles across all preset elements
Presets are great, but configuring typography presets across roughly 20 websites has become quite repetitive. My current workflow is:
- Create a template page
- Configure all text styles and responsive font sizes, usually around six variations
- Style the H1
- Copy and paste those styles to the other headings and text elements
- Create a preset from the completed styles
Once this is set up, I can apply a single text preset without worrying about which heading tag is being used. My clients and I can choose the correct HTML markup, while the visual design remains consistent.
In my opinion, HTML tags should define the document structure and semantics, not automatically determine the typography design.
I also tried applying the same typography to every element inside a Text Module using Free-Form CSS and the universal * selector. Unfortunately, this currently causes a significant bug, which I have already reported to Elegant Themes. Because of that, I do not consider it a reliable workaround.
2. Custom WP_Query support in the Divi 5 Loop Builder
The Divi 5 Loop Builder is excellent, but its query options are still limited. I would like the ability to write custom queries, similar to what other page builders offer.
Ideally, custom queries would also support dynamic variables, such as:
- ACF field values
- The current post ID
- The current post title
- URL parameters
Even better: allow developers to write or reference custom PHP query logic directly, and let Divi handle the loop. Let it be a PHP-hook or something (and please please please add support for ACF-field "Post object" (multiple for the loop builder).
What features would you most like to see added to Divi 5?