Hello
I’m working on a new website for a customer at the moment. Ideally, I want to use Enfold for it but… the website requires certain features (custom post types, a secure area for customers, etc.) and Toolset is the obvious way go about this.
My question is… how well does Toolset integrate with Enfold? Are there any conflicts of which I should be aware? I’ve had a look at the answers on Themeforest (you say “However Toolset team kindly provided us with the workaround”) and I’ve seen a lot of people asking questions on your support forums.
I want to be able to use the dynamic data from the custom post types in things such as a post slider or blog roll, etc.
Many thanks for any guidance you can offer.
Simon
Hey Simon Howe,
Thank you for using Enfold.
The plugin should work properly with the theme but there are certain conflicts that we won’t be able to solve unless both parties (Enfold and Toolset) agrees on how and when the plugin or the theme is initialized.
Related thread: https://kriesi.at/support/topic/custom-post-type-not-appearing-in-posts-dropdown-in-portfolio-grid-element/#post-762820
That issue may not concern you if you’re not going to activate the custom post type selection for the builder elements.
// add the custom post types to the builder elements
add_theme_support('add_avia_builder_post_type_option');
add_theme_support('avia_template_builder_custom_post_type_grid');
Best regards,
Ismael