• Hi,

    I’ve been using this plugin for years for the sole purpose of making it easy to add copyright info at the bottom of each page.

    Unfortunately the link to Return to Top of Page has stopped working.

    I’m using the Enterprise Pro theme from StudioPress and Genesis 2.1.2

    This is the code I’m using in the genesis_footer Hook section:

    <div class="gototop">
        <p><a href="#wrap" rel="nofollow">Return to top of page</a></p>
    </div>

    Does anyone know how to make this link work again?

    https://wordpress.org/plugins/genesis-simple-hooks/

Viewing 1 replies (of 1 total)
  • Thread Starter webauthor

    (@webauthor)

    Ironically I found a solution shortly after posting here:

    Apparently Genesis dropped the #wrap div that used to make that back to top link work.

    To fix, just get rid of the word wrap.

    Before:

    <div class="gototop">
        <p><a href="#wrap" rel="nofollow">Return to top of page</a></p>
    </div>

    After:

    <div class="gototop">
        <p><a href="#" rel="nofollow">Return to top of page</a></p>
    </div>

    I hope this helps someone else out. While I’m here I would like to ask if we even need this plugin if all we’re doing is adding copyright info to the bottom of each page. Is there now an easier way or should we still use this plugin?

    I know if offers a lot of other uses but we’re not using it for that.

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Return to top of page – Not working’ is closed to new replies.