Post by mianbao » Sun Mar 05, 2017 12:33 pm

I was reading that 2.3.0.2 has a built in back to top "pointer" however could not find it in the settings. anyone can help please with this..

New member

Posts

Joined
Fri Jul 15, 2016 9:57 am

Post by thekrotek » Sun Mar 05, 2017 2:02 pm

It doesn't by default. Usually To Top button is a theme feature and most themes indeed have it.

Professional OpenCart extensions, support and custom work.
Contact me via email or Skype by support@thekrotek.com


User avatar
Expert Member

Posts

Joined
Sun Jul 03, 2016 12:24 am


Post by mianbao » Mon Mar 06, 2017 9:01 am

thank you. obviously the default theme doesn't have it. ;)

New member

Posts

Joined
Fri Jul 15, 2016 9:57 am

Post by cyclops12 » Tue Mar 07, 2017 5:34 am

Following this topic: http://forum.opencart.com/viewtopic.php ... 17#p632449

I downloaded the zip file and put the jquery-scrolltofixed-min.js in
catalog\view\javascript\jquery
Then in catalog\view\theme\YOUR_THEME\template\common\header.tpl find

Code: Select all

<script src="catalog/view/javascript/jquery/jquery-2.1.1.min.js" type="text/javascript"></script>
And add after

Code: Select all

<script src="catalog/view/javascript/jquery/jquery-scrolltofixed-min.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function() {
  $('#bak2top').scrollToFixed();
});
</script>
At the very bottom of the header.tpl file find

Code: Select all

<?php } ?>
And add before

Code: Select all

<div id="bak2top" style="z-index:1;background-color:white;">
<a href="#top" class="top" title="Top">
<i class="fa fa-chevron-circle-up fa-fw icon-gray" aria-hidden="true" style="font-size:24px;"></i>
<span class="sr-only">Top</span>
</a>
</div>
Obviously you can change this about a bit but it might give you an idea

Expert Member

Posts

Joined
Sun Sep 27, 2015 1:10 am

Post by mianbao » Tue Mar 07, 2017 8:37 am

:D thank you , will give it a try.

New member

Posts

Joined
Fri Jul 15, 2016 9:57 am
Who is online

Users browsing this forum: No registered users and 78 guests