Is it possible to make a “back” button that brings the user back to a specifik place on the homepage using #id?
Hi danielvnielsen!
I’m not sure what you mean by back button but you can use anchor links just like normal ones:
<a href="http://mysite.com/page/#section">To section on page</a>
Cheers!
Rikard
I tried that, but the page I’m linking to is the “main” page in the theme and that results in everything after http://www.mysite.com/ to disappear and therefore the # anchor doesn’t work.
Am I making any sense what so ever?
Hey!
Using
<a href="http://mysite.com/#section">To section on page</a>
should work. If it does not, please create a temporary admin login and post it here privately so we can look into it.
Cheers!
Yigit
The link portion worked without problems. Although I’ve had problems integrating it in a button in the advanced builders. I think I got it now. http://mysite.com/#section seems to work now when choosing manual linking.
Thank you kindly!
best regards
-Daniel