Getting Started

Installation

Layout Position

home 1 Home Style 1
home 2 Home Style 2
home 3 Home Style 3
home 4 Home Style 4
home 5 Home Style 5
home 6 Home Style 6
home 7 Home Style 7
home 8 Home Style 8
home 9 Home Style 9
home 10 Home Style 10
home 11 Home Style 11
home 12 Home Style 12
home 13 Home Style 13
home 14 Home Style 14
home 15 Home Style 15
home 16 Home Style 16
home 17 Home Style 17
home 18 Home Style 18
home 19 Home Style 19
home 20 Home Style 20
home 21 Home Style 21
home 22 Home Style 22
home 23 Home Style 23

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 Market mailing list to receive updates on new arrivals, special offers and other discount information.</p>
  • How to edit social?
    To edit social, please go to Admin Panel > Content > Elements > Blocks > Search Identifier "social-newsletter-popup".
    Please try to use below example code in your cms contents.
    <ul class="social-list">
    <li><a title="title" href="#"><i class="fa fa-facebook"></i><span class="hidden">Facebook</span></a></li>
    <li><a title="title" href="#"><i class="fa fa-twitter"></i><span class="hidden">Twitter</span></a></li>
    <li><a title="title" href="#"><i class="fa fa-google-plus"></i><span class="hidden">Google</span></a></li>
    <li><a title="title" href="#"><i class="fa fa-tumblr"></i><span class="hidden">Tumblr</span></a></li>
    <li><a title="title" href="#"><i class="fa fa-pinterest"></i><span class="hidden">Pinterest</span></a></li>
    <li><a title="title" href="#"><i class="fa fa-linkedin"></i><span class="hidden">Linkedin</span></a></li>
    </ul>
  • How to change background image?
    In the code directory, Please go to 2 folders and coppy override background image:
    pub/static/frontend/Sm/market/en_US/images/bg-newsletter.jpg
    app/design/frontend/Sm/market/web/images/bg-newsletter.jpg

  • To create the "Top Search", please go to Admin Panel > Content > Elements > Blocks > Add new block with Identifier "top-search".
    Please try to use below example code in your cms contents.
    {{block class="Sm\SearchBox\Block\SearchBox" template="Sm_SearchBox::popular-search.phtml"}}
  • To show the "Top Search", 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="top-search"}}
    

  • 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 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/image-banner-1.jpg"}}" alt="Slider Image" /></a></div>
    <div class="item"><a title="title" href="#"><img src="{{media url="wysiwyg/imageslider/image-banner-2.jpg"}}" alt="Slider Image" /></a></div>
    <div class="item"><a title="title" href="#"><img src="{{media url="wysiwyg/imageslider/image-banner-3.jpg"}}" alt="Slider Image" /></a></div>
    </div>
    </div>
    </div>
    </div>
    <div class="static-image-1">
    <ul class="static-image">
    <li><a title="Static Image" href="#"> <img src="{{media url="wysiwyg/banner/banner1-1.jpg"}}" alt="Static Image" /> </a></li>
    <li><a title="Static Image" href="#"> <img src="{{media url="wysiwyg/banner/banner1-2.jpg"}}" alt="Static Image" /> </a></li>
    <li><a title="Static Image" href="#"> <img src="{{media url="wysiwyg/banner/banner1-3.jpg"}}" alt="Static Image" /> </a></li>
    </ul>
    </div>
    <div class="services-home">
    <div class="banner-policy">
    <div class="inner">
    <div class="policy"><a title="90 days money back" href="#"><em class="fa fa-truck"></em><span>FREE SHIPPING<br />ON ALL ORDER</span></a></div>
    <div class="policy"><a title="free shipping on all orders" href="#"><em class="fa fa-recycle"></em><span>Money Back<br />Guarantee</span></a></div>
    <div class="policy"><a title="lowest price guarantee" href="#"><em class="fa fa-umbrella"></em><span>SAFE SHOPPING<br />GUARANTEE</span></a></div>
    </div>
    </div>
    </div>
    You can change slideshow image, banner image... by change link url. Example below image:

  • To show the "ID-1-Block-1", 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="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 try to use below example code in your cms contents.
    <div class="list-product-home">{{block class="Sm\ListingTabs\Block\ListingTabs" template="Sm_ListingTabs::default.phtml" title="Best Sellers" type_show="slider" type_listing="all" display_countdown="0" under_price="5" type_filter="categories" field_tabs="" category_select="" category_tabs="97,98,103" order_by="ordered_qty" order_dir="ASC" limitation="6"}}</div>
    <div class="row">
    <div class="static-image-2 lazyload-container">
    <div class="col-lg-4 col-md-4 col-sm-4 static-image"><a title="Static Image" href="#"><img src="{{media url="wysiwyg/banner/banner-4.jpg"}}" alt="Static Image" /></a></div>
    <div class="col-lg-4 col-md-4 col-sm-4 static-image"><a class="image-top" title="Static Image" href="#"><img src="{{media url="wysiwyg/banner/banner-5.jpg"}}" alt="Static Image" /></a> <a title="Static Image" href="#"><img src="{{media url="wysiwyg/banner/banner-6.jpg"}}" alt="Static Image" /></a></div>
    <div class="col-lg-4 col-md-4 col-sm-4 static-image"><a title="Static Image" href="#"><img src="{{media url="wysiwyg/banner/banner-7.jpg"}}" alt="Static Image" /></a></div>
    </div>
    </div>
    <div class="list-product-home list-product-home-custom">{{block class="Sm\ListingTabs\Block\ListingTabs" template="Sm_ListingTabs::default.phtml" title="New Arrivals" type_show="slider" type_listing="all" display_countdown="0" under_price="5" type_filter="categories" field_tabs="" category_select="" category_tabs="99,106,100" order_by="created_at" order_dir="ASC" limitation="6"}}</div>
    <div class="home-collection">
    <div class="collections-wrap">
    <div class="title-home-page"><span>Collections</span></div>
    <div class="collections">
    <div class="owl-carousel">
    <div class="item"><a title="FURNITURE" href="#"> <img src="{{media url="wysiwyg/collection/item-1.png"}}" alt="Collection Image" /> <span>FURNITURE</span> </a></div>
    <div class="item"><a title="GIFT IDEA" href="#"> <img src="{{media url="wysiwyg/collection/item-2.png"}}" alt="Collection Image" /> <span>GIFT IDEA</span> </a></div>
    <div class="item"><a title="COOL GADGETS" href="#"> <img src="{{media url="wysiwyg/collection/item-3.png"}}" alt="Collection Image" /> <span>COOL GADGETS</span> </a></div>
    <div class="item"><a title="OUTDOOR" href="#"> <img src="{{media url="wysiwyg/collection/item-4.png"}}" alt="Collection Image" /> <span>OUTDOOR</span> </a></div>
    <div class="item"><a title="Jewelry" href="#"> <img src="{{media url="wysiwyg/collection/item-5.png"}}" alt="Collection Image" /> <span>Jewelry</span> </a></div>
    <div class="item"><a title="Men's Fashion" href="#"> <img src="{{media url="wysiwyg/collection/item-6.png"}}" alt="Collection Image" /> <span>Men's Fashion</span> </a></div>
    <div class="item"><a title="FURNITURE" href="#"> <img src="{{media url="wysiwyg/collection/item-1.png"}}" alt="Collection Image" /> <span>FURNITURE</span> </a></div>
    </div>
    </div>
    </div>
    </div>
    You can change categories to show in module SM Listing Tabs (Best Sellers, New Arrivals) by change id of categories. Example below image:
  • To show the "ID-1-Block-2", 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="id-1-block-2"}}

  • To show the "Hot Categories", please go to Content >> Elements >> Pages.
  • Please try to use below example code in your cms contents.
      {{block class="Sm\Categories\Block\Categories" template="Sm_Categories::default.phtml" title_module="Hot categories" select_category="105,97,99,109,103,98,106,100" limitation="4"}}
    You can change categories to show in module SM Categories (Hot Categories) by change id of categories. Example below 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-head">
    <div class="container">
    <div class="row">
    <div class="col-lg-4 col-md-4">{{block class="Magento\Framework\View\Element\Template" template="Magento_Theme::html/social.phtml"}}</div>
    <div class="col-lg-8 col-md-8">{{block class="Magento\Newsletter\Block\Subscribe" template="subscribe-footer.phtml"}}</div>
    </div>
    </div>
    </div>
    <div class="footer-top">
    <div class="container">
    <div class="row">
    <div class="col-lg-4 col-md-4">
    <div class="contact-col">
    <div class="footer-block">
    <div class="footer-block-title">
    <h3>Contact Us</h3>
    </div>
    <div class="footer-block-content">
    <ul class="links-contact">
    <li class="add-icon">Address: No 40 Baria Sreet 133/2 NewYork<br />City, NY, United States</li>
    <li class="email-icon middle-content">Email: contact@market.com</li>
    <li class="phone-icon">Phone 1 : 0123456789<br />Phone 2 : 0123456789</li>
    </ul>
    </div>
    </div>
    </div>
    </div>
    <div class="col-lg-8 col-md-8">
    <div class="row">
    <div class="col-lg-4 col-md-4">
    <div class="footer-block">
    <div class="footer-block-title">
    <h3>About Market</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="Market Reviews" href="#">Market Reviews</a></li>
    <li><a title="Terms of Use" href="#">Terms of Use</a></li>
    <li><a title="Privacy Policy" href="#">Privacy Policy</a></li>
    <li><a title="Site Map" href="#">Site Map</a></li>
    </ul>
    </div>
    </div>
    </div>
    <div class="col-lg-4 col-md-4">
    <div class="footer-block">
    <div class="footer-block-title">
    <h3>Customer Service</h3>
    </div>
    <div class="footer-block-content">
    <ul class="links-footer">
    <li><a title="Shipping Policy" href="#">Shipping Policy</a></li>
    <li><a title="Compensation First" href="#">Compensation First</a></li>
    <li><a title="My Account" href="{{store url=""}}customer/account">My Account</a></li>
    <li><a title="Return Policy" href="#">Return Policy</a></li>
    <li><a title="Contact Us" href="{{store url=""}}contact-us.html">Contact Us</a></li>
    </ul>
    </div>
    </div>
    </div>
    <div class="col-lg-4 col-md-4">
    <div class="footer-block">
    <div class="footer-block-title">
    <h3>Payment & Shipping</h3>
    </div>
    <div class="footer-block-content">
    <ul class="links-footer">
    <li><a title="Terms of Use" href="#">Terms of Use</a></li>
    <li><a title="Payment Methods" href="#">Payment Methods</a></li>
    <li><a title="Shipping Guide" href="#">Shipping Guide</a></li>
    <li><a title="Locations We Ship To" href="#">Locations We Ship To</a></li>
    <li><a title="Estimated Delivery Time" href="#">Estimated Delivery Time</a></li>
    </ul>
    </div>
    </div>
    </div>
    </div>
    </div>
    </div>
    </div>
    </div>
    <div class="categories-footer">
    <div class="container">
    <div class="footer-links-w">
    <div class="label-link">Top Stores : Brand Directory | Store Directory</div>
    <ul>
    <li>
    <h2>MOST SEARCHED KEYWORDS MARKET:</h2>
    <a href="#">Xiaomi Mi3</a> | <a href="#">Digiflip Pro XT 712 Tablet</a> | <a href="#">Mi 3 Phones</a> | <a href="#">View all</a></li>
    <li>
    <h2>MOBILES:</h2>
    <a href="#">Moto E</a> | <a href="#">Samsung Mobile</a> | <a href="#">Micromax Mobile</a> | <a href="#">Nokia Mobile</a> | <a href="#">HTC Mobile</a> | <a href="#">Sony Mobile</a> | <a href="#">Apple Mobile</a> | <a href="#">LG Mobile</a> | <a href="#">Karbonn Mobile</a> | <a href="#">View all</a></li>
    <li>
    <h2>CAMERA:</h2>
    <a href="#">Nikon Camera</a> | <a href="#">Canon Camera</a> | <a href="#">Sony Camera</a> | <a href="#">Samsung Camera</a> | <a href="#">Point shoot camera</a> | <a href="#">Camera Lens</a> | <a href="#">Camera Tripod</a> | <a href="#">Camera Bag</a> | <a href="#">View all</a></li>
    <li>
    <h2>LAPTOPS:</h2>
    <a href="#">Apple Laptop</a> | <a href="#">Acer Laptop</a> | <a href="#">Samsung Laptop</a> | <a href="#">Lenovo Laptop</a> | <a href="#">Sony Laptop</a> | <a href="#">Dell Laptop</a> | <a href="#">Asus Laptop</a> | <a href="#">Toshiba Laptop</a> | <a href="#">LG Laptop</a> | <a href="#">HP Laptop</a> | <a href="#">Notebook</a> | <a href="#">View all</a></li>
    <li>
    <h2>TVS:</h2>
    <a href="#">Sony TV</a> | <a href="#">Samsung TV</a> | <a href="#">LG TV</a> | <a href="#">Panasonic TV</a> | <a href="#">Onida TV</a> | <a href="#">Toshiba TV</a> | <a href="#">Philips TV</a> | <a href="#">Micromax TV</a> | <a href="#">LED TV</a> | <a href="#">LCD TV</a> | <a href="#">Plasma TV</a> | <a href="#">3D TV</a> | <a href="#">Smart TV</a> | <a href="#">View all</a></li>
    <li>
    <h2>TABLETS:</h2>
    <a href="#">Micromax Tablets</a> | <a href="#">HCL Tablets</a> | <a href="#">Samsung Tablets</a> | <a href="#">Lenovo Tablets</a> | <a href="#">Karbonn Tablets</a> | <a href="#">Asus Tablets</a> | <a href="#">Apple Tablets</a> | <a href="#">View all</a></li>
    <li>
    <h2>WATCHES:</h2>
    <a href="#">FCUK Watches</a> | <a href="#">Titan Watches</a> | <a href="#">Casio Watches</a> | <a href="#">Fastrack Watches</a> | <a href="#">Timex Watches</a> | <a href="#">Fossil Watches</a> | <a href="#">Diesel Watches</a> | <a href="#">Luxury Watches</a> | <a href="#">View all</a></li>
    <li>
    <h2>CLOTHING:</h2>
    <a href="#">Shirts</a> | <a href="#">Jeans</a> | <a href="#">T shirts</a> | <a href="#">Kurtis</a> | <a href="#">Sarees</a> | <a href="#">Levis Jeans</a> | <a href="#">Killer Jeans</a> | <a href="#">Pepe Jeans</a> | <a href="#">Arrow Shirts</a> | <a href="#">Ethnic Wear</a> | <a href="#">Formal Shirts</a> | <a href="#">Peter England Shirts</a> | <a href="#">View all</a></li>
    <li>
    <h2>FOOTWEAR:</h2>
    <a href="#">Shoes</a> | <a href="#">Casual Shoes</a> | <a href="#">Sports Shoes</a> | <a href="#">Formal Shoes</a> | <a href="#">Adidas Shoes</a> | <a href="#">Gas Shoes</a> | <a href="#">Puma Shoes</a> | <a href="#">Reebok Shoes</a> | <a href="#">Woodland Shoes</a> | <a href="#">Red tape Shoes</a> | <a href="#">Nike Shoes</a> | <a href="#">View all</a></li>
    </ul>
    </div>
    </div>
    </div>

  • To edit copyright, in admin panel please go to Content >> Configuarion >> SM Market >> Advanced >> Copyright tab and edit in here.


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

  • 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" width="600" height="450" frameborder="0" allowfullscreen=""></iframe></div>
    
  • To edit "Information", please go to Admin Panel > Content > Elements > Blocks > Add new block with Identifier "contact-store-info".
    You can edit code HTML in your cms contents.
    <div class="title-bonus-page">
    <h2>Contact Us</h2>
    </div>
    <div class="contact-content">
    <p class="contact-description">Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam<br /> Quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat sed do eiusmod tempor incididunt ut labore dolore</p>
    <ul class="address-info">
    <li class="add-icon">123 Suspendis mattis, Sollicitudin District,<br />Accums Fringilla</li>
    <li class="email-icon">Email: <a title="Send Email" href="mailto:support@domainstore.com">support@domainstore.com</a></li>
    <li class="phone-icon">Hotline: <a title="Call" href="tel:0123456789">0123456789</a></li>
    </ul>
    </div>
    
  • Theme Setting

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

    Mobile Layout

    CMS Home Page Mobile:Select cms home page mobile.

    Logo Mobile: You can upload logo on mobile layout.

    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

  • Show go to top:
  • Show Add to cart, wishlist, compare:
  • Show New Lable: For product item
  • Show Sale Lable: For product item
  • Show Newsletter Popup
  • Show Page Loader
  • 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

    Click here to view changelog.