Jump to content

Make a additional Hover Button above of Back-top (Scroll to top) Button


Recommended Posts

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

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.

  • Like 1
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...