Tagged: testimonial
HI,
There are a way to change the way the testimonial website link open? I would like to change that link to open in a new window.
Thanks in advance.
Regards from Brazil
Yes, in wp-contentthemesenfoldconfig-templatebuilderavia-shortcodestestimonials.php replace
if($link) $output .= " – <a class='avia-testimonial-link' href='{$link}'>{$linktext}</a>";
with
if($link) $output .= " – <a target='_blank' class='avia-testimonial-link' href='{$link}'>{$linktext}</a>";
Thank you, Dude!