Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #24323

    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

    #123139

    Yes, in wp-contentthemesenfoldconfig-templatebuilderavia-shortcodestestimonials.php replace

    if($link)	$output .= 					" &ndash; <a class='avia-testimonial-link' href='{$link}'>{$linktext}</a>";

    with

    if($link)	$output .= 					" &ndash; <a target='_blank' class='avia-testimonial-link' href='{$link}'>{$linktext}</a>";

    #123140

    Thank you, Dude!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Testimonial website link’ is closed to new replies.