X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   CSS in var/cache - why? (https://forum.x-cart.com/showthread.php?t=62775)

mcpilot 02-26-2012 07:29 AM

CSS in var/cache - why?
 
Just installed 4.4.5 w/ the Artistictunes-business template which I am about to start customizing.

However, using firebug all of the CSS links point to the var/cache folder.

Why is this? Any ideas? Temp setup site is here:

http://208.84.152.25/~polybagt/ (WFS)

totaltec 02-26-2012 08:00 AM

Re: CSS in var/cache - why?
 
All templates are cached before being displayed to the browser. What Smarty does is mix the PHP and the html from the templates together, and stores them in the cache.

The two CSS files that are affecting your site are
/skin/common_files/css/main.css
and
/skin/%YOURTEMPLATE%/css/altskin.css

cflsystems 02-26-2012 08:50 AM

Re: CSS in var/cache - why?
 
Quote:

Originally Posted by mcpilot
Just installed 4.4.5 w/ the Artistictunes-business template which I am about to start customizing.

However, using firebug all of the CSS links point to the var/cache folder.

Why is this? Any ideas? Temp setup site is here:

http://208.84.152.25/~polybagt/ (WFS)


Turn off Speedup Tools for js and css from admin general setting. Then they won't be cached so you can see exactly the file names and location. Once done customizing you can turn it back on


All times are GMT -8. The time now is 02:52 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.