Smooth Slider, functions.php and target="_blank"
-
I’ve got an issue where I’ve got a Smooth Slider inside of an iframe and when I click on ‘Read More’, it brings up the link inside of the frame. I don’t want that. I want it to link out either to the parent target window or a completely new window. I saw on line 157 of skins/default/functions.php the following:
<p class="smooth_more"><a href="'.$permalink.'" target="_blank" '.$smooth_slider_css['smooth_slider_p_more'].'>'.$smooth_slider['more'].'</a></p>
But in my sliders code, there’s no target=”_blank” at all. Is that the line where the link is coming from? Or is it somewhere else? I need to add this code?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Smooth Slider, functions.php and target="_blank"’ is closed to new replies.