Hello,
Thanks for reaching here.
If you want to display an image link.
Please go to our plugins template design-4 and replace link no 25 to 27 image tag code.
<div class="wpsisac-content-right wp-medium-5 wpcolumns">
<?php if( $sliderurl != '' ) { ?><a href="<?php echo esc_url($sliderurl); ?>"><?php } ?>
<img <?php if( $lazyload ) { ?>data-lazy="<?php echo esc_url($slider_img); ?>" <?php } ?> src="<?php if(empty($lazyload)) { echo esc_url($slider_img); } ?>" alt="<?php the_title(); ?>" />
<?php if( $sliderurl != '' ) { ?></a><?php } ?>
</div>
Please check and let me know if you have any query.
Thanks,
-
This reply was modified 4 years, 1 month ago by
Ketan Patel.