View Single Post
  #190  
Old 02-08-2013, 08:58 PM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: X-Cart Adapt Template

Phil there seems to be a bug either in XC or Adapt and Clean URLs. The Adapt js file that switches CSS files for different screen sizes has "path" variable set to "skin/adapt/.....". When Clean URLs are on and category/manufacturer is setup to folder (not .html) the path to the CSS file becomes "CATEGORY_NAME/skin/adapt/....." and of course CSS file doesn't load, if Clean URLs are set to .html there is no problem.
I had to change the path in the js file to "/skin/adapt/...." to make it work. Cart was all in a subdirectory so this could be the issue as well.
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote