SM Viste - Responsive Magento Theme


When you download theme from our store and unzip, you will be got full of main files for theme installation. They're:

INSTALLATION GUIDE

There are two ways to install a MagenTech theme:

How to install theme

How to install extensions

Magento Community Edition 1.7.x and 1.8.x

Download: http://www.magentocommerce.com/download

Magentech provides SM Quickstart package for each template which aims to ease the installation for users. It will help you save much time of installing and configuring if you plan to start your site from the beginning.

Please following steps below (we used images of SM Glasses theme installation to illustrate for general installations - Magento Quickstart Installation - Magento Theme Installation - Magento Extension Installation):

Important notes:

  1. Do not use "localhost" in URL, otherwise you could not log in your admin (you should use your local IP if installing on your computer.).

  2. At step 3 of installation - Configuration page: Leave "Tables prefix" blank

Before you start the installation process of this theme, we recommend to back up your current live Magento files and database. If your store has not been available yet, get it quickly following Magento Installation Guide

The installation of our theme is quite simple. You just need follow steps below to get our theme ready for your Magento store:

Before you begin the SM Viste installation process, we recommend to back up your current live Magento files and database. If your store has not been available yet, get it quickly following Magento Installation Guide

You just need following steps below to get our extensions ready for your Magento store:

Configure homepage

1. Select the homepage from CMS Pages

2. Select Homepage >> Design on the left-hand menu.

3. In the Layout Update XML box, add the code as you want, this is our demo homepage:

<reference name="content-top">
         <block type="cms/block" name="block-banner-freeship">
		<action method="setBlockId"><block_id>block-banner-freeship</block_id></action>
	</block>
</reference>
<reference name="content">
   <block type="matrixslider/list" name="matrixslider.list.default">
   </block>
    <block type="responsivelisting/list" name="responsivelisting.list.default">
    	<action method="setConfig">
		</action>
	</block>
</reference>

4. Click the Save Page button.

Configure theme using admin back end

For easing the theme configuration, we has been created Cpanel in both backend and frontend, this is SM Viste configuration in backend:

1. Under Magento admin panel, go to System >> Configuration

2. Select SM Viste Theme on the left-hand menu

3. Tweak the theme as you want

Admin Cpanel

Configure theme using Cpanel front end

This is fontend, identical to what has in backend:

Front end Cpanel

1 Color Sample

5 presets to be chosen

2 Body

Background and Text color

3 Menu Style

3 options to be chosen: Mega, CSS or Split

4 Typography

Google Font, various font-size and font-family

 

1. Position

To replace default main menu

2. Configuration

To config General settings, module parameters, Advance, login your administrator, go to SM Mega Menu >> Configuration

configuration

To view more guide about how to install, set up and configure SM Mega Menu as you want, please click HERE

3. Mega Menu Items

In order to add menu items, Go to SM Mega Menu >> Menu items Manager

You must create add new Menu Group.

The settings below belong to SM Viste group. Other group has similar settings menu item

3.1 Home

Front-end appreance 

Backend Settings: Click here

Home Menu Items Tree:

Code of content used in About us:

<div class="aboutus-mega">
<div class="aboutus-mega-img">
<a href="{{config path="web/unsecure/base_url"}}about-us" title="About us">
<img src="{{media url="wysiwyg/cms-page/mega-aboutus.jpg"}}" alt="" />
</a>
</div>
<div class="aboutus-mega-intro">
<span>Welcome To Viste</span><br />
Nulla auctor mauris ut dui luctus semper. In hac habitasse platea dictumst. Duis pellentesque ligula a risus suscipit dignissim. Nunc non nisl lacus. Integer pharetra lacinia dapibus. Donec eu dolor dui, vel posuere mauris. Pellentesque semper congue sodales.
</div>
</div> 

Code of content used in Video:

<div class="box-video" style="">
<iframe src="//player.vimeo.com/video/25452283" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe> <p><a href="http://vimeo.com/25452283">s_11</a> from <a href="http://vimeo.com/user1508935">Ben</a> on <a href="https://vimeo.com">Vimeo</a>.</p>
</div>

How to configure Home Page: Refer here

3.2 Accessories Menu

Front-end appreance 

 

Backend Settings: Click here

Category/87: (To config: Go to Catalog >> Manager Categories > Accessories > Display Settings > Display Mode = "Products Only")

Accessories Menu Items Tree:

Code of content used in Categories:

<ul class="level0 custom shown-sub">
<li class="level1 nav-1-1 first">
<a href="{{config path="web/unsecure/base_url"}}accessories/category1.html" class="">
<span>Category 1</span>
</a>
</li>
<li class="level1 nav-1-2">
<a href="{{config path="web/unsecure/base_url"}}accessories/category2.html" class="">
<span>Category 2</span>
</a>
</li>
<li class="level1 nav-1-3">
<a href="{{config path="web/unsecure/base_url"}}accessories/category3.html" class="">
<span>Category 3</span>
</a>
</li>
<li class="level1 nav-1-4">
<a href="{{config path="web/unsecure/base_url"}}accessories/category4.html" class="">
<span>Category 4</span>
</a>
</li>
<li class="level1 nav-1-5">
<a href="{{config path="web/unsecure/base_url"}}accessories/category5.html" class="">
<span>Category 5</span>
</a>
</li>
<li class="level1 nav-1-6">
<a href="{{config path="web/unsecure/base_url"}}accessories/category-6.html" class="">
<span>Category 6</span>
</a>
</li>
<li class="level1 nav-1-7">
<a href="{{config path="web/unsecure/base_url"}}accessories/category-7.html" class="">
<span>Category 7</span>
</a>
</li>
<li class="level1 nav-1-8">
<a href="{{config path="web/unsecure/base_url"}}accessories/category-8.html" class="">
<span>Category 8</span>
</a>
</li>
</ul>

Menu type: CMS Block

CMS Block: block-banner-mega ( To config: Go to CMS >> Statistic Block ): Click here

Code of content used in Banner:

<div class="block-banner-mega">
<div class="banner-mega-img"><img src="/index.php/admin/cms_wysiwyg/directive/___directive/e3ttZWRpYSB1cmw9Ind5c2l3eWcvY21zLXBhZ2UvbWVnYS1iYW5uZXIuanBnIn19/key/1729ecf93e0c891a5e836f20a148cf46/" alt="" /></div>
<p>Cras aliquet. Integer faucibus, eros ac molestie placerat, enim tellus varius lacus, nec dictum nunc. Suspendisse dapibus ullamcorper pede.</p>

Code of content used in Best Sales:

<div class="mega-bestsale">
{{block type="basicproducts/home" name="topmost" template="sm/basicproducts/featured.phtml"
 title=""  product_source="product" product_ids="425,417" product_order_by="price" num_columns="1" product_limitation="2" product_image_width="100" product_image_height="85"   product_title_max_length="20" product_title_disp="1" product_rating_summary="1" product_description_disp="0" product_cart_or_status="0"}}
</div>

3.3 Cameras Menu

Front-end appreance 

 

Backend Settings: Click here

Category/121: (To config: Go to Catalog >> Manager Categories > Cameras > Display Settings > Display Mode = "Products Only")

Cameras Menu Items Tree:

Code of content used in Categories:

<ul class="level0 custom shown-sub">
<li class="level1 nav-1-1 first">
<a href="{{config path="web/unsecure/base_url"}}cameras/category-1.html" class="">
<span>Category 1</span>
</a>
</li>
<li class="level1 nav-1-2">
<a href="{{config path="web/unsecure/base_url"}}cameras/category-2.html" class="">
<span>Category 2</span>
</a>
</li>
<li class="level1 nav-1-3">
<a href="{{config path="web/unsecure/base_url"}}cameras/category-3.html" class="">
<span>Category 3</span>
</a>
</li>
<li class="level1 nav-1-4">
<a href="{{config path="web/unsecure/base_url"}}cameras/category-4.html" class="">
<span>Category 4</span>
</a>
</li>
<li class="level1 nav-1-5">
<a href="{{config path="web/unsecure/base_url"}}cameras/category-5.html" class="">
<span>Category 5</span>
</a>
</li>
<li class="level1 nav-1-6">
<a href="{{config path="web/unsecure/base_url"}}cameras/category-6.html" class="">
<span>Category 6</span>
</a>
</li>
<li class="level1 nav-1-7">
<a href="{{config path="web/unsecure/base_url"}}cameras/category-7.html" class="">
<span>Category 7</span>
</a>
</li>
<li class="level1 nav-1-8">
<a href="{{config path="web/unsecure/base_url"}}cameras/category-8.html" class="">
<span>Category 8</span>
</a>
</li>
</ul>

Code of content used in Slider:

{{block type="slider/list" name="slidermega" template="sm/slider/slider-mega.phtml" product_source="catalog" block_title="" slider_title_text="" product_category="121" product_image_height="210" product_image_width="280" product_limitation="10" deviceclass_sfx="preset01-2 preset02-2 preset03-2 preset04-1 preset05-1" duration="200"}}

3.4 Tripods, Lends and Filters Menu

Front-end appreance 

Backend Setting:

Category/137: (To config: Go to Catalog >> Manager Categories > Lends and Filters > Display Settings > Display Mode = "Products Only")

3.5 Product Types Menu

Front-end appreance 

Category/281: (To config: Go to Catalog >> Manager Categories > Product Types > Display Settings > Display Mode = "Products Only")

For getting more information about product types, please refer HERE

3.6 Blog Menu

Front-end appreance 

Backend Settings: Refer here

3.7 About us Menu

Front-end appreance 

Backend Settings: Refer here

3.8 Contact us Menu

Front-end appreance 

Backend Settings: Refer here

SM Viste - Positions

1. SM Cart Pro

1.1 Position

SM Cart Pro

1.2 Front-end appreance

1.3 Configuration

Backend of SM Cart Pro: Click here

To view more guide about how to install, set up and configure SM Cart Pro as you want, please click HERE

2. SM Matrix Slider

2.1 Position:

SM Matrix Slider

2.2 Front-end appreance

2.3 Configuration

Backend of SM Matrix Slider: Click here

To get this extension to show onto the front page at the up top position, go to CMS > Pages >> Homepage >> In Design tab, please fill in Layout Update XML parameter -between tag as below :

    <reference name="content">
   <block type="matrixslider/list" name="matrixslider.list.default">
   </block>
</reference>

 

3.SM Responsive Listing

3.1 Position

SM Responsive Listing

3.2 Front-end appreance

3.3 Configuration

Backend of SM Responsive Listing: Click here

To view more guide about how to install, set up and configure SM Responsive Listing as you want, please click HERE

To get this extension to show onto the front page at the up top position, go to CMS > Pages >> Homepage >> In Design tab, please fill in Layout Update XML parameter -between tag as below :

   <reference name="content">
   <block type="responsivelisting/list" name="responsivelisting.list.default">
    	<action method="setConfig">
		</action>
	</block>
</reference>

 

The SM Viste front-page has static blocks in the Theme:
  • block-community
  • block-banner-freeship
  • block-bannersupport
  • block-user5
  • block-payment
  • block-contact-us
  • block-customer-services
  • block-services

To create static blocks, go to CMS >> Static Blocks >> Add new block

1. block-community

1.1.  Identifier

block-banersupport

1.2. Front-end Appearance

 
 

1.3. Backend settings: Click here

1.4. Code to display as demo

<div class="block block-community">
<ul>
<li class="community-fb"><a class="icon-facebook" href="http://www.facebook.com/MagenTech" target="_blank">facebook</a></li>
<li class="community-gplus"><a class="icon-google-plus" href="https://plus.google.com/111936609376399911024/posts" target="_blank">googleplus</a></li>
<li class="community-twitter"><a class="icon-twitter" href="https://twitter.com/magentech" target="_blank">twitter</a></li>
<li class="community-linkedin"><a class="icon-linkedin" href="#">linkedin</a></li>
</ul>
</div>

2. block-banner-freeship

2.1.  Identifier

block-banner-freeship

2.2. Front-end Appearance

 
 

2.3. Backend settings: Click here

2.4. Code to display as demo

<div class="banner-alert alert fade in"><button class="close" type="button" data-dismiss="alert">×</button>
<div id="myCarousel" class="carousel slide">
<div class="carousel-inner">
<div class="item active"><a class="link-banner" href="#"><em class="icon-truck"></em>Free Shipping</a> Get free shipping on everything at Viste shop, on orders over 999 $</div>
<div class="item"><a class="link-banner " href="#"><em class="icon-picture"></em>Photo Competition</a> We want to see your photos? You could win a Nikon Coolpix P520 worth $499.95</div>
</div>
</div>
</div>
3. block-bannersupport
 
3.1. Identifier
 
block-bannersupport
 
3.2. Front-end Appearance
 
 
3.3. Backend settings: Click here
 
3.4. Code to display as demo
<div class="block-banner block-support clearfix"><em class="icon-support"></em>
<div class="support-info"><span>1-800-999-000</span><br />
<p>Call us Monday - Saturday 8:30 am - 6:00 pm</p>
</div>
</div>
4. block-user5
 
4.1.  Identifier
 
block-user5
 
4.2. Front-end Appearance
 
 
4.3. Backend settings: Click here
 
4.4. Code to display as demo
<div class="block block-newsletter">
<div class="newsletter-title"><em class="newsletter-tit"></em> <span>Newsletter</span></div>
<div class="block-content-info"><form id="newsletter-validate-detail" action="newsletter/subscriber/new/" method="post">
<p>Get exclusive deal offers delivered right to your inbox</p>
<div class="input-box"><input id="newsletter" class="input-text required-entry validate-email" title="Sign up for our newsletter" onfocus="if(this.value=='Enter your email...') this.value='';" onblur="if(this.value=='') this.value='Enter your email...';" type="text" name="email" value="Enter your email..." />
<div class="actions"><button class="button" type="submit"><span> </span></button></div>
</div>
</form></div>
</div>
5. block-payment
 
5.1.  Identifier
 
block-payment
 
5.2. Front-end Appearance
 
 
5.3. Backend settings: Click here
 
5.4. Code to display as demo
<div class="block-payment"><a href="#"><img src="/index.php/admin/cms_wysiwyg/directive/___directive/e3tza2luIHVybD0iaW1hZ2VzL3BheW1lbnQvcGF5bWVudDEucG5nIn19/key/a087efde907e585d90c817726df44fba/" alt="image" /> </a> <a href="#"><img src="/index.php/admin/cms_wysiwyg/directive/___directive/e3tza2luIHVybD0iaW1hZ2VzL3BheW1lbnQvcGF5bWVudDIucG5nIn19/key/a087efde907e585d90c817726df44fba/" alt="image" /> </a> <a href="#"><img class="last" src="/index.php/admin/cms_wysiwyg/directive/___directive/e3tza2luIHVybD0iaW1hZ2VzL3BheW1lbnQvcGF5bWVudDMucG5nIn19/key/a087efde907e585d90c817726df44fba/" alt="image" /></a></div>
6. block-contact-us
 
 
6.1.  Identifier
 
block-contact-us
 
6.2. Front-end Appearance
 
6.3. Backend settings: Click here
 
6.4. Code to display as demo
<div class="span4 contact-us" data-tablet="span4 contact-us first-tablet clearfix" data-stablet="span6 contact-us first-tablet clearfix">
<div class="block-contact-us block-item">
<div class="block-footer-content">
<div class="block-title-footer">Store Location</div>
<div class="block-content-info">
<p>Fell free to contact us if you have any problems</p>
<ul>
<li><span><strong>Address : </strong> 242 NTB Street, NY, US</span></li>
<li><span><strong>Email : </strong><a href="mailto:contact@viste.com">contact@viste.com</a></span></li>
<li><span><strong>Phone : </strong>(084) - 00 - 12345678</span></li>
<li><span><strong>Phone : </strong>(084) - 00 - 12635876</span></li>
</ul>
</div>
</div>
</div>
</div>
7. block-customer-services
 
7.1. Identifier
 
block-customer-services
 
7.2. Front-end Appearance
 
 
7.3. Backend settings: Click here
 
7.4. Code to display as demo
<div class="span4 customer-services" data-tablet="span4 customer-services" data-stablet="span6 customer-services">
<div class="block-user4 block-item">
<div class="block-footer-content">
<div class="block-title-footer">Customer Services</div>
<div class="block-content-info">
<ul>
<li class="nav-item"><a href="# ">Check Order Status</a></li>
<li class="nav-item"><a href="#">Shipping Options</a></li>
<li class="nav-item"><a href="#">Returns and Exchanges</a></li>
<li class="nav-item"><a href="#">Product Recall</a></li>
<li class="nav-item"><a href="#">Live Chat Support</a></li>
</ul>
</div>
</div>
</div>
</div>
8.block-services
 
8.1.  Identifier
 
block-services
 
8.2. Front-end Appearance
 
 
8.3. Backend settings: Click here
 
8.4. Code to display as demo
<div class="span4 services" data-tablet="span4 services" data-stablet="span6 services">
<div class="block-user2 block-item">
<div class="block-footer-content">
<div class="block-title-footer">Why choose us</div>
<div class="block-content-info">
<ul>
<li class="nav-item"><a href="# ">Shipping & Returns</a></li>
<li class="nav-item"><a href="#">Secure Shopping</a></li>
<li class="nav-item"><a href="#">International Shipping</a></li>
<li class="nav-item"><a href="#">Affiliates</a></li>
<li class="nav-item"><a href="#">Group Sales</a></li>
</ul>
</div>
</div>
</div>
</div>

 Home Page

To config this page, please navigate to CMS >> Pages, create Home page, navigate to tab Design and update with the following settings:

PHP Code:

<reference name="content-top">
         <block type="cms/block" name="block-banner-freeship">
		<action method="setBlockId"><block_id>block-banner-freeship</block_id></action>
	</block>
</reference>
<reference name="content">
   <block type="matrixslider/list" name="matrixslider.list.default">
   </block>
    <block type="responsivelisting/list" name="responsivelisting.list.default">
    	<action method="setConfig">
		</action>
	</block>
</reference>


Blog page

Contact us page

About us page

Support from MagenTech will be defined as following:

Item support includes:

Item support does not include:

Installation Services-Quickstart installation services cost $25:

That's it. Now you are ready for using!

Thank you so much for purchasing this theme. If you have any questions relating to this theme. No guarantees, but we'll do the best to assist. If you have a more general question relating to the themes on ThemeForest, you might consider visiting the our ticket system and send support request via Support Tickets System.

Thanks so much!