plasticor Posted October 28, 2016 Share Posted October 28, 2016 Dear people, I have tried to put 2 links on my maintenancepage but the links are not clickable... I am not fammiliar with smarty templates, but i couldn't find a solution online or on this forum either.. so please help.. This is the code that i added: <div id="message"> <h1 class="maintenance-heading">{l s='We\'ll be back soon.'}</h1> {l s='We are currently updating our shop and will be back really soon.'} <br /> {l s='Thanks for your patience.'}<br /> <h1 class="maintenance-heading">{l s='Volg ons in de tussentijd op <a href="https//www.facebook.com/peerboetiek">Facebook</a> of <a href="https//www.instagram.com/peerboetiek">Instagram</a> met hashtag #peerboetiek.'}</h1> </div> I am using prestashop 1.6 with the default theme thx in advance, Momo Link to comment Share on other sites More sharing options...
rocky Posted October 28, 2016 Share Posted October 28, 2016 Try: <h1 class="maintenance-heading">{l s='Volg ons in de tussentijd op'} <a href="https://www.facebook.com/peerboetiek">Facebook</a> {l s='of'} <a href="https://www.instagram.com/peerboetiek">Instagram</a> {l s='met hashtag #peerboetiek.'}</h1> Link to comment Share on other sites More sharing options...
plasticor Posted October 29, 2016 Author Share Posted October 29, 2016 Thank you, the links are now clickable but they direct to a 404... the template puts the baseurl in front of the href.. http://peerboetiek.nl/%22https//www.facebook.com/peerboetiek/%22 Link to comment Share on other sites More sharing options...
rocky Posted October 29, 2016 Share Posted October 29, 2016 Oops, your URLs are missing a colon. I've updated my code above. Link to comment Share on other sites More sharing options...
plasticor Posted October 29, 2016 Author Share Posted October 29, 2016 Thank you, my friend... it works fine now.... 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