[SOLVED] {cms_stylesheet} tag not combining stylesheets
Posted: Mon Jul 09, 2012 11:45 am
Hi
I have a cmsms installation 1.10.3 which I have been upgrading since version 1.3.
I have been using the {cms_stysheet} tag since it was introduced and it is placed in the <head> section of the template just like this
I expect the stylesheets to be combined the out put is still one link per stylesheet like below
I have a total of 17 stylesheets applied to the templates. I have another template with only 4 stylesheets applied and in this case, the output has a combined stylesheet.
Is there a limit on the number of stylesheets you can have on a template to enable combining?
I have tested by using the template which only had 4 and adding 13 more and again the output was not combined.
I have a cmsms installation 1.10.3 which I have been upgrading since version 1.3.
I have been using the {cms_stysheet} tag since it was introduced and it is placed in the <head> section of the template just like this
Code: Select all
{cms_stysheet}
Code: Select all
<link rel="stylesheet" type="text/css" href="http://www.example.com/tmp/cache/stylesheet_77b7120576d3bf8ef7f990847075d390.css" media="screen"/>
<link rel="stylesheet" type="text/css" href="http://www.example.com/tmp/cache/stylesheet_5210570935bf6e18b07424e75fb6924f.css" media="screen"/>
(+ 17 more)........
Is there a limit on the number of stylesheets you can have on a template to enable combining?
I have tested by using the template which only had 4 and adding 13 more and again the output was not combined.