Tagged: accordion slider, post
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!
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
Thank you, Elliot!