Seongsu Kim Posted January 6, 2023 Share Posted January 6, 2023 Hi guys! First, I'm very Rookie for Prestashop and sorry to don't have a knowledge for JS, JQuery. Our Webpage > https://omune.eu/ Actually I want to make a additional SNS link button, place is just above the back-top(scroll-to-top) button. But I don't know to where, which code do I have to insert. I already tried with free scroll to top button module, but didn't work (doesn't shows any additional things) Thank you for read it ! Link to comment Share on other sites More sharing options...
Prestachamps Posted January 6, 2023 Share Posted January 6, 2023 Hi @Seongsu Kim, most probably after you've added the free scroll to top button module, that one displayed the button just behind the cookie banner on the bottom of your page. You can increase inside that module's configuration the distance from the bottom of the page to like 80-90px, and then you will need to add your custom link inside that module's template file. The code you should add it is inside the file: /modules/thscroll/views/templates/hook/footer.tpl just before the line: <div class="back-to-top"> code with the link: <a href="https://www.SNSLINK.DOMAIN/PATH">LinkText</a> I hope that I could help. Have a nice day, Leo. 1 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