View Single Post
  #937  
Old 05-01-2015, 02:56 AM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

Quote:
1) Is it possible to change the load order when Reboot goes into Portrait Responsive? We would ideally like Refine Filters to load at the top of the screen if possible instead of below the products.

You can use the method I previously posted a while back here, although the code may be slightly different.

Quote:
2) How easy is it to add Reboot style icons to XCMS in the sidebar so it blends in more. Or if its easier remove the icons altogether?

Where the customer/menu_dialog.tpl box code is called in the menu template, you add an icon like this...

Code:
additional_class="fa fa-xxxxxx"
Eg.
Code:
{include file="customer/menu_dialog.tpl" title="Menu Title" content=$smarty.capture.menu additional_class="fa fa-star"}

List of icons is here.
__________________
xcartmods.co.uk
Reply With Quote