Installation
Please follow next steps to complete the installation:
- Go to store backend and disable compilation mode.
- Go to your magento store root directory (via FTP or CPanel).
- Create file
maintenance.flag
in root directory. - Open your store in browser; you have to see page
Service Temporarily Unavailable
(if you can not see this page - probably you try to install extension at wrong magento instance). - Unpack all files from theme archive into your magento store root directory.
- Remove file
maintenance.flag
when copy process completed. - Login your store admin and start to configure extension.
- Navigate to
Admin > System > Manage Cache
and flush cache storage.
Configuring
- Navigate to
Admin > System > Configuration > Content Management
and set WYSIWYG editor to “Disabled by Default” mode. - Modify slider at
Admin > CMS > Easyslide
- Navigate to
Admin > CMS > Static Blocks
-
Create block
homepage
with following code:{{widget type="easyslide/insert" slider_id="default_m001"}} {{block type="catalog/navigation" name="home.nav" template="catalog/navigation/top.phtml"}} <script type="text/javascript"> new MobileNavigation(); </script> {{widget type="highlight/product_new" title="New Products" products_count="4" template="highlight/product/sidebar/list.phtml" class_name="highlight-new"}} {{widget type="highlight/product_special" title="Special Products" products_count="4" template="highlight/product/sidebar/list.phtml" class_name="highlight-special"}} {{widget type="highlight/product_reports_viewed" title="Recently Viewed" products_count="15" template="highlight/product/sidebar/list.phtml" class_name="highlight-recently"}} {{block type="newsletter/subscribe" name="left.newsletter" template="newsletter/subscribe.phtml"}}
-
Create block
footer_links_mobile
with following code:<ul> <li><a href="{{store direct_url='about-magento-demo-store'}}">About Us</a></li> <li><a href="{{store direct_url='customer-service'}}">Customer Service</a></li> <li class="last"><a href="{{store direct_url='contacts'}}">Contact Us</a></li> </ul>
-
-
Navigate to
Admin > Cms > Static Blocks
to add “Switch to desktop” and “Switch to mobile version” links-
Open
footer_links_mobile
block and add the following content to the bottom of the block:<ul> <li class="last"><a href="{{store direct_url='mobileswitcher/index/desktop'}}" rel="nofollow">Desktop Version</a></li> </ul>
-
Open the
footer_link
static block of your desktop theme and add the following link:<a href="{{store direct_url='mobileswitcher/index/mobile'}}" rel="nofollow">Mobile Version</a>
-
-
Navigate to
Admin > System > Configuration > Design > Themes
and addm001
exception to the following fields:- Layouts
- Templates
- Skins
Use the following Expression in order to detect mobile devices
iPhone|iPod|BlackBerry|Palm|Googlebot-Mobile|Mobile|mobile|mobi|Windows Mobile|Safari Mobile|Android|Opera Mini
- That’s all. Navigate to your home page and check how your new store looks.
If you have any problems with templates installtion please contact us at templates-master.com/contacts/ and we will help you with template installation for free.