Fortis Theme Update Guide Copyright 2012 Infortis 1
Table of Contents 1. How to update the theme?...3 2. Important changes...5 2.1 Fortis Theme version 1.3.1...5 2.2 Fortis Theme version 1.3.0...5 2.3 Fortis Theme version 1.2.1...7 2.4 Fortis Theme version 1.2.0...7 2.5 Fortis Theme version 1.0.4...7 2
1. How to update the theme? To update the theme you need to follow almost the same steps as when you installed it. 1. Backup your Magento installation and the store database. Important: If you have made any changes in the theme files (e.g. you have done CSS stylesheet customization), backup all your changes. You can restore those changes after the theme is updated. 2. Disable compilation in System > Tools > Compilation, if it is enabled. 3. Using your FTP client (like FileZilla) go to your Magento root directory (it is the directory on your server where Magento is installed). Clear the store cache in var/cache directory (delete all the files inside, but do not delete var/cache directory!). It's necessary since Magento uses cache heavily. Next, delete all cookies for your store domain in your web browser. All these steps will eliminate most of potential problems. 4. Log out from Magento admin panel. Do not just close the browser window: you need to click Log Out link to refresh the access control system. 5. Extract the theme contents on your computer and navigate inside the extracted folder. 6. Navigate inside Theme directory. Using your FTP client upload content of Theme directory to your Magento root directory. Important: Files of the new version have to overwrite files of the previous version. 7. Omit this step if you don't use Magento 1.5.x. If you use Magento 1.5.x: navigate inside Theme - Magento 1.5.x directory. Using your FTP client upload content of Theme - Magento 1.5.x directory to your Magento root directory. Note: This will overwrite some theme files. If you get 404 not found when trying to open theme configuration pages in the admin panel after installation of the theme, you need to log out and log in again to refresh the access control system. 3
If you encounter any other problems after updating the theme: log out from Magento admin panel, clear the store cache under var/cache, and log in again. 4
2. Important changes Here you can find description of the most important changes. List of all changes can be found in Changelog.txt file in the download package. If for some reason you don't want to update the theme in your store, but you want to update selected parts of the theme, you can follow the Quick Update instructions which will help you to make some selected parts of update manually. 2.1 Fortis Theme version 1.3.1 Quick Update 1. Equal Height of Link Columns Equal Height of Link Columns option in System > Configuration > Theme Admin > Main Menu doesn't work. To fix it, you need to update this file on your server (overwrite the old version): a) app\design\frontend\fortis\default\template\page\html\head.phtml 2.2 Fortis Theme version 1.3.0 Light header skins Header CSS was redesigned and background color can now be changed in Theme Admin (you no longer need to enable light header skins in System > Config > Design). Skins gray-top and lgray-top are not available (they don't fit new CSS). Ypu need to restore theme's default setting in System > Config > Design: 5
Header background settings are available in System > Configuration > Theme Design > Header. Quick Update 2. Product label new To fix the issue with new label (in some installations label is not displayed), you need to update these files on your server (overwrite the old versions): a) app\design\frontend\fortis\default\template\catalog\product\view\media_labels.in c.phtml b) app\design\frontend\fortis\default\template\catalog\product\view\media_labels.p html c) app\code\local\infortis\themeadmin\helper\data.php 3. Cookie restriction info Cookie restriction info was unreadable. To fix this, insert the following code at the end of the main CSS file skin\frontend\fortis\default\css\styles.css: 6
.global-site-notice { border:1px solid #cfcfcf; border-width:0 0 1px; background:#f5f5f5; font-size:12px; lineheight:1.25; text-align:center; color:#2f2f2f; }.global-site-notice.notice-inner { width:860px; margin:0 auto; padding:12px 0 12px 80px; background:url(../images/i_notice.gif) 20px 25px no-repeat; text-align:left; }.global-site-notice.notice-inner p { margin:0; border:1px dotted #cccc73; padding:10px; }.global-site-notice.notice-inner.actions { padding-top:10px; } 2.3 Fortis Theme version 1.2.1 Quick Update In two skins with light gray header background (gray-top and lgray-top), the color of wishlist link icon and default link icon in the top links don't match the color of the other icons. You don't need this update if you don't use gray-top or lgray-top skins. To apply this update you don't need to re-upload all files. You only need to re-upload files from these two directories: skin/frontend/fortis/gray-top skin/frontend/fortis/lgray-top 2.4 Fortis Theme version 1.2.0 There are changes in the theme configuration pages some option groups were moved to new sections under Infortis Extensions tab. You will need to restore your settings from these groups: System > Configuration > Theme Admin > Design System > Configuration > Theme Admin > Slideshow on home page System > Configuration > Theme Admin > Attributes 2.5 Fortis Theme version 1.0.4 There are changes in Product Slider block was changed (please refer to the User Guide for more details). You need to update the block code in your CMS pages to use ne features of this block. 7