Results 1 to 3 of 3
  1. #1
    Join Date
    Nov 2003
    Location
    UK
    Posts
    105
    Plugin Contributions
    0

    Default 'Back to Top' link... how?

    Hi

    I am having difficulty getting a 'back to top' link working on each page.

    My effort has been to open templates/MY_TEMPLATE/common/tpl_main_page.php and make a new containing div for the whole page where I put my fixed links and then at the top of <div id="mainWrapper"> put my top link...

    Code:
    <div id="background_wrapper">
    
    <![if !IE 6]>
    
        <div id="fixed-nav">
            <a href="../index.html"><img src="http://africanartandmasks.com/images/home_icon.png" alt="Go back to our Home Page" title="Go back to our Home Page" /></a>
            <a href="index.php"><img src="http://africanartandmasks.com/images/eshop_icon.png" alt="Enter our eshop" title="Enter our eshop" /></a>
            <a href="mailto:[email protected]"><img src="http://africanartandmasks.com/images/email_icon.png" alt="Send us an email..." title="Send us an email..."/></a>
            <a href="#top"><img src="http://africanartandmasks.com/images/top_icon.png" alt="Go back to the top of this page" title="Go back to the top of this page" /></a>    
        </div>
        
    <![endif]>
    
        <!-- main_wrapper starts -->
        
    <div id="mainWrapper">
    <a name="top" id="top"></a>
    <?php
     /**
      * prepares and displays header output
      *
      */............
    This works fine in eshop/index.php (i.e. it scrolls back to the top of the page) but in any other page it takes you back to eshop/index.php

    Can this be made to work?

    Page is here (If its a mess I've yet to really work on ie - firefox is ok).

    Thank you.

  2. #2
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: 'Back to Top' link... how?

    Quote Originally Posted by billybonds View Post
    Hi

    I am having difficulty getting a 'back to top' link working on each page.

    My effort has been to open templates/MY_TEMPLATE/common/tpl_main_page.php and make a new containing div for the whole page where I put my fixed links and then at the top of <div id="mainWrapper"> put my top link...

    Code:
    <div id="background_wrapper">
    
    <![if !IE 6]>
    
        <div id="fixed-nav">
            <a href="../index.html"><img src="http://africanartandmasks.com/images/home_icon.png" alt="Go back to our Home Page" title="Go back to our Home Page" /></a>
            <a href="index.php"><img src="http://africanartandmasks.com/images/eshop_icon.png" alt="Enter our eshop" title="Enter our eshop" /></a>
            <a href="mailto:[email protected]"><img src="http://africanartandmasks.com/images/email_icon.png" alt="Send us an email..." title="Send us an email..."/></a>
            <a href="#top"><img src="http://africanartandmasks.com/images/top_icon.png" alt="Go back to the top of this page" title="Go back to the top of this page" /></a>    
        </div>
        
    <![endif]>
    
        <!-- main_wrapper starts -->
        
    <div id="mainWrapper">
    <a name="top" id="top"></a>
    <?php
     /**
      * prepares and displays header output
      *
      */............
    This works fine in eshop/index.php (i.e. it scrolls back to the top of the page) but in any other page it takes you back to eshop/index.php

    Can this be made to work?

    Page is here (If its a mess I've yet to really work on ie - firefox is ok).

    Thank you.
    Not sure if this still works, but look here:

    http://www.zen-cart.com/forum/showthread.php?t=2627

    see dreamscape's solution near the bottom of the link.

  3. #3
    Join Date
    Nov 2003
    Location
    UK
    Posts
    105
    Plugin Contributions
    0

    Default Re: 'Back to Top' link... how?



    Thank you for the link. I've been searching to no avail. Works a treat, thanks again (and of course thanks to Dreamscape!)

 

 

Similar Threads

  1. v151 How to link "Back to Product List" button back to last page history
    By sports guy in forum General Questions
    Replies: 3
    Last Post: 28 Feb 2015, 11:11 AM
  2. Creating link back to top of page
    By ctcentralinfo in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 12 Jul 2008, 11:48 PM
  3. How to change Back Button link
    By Steven300 in forum General Questions
    Replies: 1
    Last Post: 6 Jul 2008, 12:38 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg