Documentation You are here: start » v » 0.7.2 » templates

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
v:0.7.2:templates [2012/01/27 14:07] sami.fiazv:0.7.2:templates [2017/04/26 07:02] (current) – external edit 127.0.0.1
Line 24: Line 24:
 If you don't want to bother with the technical details yet, take four and a half minutes to watch an explanation of AutoMagiCache in action. (Thanks to our good friend at [[http://www.my619.com/|My619.com]] for the screencast.) If you don't want to bother with the technical details yet, take four and a half minutes to watch an explanation of AutoMagiCache in action. (Thanks to our good friend at [[http://www.my619.com/|My619.com]] for the screencast.)
  
-<flashplayer width=962 height=721>file=http://www.foxycart.com/assets/files/screencasts/checkout_template_creation2.flv</flashplayer>+<flashplayer width=962 height=721>file=http://static.www.foxycart.com/video/screencasts/checkout_template_creation2.flv</flashplayer>
  
 ==== A Quick Start Guide ==== ==== A Quick Start Guide ====
Line 56: Line 56:
 Watch the screencasts below to see this approach in action. Even if you're a CSS Ninja, you may pick up a trick or two. And if you have additional tips or tricks feel free to add a comment. (This is a publicly editable wiki because we value the feedback of our users.) Click the links below to load the video. Watch the screencasts below to see this approach in action. Even if you're a CSS Ninja, you may pick up a trick or two. And if you have additional tips or tricks feel free to add a comment. (This is a publicly editable wiki because we value the feedback of our users.) Click the links below to load the video.
  
-  * [[flowplay>http://www.foxycart.com/assets/files/screencasts/FoxyCart_Modifying_the_checkout_page_part1.flv|Customizing your checkout, part 1]] +  * [[flowplay>http://static.www.foxycart.com/video/screencasts/FoxyCart_Modifying_the_checkout_page_part1.flv|Customizing your checkout, part 1]] 
-  * [[flowplay>http://www.foxycart.com/assets/files/screencasts/FoxyCart_Modifying_the_checkout_page_part2.flv|Customizing your checkout, part 2]]+  * [[flowplay>http://static.www.foxycart.com/video/screencasts/FoxyCart_Modifying_the_checkout_page_part2.flv|Customizing your checkout, part 2]]
  
-{{flowplay>http://www.foxycart.com/assets/files/screencasts/FoxyCart_Modifying_the_checkout_page_part1.flv?997x764?noautoPlay}}+{{flowplay>http://static.www.foxycart.com/video/screencasts/FoxyCart_Modifying_the_checkout_page_part1.flv?997x764?noautoPlay}}
  
  
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.
Line 140: Line 151:
  
 {{page>v:0.7.2:cheat_sheet#placeholders}}  {{page>v:0.7.2:cheat_sheet#placeholders}} 
- 

Site Tools