Can I add a "Back to top" link on the footer?

Homepage Community Forums Epik Theme Support Can I add a "Back to top" link on the footer?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #11268
    Nandita
    Customer

      I’m trying to put a “Back to top” link on my footer using the Genesis – return to top of page code as below –

      //* Customize the return to top of page text
      add_filter( ‘genesis_footer_backtotop_text’, ‘sp_footer_backtotop_text’ );
      function sp_footer_backtotop_text($backtotop) {
      $backtotop = ‘[footer_backtotop text=”Return to Top”]’;
      return $backtotop;
      }

      But it is not working. My site url is http://shoutabrand.com

      Can you please help me?
      Thank you.

      #11282
      Eric
      Customer

        That code only works with the older version of Genesis. Every since Genesis 2.0 they removed that feature from the footer. Plus, if you were to add the code in manually somewhere in your footer, you would need to add an ID for it to link to. If you just add the link itself and you have no ID then it won’t work, so you’ll need to add an ID near the top of your site….SP has some docs on how to hook code in.


        I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.