Community @ The Turning Gate

Support community for TTG plugins and products.

NOTICE

The Turning Gate's Community has moved to a new home, at https://discourse.theturninggate.net.

This forum is now closed, and exists here as a read-only archive.

  • New user registrations are disabled.
  • Users cannot create new topics.
  • Users cannot reply to existing topics.

You are not logged in.

#1 2016-10-23 08:59:46

dougc
Member
Registered: 2013-03-11
Posts: 119

Add "Go to Top" in Footer?

Is it possible to add a "Go to Top" of page in the Footer?  If in css, what would the code be?

Offline

#2 2016-10-24 00:11:24

rod barbee
Moderator
From: Port Ludlow, WA USA
Registered: 2012-09-24
Posts: 17,830
Website

Re: Add "Go to Top" in Footer?

at the most basic, you can try adding this html to the footer's Copyright Attribution field:

<a href ="#">Back to top</a>

If you want it on it's own line, wrap it in <p> tags

<p><a href="#">BACK TO TOP</a></p>

if you want to center it:

<p style = "text-align: center;"><a href="#">BACK TO TOP</a></p>

If you want some fancy scrolling back to the top, then you'll have to look into using jQuery via phplugins.


Rod 
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site

Offline

#3 2016-10-24 03:22:37

dougc
Member
Registered: 2013-03-11
Posts: 119

Re: Add "Go to Top" in Footer?

Rod,

Thank you!  I now have it inserted, but only on my Photo Album pages since that's where it is most useful.

Doug

Offline

Board footer

Powered by FluxBB