Results 1 to 10 of 32

Hybrid View

  1. #1
    Join Date
    May 2013
    Location
    California
    Posts
    52
    Plugin Contributions
    0

    Default Re: Back to Top Plugin [Support Thread]

    Hi Anne,

    Ummmm, I think what it doesn't actually state to put the code in between and I was just assuming to place it after the <?php for <body id="<?php echo $body_id . 'Body'; ?>"<?php if($zv_onload !='') echo ' onload="'.$zv_onload.'"'; ?>> It's probably just me though, I just didn't quite understand.. maybe you could add that somewhere on the instructions, but I'm probably the only person who has done this, LOL

  2. #2
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Back to Top Plugin [Support Thread]

    Quote Originally Posted by pamela631 View Post
    Hi Anne,

    Ummmm, I think what it doesn't actually state to put the code in between and I was just assuming to place it after the <?php for <body id="<?php echo $body_id . 'Body'; ?>"<?php if($zv_onload !='') echo ' onload="'.$zv_onload.'"'; ?>> It's probably just me though, I just didn't quite understand.. maybe you could add that somewhere on the instructions, but I'm probably the only person who has done this, LOL
    The readme is pretty clear, "Find this line of code:"

    Code:
    <body id="<?php echo $body_id . 'Body'; ?>"<?php if($zv_onload !='') echo ' onload="'.$zv_onload.'"'; ?>>
    "Directly below it add the following:"

    Code:
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js" type="text/javascript"></script>
    <script src="<?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'jscript') . '/back_to_top.min.js' ?>" type="text/javascript"></script>
    <script type="text/javascript">
    $(document).ready(function(){
    BackToTop({
    text : 'Back to Top',
    autoShow : true,
    timeEffect : 750
    });
    });
    </script>
    I don't think that anything else needs to be added ;-)

    Thanks,

    Anne

  3. #3
    Join Date
    Apr 2010
    Posts
    263
    Plugin Contributions
    0

    Default Re: Back to Top Plugin [Support Thread]

    Hi Anne,

    Great mod! I am working on www.fossilandrock.co.uk, using version 1.5.1. I have about 30 add ons on this site. I have removed the line

    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js" type="text/javascript"></script>

    Strange thing is, the back to top only works on my product info page, no other pages. What am I doing wrong?

    B

  4. #4
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Back to Top Plugin [Support Thread]

    Quote Originally Posted by barendfaber View Post
    Hi Anne,

    Great mod! I am working on www.fossilandrock.co.uk, using version 1.5.1. I have about 30 add ons on this site. I have removed the line

    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js" type="text/javascript"></script>

    Strange thing is, the back to top only works on my product info page, no other pages. What am I doing wrong?

    B
    Back to top needs the jquery library to work. If you have other plugins that also load the jquery library (it seems like you do on the product info pages) then you will have to work out where the conflict is on these pages and with these modules.

    Thanks,

    Anne

  5. #5
    Join Date
    Jun 2004
    Location
    Northern Rivers, NSW
    Posts
    159
    Plugin Contributions
    0

    Default Re: Back to Top Plugin [Support Thread]

    I've been sitting here for the last 2 hours trying to make back to top arrows work, when it dawned on me to check the ZenCart mods. You are a life saver (well, I still have some hair left at least) Anne! Works perfectly :)

    One quick question ... is there a way to make it work with an image rather than text?

  6. #6
    Join Date
    Mar 2008
    Location
    Brampton, Cumbria, United Kingdom, United Kingdom
    Posts
    816
    Plugin Contributions
    2

    Default Re: Back to Top Plugin [Support Thread]

    I have installed this plugin to v1.5.4 & Winchester Black and works a dream. I cannot work out how to change the colours, can some one help? Thanks
    Learning Fast.
    Eden Craft Supplies

  7. #7
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,845
    Plugin Contributions
    25

    Default Re: Back to Top Plugin [Support Thread]

    Quote Originally Posted by adb34 View Post
    I have installed this plugin to v1.5.4 & Winchester Black and works a dream. I cannot work out how to change the colours, can some one help? Thanks
    If using the module downloaded from the form the colours should be set in:

    \includes\templates\YOUR_TEMPLATE\css\stylesheet_back_to_top.css"

 

 

Similar Threads

  1. v150 Support Thread for Google reCAPTCHA plugin
    By David Allen in forum All Other Contributions/Addons
    Replies: 693
    Last Post: 26 Jun 2026, 10:08 PM
  2. Support Thread for CKEditor Plugin
    By DivaVocals in forum Addon Admin Tools
    Replies: 213
    Last Post: 18 Nov 2024, 04:17 AM
  3. v151 Plug 'n' Pay plugin [Support Thread]
    By KetchRescue in forum Addon Payment Modules
    Replies: 5
    Last Post: 28 Nov 2015, 04:56 AM
  4. Justuno Plugin [Support Thread]
    By JustunoApp in forum All Other Contributions/Addons
    Replies: 8
    Last Post: 24 May 2015, 11:00 PM
  5. VendingBox Plugin Support Thread
    By vb_support in forum All Other Contributions/Addons
    Replies: 31
    Last Post: 10 Feb 2013, 07:24 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