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

    Hello,

    I’ve found some similar issues but I am not able to solve it: I need links from an Accordion Slider with recent posts to open in a new tab, I suppose, using the “target:_blank” property… Might someone help me?

    Thanx!

    #561747

    Hi punkiracoon!

    The area your looking for is line 571 in the /enfold/config-templatebuilder/avia-shortcodes/slideshow_accordion.php.

    $output .= "<a class='aviaccordion-slide-link noHover' href='".$slide->av_permalink."' ".$slide->av_target.">";
    

    You could try adding the target blank there.

    Regards,
    Elliott

    #562181

    Thank you, Elliot!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Target blank for an Accordion slider with posts’ is closed to new replies.