Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

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

Capture _2019-03-20-13-39-30.png

Capture _2019-03-20-13-40-42.png

Posted

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 .

Posted

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

Posted

Hi Valqui,

Thank you very much for your suggestion.

How to fix the arrow design?

Thxs.

Luiz

Thank you.1837879568_Capture_2019-03-21-11-46-09.thumb.png.b20b8d92dd4477bdc2ba901116983e0e.png

 

Capture _2019-03-21-11-46-33.png

Posted

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">

 

 

Posted

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...