Skip Navigation

[Resolved] Fusion Builder not working on Content Template

This thread is resolved. Here is a description of the problem and solution.

Problem:

The issue here is that the fusion builder isn't showing up on the content template.

Solution:

Add the following to your functions.php file.

add_filter( 'fusion_builder_default_post_types', 'tssupp_2973_register_content_templates_in_fusion_builder' );
add_filter( 'fusion_builder_allowed_post_types', 'tssupp_2973_register_content_templates_in_fusion_builder' );
function tssupp_2973_register_content_templates_in_fusion_builder( $post_types ) {
    $post_types[] = 'view-template';
    return $post_types;
}

100% of people find this useful.

This support ticket is created 4 years, 12 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 14:00 – 18:00 13:00 – 18:00 -

Supporter timezone: America/Jamaica (GMT-05:00)

This topic contains 5 replies, has 4 voices.

Last updated by wesselK 4 years, 12 months ago.

Assisted by: Shane.

Author
Posts
#1234595

Hello,
I am trying to edit the Content Templates using Avada Fusion Builder but instead, I get the classic editor with no option use Fusion Builder.
Obviously, I have deactivated all the other plugins but the problem is still there.
I have searched through your forum and found this issue in the previous versions.

Please help 🙂

#1234689

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Hendrik,

Thank you for contacting our support forum.

Try adding this to you theme's functions.php file

add_filter( 'fusion_builder_default_post_types', 'tssupp_2973_register_content_templates_in_fusion_builder' );
add_filter( 'fusion_builder_allowed_post_types', 'tssupp_2973_register_content_templates_in_fusion_builder' );
function tssupp_2973_register_content_templates_in_fusion_builder( $post_types ) {
    $post_types[] = 'view-template';
    return $post_types;
}

Please let me now if this helps.
Thanks,
Shane

#1234880

My issue is resolved now. Thank you!

#1257691

Can someone elaborate on why this issue started surfacing? I never had any issues about 2 months ago. Was this something Avada changed, or was this an update from Toolset?

#1375175

This resolved our issue as well. Started happening after updating Avada from version 5 to 6, but everything is working again now!

#1376471

This is now marked as a known issue in Toolset which needs further investigation: https://toolset.com/errata/fusion-builder-not-working-when-editing-content-templates-while-the-avada-theme-is-active/

This ticket is now closed. If you're a WPML client and need related help, please open a new support ticket.