Getting Started

Installation

Layout Position

home 1 Home Style 1
home 2 Home Style 2
home 1 Home Style 3

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-slideshow1", please go to Admin Panel > Content > Elements > Blocks > Add new block with Identifier "block-slideshow1".
    Please try to use below example code in your cms contents.
    <div class="slidershow-home owl-carousel">
    <div class="item"><img src="{{media url="wysiwyg/imageslider/home-v11.jpg"}}" alt="" /></div>
    <div class="item"><img src="{{media url="wysiwyg/imageslider/home-v12.jpg"}}" alt="" /></div>
    <div class="item"><img src="{{media url="wysiwyg/imageslider/home-v13.jpg"}}" alt="" /></div>
    </div>
    <script type="text/javascript" xml="space">// <![CDATA[
    // 
    // 
    // 
    // 
    require(['jquery','owlcarousel'], function ($) {
      $(".slidershow-home.owl-carousel").owlCarousel({
        
        items: 1,
        dots:true
        
      });
    }); 
    require(['jquery','owlcarousel'], function ($) {
    
    			dotcount = 1;
    			jQuery('.slidershow-home .owl-dot span').each(function() {
    			  jQuery( this ).addClass( 'dotnumber' + dotcount);
    			  jQuery( this ).attr('data-info', dotcount);
    			  dotcount=dotcount+1;
    			});
    			slidecount = 1;
    			jQuery('.slidershow-home .owl-item').not('.cloned').each(function() {
    			  jQuery( this ).addClass( 'slidenumber' + slidecount);
    			  slidecount=slidecount+1;
    			});
    			
    			jQuery('.slidershow-home .owl-dot span').each(function() {
    			
              grab = jQuery(this).data('info');
    
              slidegrab = jQuery('.slidenumber'+ grab +' img').attr('src');         
              jQuery(this).css("background-image", "url("+slidegrab+")");  
    
          });
    			
    });
    // 
    // 
    // 
    // ]]></script>
  • To show the "block-slideshow1", please go to Content >> Elements >> Pages.
  • Please try to use below example code in your XML contents.
    <referenceContainer name="page.top">
    <block class="Magento\Cms\Block\Block" name="block-slideshow1" before="-">
    	<arguments>
    		<argument name="block_id" xsi:type="string">block-slideshow1</argument>
    	</arguments>
    </block>
    </referenceContainer>
    

  • To create the "Id-1-Block-1", please go to Admin Panel > Content > Elements > Blocks > Add new block with Identifier "id-1-block-1".
    Please try to use below example code in your cms contents.
    <div class="policy-shop">
    <div class="row">
    <div class="col-sm-4">
    <div class="wrapper">
    <div class="icon"><i class="fa fa-truck"> </i></div>
    <div class="content">
    <h2>Fast & Free Shipping</h2>
    <p>Fast & Free Shipping on orders over $99.00</p>
    </div>
    </div>
    </div>
    <div class="col-sm-4">
    <div class="wrapper">
    <div class="icon"><i class="fa fa-usd"> </i></div>
    <div class="content">
    <h2>Money Guarantee</h2>
    <p>Lorem ipsum 30 days money back guarantee</p>
    </div>
    </div>
    </div>
    <div class="col-sm-4">
    <div class="wrapper">
    <div class="icon"><i class="fa fa-support"> </i></div>
    <div class="content">
    <h2>Online Support</h2>
    <p>We Support Online 24/7 for Customer</p>
    </div>
    </div>
    </div>
    </div>
    </div>
    <p>{{block class="Sm\Categories\Block\Categories" name="categories" as="categories" template="Sm_Categories::default.phtml" /}} {{block class="Sm\FilterProducts\Block\FilterProducts" name="filterproducts" template="Sm_FilterProducts::default-id1.phtml"}}</p>
    <script type="text/javascript" xml="space">// <![CDATA[
    // 
    require([
    				'jquery',
    				'owlcarousel'
    			], function ($) {
    				var slider_1 = $(".sm-filter-products .owl-carousel");
    				slider_1.owlCarousel({				
    					nav: true,
    					dots:false,
    					margin: 30,
    					
    					responsive: {
    						0: {
    							items:1
    						},
    						
    						480: {
    							items:2
    						},
    						
    						768: {
    							items:3
    						},
    						
    						991: {
    							items:4
    						},	
    						
    						1200: {
    							items:5
    						},
    					}
    				});	  
    			});
    // ]]></script>
    <div class="row banner-center mr60">
    <div class="col-sm-6 mr30"><a class="banner" href="#"><img src="{{media url="wysiwyg/banner/1.jpg"}}" alt="Static Image" /></a></div>
    <div class="col-sm-6"><a class="banner mr30" href="#"><img src="{{media url="wysiwyg/banner/2.jpg"}}" alt="Static Image" /></a> <a class="banner" href="#"><img src="{{media url="wysiwyg/banner/3.jpg"}}" alt="Static Image" /></a></div>
    </div>
    <p>{{block class="Sm\ListingTabs\Block\ListingTabs" name="listingtabs.default" as="listingtabs_default" template="Sm_ListingTabs::default.phtml"}}</p>
  • To show the "Id-1-Block-1", 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-1-block-1"}}

  • To create the "id-1-block-2", please go to Admin Panel > Content > Elements > Blocks > Add new block with Identifier "id-1-block-2".
    Please try to use below example code in your cms contents.
    <div class="block brand-wrapper">
    <div class="title-home">Featured Brands</div>
    <div class="owl-carousel slider-brands">
    <div class="item"><a class="mr30" title="Brand" href="#"><img src="{{media url="wysiwyg/brand/br1.jpg"}}" alt="Brand" /></a> <a class="mr30" title="Brand" href="#"><img src="{{media url="wysiwyg/brand/br7.jpg"}}" alt="Brand" /></a></div>
    <div class="item"><a class="mr30" title="Brand" href="#"><img src="{{media url="wysiwyg/brand/br2.jpg"}}" alt="Brand" /></a> <a class="mr30" title="Brand" href="#"><img src="{{media url="wysiwyg/brand/br8.jpg"}}" alt="Brand" /></a></div>
    <div class="item"><a class="mr30" title="Brand" href="#"><img src="{{media url="wysiwyg/brand/br3.jpg"}}" alt="Brand" /></a> <a class="mr30" title="Brand" href="#"><img src="{{media url="wysiwyg/brand/br9.jpg"}}" alt="Brand" /></a></div>
    <div class="item"><a class="mr30" title="Brand" href="#"><img src="{{media url="wysiwyg/brand/br4.jpg"}}" alt="Brand" /></a> <a class="mr30" title="Brand" href="#"><img src="{{media url="wysiwyg/brand/br10.jpg"}}" alt="Brand" /></a></div>
    <div class="item"><a class="mr30" title="Brand" href="#"><img src="{{media url="wysiwyg/brand/br5.jpg"}}" alt="Brand" /></a> <a class="mr30" title="Brand" href="#"><img src="{{media url="wysiwyg/brand/br11.jpg"}}" alt="Brand" /></a></div>
    <div class="item"><a class="mr30" title="Brand" href="#"><img src="{{media url="wysiwyg/brand/br6.jpg"}}" alt="Brand" /></a> <a class="mr30" title="Brand" href="#"><img src="{{media url="wysiwyg/brand/br12.jpg"}}" alt="Brand" /></a></div>
    </div>
    </div>
    <script type="text/javascript" xml="space">// <![CDATA[
    // 
    // 
    // 
    // 
    			require([
    				'jquery',
    				'owlcarousel'
    			], function ($) {
    				var brands_slider = $(".slider-brands");
    				brands_slider.owlCarousel({
    					nav: false,
    					dots:false,
    					margin: 30,
    					
    					responsive: {
    						0: {
    							items:2
    						},
    						480: {
    							items:3
    						},
    						768: {
    							items:4
    						},
    						991: {
    							items:5
    						},						
    						1200: {
    							items:6
    						}
    					}
    				});	  
    			});	
    					
    		
    // 
    // 
    // 
    // 
    // ]]></script>
    <p>{{block class="Sm\InstagramGallery\Block\InstagramGallery" name="instagramgallery" template="Sm_InstagramGallery::default.phtml"}}{{block class="Magento\Customer\Block\Newsletter" name="newletter" template="Magento_Newsletter::subscribe-home1.phtml"}}</p>
  • To show the "id-1-block-2", 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-1-block-2"}}

    1. How to create "Block-Contact-Ft"


  • To create the "block-contact-ft", please go to Admin Panel > Content > Elements > Blocks > Add new block with Identifier "block-contact-ft".
    Please try to use below example code in your cms contents.
    <div class="footer-block">
    <div class="footer-block-title">
    <h3>Contact Details</h3>
    </div>
    <div class="footer-block-content">
    <ul class="links-contact">
    <li class="add-icon"><span class="fa fa-home"> </span><span>Address:</span> No 40 Baria Sreet 133/2 NewYork City, NY, United States</li>
    <li class="email-icon middle-content"><span class="fa fa-send"> </span><span>Email:</span> contact@market.com</li>
    <li class="phone-icon"><span class="fa fa-phone"> </span><span>Phone 1 :</span> (888) 1900 86420 - (444) 1900 56789</li>
    </ul>
    </div>
    </div>

    2. How to create "Block-Information-Ft"


  • To create the "block-information-ft", please go to Admin Panel > Content > Elements > Blocks > Add new block with Identifier "block-information-ft".
    Please try to use below example code in your cms contents.
    <div class="footer-block">
    <div class="footer-block-title">
    <h3>Information</h3>
    </div>
    <div class="footer-block-content">
    <ul class="links-footer">
    <li><a title="About Us" href="{{store url=""}}about-us.html">About Us</a></li>
    <li><a title="Market Reviews" href="#">Market Reviews</a></li>
    <li><a title="Terms of Use" href="#">Terms of Use</a></li>
    <li><a title="Privacy Policy" href="#">Privacy Policy</a></li>
    <li><a title="Site Map" href="#">Site Map</a></li>
    </ul>
    </div>
    </div>

    3. How to create "Block-Customer-Ft"


  • To create the "block-customer-ft", please go to Admin Panel > Content > Elements > Blocks > Add new block with Identifier "block-customer-ft".
    Please try to use below example code in your cms contents.
    <div class="footer-block">
    <div class="footer-block-title">
    <h3>Customer Service</h3>
    </div>
    <div class="footer-block-content">
    <ul class="links-footer">
    <li><a title="Shipping Policy" href="#">Shipping Policy</a></li>
    <li><a title="Compensation First" href="#">Compensation First</a></li>
    <li><a title="My Account" href="{{store url=""}}customer/account">My Account</a></li>
    <li><a title="Return Policy" href="#">Return Policy</a></li>
    <li><a title="Contact Us" href="{{store url=""}}contact-us.html">Contact Us</a></li>
    </ul>
    </div>
    </div>

    4. How to create "Block-Socials-Ft"


  • To create the "block-socials-ft", please go to Admin Panel > Content > Elements > Blocks > Add new block with Identifier "block-socials-ft".
    Please try to use below example code in your cms contents.
    <div class="footer-block">
    <div class="footer-block-title">
    <h3>Payment & Shipping</h3>
    </div>
    <div class="footer-block-content">
    <div class="description">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam</div>
    {{block class="Magento\Framework\View\Element\Template" name="social.button.detail" after="product.info.overview" template="Magento_Theme::html/social-button.phtml" /}}</div>
    </div>
  • Theme Setting

    In Magento admin panel, navigate to Stores>> Settings>> Configuration >> MAGENTECH.COM >> SM Histore 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.

    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" 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

    Click here to view changelog