siliconchip Posted January 10, 2015 Share Posted January 10, 2015 Does anyone know if its possible when using the default image slider, when adding an external URL, can it be opened in a new tab without having to change lots of coding etc? Link to comment Share on other sites More sharing options...
dioniz Posted January 11, 2015 Share Posted January 11, 2015 You can open yourdomain\themes\yourtheme\modules\homeslider\homeslider.tpl and look for this line of code: <a href="{$slide.url|escape:'html':'UTF-8'}" title="{$slide.legend|escape:'html':'UTF-8'}"> and change it to this: <a href="{$slide.url|escape:'html':'UTF-8'}" title="{$slide.legend|escape:'html':'UTF-8'}" target="_blank"> but remember this will make all your slider links to open in new window Link to comment Share on other sites More sharing options...
Recommended Posts