| @@ -37,10 +37,9 @@ | ||
| 37 | 37 | <div id="rtsb-builder-content" class="rtsb-builder-content content-invisible <?php echo esc_attr( implode( ' ', $parent_class ) ); ?>"> |
| 38 | 38 | <?php |
| 39 | 39 | do_action( 'rtsb/builder/template/before/content' ); |
| 40 | 40 | if ( is_singular( BuilderFns::$post_type_tb ) && 'elementor' === Fns::page_edit_with( get_the_ID() ) ) { |
| 41 | - // \Elementor\Plugin::$instance->modules_manager->get_modules( 'page-templates' )->print_content(); | |
| 42 | - the_content(); | |
| 41 | + \Elementor\Plugin::$instance->modules_manager->get_modules( 'page-templates' )->print_content(); | |
| 43 | 42 | } else { |
| 44 | 43 | do_action( 'rtsb/builder/template/main/content' ); |
| 45 | 44 | } |
| 46 | 45 | do_action( 'rtsb/builder/template/after/content' ); |