Getting Started

Installation

Layout Position

home 1 Home Style 1
home 1 Home Style 2

Homepage Configuration

  • To configure the default home page for your store, please go to Stores>> Settings >>Configuration>>General>>Web>>Default Pages tab, select the desired page in the CMS Home Page field and save configuration.
  • You need to change to the website / store view that you want to change (the dropdown menu in the upper left corner). You will probably have to create a new CMS page if you want to have something different from your default home page.

From the top menu, please select Content >> Elements >> Pages. Here you can find all the store pages that you have imported, so you don't need to add them. You only need to update the pages HTML and XML content as you wish.

  • Step 1. Open any of them in order to get the access to the content.


  • Step 2. Edit the content as you desire


  • Step 3. Press Save Page button to save your configuration

  • To create the "Block-ads-h1", please go to Admin Panel > Content > Elements > Blocks > Add new block with Identifier "block-ads-h1".
    Please try to use below example code in your cms contents.
    <div class="ads-top"><span class="color-theme">ENDS SOON:</span> EXTRA <span class="color-theme">50% OFF</span> ALL ITEM (reduction automatically applied at checkout) + <span class="color-theme">FREE STANDARD SHIPPING</span> (on Orders 300 EUR )</div>
     
  • To show the "Block-ads-h1" block, please go to Content >> Elements >> Pages.
  • Please try to use below example code in your cms contents.
    {{block class="Magento\\Cms\\Block\\Block" block_id="block-ads-h1"}}

  • To create the "Block-slideshow", please go to Admin Panel > Content > Elements > Blocks > Add new block with Identifier "slidershow-home1".
    Please try to use below example code in your cms contents.
    <div class="slidershow-home1">
    <div class="slide1 owl-carousel">
    <div class="item"><img src="{{media url="wysiwyg/imageslider/home-v1/1.jpg"}}" alt="" data-navipicture="{{media url="wysiwyg/imageslider/home-v1/1.jpg"}}"/>
    <div class="wrapper-infoslider">
    <div class="container">
    <h3>we make it easy to exprience creativity</h3>
    <h2>New<br>design 2017</h2>
    <p>Stay ahead of the fashion pack with the latest arrivals— now updated five times a week for a <br> short time only!</p>
    <a href="#" class="shop-now"> Shop Now <i class="fa fa-long-arrow-right" aria-hidden="true"> </i></a>
    </div>
    </div>
    </div>
    <div class="item">
    <img src="{{media url="wysiwyg/imageslider/home-v1/2.jpg"}}" alt="" data-navipicture="{{media url="wysiwyg/imageslider/home-v1/2.jpg"}}"/>
    <div class="wrapper-infoslider text-right">
    <div class="container">
    <h3>we make it easy to exprience creativity</h3>
    <h2>Women<br>Collection</h2>
    <p>Stay ahead of the fashion pack with the latest arrivals— now updated five times a week for a <br> short time only!</p>
    <a href="#" class="shop-now"> Shop Now <i class="fa fa-long-arrow-right" aria-hidden="true"> </i></a>
    </div>
    </div>
    </div>
    <div class="item"><img src="{{media url="wysiwyg/imageslider/home-v1/3.jpg"}}" alt="" data-navipicture="{{media url="wysiwyg/imageslider/home-v1/3.jpg"}}" />
    <div class="wrapper-infoslider">
    <div class="container">
    <h3 style="color:#fff;">we make it easy to exprience creativity</h3>
    <h2 class="color-theme">Trending<br>Fashion 2017</h2>
    <p style="color:#fff;">Stay ahead of the fashion pack with the latest arrivals— now updated five times a week for a <br> short time only!</p>
    <a href="#" class="shop-now"> Shop Now <i class="fa fa-long-arrow-right" aria-hidden="true"></i></a>
    </div>
    </div>
    </div>
    </div>
    <div class="navPrev">
    	<span>
           <img src="{{media url="wysiwyg/imageslider/home-v1/1.jpg"}}" alt="" />
        </span>
    </div>
    <div class="navNext">
    	<span>
            <img src="{{media url="wysiwyg/imageslider/home-v1/2.jpg"}}" alt="" />
        </span>
    </div>
    </div>
     
  • To show the "Block-slideshow", please go to Content >> Elements >> Pages.
  • Please try to use below example code in your cms contents.
    <div class="full-wrapper">{{block class="Magento\\Cms\\Block\\Block" block_id="slidershow-home1"}}</div>
    

  • To create the "Block-shop", please go to Admin Panel > Content > Elements > Blocks > Add new block with Identifier "block-shop".
    Please try to use below example code in your cms contents.
    <div class="block-shop  block-home mr80">
    	<h2 class="title-home left">
    		<strong>Shop fashion</strong>
    	</h2>
    	<h2 class="title-home right">
    		<strong>by category</strong>
    	</h2>
    <p class="pre-text"> Lorem Khaled Ipsum is a major key to success. It’s on you how you want to live your life </p>
    	<div class="row">
    		<div class="items col-sm-4 col-xs-6">
    			<a href="#">
    				<div class="box-img"><img src="{{media url="wysiwyg/banner/cat1.png"}}" alt="" /></div>
    				<h2>Clothing</h2>
    			</a>	
    		</div>
    		<div class="items col-sm-4 col-xs-6">
    			<a href="#">
    				<div class="box-img"><img src="{{media url="wysiwyg/banner/cat2.png"}}" alt="" /></div>
    				<h2>Shoes</h2>
    			</a>
    		</div>
    		<div class="items col-sm-4 col-xs-6">
    			<a href="#">
    				<div class="box-img"><img src="{{media url="wysiwyg/banner/cat3.png"}}" alt="" /></div>
    				<h2>Handbag</h2>
    			</a>
    		</div>
    		<div class="items col-sm-4 col-xs-6">
    			<a href="#">
    				<div class="box-img"><img src="{{media url="wysiwyg/banner/cat4.png"}}" alt="" /></div>
    				<h2>Grooming</h2>
    			</a>
    		</div>
    		<div class="items col-sm-4 col-xs-6">
    			<a href="#">
    				<div class="box-img"><img src="{{media url="wysiwyg/banner/cat5.png"}}" alt="" /></div>
    				<h2>Watches</h2>
    			</a>
    		</div>
    		<div class="items col-sm-4 col-xs-6">
    			<a href="#">
    				<div class="box-img"><img src="{{media url="wysiwyg/banner/cat6.png"}}" alt="" /></div>
    				<h2>Accessories</h2>
    			</a>
    		</div>
    	</div>
    </div>
     
  • To show the "Block-shop", please go to Content >> Elements >> Pages.
  • Please try to use below example code in your cms contents.
    {{block class="Magento\\Cms\\Block\\Block" block_id="block-shop"}}
    

  • To create the "Block-top-brands", please go to Admin Panel > Content > Elements > Blocks > Add new block with Identifier "block-top-brands".
    Please try to use below example code in your cms contents.
    <div class="top-brands block-home">
    <h3 class="title-home"><strong>Top great brands</strong></h3>
    	<div class="inner-brands">
    		<div class="item">
    			<a href="#" title="Brand"><img src="{{media url="wysiwyg/banner/br1.jpg"}}" alt="" /></a>
    		</div>
    		<div class="item">
    			<a href="#" title="Brand"><img src="{{media url="wysiwyg/banner/br2.jpg"}}" alt="" /></a>
    		</div>
    		<div class="item">
    			<a href="#" title="Brand"><img src="{{media url="wysiwyg/banner/br3.jpg"}}" alt="" /></a>
    		</div>
    		<div class="item">
    			<a href="#" title="Brand"><img src="{{media url="wysiwyg/banner/br1.jpg"}}" alt="" /></a>
    		</div>
    	</div>
    </div>
    <script type="text/javascript">
    			require([
    				'jquery',
    				'owlcarousel'
    			], function ($) {
    				$(".top-brands .inner-brands").owlCarousel({				
    					nav: true,
    					dots:true,	
                        loop:true,
                        margin:30,
    					responsive: {
    						0: {
    							items:1
    						},
    						480: {
    							items:2
    						},
    						768: {
    							items:2
    						},
    						991: {
    							items:3
    						},						
    						1200: {
    							items:3
    						}
    					}
    				});	  
    			});
    		</script>
     
  • To show the "Block-top-brands", please go to Content >> Elements >> Pages.
  • Please try to use below example code in your cms contents.
    {{block class="Magento\\Cms\\Block\\Block" block_id="block-top-brands"}}
    

  • To create the "Block-necessary", please go to Admin Panel > Content > Elements > Blocks > Add new block with Identifier "block-necessary".
    Please try to use below example code in your cms contents.
    <div class="block-home block-necessary">
    <h2 class="title-home"><strong>The new necessary: Just us</strong></h2>
    <p class="pre-text"> Lorem Khaled Ipsum is a major key to success. It’s on you how you want to live your life </p>
    <div class="row banner-top">
    <div class="col-sm-7 text-center">
    <img src="{{media url="wysiwyg/banner/bn5.jpg"}}" alt="" />
    </div>
    <div class="col-sm-5">
    <div class="content text-left">
    <h2 class="title-home">
    <strong>
    Men</br>
    fashion</br>
    collection</br>
    </strong>
    </h2>
    <p class="pre-texts">VALENTINE'S DAY | From date night ideas to the chicest gifts, we guarantee you'll love our expert picks. </p>
    <a href="#" class="shop-now">Shop now</a>
    </div>
    </div>
    </div>
    <div class="row banner-bottom">
    <div class="col-sm-5">
    <div class="content text-right">
    <h2 class="title-home">
    <strong>
    Women</br>
    fashion</br>
    collection</br>
    </strong>
    </h2>
    <p class="pre-texts">VALENTINE'S DAY | From date night ideas to the chicest gifts, we guarantee you'll love our expert picks. </p>
    <a href="#" class="shop-now">Shop now</a>
    </div>
    </div>
    <div class="col-sm-7 text-center">
    <img src="{{media url="wysiwyg/banner/bn6.jpg"}}" alt="" />
    </div>
    </div>
    </div>
     
  • To show the "Block-necessary", please go to Content >> Elements >> Pages.
  • Please try to use below example code in your cms contents.
    
    {{block class="Magento\\Cms\\Block\\Block" block_id="block-necessary"}}
    

    1. How to show "Best Sellers"


    Please try to use below example code in your cms contents.
    {{block class="Sm\BasicProducts\Block\BasicProducts" name="basicproducts" template="Sm_BasicProducts::default-slider.phtml"}}

    2. How to show "New Arrivals"


    Please try to use below example code in your cms contents.
    {{block class="Sm\BasicProducts\Block\BasicProducts" name="basicproducts-box2" template="Sm_BasicProducts::default-slider-2.phtml" title="New Arrivals" product_limitation="8" product_order_by="created_at" }}

  • To create the "Block-Banner-Center", please go to Admin Panel > Content > Elements > Blocks > Add new block with Identifier "block-banner-center".
    Please try to use below example code in your cms contents.
    <div class="row mr50">
    <div class="col-sm-8">
    <div class="row">
    <div class="col-sm-6">
    <a href="#" class="banner mr30"><img src="{{media url="wysiwyg/banner/bn1.jpg"}}" alt="" /></a>
    </div>
    <div class="col-sm-6">
    <a href="#" class="banner mr30"><img src="{{media url="wysiwyg/banner/bn2.jpg"}}" alt="" /></a>
    </div>
    </div>
    <a href="#" class="banner mr30"><img src="{{media url="wysiwyg/banner/bn3.jpg"}}" alt="" /></a>
    </div>
    <div class="col-sm-4"><a href="#" class="banner mr30"><img src="{{media url="wysiwyg/banner/bn4.jpg"}}" alt="" /></a></div>
    </div>
     
  • To show the "Block-Banner-Center", please go to Content >> Elements >> Pages.
  • Please try to use below example code in your cms contents.
    
    {{block class="Magento\\Cms\\Block\\Block" block_id="block-banner-center"}}
    

  • To create the "Block-Policyshop", please go to Admin Panel > Content > Elements > Blocks > Add new block with Identifier "block-policyshop".
    Please try to use below example code in your cms contents.
    <div class="policy-shop">
    <div class="row">
    <div class="col-md-3 col-sm-6">
    <div class="item value">
    <h2>Great value</h2>
    <h3>Lorem khaled ipsum is major </h3>
    </div>
    </div>
    <div class="col-md-3 col-sm-6">
    <div class="item ship">
    <h2>Free Shipping</h2>
    <h3>Lorem khaled ipsum is major </h3>
    </div>
    </div>
    <div class="col-md-3 col-sm-6">
    <div class="item support">
    <h2>support 24/7</h2>
    <h3>Lorem khaled ipsum is major </h3>
    </div>
    </div>
    <div class="col-md-3 col-sm-6">
    <div class="item return">
    <h2>RETURN & EXCHANGE</h2>
    <h3>Lorem khaled ipsum is major </h3>
    </div>
    </div>
    </div>
    </div>
     
  • To show the "Block-Policyshop", please go to Content >> Elements >> Pages.
  • Please try to use below example code in your cms contents.
    
    {{block class="Magento\\Cms\\Block\\Block" block_id="block-policyshop"}}
    

    Theme Setting

    In Magento admin panel, navigate to Stores>> Settings>> Configuration >> MAGENTECH.COM >> SM Jenzo and configure its settings as you want.

    Please click Here to view the theme settings.

    Theme Color: In this option, you can set main color of entire page.

    Body Font

    In these options, you can change main font, font size, link color, text color, background, etc.

    Menu

    Menu Style: This theme support mega menu and css menu. You can select a menu style that you want.

    Menu on Top: Choose "Yes" to turn on "Sticky Menu" feature, the menu will be fixed on top when scroll down the page.

    Mobile Menu Type: This theme support sidebar menu and collapse on mobile. You can select a menu style that you want.

    Layout Style: This theme supports boxed and full width layout. You can select a layout style that you want.
    Max Width: You can change page's width.
    Responsive Layout: Choose "Yes" to show responsive layout for each type of devices.

    We provide flexible grid system includes: layout 1 column, layout 2 columns, layout 3 columns. You can change product's quantity per row to fit each screen.

    Image Box

    Thumbs Styles: This option allow you choose thumb style types that you want.
    Enable Loop: Choose "Yes" to repeat your loop.
    Enable Keyboard Trigger: Choose "Yes/No" to "Enable/Disable" keyboard trigger feature.
    Show Navigation: Choose "Yes/No" to "Show/Hide" navigation.
    Enable Popup Fullscreen: Choose "Yes" to show fullscreen popup when you mouse click on the product detail.
    Show Thumbs Navigation: Choose "Yes/No" to "Show/Hide" thumb navigation.
    Thumbs Margin: Distance between the thumb images.
    Thumbs Border Active Width: You can change width of thumb boder when active.
    Breakpoints: Breakpoints are used to set up the screen width at which the design of thumbnails changes.

    Image Zoom

    Enable Product Image Zoom: Choose "Yes/No" to "Allow/Not Allow" show product image zoom when you mouse hover on the product image.

    Related - Upsell Product

    In these options, you can choose "Yes/No" to "Show/Hide" and set limit quantity for related and upsell products.

    Tab

    Choose tab style types that you want.

    Custom Tab

    Choose "Yes", you can change name and add content for Custom Tab.

    Choose "Yes" to show socials. When you choose "Yes", you can change name and link of socials.

    Advanced

    Choose "Yes/No" to "Show/Hide" Go to Top, Add to Cart, Add to Wishlist, Add to Compare, Newsletter Popup, Copyright, etc.

    Developer

    To custom Css or Javascript

    Import Static Blocks

    By clicking this button, you can import all static blocks that are used for our demo site.

    Import Pages

    By clicking this button, you can import all pages that are used for our demo site.

    Import Demos

    Click "Demo X" button to install demo version that you prefer to install.

    Note: When you click "Demo X" button, the administration page will reload automatically. After it finishes reloading, please click "Save Config" button and refesh cache.

    Extensions

    Change Log

    + Upgrade lên Magento version 2.2.6.
    + Update module Sm Megamenu .
    + Update module Sm Shopby.
    + Fix issues zoom detail page.
    + Fix issues review detail page.
    + Fix issues minify HTML.
    + Fix issues menu in mobile.
    + Fix Contact page.
    + Fix print page.
    - Compatible with Magento 2.2.0.
    - Fixed bug: Modules displayed blank page when using media type.
    - Updated cartquickpro module.
    - Fixed error when enabling developer mode.
    - Fixed error module megamenu in admin.
    - Upgrade to be compatible with Magento 2.1.9.
    - Fix issue of not displaying related products in blog detail
    - Upgrade to be compatible with Magento 2.1.8
    - Release