View Single Post
  #39  
Old 09-22-2014, 07:31 PM
 
espresso espresso is offline
 

eXpert
  
Join Date: Apr 2007
Location: Ontario, Canada
Posts: 227
 

Default Re: Fashion Walk - NEW Responsive Template

Quote:
Originally Posted by espresso
I am happy to report that they have replied and are looking into my issue as to why it is not working alongside CDSEO Pro.
I will follow up, hopefully with a solution.
Ok, they found a solution.
NOTE: I am an end user and not a programmer, so I don't understand why, but I hope it helps others:
TSX modified their file fw-responsive.tpl.
Many lines in this template call on style sheets the following way:
Code:
<link href="skin/fashion-walk/css/somthing/big.css" rel="stylesheet" />
TSX modified the lines to:
Code:
<link href="{$xcart_web_dir}/skin/fashion-walk/css/something/big.css" rel="stylesheet" />
NOTE: I modified the lines not to exploit the code, but you'll get the idea.
TSX believes it has to do with our server configuration.
We use Total server solutions (ex handson) as a hosting service.
__________________
Rene
End user - merchant
In the upgrade process 4.6.6 to 5.4.x


Mods I miss in 5.4.x:
xCMS, Create-A-Sale, On-Sale AC, Kit Builder AC, Manufacturer-A-Z BCSE, Product-Bundle BCSE, Pre-Order BCSE, Customer Quotes BCSE
Reply With Quote