This is an old revision of the document!
<tip c w>THIS IS A WORK IN PROGRESS - don't go following these instructions just yet, we're still working on them! We'll have this tutorial finished for you by the time 7.3 final ships.</tip>
These instructions are meant to be followed for sites updating from versions before 7.3.0 that wish to keep their existing design, but would like to make it use newer RWD techniques to make it more "mobile / device friendly" like the new default design does in 7.3 and higher.
Compatible Design Warning: If your design first started from versions prior to 7.0, or if your design is very deeply customized, these instructions may not work for you. You may be able to use some of the steps as general tips, but most of the instructions are specifically geared for designs that still match the basic structure of more recent versions of the software. If you find that you do not have a lot of the templates that the instructions are referring to, you may fall into this category. If your design is one of these, you can still try to follow along as I said, to use these as general tips, but for the most part you may be on your own.
For Update Friendly Template Sets Warning: These instructions were made for sites that originally used the Create Main Template Set tool within the admin at Design > Template Sets. If the template set was originally created by making a full copy of the default templates of the original version, you will need to follow the Make your Template Set Update Friendly tutorial before beginning this one. If your design falls into this category, more than likely it will be faster to start over than trying to convert your existing design. Of course you can still go this route, be sure to read that tutorial and this one first before you begin so you can get an idea of just how much work lies ahead of you. You've been warned! Note: If you aren't sure how your template set was made or whether it is "update friendly" yet or not, check the file "external/css/theme_styles.css", the first line. If the first line starts with "@import" you are likely already "update friendly". If it does not on the other hand, you will likely need to follow that tutorial first to make your template set update friendly.
<
/* $Rev:12345$ */
The number will be different. If it DOES have that line at the top, then replace the line with the below, filling in the "Rev number" in your file for # below:
@import url('../../../default/external/css/theme_styles.css'); /* * Leave first line of this file intact to make software updates easier! * * File manually copied using Rev: # */
<tip c h>Note: The most important part of what you are adding to the theme_styles.css file, is the first line, the one that starts with "@import…". The lines below that are "CSS Comments", they do not have any affect on the actual "styles" of your website, they are there for information purposes7).</tip> <
@import url('../../../default/external/css/primary_theme_styles.css'); /* * Leave first line of this file intact to make software updates easier! * * File manually copied using Rev: # */
<
@import url('../../../default/external/css/secondary_theme_styles.css'); /* * Leave first line of this file intact to make software updates easier! * * File manually copied using Rev: # */
<
<