Getting Started

Installation

Layout Position

home 1 Home Style 1

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


Please try to use below example code in layout update XML.
<referenceContainer name="page.top">
	<block class="Sm\ImageSlider\Block\ImageSlider" name="imageslider" template="Sm_ImageSlider::default.phtml"/>
</referenceContainer>

Please try to use below example code in your cms contents.
<div class="banner-image">
				<div class="row">
					<div class="col-xs-4">
						<a href="#" title="Banner">
							<img src="{{media url="wysiwyg/bn1.jpg"}}" alt="Banner" />
						</a>
					</div>

					<div class="col-xs-4">								
						<a href="#" title="Banner">
							<img src="{{media url="wysiwyg/bn2.jpg"}}" alt="Banner" />
						</a>
					</div>

					<div class="col-xs-4">
						<a href="#" title="Banner">
							<img src="{{media url="wysiwyg/bn3.jpg"}}" alt="Banner" />
						</a>
					</div>
				</div>
</div>

1. How to show "Listing Tabs"


Please try to use below example code in your cms contents.
<div class="product-slider">
			{{block class="Sm\ListingTabs\Block\ListingTabs" template="Sm_ListingTabs::default.phtml"}}
</div>

2. How to show "Basic Products"


Please try to use below example code in your cms contents.
<div class="full-block">
		<div class="container">
			<div class="product-slider">
			{{block class="Sm\BasicProducts\Block\BasicProducts"  template="Sm_BasicProducts::product-slider.phtml" img_width="285" img_height="370"  product_description_display="1" product_order_by="best_sales"}}
			</div>
		</div>
	</div>


  • To create the "testimonial slider" block, please go to "Admin Panel > Content > Elements > Blocks > Add new block" with Identifier "testimonial-slider" block. Please try to use below example code in your cms contents.
    <div class="w-banner testimonial block">
    	<h2>Testimonial</h2>
    	<div class="slide">
    		<div class="item">
    			<div class="w-text">
    				<p class="text-content">Both times I've ordered from you, I had an excellent experience. I'm a small purchaser, but you treated me like royalty. Customer service is above and beyond.<span class="icontext">icontext</span>
    				</p>
    				<p class="tg">
    					<span>Mama Duo</span>- Social Media Strategist</p>
    			</div>
    			<div class="w-text last">
    				<p class="text-content">Both times I've ordered from you, I had an excellent experience. I'm a small purchaser, but you treated me like royalty. Customer service is above and beyond.<span class="icontext">icontext</span>
    				</p>
    				<p class="tg">
    					<span>Mama Duo</span>- Social Media Strategist</p>
    			</div>
    		</div>
    		<div class="item">
    			<div class="w-text">
    				<p class="text-content">Both times I've ordered from you, I had an excellent experience. I'm a small purchaser, but you treated me like royalty. Customer service is above and beyond.<span class="icontext">icontext</span>
    				</p>
    				<p class="tg">
    					<span>Mama Duo</span>- Social Media Strategist</p>
    			</div>
    			<div class="w-text last">
    				<p class="text-content">Both times I've ordered from you, I had an excellent experience. I'm a small purchaser, but you treated me like royalty. Customer service is above and beyond.<span class="icontext">icontext</span>
    				</p>
    				<p class="tg">
    					<span>Mama Duo</span>- Social Media Strategist</p>
    			</div>
    		</div>
    	</div>
    </div>
    <script type="text/javascript">
    				require([
    					'jquery',
    					'owlcarousel'
    				], function ($) {
    					var tes_slider = $(".testimonial .slide");
    					tes_slider.owlCarousel({				
    						responsive:{
    							0:{
    								items: 1
    							},
    							480:{
    								items: 1
    							},
    							768:{
    								items: 1
    							},
    							992:{
    								items: 1
    							},
    							1200:{
    								items: 1
    							}
    						},
    						autoplay:true,
    						loop:true,
    						nav : true,
    						dots: false,
    						autoplaySpeed : 500,
    						navSpeed : 500,
    						dotsSpeed : 500,
    						autoplayHoverPause: true
    						
    					});	  
    				});	
    			</script>
  • To show the "testimonial-slider" block, please go to Content >> Elements >> Pages.
  • Please try to use below example code in your cms contents.
    <div class="col-lg-4">
    				{{block class="Magento\\Cms\\Block\\Block" block_id="testimonial-slider"}}
    </div>

  • To create the "Brand-Slider" block, please go to "Admin Panel > Content > Elements > Blocks > Add new block" with Identifier "brand-slider" block.
    Please try to use below example code in your cms contents.
    <div class="w-brands block brand-slider">
    	<h2>Our Brands</h2>
    	<div class="slide">				
    		<div class="item">
    			<a>
    				<img src="{{media url="wysiwyg/logo-brand.png"}}" alt="" />
    			</a> <a>
    				<img src="{{media url="wysiwyg/logo-brand.png"}}" alt="" />
    			</a> <a class="last">
    				<img src="{{media url="wysiwyg/logo-brand.png"}}" alt="" />
    			</a> <a>
    				<img src="{{media url="wysiwyg/logo-brand.png"}}" alt="" />
    			</a> <a>
    				<img src="{{media url="wysiwyg/logo-brand.png"}}" alt="" />
    			</a> <a class="last">
    				<img src="{{media url="wysiwyg/logo-brand.png"}}" alt="" />
    			</a> <a>
    				<img src="{{media url="wysiwyg/logo-brand.png"}}" alt="" />
    			</a> <a>
    				<img src="{{media url="wysiwyg/logo-brand.png"}}" alt="" />
    			</a> <a class="last">
    				<img src="{{media url="wysiwyg/logo-brand.png"}}" alt="" />
    			</a>
    		</div>
    		<div class="item">
    			<a>
    				<img src="{{media url="wysiwyg/logo-brand.png"}}" alt="" />
    			</a> <a>
    				<img src="{{media url="wysiwyg/logo-brand.png"}}" alt="" />
    			</a> <a class="last">
    				<img src="{{media url="wysiwyg/logo-brand.png"}}" alt="" />
    			</a> <a>
    				<img src="{{media url="wysiwyg/logo-brand.png"}}" alt="" />
    			</a> <a>
    				<img src="{{media url="wysiwyg/logo-brand.png"}}" alt="" />
    			</a> <a class="last">
    				<img src="{{media url="wysiwyg/logo-brand.png"}}" alt="" />
    			</a> <a>
    				<img src="{{media url="wysiwyg/logo-brand.png"}}" alt="" />
    			</a> <a>
    				<img src="{{media url="wysiwyg/logo-brand.png"}}" alt="" />
    			</a> <a class="last">
    				<img src="{{media url="wysiwyg/logo-brand.png"}}" alt="" />
    			</a>
    		</div>
    	</div>
    </div>
    <script type="text/javascript">
    				require([
    					'jquery',
    					'owlcarousel'
    				], function ($) {
    					var brand_slider = $(".brand-slider .slide");
    					brand_slider.owlCarousel({				
    						responsive:{
    							0:{
    								items: 1
    							},
    							480:{
    								items: 1
    							},
    							768:{
    								items: 1
    							},
    							992:{
    								items: 1
    							},
    							1200:{
    								items: 1
    							}
    						},
    						autoplay:true,
    						loop:true,
    						nav : true,
    						dots: false,
    						autoplaySpeed : 500,
    						navSpeed : 500,
    						dotsSpeed : 500,
    						autoplayHoverPause: true
    
    					});	  
    				});	
    </script>
  • To show the "Brand-Slider" block, please go to Content >> Elements >> Pages.
  • Please try to use below example code in your cms contents.
    <div class="col-lg-4">
    					<div class="brand-slider">
    				        {{block class="Magento\\Cms\\Block\\Block" block_id="brand-slider"}}
    					</div>				
    </div>

    Please try to use below example code in your cms contents.
    <div class="muzik-servies">
    		<div class="container">
    			<div class="row">
    				<div class="col-sm-4 column1">
    					<ul>
    						<li>
    							<a href="#">Free Shipping</a>
    						</li>
    						<li>Pellentesque dictumst nibh Nulla dui at urna leo wisi dui Curabitur. Laoreet Nulla et id urna et vitae </li>
    					</ul>
    				</div>
    				<div class="col-sm-4 column2">
    					<ul>
    						<li>
    							<a href="#">Money Back Guarantee</a>
    						</li>
    						<li>Pellentesque dictumst nibh Nulla dui at urna leo wisi dui Curabitur. Laoreet Nulla et id urna et vitae </li>
    					</ul>
    				</div>
    				<div class="col-sm-4 column3">
    					<ul>
    						<li>
    							<a href="#">Promotions</a>
    						</li>
    						<li>Pellentesque dictumst nibh Nulla dui at urna leo wisi dui Curabitur. Laoreet Nulla et id urna et vitae </li>
    					</ul>
    				</div>
    			</div>
    		</div> 
    	</div>
    </div>

    Theme Setting

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

    Max Width: You can change page's width.

    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.

    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

    - Compatible with Magento 2.2.0.
    - Fixed bug: Modules displayed blank page when using media type.
    - Fixed error module megamenu in admin.
    - Fixed error when enabling developer mode.

    Upgrade to be compatible with Magento 2.1.9.

    Compatible with Magento 2.1.8

    Compatible with Magento 2.1.7

    Compatible with Magento 2.1.6

    Compatible with Magento 2.1.5