Your IP : 216.73.216.249


Current Path : /home/icmq6107/clients/backup-CTOPTOGO/wp-content/plugins/finbuzz-core/elementor/views/
Upload File :
Current File : /home/icmq6107/clients/backup-CTOPTOGO/wp-content/plugins/finbuzz-core/elementor/views/image-13.php

<?php
/**
 * @author  RadiusTheme
 * @since   1.0
 * @version 1.0
 */

namespace radiustheme\Finbuzz_Core;

use FinbuzzTheme_Helper;
use Elementor\Utils;
use Elementor\Group_Control_Image_Size;
extract($data);

$attr = '';
if ( !empty( $data['url']['url'] ) ) {
	$attr  = 'href="' . $data['url']['url'] . '"';
	$attr .= !empty( $data['url']['is_external'] ) ? ' target="_blank"' : '';
	$attr .= !empty( $data['url']['nofollow'] ) ? ' rel="nofollow"' : '';
	
}
//image
if ( $attr ) {
  $getimg = '<a ' . $attr . '>' .Group_Control_Image_Size::get_attachment_image_html( $data, 'icon_image_size' , 'rt_image' ).'</a>';
}
else {
	$getimg = Group_Control_Image_Size::get_attachment_image_html( $data, 'icon_image_size', 'rt_image' );
}

$shape_image=Group_Control_Image_Size::get_attachment_image_html( $data, 'icon_image_size', 'image_shape_style10' );
$mouse_follow_effect="";
if($data['mouse_follow']=='yes'){
    $mouse_follow_effect="motion-effects-wrap";
}
?>

<div class="image-default image-<?php echo esc_attr( $data['style'] );?> <?php echo esc_attr( $mouse_follow_effect); ?>">
	<div class="image-box">
		<?php echo wp_kses_post($getimg);?>
	</div>
    <div class="round-shape wow fadeInLeft"></div>
</div>