Getting Started

Installation

Layout Position

home 1 Home Style 1
home 1 Home Style 2
home 3 Home Style 3
home 4 Home Style 4
home 5 Home Style 5

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 "Image Slider" , please go to Admin Panel > Content > Elements > Blocks > Add new block with Identifier "block-sliderhome1" block.
    Please try to use below example code in your cms contents.
    <div class="slidershow-home">
    <div class="item"><a title="Images" href="#"><img src="{{media url="wysiwyg/imageslider/home-v1/sample-1.jpg"}}" alt="" /></a></div>
    <div class="item"><a title="Images" href="#"><img src="{{media url="wysiwyg/imageslider/home-v1/sample-2.jpg"}}" alt="" /></a></div>
    <div class="item"><a title="Images" href="#"><img src="{{media url="wysiwyg/imageslider/home-v1/sample-3.jpg"}}" alt="" /></a></div>
    </div>
    <script type="text/javascript">
    	require([
    		'jquery',
    		'owlcarousel'
    	], function ($) {
    			var brand_slider = $(".slidershow-home");
    			brand_slider.owlCarousel({				
    				nav: true,
    				dots:true,
    				margin: 20,
    				items:1	
    			});	  
    		});
    		
    </script>
  • To show the "Image Slider", 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-sliderhome1"}}
    

    1. How to show "Static-Image1"


  • To create the "Static-Image1", please go to Admin Panel > Content > Elements > Blocks > Add new block with Identifier "block-static-image1" block.
    Please try to use below example code in your cms contents.
    <div class="banner-home1">
    <div class="row">
    <div class="col-xs-4">
    <a title="Static Image" href="#" class="banner"><img src="{{media url="wysiwyg/banner/banner01.jpg"}}" alt="Static Image" /></a>
    </div>
    <div class="col-xs-4">
    <a title="Static Image" href="#" class="banner"><img src="{{media url="wysiwyg/banner/banner02.jpg"}}" alt="Static Image" /></a>
    </div>
    <div class="col-xs-4">
    <a title="Static Image" href="#" class="banner"><img src="{{media url="wysiwyg/banner/banner03.jpg"}}" alt="Static Image" /></a>
    </div>
    </div>
    </div>
    
  • To show the "Static-Image1", 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-static-image1"}}

    2. How to show "Banner-Deals"


  • To create the "Banner-Deals", please go to Admin Panel > Content > Elements > Blocks > Add new block with Identifier "block-bannerdeals-1" block.
    Please try to use below example code in your cms contents.
     <a href="#" class="banner"><img src="{{media url="wysiwyg/banner/banner04.jpg"}}" alt="" /></a>
    
  • To show the "Banner-Deals", 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-bannerdeals-1"}}

    3. How to show "Banner-Center"


  • To create the "Banner-Center", please go to Admin Panel > Content > Elements > Blocks > Add new block with Identifier "block-bannercenter-h1" block.
    Please try to use below example code in your cms contents.
     <div class="block"><a href="#" class="banner"><img src="{{media url="wysiwyg/banner/banner05.jpg"}}" alt="" /></a></div>
    
  • To show the "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-bannercenter-h1"}}

    4. How to show "Group-Banner"


  • To create the "Group-Banner", please go to Admin Panel > Content > Elements > Blocks > Add new block with Identifier "block-group-banner1" block.
    Please try to use below example code in your cms contents.
     <div class="group-banner">
    	<div class="row">
    		<div class="col-sm-4">
    			<a href="#" class="banner mr20"><img src="{{media url="wysiwyg/banner/banner06.jpg"}}" alt="" /></a>
    			<a href="#" class="banner mr20"><img src="{{media url="wysiwyg/banner/banner07.jpg"}}" alt="" /></a>
    		</div>
    		<div class="col-sm-4">
    			<a href="#" class="banner mr20"><img src="{{media url="wysiwyg/banner/banner08.jpg"}}" alt="" /></a>
    		</div>
    		<div class="col-sm-4">
    			<a href="#" class="banner mr20"><img src="{{media url="wysiwyg/banner/banner09.jpg"}}" alt="" /></a>
    			<a href="#" class="banner mr20"><img src="{{media url="wysiwyg/banner/banner10.jpg"}}" alt="" /></a>
    		</div>
    	</div>
    </div>
    
  • To show the "Group-Banner", 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-group-banner1"}}

    1. How to show "Flash Deal"


    Please try to use below example code in your cms contents.
    {{block class="Sm\FilterProducts\Block\FilterProducts" name="filterproducts" template="Sm_FilterProducts::productdeals-1item.phtml" nb_rows="1"}}

    2. How to show "Weekly Deal"


    Please try to use below example code in your cms contents.
    {{block class="Sm\DealsSlider\Block\DealsSlider" name="dealsslider" as="dealsslider" template="Sm_DealsSlider::default.phtml" /}}

    3. How to show "Ending Soon"


    Please try to use below example code in your cms contents.
    {{block class="Sm\FilterProducts\Block\FilterProducts" name="filterproducts-box2" template="Sm_FilterProducts::box2-productdeals-home1.phtml" title_module="Ending Soon" pretext="block-pretext-deals1" product_limitation="10" nb_column1="4" nb_column2="3"}}

    4. How to show "Most Viewed"


    Please try to use below example code in your cms contents.
    {{block class="Sm\FilterProducts\Block\FilterProducts" name="filterproducts-bacsic" template="Sm_FilterProducts::product-bacsic.phtml" title_module="most viewed" product_source="viewed_products"}}

    5. How to show "Recommend"


    Please try to use below example code in your cms contents.
    {{block class="Sm\FilterProducts\Block\FilterProducts" name="filterproducts-box3" template="Sm_FilterProducts::product-list.phtml" title_module="Recommend" select_category="99,98" nb_rows="2" product_limitation="6" nb_rows="2" nb_column1="2" nb_column2="2"}}

    6. How to show "New Deal"


    Please try to use below example code in your cms contents.
    {{block class="Sm\ListingTabs\Block\ListingTabs" name="listingtabs.default" as="listingtabs_default" template="Sm_ListingTabs::default.phtml" }}

  • To create the "Hashtags", please go to Admin Panel > Content > Elements > Blocks > Add new block with Identifier "block-hashtags-1" block.
    Please try to use below example code in your cms contents.
    <div class="hashtags clearfix">
        <h3 class="title_block">Hashtags</h3>
        <ul class="clearfix">
            <li class="item col-md-2 col-sm-4 col-xs-6">
                <div class="item-image">
                    <a href="#">
    				<img src="{{media url="wysiwyg/banner/tag-1.jpg"}}" alt="" />
                    </a>
                </div>
                <div class="item-content">
                    <h4><a href="#">#Menfashion</a></h4>
                </div>
            </li>
            <li class="item col-md-2 col-sm-4 col-xs-6">
                <div class="item-image">
                    <a href="#">
    				<img src="{{media url="wysiwyg/banner/tag-2.jpg"}}" alt="" />
                    </a>
                </div>
                <div class="item-content">
                    <h4><a href="#">#Macbook</a></h4>
                </div>
            </li>
            <li class="item col-md-2 col-sm-4 col-xs-6">
                <div class="item-image">
                    <a href="#">
    					<img src="{{media url="wysiwyg/banner/tag-3.jpg"}}" alt="" />
                    </a>
                </div>
                <div class="item-content">
                    <h4><a href="#">#Kiddresses</a></h4>
                </div>
            </li>
            <li class="item col-md-2 col-sm-4 col-xs-6">
                <div class="item-image">
                    <a href="#">
    				<img src="{{media url="wysiwyg/banner/tag-4.jpg"}}" alt="" />
                    </a>
                </div>
                <div class="item-content">
                    <h4><a href="#">#Cosmetics</a></h4>
                </div>
            </li>
            <li class="item col-md-2 col-sm-4 col-xs-6">
                <div class="item-image">
                    <a href="#">
    				<img src="{{media url="wysiwyg/banner/tag-5.jpg"}}" alt="" />
                    </a>
                </div>
                <div class="item-content">
                    <h4><a href="#">#Shoes</a></h4>
                </div>
            </li>
            <li class="item col-md-2 col-sm-4 col-xs-6">
                <div class="item-image">
                    <a href="#">
    				<img src="{{media url="wysiwyg/banner/tag-6.jpg"}}" alt="" />
                    </a>
                </div>
                <div class="item-content">
                    <h4><a href="#">#Women Fahion</a></h4>
                </div>
            </li>
        </ul>
        <div class="more"><a href="#"> View All </a>
        </div>
    </div>
    
  • To show the "Hashtags", please go to Content >> Elements >> Pages.
  • Please try to use below example code in your cms contents.
    <div class="col-sm-12">{{block class="Magento\\Cms\\Block\\Block" block_id="block-hashtags-1"}}</div>

  • To create the "Trending Search", please go to Admin Panel > Content > Elements > Blocks > Add new block with Identifier "block-trending-home" block.
    Please try to use below example code in your cms contents.
    <div class="trending clearfix">
    <div class="row">
        <div class="text col-md-2 col-sm-3 col-xs-4">
            <h3 class="title-block"><span>Trending</span> Search</h3>
        </div>
    
        <div class="item col-md-10 col-sm-9 col-xs-8 clearfix">
            <ul class="out-content">
                <li class="item item-1">
                    <div class="item-content">
                        <h4><a href="#">Men Fahion</a></h4>
    					<h5>12561 Looking</h5>
                    </div>
                    <div class="item-image">
                        <a href="#">
    					<img src="{{media url="wysiwyg/banner/home-image-1-1.jpg"}}" alt="" />
                        </a>
                    </div>
                </li>
                <li class="item item-2">
                    <div class="item-content">
                        <h4><a href="#">Iphone 6</a></h4>
    					<h5>125 Looking</h5>
                    </div>
                    <div class="item-image">
                        <a href="#">
    					<img src="{{media url="wysiwyg/banner/home-image-1-2.jpg"}}" alt="" />
                        </a>
                    </div>
                </li>
                <li class="item item-3">
                    <div class="item-content">
                        <h4><a href="#">Women Shoes</a></h4>
    					<h5>61 Looking</h5>
                    </div>
                    <div class="item-image">
                        <a href="#">
    					<img src="{{media url="wysiwyg/banner/home-image-1-3.jpg"}}" alt="" />
                        </a>
                    </div>
                </li>
                <li class="item item-4">
                    <div class="item-content">
                        <h4><a href="#">Kid Dress</a></h4>
    					<h5>11 Looking</h5>
                    </div>
                    <div class="item-image">
                        <a href="#">
    					<img src="{{media url="wysiwyg/banner/home-image-1-4.jpg"}}" alt="" />
                        </a>
                    </div>
                </li>
                <li class="item item-4">
                    <div class="item-content">
                        <h4><a href="#">Jean</a></h4>
    					<h5>161 Looking</h5>
                    </div>
                    <div class="item-image">
                        <a href="#">
    					<img src="{{media url="wysiwyg/banner/home-image-1-5.jpg"}}" alt="" />
                        </a>
                    </div>
                </li>
                <li class="item item-4">
                    <div class="item-content">
                        <h4><a href="#">Watches</a></h4>
    					<h5>121 Looking</h5>
                    </div>
                    <div class="item-image">
                        <a href="#">
    					<img src="{{media url="wysiwyg/banner/home-image-1-6.jpg"}}" alt="" />
                        </a>
                    </div>
                </li>
            </ul>
        </div>
     </div>
     </div>
     <script type="text/javascript">
     require([
    			'jquery',
    			'owlcarousel'
    		], function ($) {
    				$(".trending .out-content").owlCarousel({				
    					nav: true,
    					dots:false,
                                           loop: true,
    					margin: 10,
    					responsive:{
                            0:{
                                items:1
                            },
                            480:{
                                items:2
                            },
                            768:{
                                items:4
                            },
                            992:{
                                items:5
                            },
                            1200:{
                                items:6
                            }
                        }
    				});	  
    			});
    </script>
     
    
  • To show the "Trending-Search", 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-trending-home1"}}

  • To create the "Brands", please go to Admin Panel > Content > Elements > Blocks > Add new block with Identifier "block-our-brand" block.
    Please try to use below example code in your cms contents.
    <div class="our-brands">
    	<div class="inner-brands">
    		<div class="item">
    			<a href="#" title="Brand"><img src="{{media url="wysiwyg/brand/1.jpg"}}" alt="" /></a>
    		</div>
    		<div class="item">
    			<a href="#" title="Brand"><img src="{{media url="wysiwyg/brand/2.jpg"}}" alt="" /></a>
    		</div>
    		<div class="item">
    			<a href="#" title="Brand"><img src="{{media url="wysiwyg/brand/3.jpg"}}" alt="" /></a>
    		</div>
    		<div class="item">
    			<a href="#" title="Brand"><img src="{{media url="wysiwyg/brand/4.jpg"}}" alt="" /></a>
    		</div>
    		<div class="item">
    			<a href="#" title="Brand"><img src="{{media url="wysiwyg/brand/5.jpg"}}" alt="" /></a>
    		</div>
    		<div class="item">
    			<a href="#" title="Brand"><img src="{{media url="wysiwyg/brand/6.jpg"}}" alt="" /></a>
    		</div>
    	</div>
    </div>
    <script type="text/javascript">
    			require([
    				'jquery',
    				'owlcarousel'
    			], function ($) {
    				$(".our-brands .inner-brands").owlCarousel({				
    					nav: true,
    					dots:false,	
                                           loop:true,
                                          margin:0,
    					responsive: {
    						0: {
    							items:1
    						},
    						480: {
    							items:2
    						},
    						768: {
    							items:3
    						},
    						991: {
    							items:5
    						},						
    						1200: {
    							items:6
    						}
    					}
    				});	  
    			});
    		</script>
    
    
     
  • To show the "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-our-brand"}}

  • To create the "Policyshop", please go to Admin Panel > Content > Elements > Blocks > Add new block with Identifier "block-policyshop" block.
    Please try to use below example code in your cms contents.
    							<div class="clearfix block-policy">
    								<div class="container">
    									<ul><li class="item free col-md-3 col-sm-6">
    											<div class="icon">
    												<img src="{{media url="wysiwyg/banner/icon-ship.png"}}" alt="" />
    											</div>
    											<div class="text">
    												<h5><a href="#">Free shipping</a></h5>
    												<p>Free shipping on oder over $100</p>
    											</div>
    										</li>
    										<li class="item secure col-md-3 col-sm-6">
    											<div class="icon">
    												<img src="{{media url="wysiwyg/banner/icon-sec.png"}}" alt="" />
    											</div>
    											<div class="text">
    												<h5><a href="#">Secure Payment</a></h5>
    												<p>We value your security</p>
    											</div>
    										</li>
    										<li class="item support col-md-3 col-sm-6">
    											<div class="icon">
    												<img src="{{media url="wysiwyg/banner/icon-support.png"}}" alt="" />
    											</div>
    											<div class="text">
    												<h5><a href="#">Online support</a></h5>
    												<p>We have support 24/7</p>
    											</div>
    										</li>
    										<li class="item payment col-md-3 col-sm-6">
    											<div class="icon">
    												<img src="{{media url="wysiwyg/banner/icon-pay.png"}}" alt="" />
    											</div>
    											<div class="text">
    												<h5><a href="#">Payment on Delivery</a></h5>
    												<p>Cash on delivery option</p>
    											</div>
    										</li>
    									</ul>
    								</div>
    							</div>
     
  • To show the "Policyshop", 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="block-policyshop"}}
    </div>

  • To edit "About us" page, please go to Admin Panel > Content > Elements > Blocks > Add new block with Identifier "about-us-page".
    You can edit code HTML in your cms contents.
    <div class="aboutus-page">
    <div class="box-1-about">
    <div class="row">
    
    <div class="col-md-9 welcome-about-us">
    <div class="title-about-us">
    <h2>Welcome To Shop</h2>
    </div>
    <div class="content-about-us">
    <div class="image-about-us"><img src="{{media url="wysiwyg/about-us.png"}}" alt="About Us" /></div>
    <div class="des-about-us">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.<br /><br /> Pellentesque semper congue sodales. In consequat, metus eget con sequat ornare, augue dolor blandit purus, vitae lacinia nisi tellus in erat. Nulla ac justo eget massa aliquet sodales. Maecenas mattis male suada sem, in fringilla massa dapibus quis. Suspendisse aliquam leo id neque auctor molestie. Etiam at nulla tellus.<br /><br /> Nulla auctor mauris ut dui luctus semper. In hac habitasse platea dictumst. Duis pellentesque ligula a risus suscipit dignissim.</div>
    </div>
    </div>
    <div class="col-md-3 why-choose-us">
    <div class="title-about-us">
    <h2>Why Choose Us</h2>
    </div>
    <div class="content-why">
    <ul class="why-list">
    <li><a title="Shipping & Returns" href="#">Shipping & Returns</a></li>
    <li><a title="Secure Shopping" href="#">Secure Shopping</a></li>
    <li><a title="International Shipping" href="#">International Shipping</a></li>
    <li><a title="Affiliates" href="#">Affiliates</a></li>
    <li><a title="Group Sales" href="#">Group Sales</a></li>
    </ul>
    </div>
    </div>
    <div class="col-md-12 our-member">
    <div class="title-about-us">
    <h2>Our Member</h2>
    </div>
    <div class="short-des">Consectetur adipiscing elit. Donec pellentesque venenatis elit, quis aliquet mauris malesuada vel. Donec vitae libero dolor, eget dapibus justo.<br />Aenean facilisis aliquet feugiat. Suspendisse lacinia congue est ac semper. Nulla ut elit magna, vitae volutpat magna.</div>
    <div class="sm_imageslider slider-ourmember">
    <div class="item respl-item">
    <div class="item-inner">
    <div class="w-image-box">
    <div class="item-image"><a title="Jennifer lawrence" href="#"><img src="{{media url="wysiwyg/cl-image-1.png"}}" alt="Jennifer lawrence" /></a></div>
    <a class="cl-nw cl-facebook" title="Facebook" href="#">Facebook</a> <a class="cl-nw cl-flickr" title="Flickr" href="#">Flickr</a> <a class="cl-nw cl-twitter" title="Twitter" href="#">Twitter</a></div>
    <div class="info-member">
    <h2 class="cl-name"><a title="Jennifer lawrence" href="#">Jennifer lawrence</a></h2>
    <p class="cl-job">Tech Leader</p>
    <p class="cl-des">Pellentesque dictumst nibh nulla dui at urna leo wisi dui</p>
    </div>
    </div>
    </div>
    <div class="item respl-item">
    <div class="item-inner">
    <div class="w-image-box">
    <div class="item-image"><a title="Jennifer lawrence" href="#"><img src="{{media url="wysiwyg/cl-image-2.png"}}" alt="Jennifer lawrence" /></a></div>
    <a class="cl-nw cl-facebook" title="Facebook" href="#">Facebook</a> <a class="cl-nw cl-flickr" title="Flickr" href="#">Flickr</a> <a class="cl-nw cl-twitter" title="Twitter" href="#">Twitter</a></div>
    <div class="info-member">
    <h2 class="cl-name"><a title="Jennifer lawrence" href="#">Jennifer lawrence</a></h2>
    <p class="cl-job">Manager</p>
    <p class="cl-des">Pellentesque dictumst nibh nulla dui at urna leo wisi dui</p>
    </div>
    </div>
    </div>
    <div class="item respl-item">
    <div class="item-inner">
    <div class="w-image-box">
    <div class="item-image"><a title="Jennifer lawrence" href="#"><img src="{{media url="wysiwyg/cl-image-3.png"}}" alt="Jennifer lawrence" /></a></div>
    <a class="cl-nw cl-facebook" title="Facebook" href="#">Facebook</a> <a class="cl-nw cl-flickr" title="Flickr" href="#">Flickr</a> <a class="cl-nw cl-twitter" title="Twitter" href="#">Twitter</a></div>
    <div class="info-member">
    <h2 class="cl-name"><a title="Jennifer lawrence" href="#">Jennifer lawrence</a></h2>
    <p class="cl-job">Art Director</p>
    <p class="cl-des">Pellentesque dictumst nibh nulla dui at urna leo wisi dui</p>
    </div>
    </div>
    </div>
    <div class="item respl-item">
    <div class="item-inner">
    <div class="w-image-box">
    <div class="item-image"><a title="Jennifer lawrence" href="#"><img src="{{media url="wysiwyg/cl-image-4.png"}}" alt="Jennifer lawrence" /></a></div>
    <a class="cl-nw cl-facebook" title="Facebook" href="#">Facebook</a> <a class="cl-nw cl-flickr" title="Flickr" href="#">Flickr</a> <a class="cl-nw cl-twitter" title="Twitter" href="#">Twitter</a></div>
    <div class="info-member">
    <h2 class="cl-name"><a title="Jennifer lawrence" href="#">Jennifer lawrence</a></h2>
    <p class="cl-job">Design Leader</p>
    <p class="cl-des">Pellentesque dictumst nibh nulla dui at urna leo wisi dui</p>
    </div>
    </div>
    </div>
    <div class="item respl-item">
    <div class="item-inner">
    <div class="w-image-box">
    <div class="item-image"><a title="Jennifer lawrence" href="#"><img src="{{media url="wysiwyg/cl-image-1.png"}}" alt="Jennifer lawrence" /></a></div>
    <a class="cl-nw cl-facebook" title="Facebook" href="#">Facebook</a> <a class="cl-nw cl-flickr" title="Flickr" href="#">Flickr</a> <a class="cl-nw cl-twitter" title="Twitter" href="#">Twitter</a></div>
    <div class="info-member">
    <h2 class="cl-name"><a title="Jennifer lawrence" href="#">Jennifer lawrence</a></h2>
    <p class="cl-job">Tech Leader</p>
    <p class="cl-des">Pellentesque dictumst nibh nulla dui at urna leo wisi dui</p>
    </div>
    </div>
    </div>
    <div class="item respl-item">
    <div class="item-inner">
    <div class="w-image-box">
    <div class="item-image"><a title="Jennifer lawrence" href="#"><img src="{{media url="wysiwyg/cl-image-2.png"}}" alt="Jennifer lawrence" /></a></div>
    <a class="cl-nw cl-facebook" title="Facebook" href="#">Facebook</a> <a class="cl-nw cl-flickr" title="Flickr" href="#">Flickr</a> <a class="cl-nw cl-twitter" title="Twitter" href="#">Twitter</a></div>
    <div class="info-member">
    <h2 class="cl-name"><a title="Jennifer lawrence" href="#">Jennifer lawrence</a></h2>
    <p class="cl-job">Manager</p>
    <p class="cl-des">Pellentesque dictumst nibh nulla dui at urna leo wisi dui</p>
    </div>
    </div>
    </div>
    <div class="item respl-item">
    <div class="item-inner">
    <div class="w-image-box">
    <div class="item-image"><a title="Jennifer lawrence" href="#"><img src="{{media url="wysiwyg/cl-image-3.png"}}" alt="Jennifer lawrence" /></a></div>
    <a class="cl-nw cl-facebook" title="Facebook" href="#">Facebook</a> <a class="cl-nw cl-flickr" title="Flickr" href="#">Flickr</a> <a class="cl-nw cl-twitter" title="Twitter" href="#">Twitter</a></div>
    <div class="info-member">
    <h2 class="cl-name"><a title="Jennifer lawrence" href="#">Jennifer lawrence</a></h2>
    <p class="cl-job">Art Director</p>
    <p class="cl-des">Pellentesque dictumst nibh nulla dui at urna leo wisi dui</p>
    </div>
    </div>
    </div>
    <div class="item respl-item">
    <div class="item-inner">
    <div class="w-image-box">
    <div class="item-image"><a title="Jennifer lawrence" href="#"><img src="{{media url="wysiwyg/cl-image-4.png"}}" alt="Jennifer lawrence" /></a></div>
    <a class="cl-nw cl-facebook" title="Facebook" href="#">Facebook</a> <a class="cl-nw cl-flickr" title="Flickr" href="#">Flickr</a> <a class="cl-nw cl-twitter" title="Twitter" href="#">Twitter</a></div>
    <div class="info-member">
    <h2 class="cl-name"><a title="Jennifer lawrence" href="#">Jennifer lawrence</a></h2>
    <p class="cl-job">Design Leader</p>
    <p class="cl-des">Pellentesque dictumst nibh nulla dui at urna leo wisi dui</p>
    </div>
    </div>
    </div>
    <div class="item respl-item">
    <div class="item-inner">
    <div class="w-image-box">
    <div class="item-image"><a title="Jennifer lawrence" href="#"><img src="{{media url="wysiwyg/cl-image-1.png"}}" alt="Jennifer lawrence" /></a></div>
    <a class="cl-nw cl-facebook" title="Facebook" href="#">Facebook</a> <a class="cl-nw cl-flickr" title="Flickr" href="#">Flickr</a> <a class="cl-nw cl-twitter" title="Twitter" href="#">Twitter</a></div>
    <div class="info-member">
    <h2 class="cl-name"><a title="Jennifer lawrence" href="#">Jennifer lawrence</a></h2>
    <p class="cl-job">Tech Leader</p>
    <p class="cl-des">Pellentesque dictumst nibh nulla dui at urna leo wisi dui</p>
    </div>
    </div>
    </div>
    <div class="item respl-item">
    <div class="item-inner">
    <div class="w-image-box">
    <div class="item-image"><a title="Jennifer lawrence" href="#"><img src="{{media url="wysiwyg/cl-image-4.png"}}" alt="Jennifer lawrence" /></a></div>
    <a class="cl-nw cl-facebook" title="Facebook" href="#">Facebook</a> <a class="cl-nw cl-flickr" title="Flickr" href="#">Flickr</a> <a class="cl-nw cl-twitter" title="Twitter" href="#">Twitter</a></div>
    <div class="info-member">
    <h2 class="cl-name"><a title="Jennifer lawrence" href="#">Jennifer lawrence</a></h2>
    <p class="cl-job">Design Leader</p>
    <p class="cl-des">Pellentesque dictumst nibh nulla dui at urna leo wisi dui</p>
    </div>
    </div>
    </div>
    <div class="item respl-item">
    <div class="item-inner">
    <div class="w-image-box">
    <div class="item-image"><a title="Jennifer lawrence" href="#"><img src="{{media url="wysiwyg/cl-image-4.png"}}" alt="Jennifer lawrence" /></a></div>
    <a class="cl-nw cl-facebook" title="Facebook" href="#">Facebook</a> <a class="cl-nw cl-flickr" title="Flickr" href="#">Flickr</a> <a class="cl-nw cl-twitter" title="Twitter" href="#">Twitter</a></div>
    <div class="info-member">
    <h2 class="cl-name"><a title="Jennifer lawrence" href="#">Jennifer lawrence</a></h2>
    <p class="cl-job">Design Leader</p>
    <p class="cl-des">Pellentesque dictumst nibh nulla dui at urna leo wisi dui</p>
    </div>
    </div>
    </div>
    <div class="item respl-item">
    <div class="item-inner">
    <div class="w-image-box">
    <div class="item-image"><a title="Jennifer lawrence" href="#"><img src="{{media url="wysiwyg/cl-image-3.png"}}" alt="Jennifer lawrence" /></a></div>
    <a class="cl-nw cl-facebook" title="Facebook" href="#">Facebook</a> <a class="cl-nw cl-flickr" title="Flickr" href="#">Flickr</a> <a class="cl-nw cl-twitter" title="Twitter" href="#">Twitter</a></div>
    <div class="info-member">
    <h2 class="cl-name"><a title="Jennifer lawrence" href="#">Jennifer lawrence</a></h2>
    <p class="cl-job">Design Leader</p>
    <p class="cl-des">Pellentesque dictumst nibh nulla dui at urna leo wisi dui</p>
    </div>
    </div>
    </div>
    </div>
    <script type="text/javascript" xml="space">
    	require([
    		'jquery',
    		'owlcarousel'
    	], function ($) {
    				$('.slider-ourmember').owlCarousel({
    					pagination: false,
    					center: false,
    					nav: true,
    					loop: false,
    					margin: 30,
    					navText: [ 'prev', 'next' ],
    					slideBy: 1,
    					autoplay: false,
    					autoplayTimeout: 2500,
    					autoplayHoverPause: true,
    					autoplaySpeed: 800,
    					startPosition: 0, 
    					responsive:{
    						0:{
    							items:1
    						},
    						480:{
    							items:2
    						},
    						768:{
    							items:3
    						},
    						1200:{
    							items:4
    						}
    					}
    				});	  
    			});
    </script>
    </div>
    <div class="col-md-12 happy-about-us">
    <div id="slider-happy-about-us" class="happy-ab carousel slide" data-ride="carousel">
    <div class="title-happy-about">
    <h2>Happy customer says</h2>
    </div>
    <div class="sm_imageslider slider-happy-client">
    <div class="item active">
    <div class="ct-why">
    <div class="client-say">Lorem ipsum dolor sit amet, consectetur adipiscing elit. In congue, justo non cursus adipiscing, dui nibh scelerisque justo, quis pretium turpis neque eget nulla. Curabitur dictum consectetur metus nec dignissim. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Lorem ipsum dolor sit amet, consectetur adipiscing elit. In congue, justo non cursus adipiscing, dui nibh scelerisque justo non cursus adipiscing, dui nibh scelerisque justo, quis pretium turpis.</div>
    <p class="client-info-about"><span class="name">- Mama Duo - </span>Social Media Strategist</p>
    </div>
    </div>
    <div class="item">
    <div class="ct-why">
    <div class="client-say">In congue, justo non cursus adipiscing, dui nibh scelerisque justo, lorem ipsum dolor sit amet, consectetur adipiscing elit. quis pretium turpis neque eget nulla. Curabitur dictum consectetur metus nec dignissim. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Lorem ipsum dolor sit amet, consectetur adipiscing elit. In congue, justo non cursus adipiscing, dui nibh scelerisque justo non cursus adipiscing, dui nibh scelerisque justo, quis pretium turpis.</div>
    <p class="client-info-about"><span class="name">- Jonh Doe - </span>Supporter</p>
    </div>
    </div>
    </div>
    <script type="text/javascript" xml="space">
    	require([
    		'jquery',
    		'owlcarousel'
    	], function ($) {
    					$('.slider-happy-client').owlCarousel({
    						pagination: false,
    						center: false,
    						nav: true,
    						loop: false,
    						margin: 30,
    						navText: [ 'prev', 'next' ],
    						slideBy: 1,
    						autoplay: false,
    						autoplayTimeout: 2500,
    						autoplayHoverPause: true,
    						autoplaySpeed: 800,
    						startPosition: 0, 
    						responsive:{
    							0:{
    								items:1
    							},
    							480:{
    								items:1
    							},
    							768:{
    								items:1
    							},
    							1200:{
    								items:1
    							}
    						}
    					});	  
    				});
    </script>
    </div>
    </div>
    </div>
    </div>
    </div>

  • To edit "Google maps", please go to Admin Panel > Content > Elements > Blocks > Add new block with Identifier "contact-googlemap".
    You can edit code HTML in your cms contents.
    <script src="http://maps.google.com/maps/api/js?key=AIzaSyCdLmykXAklykOYyXdILXpZvQGPmc58LIk" type="text/javascript"></script>
    <div id="map"> </div>
    <script type="text/javascript">
    	var myOptions = {
             zoom: 15,
             scrollwheel: false,
             center: new google.maps.LatLng(48.89364,2.33739), 	
             mapTypeId: google.maps.MapTypeId.ROADMAP
          };
          var map = new google.maps.Map(document.getElementById("map"), myOptions);
    </script>
    
  • To edit "Information", please go to Admin Panel > Content > Elements > Blocks > Add new block with Identifier "contact-us-page".
    Please try to use below example code in your cms contents.
    <div class="contact-us-page">
    <div class="google-map">{{block class="Magento\\Cms\\Block\\Block" block_id="contact-googlemap"}}</div>
    <div class="row form-contact">
    <div class="col-lg-4 col-md-4">
    <div class="contact-info">
    <div class="title-bonus-page">
    <h2>Contact Us</h2>
    </div>
    <div class="contact-content">
    <p class="contact-description">Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam<br /> Quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat sed do eiusmod tempor incididunt ut labore dolore</p>
    <ul class="address-info">
    <li class="add-icon">123 Suspendis mattis, Sollicitudin District,<br />Accums Fringilla</li>
    <li class="email-icon">Email: <a title="Send Email" href="mailto:support@domainstore.com">support@domainstore.com</a></li>
    <li class="phone-icon">Hotline: <a title="Call" href="tel:0123456789">0123456789</a></li>
    </ul>
    </div>
    </div>
    </div>
    <div class="col-lg-8 col-md-8">{{block class="Magento\Contact\Block\ContactForm" template="Magento_Contact::form-contact.phtml"}}</div>
    </div>
    </div>
    
  • Theme Setting

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

    Detail Style: This option allow you choose detail style types that you want.

    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

    Other

    Change Log

    Click here to view changelog.