Getting Started

Installation

Layout Position

home 1 Home Style

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 "ID-Block1", please go to Admin Panel > Content > Elements > Blocks > Add new block with Identifier "id-block1".
    Please try to use below example code in your cms contents.
    <div class="slidershow-home clearfix">
    <div class="owl-carousel">
    <div class="item"><a title="Slider 1" href="#"><img src="{{media url="wysiwyg/slidershow/item-1.jpg"}}" alt="Slider Image" /></a></div>
    <div class="item"><a title="Slider 1" href="#"><img src="{{media url="wysiwyg/slidershow/item-2.jpg"}}" alt="Slider Image" /></a></div>
    <div class="item"><a title="Slider 1" href="#"><img src="{{media url="wysiwyg/slidershow/item-3.jpg"}}" alt="Slider Image" /></a></div>
    </div>
    </div>
    <script type="text/javascript" xml="space">// <![CDATA[
    		require([
    			'jquery',
    			'owlcarousel'
    		], function ($) {
    			jQuery(".slidershow-home .owl-carousel").owlCarousel({
    				items:1,
    				autoplay:true,
    				loop:true,
    				nav : true, 
    				dots: false,
    				autoplaySpeed : 500,
    				navSpeed : 500,
    				dotsSpeed : 500,
    				autoplayHoverPause: true,
    				margin:1,
    			});	  
    		});				
    	
    // ]]></script>
    <div class="categories-slider-container lazyload-container">
    <div class="owl-carousel cat-slider">
    <div class="item">
    <div class="cat-inner">
    <div class="image-cat"><a title="Category Image" href="#"><img src="{{media url="wysiwyg/categories/item-1.jpg"}}" alt="Category Image" /></a></div>
    <div class="info-cat"><a title="Sofa & chairs" href="#">Sofa & chairs</a></div>
    </div>
    </div>
    <div class="item">
    <div class="cat-inner">
    <div class="image-cat"><a title="Category Image" href="#"><img src="{{media url="wysiwyg/categories/item-2.jpg"}}" alt="Category Image" /></a></div>
    <div class="info-cat"><a title="Furniture & Decor" href="#">Furniture & Decor</a></div>
    </div>
    </div>
    <div class="item">
    <div class="cat-inner">
    <div class="image-cat"><a title="Category Image" href="#"><img src="{{media url="wysiwyg/categories/item-3.jpg"}}" alt="Category Image" /></a></div>
    <div class="info-cat"><a title="Lamp & Lighting" href="#">Lamp & Lighting</a></div>
    </div>
    </div>
    <div class="item">
    <div class="cat-inner">
    <div class="image-cat"><a title="Category Image" href="#"><img src="{{media url="wysiwyg/categories/item-4.jpg"}}" alt="Category Image" /></a></div>
    <div class="info-cat"><a title="Sound & Life" href="#">Sound & Life</a></div>
    </div>
    </div>
    <div class="item">
    <div class="cat-inner">
    <div class="image-cat"><a title="Category Image" href="#"><img src="{{media url="wysiwyg/categories/item-5.jpg"}}" alt="Category Image" /></a></div>
    <div class="info-cat"><a title="Appliances" href="#">Appliances</a></div>
    </div>
    </div>
    <div class="item">
    <div class="cat-inner">
    <div class="image-cat"><a title="Category Image" href="#"><img src="{{media url="wysiwyg/categories/item-1.jpg"}}" alt="Category Image" /></a></div>
    <div class="info-cat"><a title="Sofa & chairs" href="#">Sofa & chairs</a></div>
    </div>
    </div>
    </div>
    <script type="text/javascript" xml="space">// <![CDATA[
    			require([
    				'jquery',
    				'owlcarousel'
    			], function ($) {
    				jQuery(".cat-slider").owlCarousel({
    					responsive:{
    						0:{
    							items:1
    						},
    						480:{
    							items:2
    						},
    						768:{
    							items:3
    						},
    						992:{
    							items:4
    						},
    						1200:{
    							items:5
    						}
    					},
    					
    					autoplay:false,
    					nav : true, 
    					dots: false,
    					autoplaySpeed : 500,
    					navSpeed : 500,
    					dotsSpeed : 500,
    					autoplayHoverPause: true,
    					margin:30,
    				});	  
    			});	
    								
    		
    // ]]></script>
    </div>
  • To show the "ID-Block1", please go to Content >> Elements >> Pages.
  • Please try to use below example code in your XML contents.
    {{block class="Magento\\Cms\\Block\\Block" block_id="id-block1"}} 
    

  • To create the "ID-Block2", please go to Admin Panel > Content > Elements > Blocks > Add new block with Identifier "id-block2".
    Please try to use below example code in your cms contents.
    <div class="shop-deal lazyload-container">
    <div class="container">
    <div class="title-home-page"><span>Shop Deals</span></div>
    <p class="block-description">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor<br />incididunt ut labore et dolore magna aliqua.</p>
    <div class="owl-carousel deal-slider">
    <div class="item">
    <div class="image-deal"><a title="Deal Image" href="#"><img src="{{media url="wysiwyg/deal/item-1.jpg"}}" alt="Deal Image" /></a></div>
    <div class="info-deal"><a title="Decor & Gifts" href="#"> Decor & Gifts <span>50% off</span> </a></div>
    </div>
    <div class="item">
    <div class="image-deal"><a title="Deal Image" href="#"><img src="{{media url="wysiwyg/deal/item-2.jpg"}}" alt="Deal Image" /></a></div>
    <div class="info-deal"><a title="Cookware Set" href="#"> Cookware Set <span>30% off</span> </a></div>
    </div>
    <div class="item">
    <div class="image-deal"><a title="Deal Image" href="#"><img src="{{media url="wysiwyg/deal/item-3.jpg"}}" alt="Deal Image" /></a></div>
    <div class="info-deal"><a title="Home Office" href="#"> Home Office <span>40% off</span> </a></div>
    </div>
    <div class="item">
    <div class="image-deal"><a title="Deal Image" href="#"><img src="{{media url="wysiwyg/deal/item-4.jpg"}}" alt="Deal Image" /></a></div>
    <div class="info-deal"><a title="Decor & Gifts" href="#"> Decor & Gifts <span>50% off</span> </a></div>
    </div>
    </div>
    <script type="text/javascript" xml="space">// <![CDATA[
    				require([
    					'jquery',
    					'owlcarousel'
    				], function ($) {
    					jQuery(".deal-slider").owlCarousel({
    						responsive:{
    							0:{
    								items:1
    							},
    							480:{
    								items:2
    							},
    							768:{
    								items:3
    							},
    							992:{
    								items:3
    							},
    							1200:{
    								items:3
    							}
    						},
    						
    						autoplay:false,
    						nav : true, 
    						dots: false,
    						autoplaySpeed : 500,
    						navSpeed : 500,
    						dotsSpeed : 500,
    						autoplayHoverPause: true,
    						margin:30,
    					});	  
    				});	
    									
    			
    // ]]></script>
    </div>
    </div>
    <div class="tab-product-container">{{block class="Sm\ListingTabs\Block\ListingTabs" template="Sm_ListingTabs::default.phtml" title="Featured Products" type_show="slider" type_listing="all" display_countdown="0" under_price="5" type_filter="categories" field_tabs="" category_select="" category_tabs="77,78,79,80,81,82" order_by="ordered_qty" order_dir="ASC" limitation="8"}}</div>
  • To show the "ID-Block2", 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="id-block2"}}

  • To create the "ID-Block3", please go to Admin Panel > Content > Elements > Blocks > Add new block with Identifier "id-block3".
    Please try to use below example code in your cms contents.
    <div class="deal-container-group">
    <div class="container">
    <div class="deal-content">{{block class="Sm\FilterProducts\Block\FilterProducts" template="Sm_FilterProducts::default-deal-group.phtml" title_module="Deals Of The Week" select_category="" display_countdown="1" product_source="special_products" product_limitation="6"}}</div>
    </div>
    </div>
    <div class="post-container">
    <div class="container">{{widget type="Magefan\Blog\Block\Widget\Recent" number_of_posts="3" category_id="0"}}</div>
    </div>
    <div class="product-wrapper">
    <div class="container">
    <div class="title-home-page"><span>Featured Products</span></div>
    <p class="block-description">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor<br />incididunt ut labore et dolore magna aliqua.</p>
    <div class="product-slider-1">{{block class="Sm\FilterProducts\Block\FilterProducts" template="Sm_FilterProducts::grid-slider.phtml" title_module="" select_category="75,76,77,78,79,80" display_countdown="0" product_source="lastest_products" product_limitation="6"}}
    <script type="text/javascript" xml="space">// <![CDATA[
    				require([
    					'jquery',
    					'owlcarousel'
    				], function ($) {
    					jQuery(".product-slider-1 .product-items").owlCarousel({
    						responsive:{
    							0:{
    								items:1
    							},
    							480:{
    								items:2
    							},
    							768:{
    								items:3
    							},
    							992:{
    								items:3
    							},
    							1200:{
    								items:4
    							}
    						},
    						
    						autoplay:false,
    						nav : true, 
    						dots: false,
    						autoplaySpeed : 500,
    						navSpeed : 500,
    						dotsSpeed : 500,
    						autoplayHoverPause: true,
    						margin:30,
    					});	  
    				});	
    							
    			
    // ]]></script>
    </div>
    </div>
    </div>
  • To show the "Id-Block3", 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="id-block3"}}

  • To create the "ID-Block4", please go to Admin Panel > Content > Elements > Blocks > Add new block with Identifier "id-block4".
    Please try to use below example code in your cms contents.
    <div class="brand-container lazyload-container">
    <div class="container">
    <div class="brand-slider clearfix">
    <div class="owl-carousel">
    <div class="item"><a title="Brand Slider" href="#"><img src="{{media url="wysiwyg/brand/item-1.jpg"}}" alt="Brand Image" /></a></div>
    <div class="item"><a title="Brand Slider" href="#"><img src="{{media url="wysiwyg/brand/item-2.jpg"}}" alt="Brand Image" /></a></div>
    <div class="item"><a title="Brand Slider" href="#"><img src="{{media url="wysiwyg/brand/item-3.jpg"}}" alt="Brand Image" /></a></div>
    <div class="item"><a title="Brand Slider" href="#"><img src="{{media url="wysiwyg/brand/item-4.jpg"}}" alt="Brand Image" /></a></div>
    <div class="item"><a title="Brand Slider" href="#"><img src="{{media url="wysiwyg/brand/item-5.jpg"}}" alt="Brand Image" /></a></div>
    <div class="item"><a title="Brand Slider" href="#"><img src="{{media url="wysiwyg/brand/item-6.jpg"}}" alt="Brand Image" /></a></div>
    <div class="item"><a title="Brand Slider" href="#"><img src="{{media url="wysiwyg/brand/item-1.jpg"}}" alt="Brand Image" /></a></div>
    <div class="item"><a title="Brand Slider" href="#"><img src="{{media url="wysiwyg/brand/item-2.jpg"}}" alt="Brand Image" /></a></div>
    </div>
    </div>
    <script type="text/javascript" xml="space">// <![CDATA[
    				require([
    					'jquery',
    					'owlcarousel'
    				], function ($) {
    					jQuery(".brand-slider .owl-carousel").owlCarousel({
    						responsive:{
    							0:{
    								items:2
    							},
    							480:{
    								items:3
    							},
    							768:{
    								items:5
    							},
    							992:{
    								items:5
    							},
    							1200:{
    								items:6
    							}
    						},
    						
    						autoplay:false,
    						nav : true, 
    						dots: false,
    						autoplaySpeed : 500,
    						navSpeed : 500,
    						dotsSpeed : 500,
    						autoplayHoverPause: true,
    						margin:30,
    					});	 	  
    				});				
    			
    // ]]></script>
    </div>
    </div>
    <div class="container">
    <div class="bottom-products clearfix">
    <div class="row">
    <div class="col-lg-4 col-md-4 col-sm-6">{{block class="Sm\FilterProducts\Block\FilterProducts" template="Sm_FilterProducts::default-list.phtml" title_module="New Arrivals" select_category="" display_countdown="0" product_source="lastest_products" product_limitation="3"}}</div>
    <div class="col-lg-4 col-md-4 col-sm-6">{{block class="Sm\FilterProducts\Block\FilterProducts" template="Sm_FilterProducts::default-list.phtml" title_module="Bestsellers" select_category="" display_countdown="0" product_source="best_sellers" product_limitation="3"}}</div>
    <div class="col-lg-4 col-md-4 col-sm-6">{{block class="Sm\FilterProducts\Block\FilterProducts" template="Sm_FilterProducts::default-list.phtml" title_module="Featured" select_category="" display_countdown="0" product_source="featured_products" product_limitation="3"}}</div>
    </div>
    </div>
    </div>
    <div class="client-container">
    <div class="container">
    <div class="client-content">
    <div class="title-home-page"><span>What Our Clients Say?</span></div>
    <div class="owl-carousel clientsay-slider">
    <div class="item">
    <p class="client-description">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor<br /> incididunt ut laboreet dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco<br /> laboris nisi ut aliquip ex ea commodo consequat.</p>
    <p class="client-name">Johny Walker</p>
    <p class="client-job">Marketing - Online Store</p>
    </div>
    <div class="item">
    <p class="client-description">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor<br /> incididunt ut laboreet dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco<br /> laboris nisi ut aliquip ex ea commodo consequat.</p>
    <p class="client-name">Johny Walker</p>
    <p class="client-job">Marketing - Online Store</p>
    </div>
    <div class="item">
    <p class="client-description">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor<br /> incididunt ut laboreet dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco<br /> laboris nisi ut aliquip ex ea commodo consequat.</p>
    <p class="client-name">Johny Walker</p>
    <p class="client-job">Marketing - Online Store</p>
    </div>
    <div class="item">
    <p class="client-description">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor<br /> incididunt ut laboreet dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco<br /> laboris nisi ut aliquip ex ea commodo consequat.</p>
    <p class="client-name">Johny Walker</p>
    <p class="client-job">Marketing - Online Store</p>
    </div>
    </div>
    <script type="text/javascript" xml="space">// <![CDATA[
    					require([
    						'jquery',
    						'owlcarousel'
    					], function ($) {
    						jQuery(".clientsay-slider").owlCarousel({
    							items:1,
    							autoplay:true,
    							loop:true,
    							nav : false, 
    							dots: true,
    							autoplaySpeed : 500,
    							navSpeed : 500,
    							dotsSpeed : 500,
    							autoplayHoverPause: true,
    							margin:30,
    						});	  
    					});	
    						
    				
    // ]]></script>
    </div>
    </div>
    </div>
  • To show the "Id-Block4", 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="id-block4"}}

    Theme Setting

    In Magento admin panel, navigate to Stores >> Settings >> Configuration >> MAGENTECH.COM >> SM Shop4u 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 support boxed and full width layout. You can select a layout style that you want.
    Responsive Layout: Choose "Yes" to show responsive layout for each type of devices.
    Right To Left Layout: This theme support right to left layout. Choose "Yes" to view.

    We provides 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.

    Social Buttons

    Show social buttons: Choose "Yes/No" to "Show/Hide" social button in detail page.

    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" in params Show Facebook, Twitter, Google+, Linkedin 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


    Other

    Change Log

    - Remove SM Instagram Module change by static block.
    - Updated to Magento 2.3.5
    - Updated to Magento 2.3.4
    - Updated to Magento 2.3.2
    - Fixed other style issues
    - Updated to Magento 2.3.1
    - Fixed other style issues
    - Updated to Magento 2.3.0
    - Updated Mega menu module
    - Updated Shopby module
    - Updated Quickcart pro module
    - Moved Javascript code in cms page, block page to a js file
    - Fixed other style issues
    - Updated to Magento 2.2.6
    - Updated Mega menu module
    - Updated Shopby module
    - Fixed contact page issue
    - Fixed other style issues
    - Update lên magento 2.2.5
    - Update module Megamenu
    - Update module Filterproduct
    - Update module Listingtabs
    - Update module Shopby
    - Fix error date of recently blog
    - Fix error page Post view module magefan blog

    Fixed error lazyloading image.

    Release