Support Forum
I've created a post type and associated custom fields. However, the custom fields don't show up as an option in the Divi dynamic content list of the Divi Theme Builder modules. Could you please give me some guidelines on how to fix this? Thanks
Hi Marco,
If the Divi Builder works with the regular custom fields, it will work with the field created by Meta Box. But the field stored in the custom table might not work with the Divi Builder. You can contact Divi support to get more information.
Refer to this topic https://support.metabox.io/topic/wpml-does-not-register-custom-fields-for-translation/
I also don’t get the custom fields in Divi builder. I contacted the Divi team. But do you have tips or experience with Meta Box and Divi?
Hi, single post view works in Divi and I can use the Blog view. But archive view doesn't work at all. I need this to integrate some custom fields in the overview.
I created a new view for all posts and selected Type: "Archive". Created a loop as recommended. But I only get a page with a single date. Also tested on a page without Divi enabled.
<div>
{% for post in query.posts %}
{{ post.title }}<br>
{{ post.date | date( 'j. F Y' ) }}
{% endfor %}
</div>
Hi,
Can you please share some screenshots in the View code and frontend display? Please try to deactivate all plugins except Meta Box and MB Extensions, switch to the standard theme of WordPress to re-check the issue.
I tried to solve this with Divi Blog module. At least it lists all custom posts, but the categories are missing. If the custom posts would be filterable it would be totally okay for me and the issue is solved.
Usually The Blog module looks like this; you can select the categories:
https://www.screencast.com/t/8LZ8DoAOQSXU
But with the custom post type I don't get the list:
https://www.screencast.com/t/be8Xn4QImW0e
I read Meta Box is compatible with Divi, perhaps I didn't do a setting. What about the functions php, must it be edited to get the categories in Divi?
Thanks for your support!
Michael