Open links in new window does not work
-
The option “Open links in new window” (in Team Manager settings) does not work.
As a fix I edited the file shortcode-generator.php and added “target=’_blank'”.
For example I changed at line 281
if (!empty($web_url)) { $otherinfo .= '<li><strong>Web URL: </strong><a href="'.$web_url.'" >Link</a></li>'; }
to
if (!empty($web_url)) { $otherinfo .= '<li><strong>Web URL: </strong><a href="'.$web_url.'" target="_blank">Link</a></li>'; }
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Open links in new window does not work’ is closed to new replies.