/home/vianto5/hidalgoresidences.mx/wp-content/themes/Bridge100/bridge/vc_templates
Edit: /home/vianto5/hidalgoresidences.mx/wp-content/themes/Bridge100/bridge/vc_templates/qode_client.php (1393B)
"",
'hover_image' => '',
"link" => "",
"link_target" => "_self"
);
extract(shortcode_atts($args, $atts));
$html = '';
$image_src = '';
$image_alt = '';
$hover_image_src = '';
$hover_image_alt = '';
if (is_numeric($image)) {
$image_src = wp_get_attachment_url($image);
$image_alt = get_post_meta($image, '_wp_attachment_image_alt', true);
}
if (is_numeric($hover_image)) {
$hover_image_src = wp_get_attachment_url($hover_image);
$hover_image_alt = get_post_meta($hover_image, '_wp_attachment_image_alt', true);
}
if($image_src != "") {
$link = ($link != "") ? $link : "javascript: void(0)";
$html .= '
';
$html .= '
';
$html .= '
';
$html .= '
';
$html .= '
';
$html .= '
';
$html .= '
';
}
echo $html;