0 ) {
new Vivus("' . esc_js( $rand ) . '", {
type: "delayed",
duration: 200,
start: "inViewport",
animTimingFunction: Vivus.EASE_OUT
});
}
});', 'after');
}
echo '
' . woodmart_get_any_svg( $src, $rand ) . '
';
} else {
echo $image_output;
}
?>
' . $subtitle . '
';
}
if( ! empty( $title ) ) {
echo '<'. $title_tag .' class="info-box-title title' . esc_attr( $title_class ) . '">' . $title . ''. $title_tag .'>';
}
?>
';
echo woodmart_shortcode_button( array(
'title' => $btn_text,
'link' => $link,
'color' => $btn_color,
'style' => $btn_style,
'size' => $btn_size,
'align' => $alignment,
'shape' => $btn_shape,
'icon_type' => $btn_icon_type,
'image' => $btn_image,
'img_size' => $btn_img_size,
'icon_position' => $btn_icon_position,
'icon_fontawesome' => $icon_fontawesome,
'icon_openiconic' => $icon_openiconic,
'icon_typicons' => $icon_typicons,
'icon_entypo' => $icon_entypo,
'icon_linecons' => $icon_linecons,
'icon_monosocial' => $icon_monosocial,
'icon_material' => $icon_material,
'icon_library' => $icon_library,
) );
echo '