| Current Path : /home/ereika83/www/wp-content/plugins/learndash-hub/src/view/banners/ |
| Current File : /home/ereika83/www/wp-content/plugins/learndash-hub/src/view/banners/banner-1-responsive.php |
<div class="ld-banner" id="<?php echo esc_attr( $slug ) ?>">
<div class="ld-banner-bg" style="background-image: url('<?php echo esc_url_raw( $image_url ) ?>');">
<h3 class="ld-banner-title"><?php echo esc_html( $title ); ?></h3>
<p class="ld-banner-text"><?php echo esc_html( $short_description ); ?></p>
<a class="ld-banner-shop-btn" target="_blank" href="<?php echo esc_url_raw( $cta_link ); ?>">
<?php echo esc_html($cta_link_text) ?>
</a>
</div>
<?php if ( 'yes' === $dismissible ) : ?>
<a href="#" class="ld-banner-dismiss" data-target="<?php echo esc_attr( $slug ) ?>">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" class="w-6 h-6">
<path fill-rule="evenodd"
d="M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25zm-1.72 6.97a.75.75 0 10-1.06 1.06L10.94 12l-1.72 1.72a.75.75 0 101.06 1.06L12 13.06l1.72 1.72a.75.75 0 101.06-1.06L13.06 12l1.72-1.72a.75.75 0 10-1.06-1.06L12 10.94l-1.72-1.72z"
clip-rule="evenodd"/>
</svg>
</a>
<?php endif ?>
</div>