Viewing 4 reply threads
You must be logged in to reply to this topic.
Hi could you address me on how to add target to the client carousel links?
Thanks in advance.
Hello,
You can add target at the file ‘\specular\vc_templates\cliens.php’.
Best regards!
Could you explain better please? I want my client links to open in new tab/window, how can i do that?
Thank you
Hello,
Please find this line in file :\specular\vc_templates\cliens.php
$output .= '<a href="'.esc_url($client['url']).'" title="'.esc_attr($client['title']).'">';
replace with this:
$output .= '<a target="_blank" href="'.esc_url($client['url']).'" title="'.esc_attr($client['title']).'">';
Save file.
Best regards!
You must be logged in to reply to this topic.