View Single Post
  #358  
Old 12-06-2013, 08:38 AM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

Quote:
Just noticed that on New Arrivals the thumbnails are a little small 65px, is it possible to make these 150px?

General Settings > Appearance

Maximum tiny thumbnail width (used in menu)
Maximum tiny thumbnail height (used in menu)

Adjust these two values, then regenerate the image cache in Tools > Maintenance

Quote:
Also when using New Arrivals in the side menu is it supposed to auto scroll to the next new item or is it a manual click.

It's manual by default. If you want it to scroll automatically, in skin/reboot/js/reboot.js

Around line 216, replace...
Code:
autoPlay: false,
With...
Code:
autoPlay: 3000,
Which is 3 seconds between each transition.

You can do the same for Bestsellers and Recently Viewed Products if you wish.
__________________
xcartmods.co.uk
Reply With Quote