save
This commit is contained in:
@@ -654,11 +654,11 @@ switch($layout){
|
||||
default:
|
||||
?>
|
||||
<div class="single-slide slide-one-bg <?php echo esc_attr( $extra_class ); ?>" style="<?php if( $show_img == 'yes' && !empty( $images ) ){ ?>background-image:url(<?php echo esc_url( $images[0] ); ?>)<?php } ?> ">
|
||||
<div class="slider-shape layer-1 layer" data-depth="0.10"><img src="<?php echo get_stylesheet_directory_uri() . '/assets/images/s_shape01.png'; ?>" alt="01"></div>
|
||||
<!-- <div class="slider-shape layer-1 layer" data-depth="0.10"><img src="<?php echo get_stylesheet_directory_uri() . '/assets/images/s_shape01.png'; ?>" alt="01"></div>
|
||||
<div class="slider-shape layer-2 layer" data-depth="0.15"><img src="<?php echo get_stylesheet_directory_uri() . '/assets/images/s_shape02.png'; ?>" alt="02"></div>
|
||||
<div class="slider-shape layer-3 layer" data-depth="0.08"><img src="<?php echo get_stylesheet_directory_uri() . '/assets/images/s_shape03.png'; ?>" alt="03"></div>
|
||||
<div class="slider-shape layer-4 layer" data-depth="0.25"><img src="<?php echo get_stylesheet_directory_uri() . '/assets/images/s_shape04.png'; ?>" alt="04"></div>
|
||||
<div class="slider-shape layer-5 layer" data-depth="0.10"><img src="<?php echo get_stylesheet_directory_uri() . '/assets/images/s_shape05.png'; ?>" alt="05"></div>
|
||||
<div class="slider-shape layer-5 layer" data-depth="0.10"><img src="<?php echo get_stylesheet_directory_uri() . '/assets/images/s_shape05.png'; ?>" alt="05"></div> -->
|
||||
<div class="banner-content banner-slick text-left">
|
||||
<h4><?php if ( !empty( $sub_title ) ) {echo $sub_title;} ?></h4>
|
||||
<h1><?php if ( !empty( $title1 ) ) {echo $title1;} ?><span class="redX"><?php if ( !empty( $highl ) ) {echo $highl;}?></span></h1>
|
||||
|
||||
Reference in New Issue
Block a user