This topic has 2 replies, 3 voices, and was last updated 7 years, 1 month ago by Fem.
Viewing 3 posts - 1 through 3 (of 3 total)
The four thumbnail images on our dev site (http://wp5.temp.domains/~suburbt7/) all open new browser windows when clicked, rather than just simply linking to the designated page. How can this be fixed?
Also, how can the blue/cyan color be changed on the thumbnail text label?
Open services.php file located in /hopes/page_builder/aivah_sc/shortcode/services.php and edit the following lines
Find Code
$out .= '<a href="'.$link.'" target="_blank"><img src="'.$image.'" width="'.$width.'" height="'.$height.'" alt=""></a>';
Replace Code
$out .= '<a href="'.$link.'"><img src="'.$image.'" width="'.$width.'" height="'.$height.'" alt=""></a>';
Due to no response from the last message, we assume the problem is resolved and we consider closing this topic. If you have any further queries related to the same question then please re-open post your question here instead of opening a new topic.
Viewing 3 posts - 1 through 3 (of 3 total)
The topic ‘Thumbnail links open new browser window. Also, how to change color?’ is closed to new replies.