Good day,
I want to put links in my images, what I do not know how to do is that when I click on the image I do not want the link to open in another tab, but I do not see any option in the block that allows me to configure this. Captura
Hello,
Please go to file vc_templates/media.php and fin this line: $output .= '<a href="'.$link.'" target="_blank"><img src="'.esc_url($image).'"
$output .= '<a href="'.$link.'" target="_blank"><img src="'.esc_url($image).'"
remove target="_blank" from it and save.
target="_blank"
Best regards!
Thank you so much!
You must be logged in to reply to this topic.