We’ve created a customized firm php file with the next code:
<?php
/**
* Single Firm
*
* Study extra: http://codex.wordpress.org/Template_Hierarchy
*
* @bundle Jobify
* @since 1.0.0
* @model 3.8.0
*/
if ( ! outlined( 'ABSPATH' ) ) {
exit; // Exit if accessed instantly.
}
get_header(); ?>
<predominant id="content material" <?php post_class( 'site-main' ); ?> function="predominant">
<?php echo do_shortcode('[elementor-template id="184339"]'); ?>
</predominant>
<?php get_footer();
For some cause, solely among the CSS appears to be working whereas numerous the CSS appears lacking, is there a strategy to pressure the Elementor CSS and JS to be included and why would it not not be included with the template shortcode?