info67
Support threads created in the last 30 days: 0
Favorite Forum Topics
This user has no favorite topics.
Forum Topics Created
Viewing topic 1 (of 1 total)
Status | Topic | Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
content templated cannot be edited with Avada fusion builder
Started by: info67
in: Toolset Professional Support
Problem: The issue here is that Fusion builder was not showing up on the user's content template. Solution: This can be fixed by adding the code below to your site. 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; } |
2 | 13 | 5 years, 8 months ago |
Viewing topic 1 (of 1 total)