View Single Post
  #46  
Old 09-10-2012, 06:12 AM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart Adapt Template

Just a note for CDSEO users...

If your layout gets messed up when navigating to subcategories, you can apply this small fix...

In skin/adapt/js/adapt_custom.js

In line 6, replace...

Quote:
path: 'skin/adapt/css/grid/',

With the full path to your store...

Eg.

Quote:
path: 'http://www.yourstore.com/skin/adapt/css/grid/',

Use https:// if necessary.

Thanks to Jack for the heads up.
__________________
xcartmods.co.uk
Reply With Quote