zomex Posted March 16, 2017 Share Posted March 16, 2017 Hello everyone, I've finished working on my PrestaShop website (love the software), I'm having 1 issue the classic theme has a slideshow integrated with it. I've applied a URL to the slide but the slide itself is not linked in the front-end: https://goldsilvermerchant.com/ Does anyone know how I can adjust this? Thanks. Link to comment Share on other sites More sharing options...
endriu107 Posted March 16, 2017 Share Posted March 16, 2017 You need to edit slider.tpl file in theme folder change this: <img src="{$slide.image_url}" alt="{$slide.legend|escape}"> to this: <a href="{$slide.url}"><img src="{$slide.image_url}" alt="{$slide.legend|escape}"></a> After that clear cache. Link to comment Share on other sites More sharing options...
zomex Posted March 16, 2017 Author Share Posted March 16, 2017 Thanks a lot that worked perfectly Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now