Current File : /home/kelaby89/topflowroofingplumbing.com.au/wp-content/themes/homlane/templates/banner/banner.php
<?php
/**
 * Banner Template
 *
 * @package    WordPress
 * @subpackage Theme Arc
 * @author     Theme Arc
 * @version    1.0
 */

if ( $data->get( 'enable_banner' ) AND $data->get( 'banner_type' ) == 'e' AND ! empty( $data->get( 'banner_elementor' ) ) ) {
	echo Elementor\Plugin::instance()->frontend->get_builder_content_for_display( $data->get( 'banner_elementor' ) );

	return false;
}

?>
<?php if ( $data->get( 'enable_banner' ) ) : ?>

<!--Start breadcrumb area-->     
<section class="breadcrumb-area" style="background-image: url(<?php echo esc_url( $data->get( 'banner' ) ); ?>);">
    <div class="container">
        <div class="row">
            <div class="col-xl-12">
                <div class="inner-content clearfix">
					<?php if($data->get( 'banner_image' )) { ?>
                    <div class="layer-outer" data-aos="fade-up" data-aos-easing="linear" data-aos-duration="1000">
                        <img src="<?php echo esc_url( $data->get( 'banner_image' ) ); ?>" alt="<?php esc_attr_e('Banner Image', 'homlane'); ?>">
                    </div>
					<?php } ?>
                    <div class="title wow slideInUp animated" data-wow-delay="0.3s" data-wow-duration="1500ms">
                       <h2><?php if( $data->get( 'title' ) ) echo wp_kses( $data->get( 'title' ), true ); else( wp_title( '' ) ); ?></h2>
                    </div>
                    <div class="breadcrumb-menu wow slideInDown animated" data-wow-delay="0.3s" data-wow-duration="1500ms">
                        <ul class="clearfix">
                            <?php echo homlane_the_breadcrumb(); ?>
                        </ul>    
                    </div>
                </div>
            </div>
        </div>
    </div>
</section>
<!--End breadcrumb area-->

<?php endif; ?>
Page not found – Hello World !