View Single Post
  #82  
Old 06-05-2013, 09:55 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: X-Cart - reBOOT - Responsive Template

For anyone using the feedback addon, here's how to make it more mobile friendly...

in feedback/js/button.js

Before...
Code:
self.showWindow();
Insert...
Code:
$('html, body').animate({ scrollTop: 0 }, 'fast');

On clicking the feedback button, the page will auto-scroll to the top
__________________
xcartmods.co.uk
Reply With Quote