Viewing 2 reply threads
You must be logged in to reply to this topic.
Sometime ago I asked how to link the bios to a bio detail page. I just noticed the page is opening a new tab, is there a way to make it open in the same window?
Hello,
Please go to file vc_templates\staff.php and find this line:
if($cl_redata['profile_link']!= '')
$output .= '<a target="_blank" href="'.esc_url($cl_redata['profile_link']).'" class="a1" data-animate="fadeInUp" title="profile"><i class="moon-link"></i></a>';
remove the target="_blank"
from it. Save.
Best regards!
You must be logged in to reply to this topic.