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 "ID1-Block1", please go to Admin Panel > Content > Elements > Blocks > Add new block with Identifier "id1-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 2" href="#"><img src="{{media url="wysiwyg/slidershow/item-2.jpg"}}" alt="Slider Image" /></a></div>
    		<div class="item"><a title="Slider 3" href="#"><img src="{{media url="wysiwyg/slidershow/item-3.jpg"}}" alt="Slider Image" /></a></div>
    		</div>
    	</div>
    	
    	<script type="text/javascript">
    		require([
    			'jquery',
    			'owlcarousel'
    		], function ($) {
    			jQuery(".slidershow-home .owl-carousel").owlCarousel({
    				items:1,
    				autoplay:true,
    				loop:true,
    				nav : true, 
    				dots: true,
    				autoplaySpeed : 500,
    				navSpeed : 500,
    				dotsSpeed : 500,
    				autoplayHoverPause: true,
    				margin:1,
    			});	  
    		});				
    	</script>
    	
    	<div class="container">
    		<div class="store-container">
    			<div class="store-home">
    				<div class="row">
    					<div class="col-lg-6 col-md-6">
    						<div class="video-store">
    							<img src="{{media url="wysiwyg/banner/item-1.jpg"}}" alt="Play Video" />
    							<a class="fancybox-media play-video" href="https://www.youtube.com/watch?v=wjZM0FUMvh0"><span>Play Video</span></a>
    							
    							<script type="text/javascript">
    								require([
    									'jquery',
    									'jqueryfancyboxpack',
    									'jqueryfancyboxmedia'
    								], function ($) {
    									$(document).ready(function() {
    										$('.fancybox-media').fancybox({
    											openEffect	: 'elastic',
    											closeEffect	: 'elastic',
    											helpers : {
    												media : {}
    											}
    										});
    									});
    								});				
    							</script>
    						</div>
    					</div>
    					
    					<div class="col-lg-6 col-md-6">
    						<div class="info-store">
    							<div class="title-home">
    								<h2>Our Story</h2>
    							</div>
    							
    							<p>Lorem khaled ipsum is a major key to success. It’s on you how you want to live your life. Everyone has a choice. I pick my choice, squeaky clean. Always remember in the jungle there’s a lot of they in there, after you overcome they, you will make it to paradise</p>
    							<a href="#" class="btn-viewmore">View More</a>
    						</div>
    					</div>
    				</div>
    			</div>
    		</div>
    		
    		<div class="hot-categories">
    			<div class="row">
    				<div class="col-lg-4 col-md-4">
    					<div class="item">
    						<div class="image-cat">
    							<a href="#" title="Food & Restaurant">
    								<img src="{{media url="wysiwyg/icon/icon-1.png"}}" alt="Food & Restaurant" />
    							</a>
    						</div>
    						
    						<div class="cat-info">
    							<h3><a href="#" title="Food & Restaurant">Food & Restaurant</a></h3>
    							<p>Let’s see what Chef Dee got that they don’t want us to eat. The weather is amazing, walk with me through the pathway of more success.</p>
    						</div>
    					</div>
    				</div>
    				
    				<div class="col-lg-4 col-md-4">
    					<div class="item">
    						<div class="image-cat">
    							<a href="#" title="Drink & Coffee">
    								<img src="{{media url="wysiwyg/icon/icon-2.png"}}" alt="Drink & Coffee" />
    							</a>
    						</div>
    						
    						<div class="cat-info">
    							<h3><a href="#" title="Drink & Coffee">Drink & Coffee</a></h3>
    							<p>Another one. It’s important to use cocoa butter. It’s the key to more success, why not live smooth? Why live rough? We have to get money?</p>
    						</div>
    					</div>
    				</div>
    				
    				<div class="col-lg-4 col-md-4">
    					<div class="item">
    						<div class="image-cat">
    							<a href="#" title="Cupcake">
    								<img src="{{media url="wysiwyg/icon/icon-3.png"}}" alt="Cupcake" />
    							</a>
    						</div>
    						
    						<div class="cat-info">
    							<h3><a href="#" title="Cupcake">Cupcake</a></h3>
    							<p>The other day the grass was brown, now it’s green because I ain’t give up. Never surrender. Cloth talk. Find peace, life is like a water fall.</p>
    						</div>
    					</div>
    				</div>
    			</div>
    		</div>
    		
    		<div class="deal-slider">
    			{{block class="Sm\FilterProducts\Block\FilterProducts" template="Sm_FilterProducts::default-deal.phtml" title_module="Deal Of The Week" display_countdown="1" product_source="special_products" date_to="" select_category="8,9" product_limitation="5"}}
    		</div>
    	</div>
  • To show the "ID1-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="id1-block1"}}
    

  • To create the "ID1-Block2", please go to Admin Panel > Content > Elements > Blocks > Add new block with Identifier "id1-block2".
    Please try to use below example code in your cms contents.
    <div class="special-menu">
    		<div class="container">
    			<div class="title-home">
    				<h2>Special Menu</h2>
    				<p>Lorem khaled ipsum is a major key to success. It’s on you how you want to live your life</p>
    			</div>
    			
    			<div class="list-items">
    				<div class="row">
    					<div class="col-lg-6 col-md-12">
    						<div class="item-content first">
    							<div class="item clearfix">
    								<div class="menu-image">
    									<a href="#" title="Salmon Filet">
    										<img src="{{media url="wysiwyg/menu/item-1.jpg"}}" alt="Salmon Filet" />
    									</a>
    								</div>
    								
    								<div class="menu-info">
    									<div class="name-price">
    										<h3>
    											<a href="#" title="Salmon Filet">Salmon Filet</a>
    										</h3>
    										
    										<div class="price-menu">$29.89</div>
    									</div>
    									
    									<div class="row">
    										<div class="col-lg-6 col-md-6">
    											<p>- Baked salmon fillet</p>
    											<p>- Salad Salmon</p>
    											<p>- Grilled Salmon</p>
    										</div>
    										
    										<div class="col-lg-6 col-md-6">
    											<p>- Salmon Soup</p>
    											<p>- Salmon Steak</p>
    											<p>- And more</p>
    										</div>
    									</div>
    								</div>
    							</div>
    							
    							<div class="item clearfix">
    								<div class="menu-image">
    									<a href="#" title="Hamburger">
    										<img src="{{media url="wysiwyg/menu/item-2.jpg"}}" alt="Hamburger" />
    									</a>
    								</div>
    								
    								<div class="menu-info">
    									<div class="name-price">
    										<h3>
    											<a href="#" title="Hamburger">Hamburger</a>
    										</h3>
    										
    										<div class="price-menu">$49.89</div>
    									</div>
    									
    									<div class="row">
    										<div class="col-lg-6 col-md-6">
    											<p>- Big Star</p>
    											<p>- Hot & Spicy Chicken</p>
    											<p>- Shirimp Buger</p>
    										</div>
    										
    										<div class="col-lg-6 col-md-6">
    											<p>- Big Pok</p>
    											<p>- Bulgogi Buger</p>
    											<p>- And more</p>
    										</div>
    									</div>
    								</div>
    							</div>
    							
    							<div class="item clearfix">
    								<div class="menu-image">
    									<a href="#" title="Salads">
    										<img src="{{media url="wysiwyg/menu/item-3.jpg"}}" alt="Salads" />
    									</a>
    								</div>
    								
    								<div class="menu-info">
    									<div class="name-price">
    										<h3>
    											<a href="#" title="Salads">Salads</a>
    										</h3>
    										
    										<div class="price-menu">$29.89</div>
    									</div>
    									
    									<div class="row">
    										<div class="col-lg-6 col-md-6">
    											<p>- Salad Salmon</p>
    											<p>- Hollandaise sauce</p>
    											<p>- Osemary salt potatoes</p>
    										</div>
    										
    										<div class="col-lg-6 col-md-6">
    											<p>- Baked salmon fillet</p>
    											<p>- Hollandaise sauce</p>
    											<p>- Osemary salt potatoes</p>
    										</div>
    									</div>
    								</div>
    							</div>
    						</div>
    					</div>
    					
    					<div class="col-lg-6 col-md-12">
    						<div class="item-content last">
    							<div class="item clearfix">
    								<div class="menu-image">
    									<a href="#" title="Pizzas">
    										<img src="{{media url="wysiwyg/menu/item-4.jpg"}}" alt="Pizzas" />
    									</a>
    								</div>
    								
    								<div class="menu-info">
    									<div class="name-price">
    										<h3>
    											<a href="#" title="Pizzas">Pizzas</a>
    										</h3>
    										
    										<div class="price-menu">$38.89</div>
    									</div>
    									
    									<div class="row">
    										<div class="col-lg-6 col-md-6">
    											<p>- Seafood Pizza</p>
    											<p>- Cheese Pizza</p>
    											<p>- Supreme Pizza</p>
    										</div>
    										
    										<div class="col-lg-6 col-md-6">
    											<p>- Pepperoni Pizza</p>
    											<p>- Italian Sausage</p>
    											<p>- Seasoned Pork</p>
    										</div>
    									</div>
    								</div>
    							</div>
    							
    							<div class="item clearfix">
    								<div class="menu-image">
    									<a href="#" title="Chicken">
    										<img src="{{media url="wysiwyg/menu/item-5.jpg"}}" alt="Chicken" />
    									</a>
    								</div>
    								
    								<div class="menu-info">
    									<div class="name-price">
    										<h3>
    											<a href="#" title="Chicken">Chicken</a>
    										</h3>
    										
    										<div class="price-menu">$29.89</div>
    									</div>
    									
    									<div class="row">
    										<div class="col-lg-6 col-md-6">
    											<p>- Figer Chicken</p>
    											<p>- Soy Bean Chicken</p>
    											<p>- Fried Chicken</p>
    										</div>
    										
    										<div class="col-lg-6 col-md-6">
    											<p>- Baked salmon fillet</p>
    											<p>- Hollandaise sauce</p>
    											<p>- Osemary salt potatoes</p>
    										</div>
    									</div>
    								</div>
    							</div>
    							
    							<div class="item clearfix">
    								<div class="menu-image">
    									<a href="#" title="Cupcake">
    										<img src="{{media url="wysiwyg/menu/item-6.jpg"}}" alt="Cupcake" />
    									</a>
    								</div>
    								
    								<div class="menu-info">
    									<div class="name-price">
    										<h3>
    											<a href="#" title="Cupcake">Cupcake</a>
    										</h3>
    										
    										<div class="price-menu">$19.89</div>
    									</div>
    									
    									<div class="row">
    										<div class="col-lg-6 col-md-6">
    											<p>- Cupcake Recipes</p>
    											<p>- Pink Champagne</p>
    											<p>- Daily Cupcakes</p>
    										</div>
    										
    										<div class="col-lg-6 col-md-6">
    											<p>- Melbourne Cupcakes</p>
    											<p>- Maple Bacon</p>
    											<p>- And more</p>
    										</div>
    									</div>
    								</div>
    							</div>
    						</div>
    					</div>
    				</div>
    			</div>
    		</div>
    	</div>
    	
    	<div class="container">
    		<div class="recommend-menu">
    			<div class="title-home">
    				<h2>Recommend Menu</h2>
    				<p>Lorem khaled ipsum is a major key to success. It’s on you how you want to live your life</p>
    			</div>
    			
    			<div class="tabs-menu">
    				<ul  class="menu-tab">
    					<li class="active"><a  href="#breakfast" data-toggle="tab">Breakfast</a></li>
    					<li class=""><a  href="#lunch" data-toggle="tab">Lunch</a></li>
    					<li class=""><a  href="#dinner" data-toggle="tab">Dinner</a></li>
    				</ul>
    				
    				<div class="tab-content clearfix">
    					<div class="tab-pane active" id="breakfast">
    						<div class="content-recommend-menu">
    							<div class="row">
    								<div class="col-lg-4 col-md-4">
    									<ul class="list-items">
    										<li class="item">
    											<div class="name-price">
    												<h3>
    													<a href="#" title="Egg Plates">Egg Plates</a>
    												</h3>
    												<div class="price-menu">$29.89</div>
    											</div>
    											
    											<p class="short-info">Big bad breakfast plates, The pel “ egg” can brief</p>
    										</li>
    										
    										<li class="item">
    											<div class="name-price">
    												<h3>
    													<a href="#" title="Omelets">Omelets</a>
    												</h3>
    												<div class="price-menu">$38.86</div>
    											</div>
    											
    											<p class="short-info">The good old boy, The secret history, The Awesome</p>
    										</li>
    										
    										<li class="item">
    											<div class="name-price">
    												<h3>
    													<a href="#" title="Hashbrowns">Hashbrowns</a>
    												</h3>
    												<div class="price-menu">$29.89</div>
    											</div>
    											
    											<p class="short-info">Seafood, Prime Beef, Meat Lovers</p>
    										</li>
    										
    										<li class="item">
    											<div class="name-price">
    												<h3>
    													<a href="#" title="Pancakes">Pancakes</a>
    												</h3>
    												<div class="price-menu">$29.89</div>
    											</div>
    											
    											<p class="short-info">Seafood, Prime Beef, Meat Lovers</p>
    										</li>
    										
    										<li class="item">
    											<div class="name-price">
    												<h3>
    													<a href="#" title="Humburgers">Humburgers</a>
    												</h3>
    												<div class="price-menu">$29.89</div>
    											</div>
    											
    											<p class="short-info">Seafood, Prime Beef, Meat Lovers</p>
    										</li>
    										
    										<li class="item">
    											<div class="name-price">
    												<h3>
    													<a href="#" title="Salmon Filet">Ice Cream Cone</a>
    												</h3>
    												<div class="price-menu">$29.89</div>
    											</div>
    											
    											<p class="short-info">Seafood, Prime Beef, Meat Lovers</p>
    										</li>
    									</ul>
    								</div>
    								
    								<div class="col-lg-4 col-md-4">
    									<div class="banner-tab">
    										<a href="#" title="Breakfast">
    											<img src="{{media url="wysiwyg/banner/item-2.jpg"}}" alt="Breakfast" />
    										</a>
    									</div>
    								</div>
    								
    								<div class="col-lg-4 col-md-4">
    									<ul class="list-items">
    										<li class="item">
    											<div class="name-price">
    												<h3>
    													<a href="#" title="Egg Plates">Egg Plates</a>
    												</h3>
    												<div class="price-menu">$29.89</div>
    											</div>
    											
    											<p class="short-info">Big bad breakfast plates, The pel “ egg” can brief</p>
    										</li>
    										
    										<li class="item">
    											<div class="name-price">
    												<h3>
    													<a href="#" title="Omelets">Omelets</a>
    												</h3>
    												<div class="price-menu">$38.86</div>
    											</div>
    											
    											<p class="short-info">The good old boy, The secret history, The Awesome</p>
    										</li>
    										
    										<li class="item">
    											<div class="name-price">
    												<h3>
    													<a href="#" title="Hashbrowns">Hashbrowns</a>
    												</h3>
    												<div class="price-menu">$29.89</div>
    											</div>
    											
    											<p class="short-info">Seafood, Prime Beef, Meat Lovers</p>
    										</li>
    										
    										<li class="item">
    											<div class="name-price">
    												<h3>
    													<a href="#" title="Pancakes">Pancakes</a>
    												</h3>
    												<div class="price-menu">$29.89</div>
    											</div>
    											
    											<p class="short-info">Seafood, Prime Beef, Meat Lovers</p>
    										</li>
    										
    										<li class="item">
    											<div class="name-price">
    												<h3>
    													<a href="#" title="Humburgers">Humburgers</a>
    												</h3>
    												<div class="price-menu">$29.89</div>
    											</div>
    											
    											<p class="short-info">Seafood, Prime Beef, Meat Lovers</p>
    										</li>
    										
    										<li class="item">
    											<div class="name-price">
    												<h3>
    													<a href="#" title="Salmon Filet">Ice Cream Cone</a>
    												</h3>
    												<div class="price-menu">$29.89</div>
    											</div>
    											
    											<p class="short-info">Seafood, Prime Beef, Meat Lovers</p>
    										</li>
    									</ul>
    								</div>
    							</div>
    						</div>
    					</div>
    					
    					<div class="tab-pane" id="lunch">
    						<div class="content-recommend-menu">
    							<div class="row">
    								<div class="col-lg-4 col-md-4">
    									<ul class="list-items">
    										<li class="item">
    											<div class="name-price">
    												<h3>
    													<a href="#" title="Pancakes">Pancakes</a>
    												</h3>
    												<div class="price-menu">$29.89</div>
    											</div>
    											
    											<p class="short-info">Seafood, Prime Beef, Meat Lovers</p>
    										</li>
    										
    										<li class="item">
    											<div class="name-price">
    												<h3>
    													<a href="#" title="Egg Plates">Egg Plates</a>
    												</h3>
    												<div class="price-menu">$29.89</div>
    											</div>
    											
    											<p class="short-info">Big bad breakfast plates, The pel “ egg” can brief</p>
    										</li>
    										
    										<li class="item">
    											<div class="name-price">
    												<h3>
    													<a href="#" title="Omelets">Omelets</a>
    												</h3>
    												<div class="price-menu">$38.86</div>
    											</div>
    											
    											<p class="short-info">The good old boy, The secret history, The Awesome</p>
    										</li>
    										
    										<li class="item">
    											<div class="name-price">
    												<h3>
    													<a href="#" title="Hashbrowns">Hashbrowns</a>
    												</h3>
    												<div class="price-menu">$29.89</div>
    											</div>
    											
    											<p class="short-info">Seafood, Prime Beef, Meat Lovers</p>
    										</li>
    										
    										<li class="item">
    											<div class="name-price">
    												<h3>
    													<a href="#" title="Salmon Filet">Ice Cream Cone</a>
    												</h3>
    												<div class="price-menu">$29.89</div>
    											</div>
    											
    											<p class="short-info">Seafood, Prime Beef, Meat Lovers</p>
    										</li>
    
    										<li class="item">
    											<div class="name-price">
    												<h3>
    													<a href="#" title="Humburgers">Humburgers</a>
    												</h3>
    												<div class="price-menu">$29.89</div>
    											</div>
    											
    											<p class="short-info">Seafood, Prime Beef, Meat Lovers</p>
    										</li>
    									</ul>
    								</div>
    								
    								<div class="col-lg-4 col-md-4">
    									<div class="banner-tab">
    										<a href="#" title="Breakfast">
    											<img src="{{media url="wysiwyg/banner/item-2.jpg"}}" alt="Breakfast" />
    										</a>
    									</div>
    								</div>
    								
    								<div class="col-lg-4 col-md-4">
    									<ul class="list-items">
    										<li class="item">
    											<div class="name-price">
    												<h3>
    													<a href="#" title="Pancakes">Pancakes</a>
    												</h3>
    												<div class="price-menu">$29.89</div>
    											</div>
    											
    											<p class="short-info">Seafood, Prime Beef, Meat Lovers</p>
    										</li>
    										
    										<li class="item">
    											<div class="name-price">
    												<h3>
    													<a href="#" title="Egg Plates">Egg Plates</a>
    												</h3>
    												<div class="price-menu">$29.89</div>
    											</div>
    											
    											<p class="short-info">Big bad breakfast plates, The pel “ egg” can brief</p>
    										</li>
    
    										<li class="item">
    											<div class="name-price">
    												<h3>
    													<a href="#" title="Hashbrowns">Hashbrowns</a>
    												</h3>
    												<div class="price-menu">$29.89</div>
    											</div>
    											
    											<p class="short-info">Seafood, Prime Beef, Meat Lovers</p>
    										</li>
    
    										<li class="item">
    											<div class="name-price">
    												<h3>
    													<a href="#" title="Humburgers">Humburgers</a>
    												</h3>
    												<div class="price-menu">$29.89</div>
    											</div>
    											
    											<p class="short-info">Seafood, Prime Beef, Meat Lovers</p>
    										</li>
    										
    										<li class="item">
    											<div class="name-price">
    												<h3>
    													<a href="#" title="Salmon Filet">Ice Cream Cone</a>
    												</h3>
    												<div class="price-menu">$29.89</div>
    											</div>
    											
    											<p class="short-info">Seafood, Prime Beef, Meat Lovers</p>
    										</li>
    										
    										<li class="item">
    											<div class="name-price">
    												<h3>
    													<a href="#" title="Omelets">Omelets</a>
    												</h3>
    												<div class="price-menu">$38.86</div>
    											</div>
    											
    											<p class="short-info">The good old boy, The secret history, The Awesome</p>
    										</li>
    									</ul>
    								</div>
    							</div>
    						</div>
    					</div>
    					
    					<div class="tab-pane" id="dinner">
    						<div class="content-recommend-menu">
    							<div class="row">
    								<div class="col-lg-4 col-md-4">
    									<ul class="list-items">
    										<li class="item">
    											<div class="name-price">
    												<h3>
    													<a href="#" title="Salmon Filet">Ice Cream Cone</a>
    												</h3>
    												<div class="price-menu">$29.89</div>
    											</div>
    											
    											<p class="short-info">Seafood, Prime Beef, Meat Lovers</p>
    										</li>
    										
    										<li class="item">
    											<div class="name-price">
    												<h3>
    													<a href="#" title="Egg Plates">Egg Plates</a>
    												</h3>
    												<div class="price-menu">$29.89</div>
    											</div>
    											
    											<p class="short-info">Big bad breakfast plates, The pel “ egg” can brief</p>
    										</li>
    										
    										<li class="item">
    											<div class="name-price">
    												<h3>
    													<a href="#" title="Hashbrowns">Hashbrowns</a>
    												</h3>
    												<div class="price-menu">$29.89</div>
    											</div>
    											
    											<p class="short-info">Seafood, Prime Beef, Meat Lovers</p>
    										</li>
    										
    										<li class="item">
    											<div class="name-price">
    												<h3>
    													<a href="#" title="Omelets">Omelets</a>
    												</h3>
    												<div class="price-menu">$38.86</div>
    											</div>
    											
    											<p class="short-info">The good old boy, The secret history, The Awesome</p>
    										</li>
    
    										<li class="item">
    											<div class="name-price">
    												<h3>
    													<a href="#" title="Pancakes">Pancakes</a>
    												</h3>
    												<div class="price-menu">$29.89</div>
    											</div>
    											
    											<p class="short-info">Seafood, Prime Beef, Meat Lovers</p>
    										</li>
    										
    										<li class="item">
    											<div class="name-price">
    												<h3>
    													<a href="#" title="Humburgers">Humburgers</a>
    												</h3>
    												<div class="price-menu">$29.89</div>
    											</div>
    											
    											<p class="short-info">Seafood, Prime Beef, Meat Lovers</p>
    										</li>
    									</ul>
    								</div>
    								
    								<div class="col-lg-4 col-md-4">
    									<div class="banner-tab">
    										<a href="#" title="Breakfast">
    											<img src="{{media url="wysiwyg/banner/item-2.jpg"}}" alt="Breakfast" />
    										</a>
    									</div>
    								</div>
    								
    								<div class="col-lg-4 col-md-4">
    									<ul class="list-items">
    										<li class="item">
    											<div class="name-price">
    												<h3>
    													<a href="#" title="Omelets">Omelets</a>
    												</h3>
    												<div class="price-menu">$38.86</div>
    											</div>
    											
    											<p class="short-info">The good old boy, The secret history, The Awesome</p>
    										</li>
    										
    										<li class="item">
    											<div class="name-price">
    												<h3>
    													<a href="#" title="Egg Plates">Egg Plates</a>
    												</h3>
    												<div class="price-menu">$29.89</div>
    											</div>
    											
    											<p class="short-info">Big bad breakfast plates, The pel “ egg” can brief</p>
    										</li>
    
    										<li class="item">
    											<div class="name-price">
    												<h3>
    													<a href="#" title="Hashbrowns">Hashbrowns</a>
    												</h3>
    												<div class="price-menu">$29.89</div>
    											</div>
    											
    											<p class="short-info">Seafood, Prime Beef, Meat Lovers</p>
    										</li>
    										
    										<li class="item">
    											<div class="name-price">
    												<h3>
    													<a href="#" title="Humburgers">Humburgers</a>
    												</h3>
    												<div class="price-menu">$29.89</div>
    											</div>
    											
    											<p class="short-info">Seafood, Prime Beef, Meat Lovers</p>
    										</li>
    										
    										<li class="item">
    											<div class="name-price">
    												<h3>
    													<a href="#" title="Pancakes">Pancakes</a>
    												</h3>
    												<div class="price-menu">$29.89</div>
    											</div>
    											
    											<p class="short-info">Seafood, Prime Beef, Meat Lovers</p>
    										</li>
    
    										<li class="item">
    											<div class="name-price">
    												<h3>
    													<a href="#" title="Salmon Filet">Ice Cream Cone</a>
    												</h3>
    												<div class="price-menu">$29.89</div>
    											</div>
    											
    											<p class="short-info">Seafood, Prime Beef, Meat Lovers</p>
    										</li>
    									</ul>
    								</div>
    							</div>
    						</div>
    					</div>
    				</div>
    			</div>
    		</div>
    	</div>
  • To show the "ID1-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="id1-block2"}}

  • To create the "ID1-Block3", please go to Admin Panel > Content > Elements > Blocks > Add new block with Identifier "id1-block3".
    Please try to use below example code in your cms contents.
    <div class="client-says">
    		<div class="container">
    			<div class="title-home">
    				<h2>What Our Clients Say?</h2>
    			</div>
    			
    			<div class="slider-clientsays">
    				<div class="group-clients">
    					<div class="slider slider-nav">
    						<div class="slider-for__item item-nav">
    							<div class="client-image">
    								<div class="image-content"><img src="{{media url="wysiwyg/clients/client-1.jpg"}}" alt="Client" /></div>
    							</div>
    						</div>
    						
    						<div class="slider-for__item item-nav">
    							<div class="client-image">
    								<div class="image-content"><img src="{{media url="wysiwyg/clients/client-2.jpg"}}" alt="Client" /></div>
    							</div>
    						</div>
    						
    						<div class="slider-for__item item-nav">
    							<div class="client-image">
    								<div class="image-content"><img src="{{media url="wysiwyg/clients/client-3.jpg"}}" alt="Client" /></div>
    							</div>
    						</div>
    						
    						<div class="slider-for__item item-nav">
    							<div class="client-image">
    								<div class="image-content"><img src="{{media url="wysiwyg/clients/client-1.jpg"}}" alt="Client" /></div>
    							</div>
    						</div>
    						
    						<div class="slider-for__item item-nav">
    							<div class="client-image">
    								<div class="image-content"><img src="{{media url="wysiwyg/clients/client-2.jpg"}}" alt="Client" /></div>
    							</div>
    						</div>
    						
    						<div class="slider-for__item item-nav">
    							<div class="client-image">
    								<div class="image-content"><img src="{{media url="wysiwyg/clients/client-3.jpg"}}" alt="Client" /></div>
    							</div>
    						</div>
    					</div>
    				</div>
    				
    				<div class="slider slider-for">
    					<div class="slider-for__item">
    						<div class="client-comment">
    							<div class="comment-text">
    								Lorem khaled ipsum is a major key to success. It’s on you how you want to live your life. Everyone has a choice. I<br>pick my choice, squeaky clean. Always remember in the jungle there’s a lot of they in there, after you overcome<br>they, you will make it to paradise. Wraith talk.
    							</div>
    							
    							<div class="client-name">Michael Jordan</div>
    							<div class="client-job">UX / UI Designer</div>
    						</div>
    					</div>
    					
    					<div class="slider-for__item">
    						<div class="client-comment">
    							<div class="comment-text">
    								It’s on you how you want to live your life. Lorem khaled ipsum is a major key to success. Everyone has a choice. I<br>pick my choice, squeaky clean. Always remember in the jungle there’s a lot of they in there, after you overcome<br>they, you will make it to paradise. Wraith talk.
    							</div>
    							
    							<div class="client-name">David Jordan</div>
    							<div class="client-job">UX / UI Designer</div>
    						</div>
    					</div>
    					
    					<div class="slider-for__item">
    						<div class="client-comment">
    							<div class="comment-text">
    								Lorem khaled ipsum is a major key to success. It’s on you how you want to live your life. Everyone has a choice. I<br>pick my choice, squeaky clean. Always remember in the jungle there’s a lot of they in there, after you overcome<br>they, you will make it to paradise. Wraith talk.
    							</div>
    							
    							<div class="client-name">Michael David</div>
    							<div class="client-job">UX / UI Designer</div>
    						</div>
    					</div>
    					
    					<div class="slider-for__item">
    						<div class="client-comment">
    							<div class="comment-text">
    								It’s on you how you want to live your life. Lorem khaled ipsum is a major key to success. Everyone has a choice. I<br>pick my choice, squeaky clean. Always remember in the jungle there’s a lot of they in there, after you overcome<br>they, you will make it to paradise. Wraith talk.
    							</div>
    							
    							<div class="client-name">Adam Jordan</div>
    							<div class="client-job">UX / UI Designer</div>
    						</div>
    					</div>
    					
    					<div class="slider-for__item">
    						<div class="client-comment">
    							<div class="comment-text">
    								Lorem khaled ipsum is a major key to success. It’s on you how you want to live your life. Everyone has a choice. I<br>pick my choice, squeaky clean. Always remember in the jungle there’s a lot of they in there, after you overcome<br>they, you will make it to paradise. Wraith talk.
    							</div>
    							
    							<div class="client-name">Michael Adam</div>
    							<div class="client-job">UX / UI Designer</div>
    						</div>
    					</div>
    					
    					<div class="slider-for__item">
    						<div class="client-comment">
    							<div class="comment-text">
    								It’s on you how you want to live your life. Lorem khaled ipsum is a major key to success. Everyone has a choice. I<br>pick my choice, squeaky clean. Always remember in the jungle there’s a lot of they in there, after you overcome<br>they, you will make it to paradise. Wraith talk.
    							</div>
    							
    							<div class="client-name">Michael Jordan</div>
    							<div class="client-job">UX / UI Designer</div>
    						</div>
    					</div>
    				</div>
    			</div>
    			
    			<script type="text/javascript">
    				require([
    					'jquery',
    					'slickslider'
    				], function ($, slick) {
    					$('.slider-for').slick({
    						slidesToShow: 1,
    						slidesToScroll: 1,
    						arrows: true,
    						prevArrow: '<div class="slick-prev" aria-label="Previous" type="button">← Prev</div>',
    						nextArrow: '<div class="slick-next" aria-label="Next" type="button">Next →</div>',
    						fade: true,
    						asNavFor: '.slider-nav'
    					});
    					
    					$('.slider-nav').slick({
    						slidesToShow: 3,
    						slidesToScroll: 1,
    						asNavFor: '.slider-for',
    						dots: false,
    						arrows: false,
    						centerMode: true,
    						variableWidth: true,
    						focusOnSelect: true,
    						swipe: false,
    					});
    				});				
    			</script>
    		</div>
    	</div>
    	
    	<div class="container">
    		<div class="group-image-gallery">
    			<div class="title-home">
    				<h2>Image Gallery</h2>
    			</div>
    			
    			<div class="gallery-content">
    				<div class="row">
    					<div class="col-lg-8 col-md-8 col-sm-8">
    						<div class="image-content">
    							<a class="img-galerry" rel="gallery1" href="{{media url="wysiwyg/gallery/item-1.jpg"}}"><img src="{{media url="wysiwyg/gallery/item-1.jpg"}}" alt="Gallery" /></a>
    						</div>
    						
    						<div class="row">
    							<div class="col-lg-6 col-md-6 col-sm-6">
    								<div class="image-content">
    									<a class="img-galerry" rel="gallery1" href="{{media url="wysiwyg/gallery/item-2.jpg"}}"><img src="{{media url="wysiwyg/gallery/item-2.jpg"}}" alt="Gallery" /></a>
    								</div>
    							</div>
    							
    							<div class="col-lg-6 col-md-6 col-sm-6">
    								<div class="image-content">
    									<a class="img-galerry" rel="gallery1" href="{{media url="wysiwyg/gallery/item-3.jpg"}}"><img src="{{media url="wysiwyg/gallery/item-3.jpg"}}" alt="Gallery" /></a>
    								</div>
    							</div>
    						</div>
    					</div>
    					
    					<div class="col-lg-4 col-md-4 col-sm-4">
    						<div class="image-content">
    							<a class="img-galerry" rel="gallery1" href="{{media url="wysiwyg/gallery/item-4.jpg"}}"><img src="{{media url="wysiwyg/gallery/item-4.jpg"}}" alt="Gallery" /></a>
    						</div>
    					</div>
    				</div>
    				
    				<script type="text/javascript">
    					require([
    						'jquery',
    						'jqueryfancyboxpack',
    					], function ($) {
    						$(document).ready(function() {
    							$(".img-galerry").fancybox({
    								openEffect	: 'elastic',
    								closeEffect	: 'elastic',
    							});
    						});
    					});				
    				</script>
    			</div>
    		</div>
    	</div>
    	
    	<div class="map-homepage">
    		<div class="google-map">
    			<script src="http://maps.google.com/maps/api/js?key=AIzaSyCdLmykXAklykOYyXdILXpZvQGPmc58LIk" type="text/javascript" xml="space"></script>
    			<div id="map"><span class="hidden">Google map</span></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>
    			
    			<div class="store-googlemap">
    				<div class="title-home">
    					<h2>Contact us</h2>
    				</div>
    				
    				<div class="store-content">
    					<p>Lorem Khaled Ipsum is a major key to success. Eliptical talk. The key to<br>more success is to get a massage once a week.</p>
    					
    					<ul class="info-store">
    						<li class="address">123 Trafalgar Square, London WC2N 5DN, United Kingdom</li>
    						<li class="email">MagenTech@domain.com - Sale@domain.com</li>
    						<li class="phone">(+123 ) 4 567 890 - (+123 ) 5 213 666</li>
    					</ul>
    					
    					{{block class="Magento\Framework\View\Element\Template" template="Magento_Theme::html/social.phtml"}}
    				</div>
    			</div>
    		</div>
    	</div>
    	
    	<div class="container">
    		<div class="brand-content">
    			<div class="row">
    				<div class="col-lg-2 col-md-2 col-sm-2 col-xs-4">
    					<a href="#"><img src="{{media url="wysiwyg/brand/item-1.jpg"}}" alt="Brand" /></a>
    				</div>
    				
    				<div class="col-lg-2 col-md-2 col-sm-2 col-xs-4">
    					<a href="#"><img src="{{media url="wysiwyg/brand/item-2.jpg"}}" alt="Brand" /></a>
    				</div>
    				
    				<div class="col-lg-2 col-md-2 col-sm-2 col-xs-4">
    					<a href="#"><img src="{{media url="wysiwyg/brand/item-3.jpg"}}" alt="Brand" /></a>
    				</div>
    				
    				<div class="col-lg-2 col-md-2 col-sm-2 col-xs-4">
    					<a href="#"><img src="{{media url="wysiwyg/brand/item-4.jpg"}}" alt="Brand" /></a>
    				</div>
    				
    				<div class="col-lg-2 col-md-2 col-sm-2 col-xs-4">
    					<a href="#"><img src="{{media url="wysiwyg/brand/item-5.jpg"}}" alt="Brand" /></a>
    				</div>
    				
    				<div class="col-lg-2 col-md-2 col-sm-2 col-xs-4">
    					<a href="#"><img src="{{media url="wysiwyg/brand/item-6.jpg"}}" alt="Brand" /></a>
    				</div>
    			</div>
    		</div>
    	</div>
  • To show the "Id1-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="id1-block3"}}

    Theme Setting

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

    Click here to view changelog.