Getting Started

Installation

Layout Position

home 1 Home Style 1
home 1 Home Style 2

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.
    <p>Subscribe to the mailing list to receive updates on new arrivals, special offers and other discount information.</p>
  • How to change background image?
    In the code directory, Please go to this folder and upload override background image:
    pub/static/frontend/Sm/market/en_US/images/bg-newsletter.jpg

  • To create the "Slideshow", please go to Admin Panel > Content > Elements > Blocks > Add new block with Identifier "slideshow".
    Please try to use below example code in your cms contents.
    <div class="image-slider-home">
    <div class="sm-imageslider">
    <div class="sm-imageslider-inner">
    <div class="sm-imageslider-content owl-carousel owl-theme">
    <div class="item"><a title="title" href="#"><img src="{{media url="wysiwyg/imageslider/slide1.jpg"}}" alt="" /></a></div>
    <div class="item"><a title="title" href="#"><img src="{{media url="wysiwyg/imageslider/slide2.jpg"}}" alt="" /></a></div>
    <div class="item"><a title="title" href="#"><img src="{{media url="wysiwyg/imageslider/slide3.jpg"}}" alt="" /></a></div>
    </div>
    </div>
    </div>
    </div>
  • To show the "Slideshow", please go to Content >> Elements >> Pages.
  • Please try to use below example code in your XML contents.
    <referenceContainer name="page.top">
    	<block class="Magento\Cms\Block\Block" name="slideshow">
    		<arguments>
    			<argument name="block_id" xsi:type="string">slideshow</argument>
    		</arguments>
    	</block>
    </referenceContainer>

  • To create the "Slideshow", please go to Admin Panel > Content > Elements > Blocks > Add new block with Identifier "slideshow".
    Please try to use below example code in your cms contents.
    <div class="image-slider-home">
    <div class="sm-imageslider">
    <div class="sm-imageslider-inner">
    <div class="sm-imageslider-content owl-carousel owl-theme">
    <div class="item"><a title="title" href="#"><img src="{{media url="wysiwyg/imageslider/slide1.jpg"}}" alt="" /></a></div>
    <div class="item"><a title="title" href="#"><img src="{{media url="wysiwyg/imageslider/slide2.jpg"}}" alt="" /></a></div>
    <div class="item"><a title="title" href="#"><img src="{{media url="wysiwyg/imageslider/slide3.jpg"}}" alt="" /></a></div>
    </div>
    </div>
    </div>
    </div>
  • To show the "Slideshow", please go to Content >> Elements >> Pages.
  • Please try to use below example code in your XML contents.
    <referenceContainer name="page.top">
    	<block class="Magento\Cms\Block\Block" name="slideshow">
    		<arguments>
    			<argument name="block_id" xsi:type="string">slideshow</argument>
    		</arguments>
    	</block>
    </referenceContainer>

  • To create the "ID-1-block-1", please go to Admin Panel > Content > Elements > Blocks > Add new block with Identifier "id-1-block-1".
    Please add this code in your cms contents.
    <section class="section-1">
    <div class="row">
    <div class="col-lg-8">
    <div class="block about-us">
    <div class="title-home text-left">
    <h2><span>about skWatches</span></h2>
    <p class="pre-text">Over 868,000 Watches and Accessories</p>
    </div>
    <div class="content-us">
    <div class="des">
    Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut<br> labore et dolore magna aliqua. Quis ipsum suspendisse ultrices gravida. Risus commodo viverra<br>
    maecenas accumsan lacus vel facilisis.... <a href="#" class="read-more color-theme">learn more</a>
    </div>
    <img src="{{media url="wysiwyg/name-ceo.png"}}" alt="" />
    <div class="name-ceo">Frank Sinatra - ceo</div>
    </div>
    </div>
    </div>
    <div class="col-lg-4">
    {{block class="Sm\AttributesSearch\Block\AttributesSearch" template="Sm_AttributesSearch::default.phtml"}}
    </div>
    </div>
    </section>
    <section class="section-2">
    {{block class="Sm\FilterProducts\Block\FilterProducts" template="Sm_FilterProducts::default-column-v22.phtml" title_module="Trending Products" product_source="lastest_products"}}
    </section>
    
  • To show the "ID-1-block-1", please go to Content >> Elements >> Pages.
  • Please add this code in your CMS contents.
    {{block class="Magento\\Cms\\Block\\Block" block_id="id-1-block-1"}}

  • To create the "ID-1-block-2", please go to Admin Panel > Content > Elements > Blocks > Add new block with Identifier "id-1-block-2".
    Please add this code in your cms contents.
    <section class="section-3 full-wrapper">
        <div class="full-content">
            <div class="collection lazyload-container">
                <div class="container">
                    <div class="row">
                        <div class="col-lg-7">
                            <a href="#" class="images-collection"><img class="mark-lazy" src="{{media url="wysiwyg/collection.png "}}" alt="" /></a>
                        </div>
                        <div class="col-lg-5">
                            <div class="content">
                                <div class="block-title">
                                    <span class="text1">Coming soon</span>
                                    <span class="text2">classy & cozy</span>
                                </div>
                                <div class="des">
                                    Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Quis ipsum suspendisse ultrices gravida. Risus commodo viverra maecenas accumsan lacus vel facilisis.
                                </div>
                                <a href="#" class="shop-now bg-theme">Shop Now</a>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>
    <section class="section-4 full-wrapper">
        <div class="full-content">
            {{block class="Sm\FilterProducts\Block\FilterProducts" template="Sm_FilterProducts::default-slider-id2.phtml" title_module="Weekly deals" display_countdown="1" product_source="special_products" }}
        </div>
    </section>
    <section class="section-5 full-wrapper">
        <div class="full-content">
            <div class="block block-testimonial">
                <div class="container">
                    <div class="row">
                        <div class="col-lg-4">
                            <div class="title-home text-left">
                                <h2><span>our testimonials</span></h2>
                                <p class="pre-text">Over 868,000 Watches and Accessories</p>
                            </div>
                        </div>
                        <div class="col-lg-8">
                            <div class="content">
                                <div class="inner-content">
                                   <img src="{{media url="wysiwyg/testimonials/client-1.jpg"}}" alt="" />
                                    <div class="des"> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Quis ipsum suspendisse ultrices gravida. Risus commodo viverra </div>
                                    <div class="name color-theme">Mark Tony</div>
                                    <div class="job">Software Developer</div>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>
    
  • To show the "ID-1-block-2", please go to Content >> Elements >> Pages.
  • Please add this code in your CMS contents.
    {{block class="Magento\\Cms\\Block\\Block" block_id="id-1-block-2"}}

  • To create the "ID-1-block-3", please go to Admin Panel > Content > Elements > Blocks > Add new block with Identifier "id-1-block-3".
    Please add this code in your cms contents.
    <section class="section-6">
        {{widget type="Magefan\Blog\Block\Widget\Recent" title="Latest Blog" number_of_posts="3" custom_template="Magefan_Blog::widget/recent.phtml"}}
        <div class="brand-slider">
            <div class="owl-carousel slider-content">
                <div class="item">
                    <a title="Brand" href="#"><img class="mark-lazy" src="{{media url="wysiwyg/brand/brand-v1.jpg "}}" alt="Brand Image"></a>
                </div>
                <div class="item">
                    <a title="Brand" href="#"><img class="mark-lazy" src="{{media url="wysiwyg/brand/brand-v2.jpg "}}" alt="Brand Image"></a>
                </div>
                <div class="item">
                    <a title="Brand" href="#"><img class="mark-lazy" src="{{media url="wysiwyg/brand/brand-v3.jpg "}}" alt="Brand Image"></a>
                </div>
                <div class="item">
                    <a title="Brand" href="#"><img class="mark-lazy" src="{{media url="wysiwyg/brand/brand-v4.jpg "}}" alt="Brand Image"></a>
                </div>
                <div class="item">
                    <a title="Brand" href="#"><img class="mark-lazy" src="{{media url="wysiwyg/brand/brand-v5.jpg "}}" alt="Brand Image"></a>
                </div>
                <div class="item">
                    <a title="Brand" href="#"><img class="mark-lazy" src="{{media url="wysiwyg/brand/brand-v6.jpg "}}" alt="Brand Image"></a>
                </div>
            </div>
        </div>
    </section>
    <section class="section-7 block block-instagrams full-wrapper">
        <div class="full-content">
            <div class="container">
                <div class="inner-instagrams">
                    <div class="title-home">
                        <h2>instagram gallery</h2>
                        <p class="pre-text">Over 868,000 Watches and Accessories</p>
                    </div>
                    <div class="instagram-items">
                        <div class="item">
                            <div class="img_users">
                               <a class="fancybox" rel="gallery1" href="{{media url="wysiwyg/instagrams/1.jpg"}}" title="">
    								<img class="mark-lazy" src="{{media url="wysiwyg/instagrams/1.jpg"}}" alt="" />
    							</a>
                            </div>
                            <h3>@watch_men</h3>
                        </div>
                        <div class="item">
                            <div class="img_users">
                                 <a class="fancybox" rel="gallery1" href="{{media url="wysiwyg/instagrams/2.jpg"}}" title="">
    								<img class="mark-lazy" src="{{media url="wysiwyg/instagrams/2.jpg"}}" alt="" />
    							</a>
                            </div>
                            <h3>@watch_men</h3>
                        </div>
                        <div class="item">
                            <div class="img_users">
                                 <a class="fancybox" rel="gallery1" href="{{media url="wysiwyg/instagrams/3.jpg"}}" title="">
    								<img class="mark-lazy" src="{{media url="wysiwyg/instagrams/3.jpg"}}" alt="" />
    							</a>
                            </div>
                            <h3>@watch_men</h3>
                        </div>
                        <div class="item">
                            <div class="img_users">
                                 <a class="fancybox" rel="gallery1" href="{{media url="wysiwyg/instagrams/4.jpg"}}" title="">
    								<img class="mark-lazy" src="{{media url="wysiwyg/instagrams/4.jpg"}}" alt="" />
    							</a>
                            </div>
                            <h3>@watch_men</h3>
                        </div>
                        <div class="item">
                            <div class="img_users">
                                 <a class="fancybox" rel="gallery1" href="{{media url="wysiwyg/instagrams/5.jpg"}}" title="">
    								<img class="mark-lazy" src="{{media url="wysiwyg/instagrams/5.jpg"}}" alt="" />
    							</a>
                            </div>
                            <h3>@watch_men</h3>
                        </div>
                        <div class="item">
                            <div class="img_users">
                                <a class="fancybox" rel="gallery1" href="{{media url="wysiwyg/instagrams/6.jpg"}}" title="">
    								<img class="mark-lazy" src="{{media url="wysiwyg/instagrams/6.jpg"}}" alt="" />
    							</a>
                            </div>
                            <h3>@watch_men</h3>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>
    
  • To show the "ID-1-block-3", please go to Content >> Elements >> Pages.
  • Please add this code in your CMS contents.
    {{block class="Magento\\Cms\\Block\\Block" block_id="id-1-block-3"}}

  • To create the "Footer Left", please go to Admin Panel > Content > Elements > Blocks > Add new block with Identifier "footer-1-content-left".
    Please add this code in your cms contents.
    <div class="footer-blocks">
    	<a href="#" class="logo-ft "><img src="{{media url="wysiwyg/logo3.png"}}" alt="" /></a>
    {{block class="Magento\Framework\View\Element\Template" template="Magento_Theme::html/social.phtml"}}
    </div>
    
    

  • To create the "Footer Right", please go to Admin Panel > Content > Elements > Blocks > Add new block with Identifier "footer-1-content-right".
    Please add this code in your cms contents.
    <div class="row">
    <div class="col-lg-8 col-md-8">
    <div class="row">
    <div class="col-lg-4 col-sm-4">
    <div class="footer-block">
    <div class="footer-block-title">
    <h3>Company</h3>
    </div>
    <div class="footer-block-content">
    <ul class="links-footer">
    <li><a title="About Us" href="{{store url=""}}about-us.html">About Us</a></li>
    <li><a title="Blog" href="{{store url=""}}/blog">Blog</a></li>
    <li><a title="Contact" href="{{store url=""}}/contact">Contact</a></li>
    <li><a title="Services" href="#">Services</a></li>
    <li><a title="Sample Page" href="#">Sample Page</a></li>
    <li><a title="Portfolio" href="#">Portfolio</a></li>
    </ul>
    </div>
    </div>
    </div>
    <div class="col-lg-4 col-sm-4">
    <div class="footer-block">
    <div class="footer-block-title">
    <h3>My Account</h3>
    </div>
    <div class="footer-block-content">
    <ul class="links-footer">
    <li><a title="My Account" href="{{store url=""}}customer/account">My Account</a></li>
    <li><a title="Contact First" href="#">Contact</a></li>
    <li><a title="Wishlist" href="{{store url=""}}customer/account">Wishlist</a></li>
    <li><a title="Portfolio" href="#">Portfolio</a></li>
    <li><a title="Checkout" href="#">Checkout</a></li>
    <li><a title="Frequently Questions" href="#">Frequently Questions</a></li>
    </ul>
    </div>
    </div>
    </div>
    <div class="col-lg-4 col-sm-4">
    <div class="footer-block">
    <div class="footer-block-title">
    <h3>Support</h3>
    </div>
    <div class="footer-block-content">
    <ul class="links-footer">
    <li><a title="Support Forums" href="#">Support Forums</a></li>
    <li><a title="Help Center" href="#">Help Center</a></li>
    <li><a title="Documentation" href="#">Documentation</a></li>
    <li><a title="FAQ" href="#">FAQ</a></li>
    <li><a title="Sitemap" href="#">Sitemap</a></li>
    </ul>
    </div>
    </div>
    </div>
    </div>
    </div>
    <div class="col-lg-4 col-md-4">
    <div class="footer-block">
    <div class="footer-block-title">
    <h3>About Us</h3>
    </div>
    <div class="footer-block-content">
    <p class="des">We are a team of Developer that creat 
    hight quality Magento, Prestashop, 
    WordPress...</p>
    <ul class="links-footer">
    <li><i class="fa fa-map-o" aria-hidden="true"></i>Av. Té 950, Granjas México, 08400 Ciudad de México, CDMX, Mexico</li>
    <li><i class="fa fa-envelope-o" aria-hidden="true"></i>Support@Magentech.Com</li>
    <li><i class="fa fa-phone-square" aria-hidden="true"></i>(+60)123 456 709 - (+60)123 456 780</li>
    </ul>
    </div>
    </div>
    </div>
    </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="about-top">
    		<h3>What We Do</h3>
    		<p class="description">The first of the month is coming, we have to get money, we have no choice</p>
    		
    		<div class="grid-services clearfix">
    			<div class="item">
    				<div class="service-icon">
    					<img src="{{media url="wysiwyg/about/icon/icon-1.png"}}" alt="Service Image" />
    				</div>
    				
    				<div class="service-info">
    					<h4>Digital Marketing</h4>
    					<p>It’s important to use cocoa butter. It’s the key to more success, why not live smooth? Why live rough? Another one. Give thanks to the most high got life, we breathing...</p>
    				</div>
    			</div>
    			
    			<div class="item">
    				<div class="service-icon">
    					<img src="{{media url="wysiwyg/about/icon/icon-2.png"}}" alt="Service Image" />
    				</div>
    				
    				<div class="service-info">
    					<h4>Creative Design</h4>
    					<p>It’s important to use cocoa butter. It’s the key to more success, why not live smooth? Why live rough? Another one. Give thanks to the most high got life, we breathing...</p>
    				</div>
    			</div>
    			
    			<div class="item">
    				<div class="service-icon">
    					<img src="{{media url="wysiwyg/about/icon/icon-3.png"}}" alt="Service Image" />
    				</div>
    				
    				<div class="service-info">
    					<h4>Strategic Planing</h4>
    					<p>It’s important to use cocoa butter. It’s the key to more success, why not live smooth? Why live rough? Another one. Give thanks to the most high got life, we breathing...</p>
    				</div>
    			</div>
    			
    			<div class="item">
    				<div class="service-icon">
    					<img src="{{media url="wysiwyg/about/icon/icon-4.png"}}" alt="Service Image" />
    				</div>
    				
    				<div class="service-info">
    					<h4>Optimazine SEO</h4>
    					<p>It’s important to use cocoa butter. It’s the key to more success, why not live smooth? Why live rough? Another one. Give thanks to the most high got life, we breathing...</p>
    				</div>
    			</div>
    			
    			<div class="item">
    				<div class="service-icon">
    					<img src="{{media url="wysiwyg/about/icon/icon-5.png"}}" alt="Service Image" />
    				</div>
    				
    				<div class="service-info">
    					<h4>Brand Indentity</h4>
    					<p>It’s important to use cocoa butter. It’s the key to more success, why not live smooth? Why live rough? Another one. Give thanks to the most high got life, we breathing...</p>
    				</div>
    			</div>
    			
    			<div class="item">
    				<div class="service-icon">
    					<img src="{{media url="wysiwyg/about/icon/icon-6.png"}}" alt="Service Image" />
    				</div>
    				
    				<div class="service-info">
    					<h4>Website Development</h4>
    					<p>It’s important to use cocoa butter. It’s the key to more success, why not live smooth? Why live rough? Another one. Give thanks to the most high got life, we breathing...</p>
    				</div>
    			</div>
    		</div>
    	</div>
    	
    	<div class="count-info">
    		<div class="container">
    			<div class="row">
    				<div class="col-lg-3">
    					<div class="item">
    						<div class="number">1286</div>
    						<div class="name">Projects</div>
    					</div>
    				</div>
    				
    				<div class="col-lg-3">
    					<div class="item">
    						<div class="number">8</div>
    						<div class="name">Award Winner</div>
    					</div>
    				</div>
    				
    				<div class="col-lg-3">
    					<div class="item">
    						<div class="number">3898</div>
    						<div class="name">Happy Customer</div>
    					</div>
    				</div>
    				
    				<div class="col-lg-3">
    					<div class="item">
    						<div class="number">86</div>
    						<div class="name">Store Location</div>
    					</div>
    				</div>
    			</div>
    		</div>
    	</div>
    	
    	<div class="our-team">
    		<h3>Our Team</h3>
    		<p class="description">The first of the month is coming, we have to get money, we have no choice</p>
    		
    		<div class="grid-member">
    			<div class="item">
    				<div class="member-image">
    					<img src="{{media url="wysiwyg/about/member/item-1.jpg"}}" alt="Member Image" />
    					
    					<div class="social-member">
    						<ul>
    							<li><a href="#"><span class="fa fa-facebook"><span class="hidden">Facebook</span></span></a></li>
    							<li><a href="#"><span class="fa fa-twitter"><span class="hidden">Twitter</span></span></a></li>
    							<li><a href="#"><span class="fa fa-google-plus"><span class="hidden">Google</span></span></a></li>
    							<li><a href="#"><span class="fa fa-youtube-play"><span class="hidden">Youtube</span></span></a></li>
    							<li><a href="#"><span class="fa fa-rss"><span class="hidden">Rss</span></span></a></li>
    						</ul>
    					</div>
    				</div>
    				
    				<div class="member-info">
    					<div class="name">Jonathan Doe</div>
    					<p class="job">SEO & Marketing</p>
    				</div>
    			</div>
    			
    			<div class="item">
    				<div class="member-image">
    					<img src="{{media url="wysiwyg/about/member/item-2.jpg"}}" alt="Member Image" />
    					
    					<div class="social-member">
    						<ul>
    							<li><a href="#"><span class="fa fa-facebook"><span class="hidden">Facebook</span></span></a></li>
    							<li><a href="#"><span class="fa fa-twitter"><span class="hidden">Twitter</span></span></a></li>
    							<li><a href="#"><span class="fa fa-google-plus"><span class="hidden">Google</span></span></a></li>
    							<li><a href="#"><span class="fa fa-youtube-play"><span class="hidden">Youtube</span></span></a></li>
    							<li><a href="#"><span class="fa fa-rss"><span class="hidden">Rss</span></span></a></li>
    						</ul>
    					</div>
    				</div>
    				
    				<div class="member-info">
    					<div class="name">Jonathan Doe</div>
    					<p class="job">SEO & Marketing</p>
    				</div>
    			</div>
    			
    			<div class="item">
    				<div class="member-image">
    					<img src="{{media url="wysiwyg/about/member/item-3.jpg"}}" alt="Member Image" />
    					
    					<div class="social-member">
    						<ul>
    							<li><a href="#"><span class="fa fa-facebook"><span class="hidden">Facebook</span></span></a></li>
    							<li><a href="#"><span class="fa fa-twitter"><span class="hidden">Twitter</span></span></a></li>
    							<li><a href="#"><span class="fa fa-google-plus"><span class="hidden">Google</span></span></a></li>
    							<li><a href="#"><span class="fa fa-youtube-play"><span class="hidden">Youtube</span></span></a></li>
    							<li><a href="#"><span class="fa fa-rss"><span class="hidden">Rss</span></span></a></li>
    						</ul>
    					</div>
    				</div>
    				
    				<div class="member-info">
    					<div class="name">Jonathan Doe</div>
    					<p class="job">SEO & Marketing</p>
    				</div>
    			</div>
    			
    			<div class="item">
    				<div class="member-image">
    					<img src="{{media url="wysiwyg/about/member/item-4.jpg"}}" alt="Member Image" />
    					
    					<div class="social-member">
    						<ul>
    							<li><a href="#"><span class="fa fa-facebook"><span class="hidden">Facebook</span></span></a></li>
    							<li><a href="#"><span class="fa fa-twitter"><span class="hidden">Twitter</span></span></a></li>
    							<li><a href="#"><span class="fa fa-google-plus"><span class="hidden">Google</span></span></a></li>
    							<li><a href="#"><span class="fa fa-youtube-play"><span class="hidden">Youtube</span></span></a></li>
    							<li><a href="#"><span class="fa fa-rss"><span class="hidden">Rss</span></span></a></li>
    						</ul>
    					</div>
    				</div>
    				
    				<div class="member-info">
    					<div class="name">Jonathan Doe</div>
    					<p class="job">SEO & Marketing</p>
    				</div>
    			</div>
    		</div>
    	</div>
    	
    	<div class="who-you-full">
    		<div class="container">
    			<div class="who-you">
    				<h3>Who Are You?</h3>
    				<p class="description">The first of the month is coming, we have to get money, we have no choice</p>
    				
    				<div class="row">
    					<div class="col-lg-6">
    						<div class="about-video">
    							<div style="padding:56.25% 0 0 0;position:relative;"><iframe src="https://player.vimeo.com/video/13568203?color=ffffff&title=0&byline=0&portrait=0" style="position:absolute;top:0;left:0;width:100%;height:100%;" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></div><script src="https://player.vimeo.com/api/player.js"></script>
    						</div>
    					</div>
    					
    					<div class="col-lg-6">
    						<div class="skill-range">
    							<ul>
    								<li>
    									<p class="name-skill">Development</p>
    									<div class="range-item">
    										<div class="range-result" style="width: 80%;">
    											<div class="tooltip-range">
    												<span>80%</span>
    											</div>
    										</div>
    									</div>
    								</li>
    								
    								<li>
    									<p class="name-skill">Website Design</p>
    									<div class="range-item">
    										<div class="range-result" style="width: 60%;">
    											<div class="tooltip-range">
    												<span>60%</span>
    											</div>
    										</div>
    									</div>
    								</li>
    								
    								<li>
    									<p class="name-skill">HTML / CSS</p>
    									<div class="range-item">
    										<div class="range-result" style="width: 90%;">
    											<div class="tooltip-range">
    												<span>90%</span>
    											</div>
    										</div>
    									</div>
    								</li>
    								
    								<li>
    									<p class="name-skill">Photography</p>
    									<div class="range-item">
    										<div class="range-result" style="width: 50%;">
    											<div class="tooltip-range">
    												<span>50%</span>
    											</div>
    										</div>
    									</div>
    								</li>
    							</ul>
    						</div>
    					</div>
    				</div>
    			</div>
    		</div>
    	</div>
    	
    	<div class="brand-grid-about static-image">
    			<div class="row">
    				<div class="col-lg-2 col-sm-4 col-6 item">
    					<a href="#" title="Brand"><img src="{{media url="wysiwyg/brand/item-1.jpg"}}" alt="Brand Image" /></a>
    				</div>
    				
    				<div class="col-lg-2 col-sm-4 col-6 item">
    					<a href="#" title="Brand"><img src="{{media url="wysiwyg/brand/item-2.jpg"}}" alt="Brand Image" /></a>
    				</div>
    				
    				<div class="col-lg-2 col-sm-4 col-6 item">
    					<a href="#" title="Brand"><img src="{{media url="wysiwyg/brand/item-3.jpg"}}" alt="Brand Image" /></a>
    				</div>
    				
    				<div class="col-lg-2 col-sm-4 col-6 item">
    					<a href="#" title="Brand"><img src="{{media url="wysiwyg/brand/item-4.jpg"}}" alt="Brand Image" /></a>
    				</div>
    				
    				<div class="col-lg-2 col-sm-4 col-6 item">
    					<a href="#" title="Brand"><img src="{{media url="wysiwyg/brand/item-5.jpg"}}" alt="Brand Image" /></a>
    				</div>
    				
    				<div class="col-lg-2 col-sm-4 col-6 item">
    					<a href="#" title="Brand"><img src="{{media url="wysiwyg/brand/item-6.jpg"}}" alt="Brand Image" /></a>
    				</div>
    			</div>
    		</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="map"><iframe style="border: 0;" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3151.8352535722393!2d144.95373531573256!3d-37.8173276797518!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x6ad65d4c2b349649%3A0xb6899234e561db11!2sEnvato!5e0!3m2!1svi!2s!4v1558405327045!5m2!1svi!2s" width="600" height="450" frameborder="0" allowfullscreen="allowfullscreen"></iframe></div>
    
  • To edit "Information", please go to Admin Panel > Content > Elements > Blocks > Add new block with Identifier "info-store-contact".
    You can edit code HTML in your cms contents.
    <div class="store-info-contact clearfix">
    <ul>
    <li>
    <div class="icon-info-contact phone-ico"><span class="hidden">Icon</span></div>
    <h3>Phone</h3>
    <p>Phone 1: (+123) 4 567 890<br> Phone 2: (+234) 5 210 102</p>
    </li>
    <li>
    <div class="icon-info-contact add-ico"><span class="hidden">Icon</span></div>
    <h3>Address</h3>
    <p>2012 Lenorad Creet Street, Behind<br> Los Angeles, USA</p>
    </li>
    <li>
    <div class="icon-info-contact email-ico"><span class="hidden">Icon</span></div>
    <h3>Email</h3>
    <p>support1@example.com<br> support2@example.com</p>
    </li>
    <li>
    <div class="icon-info-contact open-ico"><span class="hidden">Icon</span></div>
    <h3>Opening time</h3>
    <p>Monday-Saturday: 6AM - 9PM<br> Sunday: Closed</p>
    </li>
    </ul>
    </div>
    
  • Theme Setting

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