This shows you the differences between two versions of the page.
|
v:0.7.2:templates [2012/05/07 14:17] foxybrett |
v:0.7.2:templates [2012/06/25 17:31] (current) adam [Important Notes] |
||
|---|---|---|---|
| Line 130: | Line 130: | ||
| This issue may be related to your doctype, so if you encounter this please [[http://forum.foxycart.com/|let us know]]. | This issue may be related to your doctype, so if you encounter this please [[http://forum.foxycart.com/|let us know]]. | ||
| + | If you utilise conditional style blocks to target just a particular browser (like Internet Explorer), AutoMagiCache will currently trip over if that is the last style tag included in your ''<head>'' section. Simply including a style tag after it will correct this issue: | ||
| + | <code html> | ||
| + | <!--[if IE 6]> | ||
| + | <style type="text/css> | ||
| + | /* IE specific css */ | ||
| + | </style> | ||
| + | <![endif]--> | ||
| + | <style type="text/css> | ||
| + | /* Blank style */ | ||
| + | </style> | ||
| + | </code> | ||
| ==== Placeholders in your CSS or JS ==== | ==== Placeholders in your CSS or JS ==== | ||
| The following placeholders will be replaced with "spaced" placeholders in cached CSS and JS, to prevent problems with parsing placeholders that shouldn't be parsed. | The following placeholders will be replaced with "spaced" placeholders in cached CSS and JS, to prevent problems with parsing placeholders that shouldn't be parsed. | ||