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

  • How to edit description?
    To edit description, please go to Admin Panel > Content > Elements > Blocks > Search Identifier "short-description-newsletter-popup".
    Please try to use below example code in your cms contents.
    <div class="newsletter-content">
    	<div class="newsletter-title">Sign up Newsletter</div>
    	<p>
    		Sign up for Newsletter & get 25% Off first order
    	</p>
    </div>
  • How to change background image?
    In the code directory, Please go to this folder and coppy override background image:
    pub/media/wysiwyg/newsletter/bg-newsletter.jpg

  • To show the "slideshow", please go to Content >> Elements >> Pages.
  • Please try to use below example code in your cms contents.
    <div class="owl-carousel owl-theme">
    			<div class="item">
    				<a href="#"><img src="{{media url="wysiwyg/slideshow/item-1.jpg"}}" alt="Slider Image" /></a>
    			</div>
    			
    			<div class="item">
    				<a href="#"><img src="{{media url="wysiwyg/slideshow/item-2.jpg"}}" alt="Slider Image" /></a>
    			</div>
    			
    			<div class="item">
    				<a href="#"><img src="{{media url="wysiwyg/slideshow/item-3.jpg"}}" alt="Slider Image" /></a>
    			</div>
    		</div>
    To change slideshow image, in folder code please go to wysiwyg/slidershow/ and upload image

  • To show the "service", please go to Content >> Elements >> Pages.
  • Please try to use below example code in your cms contents.
    <div class="col-lg-4 col-md-4">
    					<div class="image-service">
    						<img src="{{media url="wysiwyg/icon/icon-1.png"}}" alt="Service Image" />
    					</div>
    					
    					<div class="info-service">
    						<h3>Wordwide Free Shipping</h3>
    						<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit sed do eiusmod tempor incididunt</p>
    					</div>
    				</div>
    				
    				<div class="col-lg-4 col-md-4">
    					<div class="image-service">
    						<img src="{{media url="wysiwyg/icon/icon-2.png"}}" alt="Service Image" />
    					</div>
    					
    					<div class="info-service">
    						<h3>Money Back Guarantee</h3>
    						<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit sed do eiusmod tempor incididunt</p>
    					</div>
    				</div>
    				
    				<div class="col-lg-4 col-md-4">
    					<div class="image-service">
    						<img src="{{media url="wysiwyg/icon/icon-3.png"}}" alt="Service Image" />
    					</div>
    					
    					<div class="info-service">
    						<h3>Online Support 24/7</h3>
    						<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit sed do eiusmod tempor incididunt</p>
    					</div>
    				</div>

  • To show the "Bestseller", please go to Content >> Elements >> Pages. You can change categories to show in module SM ListingTabs (BestSeller) by change id of categories. Example below image:


  •  {{block class="Sm\FilterProducts\Block\FilterProducts" template="Sm_FilterProducts::default-slider.phtml" display_countdown="0" product_source="featured_products" select_category="3,5" product_limitation="6"}}
    Do the same with module SM Categories.

  • To show the "banner", please go to Content >> Elements >> Pages.
  • Please try to use below example code in your cms contents.
    <div class="banner-home clearfix">
    			<div class="row">
    				<div class="col-lg-6 col-md-6">
    					<div class="item static-image">
    						<a href="#"><img class="mark-lazy" src="{{media url="wysiwyg/banner/item-1.jpg"}}" alt="Banner Image" /></a>
    					</div>
    				</div>
    				
    				<div class="col-lg-6 col-md-6">
    					<div class="item static-image">
    						<a href="#"><img class="mark-lazy" src="{{media url="wysiwyg/banner/item-2.jpg"}}" alt="Banner Image" /></a>
    					</div>
    				</div>
    			</div>
    		</div>
    To change banner image, in folder code please go to wysiwyg/banner/ and upload image.

  • To show the "brand", please go to Content >> Elements >> Pages.
  • Please try to use below example code in your cms contents.
    <div class="container">
    		<div class="brand-slider">
    			<div class="owl-carousel owl-theme">
    				<div class="item">
    					<a href="#"><img src="{{media url="wysiwyg/brand/item-1.jpg"}}" alt="Brand Image" /></a>
    				</div>
    				
    				<div class="item">
    					<a href="#"><img src="{{media url="wysiwyg/brand/item-2.jpg"}}" alt="Slider Image" /></a>
    				</div>
    				
    				<div class="item">
    					<a href="#"><img src="{{media url="wysiwyg/brand/item-3.jpg"}}" alt="Slider Image" /></a>
    				</div>
    				
    				<div class="item">
    					<a href="#"><img src="{{media url="wysiwyg/brand/item-4.jpg"}}" alt="Slider Image" /></a>
    				</div>
    				
    				<div class="item">
    					<a href="#"><img src="{{media url="wysiwyg/brand/item-5.jpg"}}" alt="Slider Image" /></a>
    				</div>
    				
    				<div class="item">
    					<a href="#"><img src="{{media url="wysiwyg/brand/item-3.jpg"}}" alt="Slider Image" /></a>
    				</div>
    			</div>
    		</div>
    	</div>
    </div>
    To change brand image, in folder code please go to wysiwyg/brand/ and upload image.

  • To create the "Footer", please go to Admin Panel > Content > Elements > Blocks > Add new block with Identifier "footer-1-content".
    Please try to use below example code in your cms contents.
    <div class="footer-top">
    	<div class="container">
    		<div class="row">
    			<div class="col-lg-6">
    				<div class="newsletter-title">
    					Sign up for Newsletter & <span>get 25%</span> Off first order
    				</div>
    			</div>
    			
    			<div class="col-lg-6">
    				{{block class="Magento\Newsletter\Block\Subscribe" template="subscribe-footer.phtml"}}
    			</div>
    		</div>
    	</div>
    </div>
    
    <div class="footer-middle">
    	<div class="container">
    		<div class="row">
    			<div class="col-lg-3 col-md-6">
    				<div class="block-footer">
    					<div class="block-footer-title">About Us</div>
    					
    					<div class="block-footer-content">
    						<ul>
    							<li><a href="{{store url=""}}about-us.html">About Us</a></li>
    							<li><a href="#">Community</a></li>
    							<li><a href="#">Jobs</a></li>
    							<li><a href="#">Codes</a></li>
    							<li><a href="{{store url=""}}contact">Contact Us</a></li>
    							<li><a href="#">1-877-992-5474</a></li>
    						</ul>
    					</div>
    				</div>
    			</div>
    			
    			<div class="col-lg-3 col-md-6">
    				<div class="block-footer">
    					<div class="block-footer-title">Shop</div>
    					
    					<div class="block-footer-content">
    						<ul>
    							<li><a href="#">Order History</a></li>
    							<li><a href="#">Ordering & Shipping</a></li>
    							<li><a href="#">Coupons & Promo</a></li>
    							<li><a href="#">Codes</a></li>
    							<li><a href="#">Returns & Exchanges</a></li>
    							<li><a href="#">Help</a></li>
    						</ul>
    					</div>
    				</div>
    			</div>
    			
    			<div class="col-lg-3 col-md-6">
    				<div class="block-footer">
    					<div class="block-footer-title">Follow</div>
    					
    					<div class="block-footer-content">
    						{{block class="Magento\Framework\View\Element\Template" template="Magento_Theme::html/social.phtml"}}
    					</div>
    				</div>
    			</div>
    			
    			<div class="col-lg-3 col-md-6">
    				<div class="block-footer">
    					<div class="block-footer-title">Our Services</div>
    					
    					<div class="block-footer-content">
    						<ul>
    							<li><a href="#">Order History</a></li>
    							<li><a href="#">Ordering & Shipping</a></li>
    							<li><a href="#">Coupons & Promo</a></li>
    							<li><a href="#">Codes</a></li>
    							<li><a href="#">Returns & Exchanges</a></li>
    							<li><a href="#">Help</a></li>
    						</ul>
    					</div>
    				</div>
    			</div>
    		</div>
    	</div>
    </div>

  • To edit copyright, in admin panel please go to Stores >> Configuarion >> SM Moonlight >> Advanced >> Custom Copyright


  • To edit "About us" page, please go to Admin Panel > Content > Elements > Blocks > Add new block with Identifier "about-us-content".
    You can edit code HTML in your cms contents.
    <div class="about-container">
    	<div class="group-title-about">
    		<h3>Our store information</h3>
    		<h2>About MoonLight</h2>
    	</div>
    	
    	<div class="about-image">
    		<img src="{{media url="wysiwyg/about/about-image.jpg"}}" alt="About Image" />
    	</div>
    	
    	<div class="about-description">
    		<p>
    			Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud<br/>
    exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore<br/>
    eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
    		</p>
    		
    		<p>
    			Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et<br/>
    quasi architecto beatae vitae dicta sunt explicabo Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit,
    		</p>
    	</div>
    	
    	<div class="services-about">
    		<div class="row">
    			<div class="col-lg-6 col-md-6">
    				<div class="sv-content">
    					<h2>OUR MISSION</h2>
    					
    					<p>
    						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
    					</p>
    				</div>
    			</div>
    			
    			<div class="col-lg-6 col-md-6">
    				<div class="sv-content">
    					<h2>OUR STORIES</h2>
    					
    					<p>
    						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
    					</p>
    				</div>
    			</div>
    			
    			<div class="col-lg-6 col-md-6">
    				<div class="sv-content">
    					<h2>OUR APPROACH</h2>
    					
    					<p>
    						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
    					</p>
    				</div>
    			</div>
    			
    			<div class="col-lg-6 col-md-6">
    				<div class="sv-content">
    					<h2>OUR PHILOSOPHY</h2>
    					
    					<p>
    						Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
    					</p>
    				</div>
    			</div>
    		</div>
    	</div>
    	
    	<div class="slider-member">
    		<div class="group-title-about">
    			<h3>Our store information</h3>
    			<h2>Our Team Work</h2>
    		</div>
    		
    		<div class="owl-carousel owl-theme">
    			<div class="item">
    				<div class="image-member">
    					<a href="#"><img src="{{media url="wysiwyg/about/member-1.jpg"}}" alt="Member Image" /></a>
    					
    					<div class="member-social">
    						<ul>
    							<li><a href="#"><span class="fa fa-twitter"></span></a></li>
    							<li><a href="#"><span class="fa fa-facebook"></span></a></li>
    							<li><a href="#"><span class="fa fa-google"></span></a></li>
    							<li><a href="#"><span class="fa fa-skype"></span></a></li>
    						</ul>
    					</div>
    				</div>
    				
    				<div class="info-member">
    					<h3>Michael Phelps</h3>
    					<p>Founder, CEO</p>
    				</div>
    			</div>
    			
    			<div class="item">
    				<div class="image-member">
    					<a href="#"><img src="{{media url="wysiwyg/about/member-2.jpg"}}" alt="Member Image" /></a>
    					
    					<div class="member-social">
    						<ul>
    							<li><a href="#"><span class="fa fa-twitter"></span></a></li>
    							<li><a href="#"><span class="fa fa-facebook"></span></a></li>
    							<li><a href="#"><span class="fa fa-google"></span></a></li>
    							<li><a href="#"><span class="fa fa-skype"></span></a></li>
    						</ul>
    					</div>
    				</div>
    				
    				<div class="info-member">
    					<h3>Vladimir Radskin</h3>
    					<p>Web Designer</p>
    				</div>
    			</div>
    			
    			<div class="item">
    				<div class="image-member">
    					<a href="#"><img src="{{media url="wysiwyg/about/member-3.jpg"}}" alt="Member Image" /></a>
    					
    					<div class="member-social">
    						<ul>
    							<li><a href="#"><span class="fa fa-twitter"></span></a></li>
    							<li><a href="#"><span class="fa fa-facebook"></span></a></li>
    							<li><a href="#"><span class="fa fa-google"></span></a></li>
    							<li><a href="#"><span class="fa fa-skype"></span></a></li>
    						</ul>
    					</div>
    				</div>
    				
    				<div class="info-member">
    					<h3>Tommy Hilfiger</h3>
    					<p>Developer</p>
    				</div>
    			</div>
    			
    			<div class="item">
    				<div class="image-member">
    					<a href="#"><img src="{{media url="wysiwyg/about/member-4.jpg"}}" alt="Member Image" /></a>
    					
    					<div class="member-social">
    						<ul>
    							<li><a href="#"><span class="fa fa-twitter"></span></a></li>
    							<li><a href="#"><span class="fa fa-facebook"></span></a></li>
    							<li><a href="#"><span class="fa fa-google"></span></a></li>
    							<li><a href="#"><span class="fa fa-skype"></span></a></li>
    						</ul>
    					</div>
    				</div>
    				
    				<div class="info-member">
    					<h3>Anna Johanson</h3>
    					<p>Testing Website</p>
    				</div>
    			</div>
    			
    			<div class="item">
    				<div class="image-member">
    					<a href="#"><img src="{{media url="wysiwyg/about/member-1.jpg"}}" alt="Member Image" /></a>
    					
    					<div class="member-social">
    						<ul>
    							<li><a href="#"><span class="fa fa-twitter"></span></a></li>
    							<li><a href="#"><span class="fa fa-facebook"></span></a></li>
    							<li><a href="#"><span class="fa fa-google"></span></a></li>
    							<li><a href="#"><span class="fa fa-skype"></span></a></li>
    						</ul>
    					</div>
    				</div>
    				
    				<div class="info-member">
    					<h3>Michael Phelps</h3>
    					<p>Founder, CEO</p>
    				</div>
    			</div>
    			
    			<div class="item">
    				<div class="image-member">
    					<a href="#"><img src="{{media url="wysiwyg/about/member-2.jpg"}}" alt="Member Image" /></a>
    					
    					<div class="member-social">
    						<ul>
    							<li><a href="#"><span class="fa fa-twitter"></span></a></li>
    							<li><a href="#"><span class="fa fa-facebook"></span></a></li>
    							<li><a href="#"><span class="fa fa-google"></span></a></li>
    							<li><a href="#"><span class="fa fa-skype"></span></a></li>
    						</ul>
    					</div>
    				</div>
    				
    				<div class="info-member">
    					<h3>Vladimir Radskin</h3>
    					<p>Web Designer</p>
    				</div>
    			</div>
    		</div>
    		
    		<script>
    			require([
    				'jquery',
    				'owlcarousel'
    			], function ($) {
    				var owl_upsell = $(".slider-member .owl-carousel");
    				owl_upsell.owlCarousel({
    
    					responsive: {
    						0: {
    							items: 1
    						},
    						480: {
    							items: 2
    						},
    						768: {
    							items: 3
    						},
    						992: {
    							items: 4
    						},
    						1200: {
    							items: 4
    						}
    					},
    
    					autoplay: false,
    					loop: false,
    					nav: true,
    					dots: false,
    					autoplaySpeed: 500,
    					navSpeed: 500,
    					dotsSpeed: 500,
    					autoplayHoverPause: true,
    					margin: 30,
    				});
    			});
    		</script>
    	</div>
    </div>

  • To edit "Google maps", please go to Admin Panel > Content > Elements > Blocks > Add new block with Identifier "google-map".
    You can edit code HTML in your cms contents.
    <div class="google-map"><iframe style="border: 0;" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3151.8402891185415!2d144.95373631585633!3d-37.817209742014676!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x6ad65d4c2b349649%3A0xb6899234e561db11!2sEnvato!5e0!3m2!1svi!2s!4v1527494727294" allowfullscreen="allowfullscreen" width="600" height="450" frameborder="0"></iframe></div>
    
  • To edit "Information", please go to Admin Panel > Content > Elements > Blocks > Add new block with Identifier "contact-us-info".
    You can edit code HTML in your cms contents.
    <div class="contact-description">
    	<div class="des-title">Get Office Info</div>
    	<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
    	
    	<ul class="store-info">
    		<li class="address-store">
    			<div class="store-icon">
    				<span class="hidden">Icon Info</span>
    			</div>
    			
    			<div class="info-contact">
    				5611 Wellington Road, Suite 115, Gainesville,<br/>VA 20155
    			</div>
    		</li>
    		
    		<li class="email-store">
    			<div class="store-icon">
    				<span class="hidden">Icon Info</span>
    			</div>
    			
    			<div class="info-contact">
    				Magentech@domain.com<br/>
    				Skyoftech@domain.com
    			</div>
    		</li>
    		
    		<li class="phone-store">
    			<div class="store-icon">
    				<span class="hidden">Icon Info</span>
    			</div>
    			
    			<div class="info-contact">
    				Phone 1: 888 - 9434 46000<br/>
    				Phone 2: 888 - 1234 56478
    			</div>
    		</li>
    		
    		<li class="short-des-store">
    			<div class="store-icon">
    				<span class="hidden">Icon Info</span>
    			</div>
    			
    			<div class="info-contact">
    				<p>Monday: 13:00-18:00 (shops open later than usual)</p>
    				<p>Tuesday, Wednesday, Friday & Saturday: 09:00-18:00</p>
    				<p>Thursday: 09:00-21:00 (late-night shopping)</p>
    				<p>Sunday: 12:00-17:00 (This primarily applies to the shops on<br/>
    and near the Nieuwendijk and Kalverstraat. In some of the other<br/>
    shopping streets, you may find that only a selection of the shops<br/>
    are open on Sundays).</p>
    			</div>
    		</li>
    	</ul>
    </div>
    
  • Theme Setting

    In Magento admin panel, navigate to Stores >> Settings >> Configuration >> MAGENTECH.COM >> SM Moonlight and configure its settings as you want.

    Please click Here to view the theme settings.

    General Options

    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 2 types: mega menu and css menu. You can select a menu style that you want.

  • Mega Menu: The menu are items that you have created from module megamenu.
  • CSS Menu: The menu are categories that you have created.
  • 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.

    Social

    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


    Change Log

    + Release