Comments Dejan started the conversationFebruary 13, 2016 at 1:35pmThe animated link always opens up in the same window, whether or not the target is _blank or _self it always opens in the same window. Is there an easy fix for this? 2,006Support repliedFebruary 13, 2016 at 8:44pmYes, provide wp admin and username in the rpivate ticket and we will help you out providing a fix. thanksThank you. Clapat Support Review Envato Item Support Policy Follow us! https://www.clapat.com/https://www.facebook.com/clapat.ro https://www.instagram.com/clapat.themes/https://x.com/clapatdesignhttps://www.linkedin.com/company/clapatstudiohttps://www.tiktok.com/@clapatstudioDarren repliedFebruary 20, 2016 at 7:47pmJust wondering if there was a fix for this issue as i\'ve just noticed the same when trying to get an animated link to open in a new window... Many thanks! 2,006Support repliedFebruary 22, 2016 at 6:56pmHello,we are going to release an update regarding thisuntil then you can find /wp-content/plugins/nerduck-functionality-plugin/include/shortcodes.php and replace function shortcode_animated_link with:function shortcode_animated_link($atts, $content = null) { $atts = shortcode_atts(array( \'link\' => \'\', \'target\' => \'_blank\' ), $atts ); if( $atts[\'target\'] == \'_blank\' ){return \'<a href=\"\' . $atts[\'link\'] . \'\" target=\"\' . $atts[\'target\'] . \'\" class=\"more\">\' . do_shortcode($content). \'<span class=\"icon\"></span></a>\'; } else{return \'<a href=\"\' . $atts[\'link\'] . \'\" target=\"\' . $atts[\'target\'] . \'\" class=\"animation-link more\">\' . do_shortcode($content). \'<span class=\"icon\"></span></a>\'; }}thanksThank you. Clapat Support Review Envato Item Support Policy Follow us! https://www.clapat.com/https://www.facebook.com/clapat.ro https://www.instagram.com/clapat.themes/https://x.com/clapatdesignhttps://www.linkedin.com/company/clapatstudiohttps://www.tiktok.com/@clapatstudioDarren repliedFebruary 22, 2016 at 7:28pmPerfect, thank you! :) Sign in to reply ...
The animated link always opens up in the same window, whether or not the target is _blank or _self it always opens in the same window. Is there an easy fix for this?
Yes, provide wp admin and username in the rpivate ticket and we will help you out providing a fix. thanks
Thank you.
Clapat Support
Review Envato Item Support Policy
Follow us!
https://www.clapat.com/
https://www.facebook.com/clapat.ro
https://www.instagram.com/clapat.themes/
https://x.com/clapatdesign
https://www.linkedin.com/company/clapatstudio
https://www.tiktok.com/@clapatstudio
Just wondering if there was a fix for this issue as i\'ve just noticed the same when trying to get an animated link to open in a new window...
Many thanks!
Hello,
we are going to release an update regarding this
until then you can find /wp-content/plugins/nerduck-functionality-plugin/include/shortcodes.php and replace function shortcode_animated_link with:
function shortcode_animated_link($atts, $content = null) {
$atts = shortcode_atts(array(
\'link\' => \'\',
\'target\' => \'_blank\'
), $atts );
if( $atts[\'target\'] == \'_blank\' ){
return \'<a href=\"\' . $atts[\'link\'] . \'\" target=\"\' . $atts[\'target\'] . \'\" class=\"more\">\' . do_shortcode($content). \'<span class=\"icon\"></span></a>\';
}
else{
return \'<a href=\"\' . $atts[\'link\'] . \'\" target=\"\' . $atts[\'target\'] . \'\" class=\"animation-link more\">\' . do_shortcode($content). \'<span class=\"icon\"></span></a>\';
}
}
thanks
Thank you.
Clapat Support
Review Envato Item Support Policy
Follow us!
https://www.clapat.com/
https://www.facebook.com/clapat.ro
https://www.instagram.com/clapat.themes/
https://x.com/clapatdesign
https://www.linkedin.com/company/clapatstudio
https://www.tiktok.com/@clapatstudio
Perfect, thank you! :)