lhi10 Posted March 20, 2019 Posted March 20, 2019 On the file public_html/includes/template_bottom.php file was added <style type="text/css">#w2b-StoTop{-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;width:100px;background-color:#EEE;background-color:rgba(238,238,238,.6);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#99EEEEEE', EndColorStr='#99EEEEEE');text-align:center;padding:5px;position:fixed;bottom:10px;right:10px;cursor:pointer;color:#444;text-decoration:none;border:1px solid #C9C9C9 </style> <script type='text/javascript'>$(function(){$.fn.scrollToTop=function(){$(this).hide().removeAttr("href");if($(window).scrollTop()!="0"){$(this).fadeIn("slow")}var scrollDiv=$(this);$(window).scroll(function(){if($(window).scrollTop()=="0"){$(scrollDiv).fadeOut("slow")}else{$(scrollDiv).fadeIn("slow")}});$(this).click(function(){$("html, body").animate({scrollTop:0},"slow")})}});$(function(){$("#w2b-StoTop").scrollToTop()});</script> <a href='#' id='w2b-StoTop' style='display:none;'>Return to Top </a> after tap Return to Top it will show a Google picture at bottom of the mobile. How to take out this picture? Thank you, Luiz
ArtcoInc Posted March 20, 2019 Posted March 20, 2019 @burt Didn't you make a 'Return to Top' module for one of your 28 days bundles? M
Omar_one Posted March 20, 2019 Posted March 20, 2019 Yes, he created (28d05"2018" - Back To Top) you need to contact/PM @burt And you can check this year 28d2019 project, I highly recommend these add-ons made by @burt Br Omar Get the latest Responsive osCommerce CE (community edition) here .
♥14steve14 Posted March 21, 2019 Posted March 21, 2019 Have a look in the addons area for 'back to top' or something similar as I think there was one done previously that may or may not work. Saying that anything done through the 28days will help move osc forward. REMEMBER BACKUP, BACKUP AND BACKUP
valquiria23 Posted March 21, 2019 Posted March 21, 2019 Hello @lhi10 Try this made by @JcMagpie: https://apps.oscommerce.com/XNhjj&jcm-back-to-top-header-tags-v1-0 Best regards Valqui Community Oscommerce fan You'll find the latest osC community version here.
lhi10 Posted March 21, 2019 Author Posted March 21, 2019 Hi Valqui, Thank you very much for your suggestion. How to fix the arrow design? Thxs. Luiz Thank you.
♥JcMagpie Posted March 21, 2019 Posted March 21, 2019 Make sure you have fontawesome loaded. <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.1/css/all.css" integrity="sha384-O8whS3fhG2OnA5Kas0Y9l3cfpmYjapjI0E4theH4iuMD+pLhbf6JI0jIMfYcK3yZ" crossorigin="anonymous">
lhi10 Posted March 25, 2019 Author Posted March 25, 2019 Hi Zahid, In which program I have to add <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.1/css/all.css" integrity="sha384-O8whS3fhG2OnA5Kas0Y9l3cfpmYjapjI0E4theH4iuMD+pLhbf6JI0jIMfYcK3yZ" crossorigin="anonymous"> this line. Thank you, Luiz
Recommended Posts
Archived
This topic is now archived and is closed to further replies.