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 "newsletter-popup-description".
    Please try to use below example code in your cms contents.
    <div class="news-title">Get Our Newsletter</div>
    <div class="news-description">Subscribe to the mailing list to receive updates on new arrivals, special offers and other discount information</div>
  • How to change background image?
    To edit background, please go to Admin Panel > Content > Elements > Blocks > Search Identifier "newsletter-popup-image".
    Please try to use below example code in your cms contents.
    <div><a title="Image Newsletter" href="#"><img src="{{media url="wysiwyg/newsletter/image-newsletter-popup.jpg"}}" alt="Image Newsletter" width="434" height="470"></a></div>>

  • To show the "slideshow", please go to Content >> Elements >> Pages >> Search URL key "home-demo-01" >> Edit.
  • Please add this code in your cms contents.
    
    <div class="slidershow-container clearfix">
    <div class="slidershow-content">
    <div class="slider-show nav-style-1 nav-style-1-slidershow-big dot-style-1 hover-to-show">
    <div data-owl="owl-slider" data-autoplay="true" data-nav="false" data-dots="false" data-screen0="1" data-screen481="1" data-screen768="1" data-screen992="1" data-screen1200="1" data-screen1441="1" data-screen1681="1" data-screen1920="1" data-margin="1" data-autoplayhoverpause="true" data-loop="true" data-center="false" data-stagepadding="0" data-mousedrag="true" data-touchdrag="true">
    <div class="owl-carousel owl-theme">
    <div class="item"><a title="Slide 1" href="#"><img src="{{media url="wysiwyg/slidershow/home-1/item-1.jpg"}}" alt="Slide Image"></a></div>
    <div class="item"><a title="Slide 1" href="#"><img src="{{media url="wysiwyg/slidershow/home-1/item-2.jpg"}}" alt="Slide Image"></a></div>
    <div class="item"><a title="Slide 1" href="#"><img src="{{media url="wysiwyg/slidershow/home-1/item-3.jpg"}}" alt="Slide Image"></a></div>
    </div>
    <div class="loading-content"><span class="hidden">Loading...</span></div>
    <div class="slideshow-btns">
    <div class="btn-next btn-slideshow">Next</div>
    <div class="btn-prev btn-slideshow">Prev</div>
    </div>
    </div>
    </div>
    </div>
    </div>
    To change slideshow image, please go to Content >> Elements >> Pages >> Search URL key "home-demo-01" >> Edit >> click "Insert Image" button to insert or upload image from your computer.
    Example:

  • To show the "service", please go to Content >> Elements >> Pages >> Search URL key "home-demo-01" >> Edit.
  • Please edit this code in your cms contents.
    <p>{{block class="Sm\AttributesSearch\Block\AttributesSearch" template="Sm_AttributesSearch::default.phtml"}}</p>

  • To edit the "The Professional workshop", please go to Content >> Elements >> Pages >> Search URL key "home-demo-01" >> Edit.
  • Please edit this code in your cms contents.
    <div class="container">
    <div class="block block-welcome-home">
    <div class="block-title"><strong>THE PROFESSIONAL workshop</strong>
    <p class="posttext">Welcome to Kazam</p>
    </div>
    <div class="block-content"><img src="{{media url="wysiwyg/banner/img-welcome.jpg"}}" alt="">
    <p class="description">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. Duis aute irure dolor in reprehenderit in voluptate velit esse.</p>
    <div class="read-more"><a class="g2-font btn-links" title="Read more" href="#">Read more</a></div>
    </div>
    </div>
    </div

  • To edit the "All car Type", please go to Content >> Elements >> Pages >> Search URL key "home-demo-01" >> Edit.
  • Please edit this code in your cms contents.
    <div class="container">
    <div class="block block-categories">
    <div class="row">
    <div class="col-lg-4">
    <div class="block-title">
    <p class="posttext">Autos Body</p>
    <strong>All car type</strong></div>
    </div>
    <div class="col-lg-8">
    <div class="block-content">
    <div class="nav-style-2 absolute-nav">
    <div data-owl="owl-slider" data-autoplay="false" data-nav="true" data-dots="false" data-screen0="1" data-screen481="2" data-screen768="3" data-screen992="3" data-screen1200="3" data-screen1441="3" data-screen1681="3" data-screen1920="3" data-margin="30" data-autoplayhoverpause="true" data-loop="true" data-center="false" data-stagepadding="50" data-mousedrag="true" data-touchdrag="true">
    <div class="owl-carousel owl-theme">
    <div class="item">
    <h3><a title="Category 1" href="#">Sedan</a></h3>
    <a title="Category 1" href="#"> <img class="mark-lazy" src="{{media url="wysiwyg/categories/1.png"}}" alt="Category Image" width="200" height="80"> </a></div>
    <div class="item">
    <h3><a title="Category 1" href="#">Coupe</a></h3>
    <a title="Category 1" href="#"> <img class="mark-lazy" src="{{media url="wysiwyg/categories/2.png"}}" alt="Category Image" width="200" height="80"> </a></div>
    <div class="item">
    <h3><a title="Category 1" href="#">Hatchback</a></h3>
    <a title="Category 1" href="#"> <img class="mark-lazy" src="{{media url="wysiwyg/categories/3.png"}}" alt="Category Image" width="200" height="80"> </a></div>
    <div class="item">
    <h3><a title="Category 1" href="#">Suv</a></h3>
    <a title="Category 1" href="#"> <img class="mark-lazy" src="{{media url="wysiwyg/categories/4.png"}}" alt="Category Image" width="200" height="80"> </a></div>
    </div>
    <div class="loading-content"><span class="hidden">Loading...</span></div>
    </div>
    </div>
    </div>
    </div>
    </div>
    </div>
    </div>>

  • To edit the "New Auto Recently Added", please go to Content >> Elements >> Pages >> Search URL key "home-demo-01" >> Edit.
  • Please edit this code in your cms contents.
    <div class="container">
    <div class="product-book">
    <div data-owl="owl-slider" data-autoplay="false" data-nav="false" data-dots="false" data-screen0="1" data-screen481="2" data-screen768="3" data-screen992="3" data-screen1200="3" data-screen1441="3" data-screen1681="3" data-screen1920="3" data-margin="30" data-autoplayhoverpause="true" data-loop="false" data-center="false" data-stagepadding="20" data-mousedrag="true" data-touchdrag="true">{{block class="Sm\FilterProducts\Block\FilterProducts" template="Sm_FilterProducts::default.phtml" title_module="new Auto recently added" posttext="Brand new cars" product_source="other_products" select_category="8" link_href="#" product_limitation="6" display_countdown="0" date_to="0"}}</div>
    </div>
    </div>>

  • To show the "banner", please go to Content >> Elements >> Pages >> Search URL key "home-demo-01" >> Edit.
  • Please add this code in your cms contents.
    <p><img src="{{media url="wysiwyg/banner/img-center.jpg"}}" alt=""></p>
    To change banner image, please go to Content >> Elements >> Pages >> Search URL key "home-demo-01" >> Edit >> click "Insert Image" button to insert or upload image from your computer.
    Example:
    Do the same with other banner.

  • To show the "MAXIMUM SPEED & STABILITY", please go to Content >> Elements >> Pages >> Search URL key "home-demo-01" >> Edit.
  • Please add this code in your cms contents.
    <div class="container">
    <div class="product-slider">
    <div data-owl="owl-slider" data-autoplay="false" data-nav="true" data-dots="true" data-screen0="1" data-screen481="2" data-screen768="3" data-screen992="3" data-screen1200="4" data-screen1441="4" data-screen1681="5" data-screen1920="5" data-margin="30" data-autoplayhoverpause="true" data-loop="false" data-center="false" data-stagepadding="20" data-mousedrag="true" data-touchdrag="true">{{block class="Sm\FilterProducts\Block\FilterProducts" template="Sm_FilterProducts::deal.phtml" title_module="MAXIMUM SPEED & STABILITY" posttext="Lastest news" product_source="countdown_products" select_category="4,6,47" product_limitation="8" display_countdown="0" date_to="02/06/2022"}}</div>
    </div>
    </div
    You can change categories to show in module SM Filter Products (MAXIMUM SPEED & STABILITY) by change id of categories. Example below image:



  • To edit the "Video", please go to Content >> Elements >> Pages >> Search URL key "home-demo-01" >> Edit.
  • Please edit this code in your cms contents.
    <div class="block-video block"><img src="{{media url="wysiwyg/banner/bg-video.jpg"}}" alt="">
    <div class="btn-video">
    <div class="container">
    <h3 class="g2-font">auto dealing intro</h3>
    <a class="fancybox-media" href="https://www.youtube.com/watch?v=80K95U6ycWI"><img src="{{media url="wysiwyg/banner/btn-video.png"}}" alt=""></a></div>
    </div>
    <div class="container">
    <div class="row">
    <div class="col-md-6">
    <div class="item item-active background-theme-color">
    <div class="icon"><img src="{{media url="wysiwyg/icon/car-sales.png"}}" alt=""></div>
    <div class="info-item">
    <h3 class="g2-font">You Want Sell A car?</h3>
    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore.</p>
    <a class="btn-links g2-font" href="#">Call us</a></div>
    </div>
    </div>
    <div class="col-md-6">
    <div class="item">
    <div class="icon"><img src="{{media url="wysiwyg/icon/car-rent.png"}}" alt=""></div>
    <div class="info-item">
    <h3 class="g2-font text-theme-color">You Want Rent A car?</h3>
    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore.</p>
    <a class="btn-links g2-font" href="#">Call us</a></div>
    </div>
    </div>
    </div>
    </div>
    </div>>

  • To edit the "WHY SHOULD CHOOSE US", please go to Content >> Elements >> Pages >> Search URL key "home-demo-01" >> Edit.
  • Please edit this code in your cms contents.
    <div class="container">
    <div class="block-about-us block">
    <div class="block-title"><strong>Why should <br>Choose us</strong>
    <p class="posttext">OUR WORKING PROCESS</p>
    </div>
    <div class="block-content">
    <div class="inner-content">
    <div class="col-left-content">
    <div class="item item1">
    <div class="image"><img src="{{media url="wysiwyg/icon/icon1.png"}}" alt=""></div>
    <div class="info">
    <h3 class="g2-font">Services & Maintaince</h3>
    <p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem</p>
    </div>
    </div>
    <div class="item item2">
    <div class="image"><img src="{{media url="wysiwyg/icon/icon2.png"}}" alt=""></div>
    <div class="info">
    <h3 class="g2-font">Trusted clients</h3>
    <p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem</p>
    </div>
    </div>
    <div class="item item3">
    <div class="image"><img src="{{media url="wysiwyg/icon/icon3.png"}}" alt=""></div>
    <div class="info">
    <h3 class="g2-font">wide range of brand</h3>
    <p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem</p>
    </div>
    </div>
    </div>
    <div class="col-center-content d-none d-xl-block"><img src="{{media url="wysiwyg/banner/about-center.jpg"}}" alt=""></div>
    <div class="col-right-content">
    <div class="item item4">
    <div class="image"><img src="{{media url="wysiwyg/icon/icon4.png"}}" alt=""></div>
    <div class="info">
    <h3 class="g2-font">Easy Finance Facilities</h3>
    <p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem</p>
    </div>
    </div>
    <div class="item item5">
    <div class="image"><img src="{{media url="wysiwyg/icon/icon5.png"}}" alt=""></div>
    <div class="info">
    <h3 class="g2-font">Affordable Auto Prices</h3>
    <p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem</p>
    </div>
    </div>
    <div class="item item6">
    <div class="image"><img src="{{media url="wysiwyg/icon/icon6.png"}}" alt=""></div>
    <div class="info">
    <h3 class="g2-font">20 Years in Business</h3>
    <p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem</p>
    </div>
    </div>
    </div>
    </div>
    </div>
    </div>

  • To edit the "Brands", please go to Content >> Elements >> Pages >> Search URL key "home-demo-01" >> Edit.
  • Please edit this code in your cms contents.
    <div class="container">
    <div class="block block-brands-1">
    <div class="block-content">
    <div data-owl="owl-slider" data-autoplay="false" data-nav="false" data-dots="false" data-screen0="2" data-screen481="3" data-screen768="4" data-screen992="5" data-screen1200="6" data-screen1441="6" data-screen1681="6" data-screen1920="6" data-margin="30" data-autoplayhoverpause="true" data-loop="false" data-center="false" data-stagepadding="0" data-mousedrag="true" data-touchdrag="true">
    <div class="owl-carousel owl-theme">
    <div class="item"><a title="Brand 1" href="#"><img class="mark-lazy" src="{{media url="wysiwyg/brand/item-1.jpg"}}" alt="Brand Image" width="145" height="90"></a></div>
    <div class="item"><a title="Brand 1" href="#"><img class="mark-lazy" src="{{media url="wysiwyg/brand/item-2.jpg"}}" alt="Brand Image" width="145" height="90"></a></div>
    <div class="item"><a title="Brand 1" href="#"><img class="mark-lazy" src="{{media url="wysiwyg/brand/item-3.jpg"}}" alt="Brand Image" width="145" height="90"></a></div>
    <div class="item"><a title="Brand 1" href="#"><img class="mark-lazy" src="{{media url="wysiwyg/brand/item-4.jpg"}}" alt="Brand Image" width="145" height="90"></a></div>
    <div class="item"><a title="Brand 1" href="#"><img class="mark-lazy" src="{{media url="wysiwyg/brand/item-5.jpg"}}" alt="Brand Image" width="145" height="90"></a></div>
    <div class="item"><a title="Brand 1" href="#"><img class="mark-lazy" src="{{media url="wysiwyg/brand/item-6.jpg"}}" alt="Brand Image" width="145" height="90"></a></div>
    <div class="item"><a title="Brand 1" href="#"><img class="mark-lazy" src="{{media url="wysiwyg/brand/item-1.jpg"}}" alt="Brand Image" width="145" height="90"></a></div>
    <div class="item"><a title="Brand 1" href="#"><img class="mark-lazy" src="{{media url="wysiwyg/brand/item-2.jpg"}}" alt="Brand Image" width="145" height="90"></a></div>
    </div>
    <div class="loading-content"><span class="hidden">Loading...</span></div>
    </div>
    </div>
    </div>
    </div

  • To edit the "Brands", please go to Content >> Elements >> Pages >> Search URL key "home-demo-01" >> Edit.
  • Please edit this code in your cms contents.
    <div class="container">
    <div data-owl="owl-slider" data-autoplay="false" data-nav="false" data-dots="false" data-screen0="1" data-screen481="2" data-screen768="2" data-screen992="2" data-screen1200="3" data-screen1441="3" data-screen1681="3" data-screen1920="3" data-margin="30" data-autoplayhoverpause="true" data-loop="false" data-center="false" data-stagepadding="0" data-mousedrag="true" data-touchdrag="true">{{widget type="Magefan\Blog\Block\Widget\Recent" title="IMPROVE GENERAL RIDEABILITY" number_of_posts="5" category_id="0" tag_id="0" author_id="0" custom_template="Magefan_Blog::widget/recent-slider.phtml" type_name="Recent Blog Posts"}}</div>
    </div>
    </div>>

  • To edit the "Newsletter", please go to Content >> Elements >> Pages >> Search URL key "home-demo-01" >> Edit.
  • Please edit this code in your cms contents.
    <div class="block block-newletter">
    <div class="container">
    <div class="block-title">
    <p class="posttext">SPECIAL OFERS FOR SUBSCRIBERS</p>
    <strong>JOin Us FOR OUR EXCLUSIVE NEWSLETTER</strong></div>
    {{block class="Magento\Newsletter\Block\Subscribe" template="subscribe-home.phtml"}}</div>
    </div>

  • To create the "Footer", please go to Admin Panel > Content > Elements > Blocks > Add new block with Identifier "footer-1-content".
    Please add this code in your cms contents.
    <div class="container">
    <div class="footer-top">
    <div class="row">
    <div class="col-lg-4 col-sm-6">
    <div class="block-footer">
    <div class="block-footer-title">Contact Info</div>
    <div class="block-footer-content footer-contact">
    <ul>
    <li class="email">support@info.com</li>
    <li class="address">101-149 N Franklin St, Junction City, KS 66441, Kansas, USA</li>
    <li class="phone">+999 333 555</li>
    </ul>
    </div>
    <div class="social-footer">
    <ul>
    <li><a class="icon-facebook" title="Facebook" href="https://www.facebook.com/MagenTech"> <span class="hidden">Facebook</span> </a></li>
    <li><a class="icon-twitter" title="Twitter" href="https://twitter.com/MagenTech"> <span class="hidden">Twitter</span> </a></li>
    <li><a class="icon-instagram" title="Instagram" href="#"> <span class="hidden">Instagram</span> </a></li>
    <li><a class="icon-youtube" title="Youtube" href="https://www.youtube.com/user/smartaddons"> <span class="hidden">Youtube</span> </a></li>
    <li><a class="icon-linkedin" title="Linkedin" href="https://www.linkedin.com/in/magentech/"> <span class="hidden">Linkedin</span> </a></li>
    </ul>
    </div>
    </div>
    </div>
    <div class="col-lg-4 col-sm-6">
    <div class="block-footer">
    <div class="block-footer-title">Photo gallery</div>
    <div class="block-footer-content footer-block-instagram">
    <ul>
    <li><a class="fancybox" href="{{media url="wysiwyg/instagram/1.jpg"}}"><img src="{{media url="wysiwyg/instagram/1_1.jpg"}}" alt=""></a></li>
    <li><a class="fancybox" href="{{media url="wysiwyg/instagram/2.jpg"}}"><img src="{{media url="wysiwyg/instagram/2_2.jpg"}}" alt=""></a></li>
    <li><a class="fancybox" href="{{media url="wysiwyg/instagram/3.jpg"}}"><img src="{{media url="wysiwyg/instagram/3_3.jpg"}}" alt=""></a></li>
    <li><a class="fancybox" href="{{media url="wysiwyg/instagram/4.jpg"}}"><img src="{{media url="wysiwyg/instagram/4_4.jpg"}}" alt=""></a></li>
    <li><a class="fancybox" href="{{media url="wysiwyg/instagram/5.jpg"}}"><img src="{{media url="wysiwyg/instagram/5_5.jpg"}}" alt=""></a></li>
    <li><a class="fancybox" href="{{media url="wysiwyg/instagram/6.jpg"}}"><img src="{{media url="wysiwyg/instagram/6_6.jpg"}}" alt=""></a></li>
    </ul>
    </div>
    </div>
    </div>
    <div class="col-lg-4 col-md-6">{{widget type="Magefan\Blog\Block\Widget\Recent" title="Lastest News" number_of_posts="2" category_id="0" tag_id="0" author_id="0" custom_template="Magefan_Blog::widget/recent-footer.phtml" type_name=""}}</div>
    </div>
    </div>
    <div class="footer-middle">
    <div class="row">
    <div class="col-lg-4">
    <div class="block-footer">
    <div class="block-footer-title">Sale Hours</div>
    <div class="block-footer-content">
    <ul>
    <li>Monday – Friday:
    <p>09:00AM – 09:00PM</p>
    </li>
    <li>Saturday:
    <p>09:00AM – 07:00PM</p>
    </li>
    <li>Sunday:
    <p>09:00AM – 09:00PM</p>
    </li>
    </ul>
    </div>
    </div>
    </div>
    <div class="col-lg-4">
    <div class="block-footer">
    <div class="block-footer-title">Service Hours</div>
    <div class="block-footer-content">
    <ul>
    <li>Monday – Friday:
    <p>09:00AM – 09:00PM</p>
    </li>
    <li>Saturday:
    <p>09:00AM – 07:00PM</p>
    </li>
    <li>Sunday:
    <p>09:00AM – 09:00PM</p>
    </li>
    </ul>
    </div>
    </div>
    </div>
    <div class="col-lg-4">
    <div class="block-footer">
    <div class="block-footer-title">parts Hours</div>
    <div class="block-footer-content">
    <ul>
    <li>Monday – Friday:
    <p>09:00AM – 09:00PM</p>
    </li>
    <li>Saturday:
    <p>09:00AM – 07:00PM</p>
    </li>
    <li>Sunday:
    <p>09:00AM – 09:00PM</p>
    </li>
    </ul>
    </div>
    </div>
    </div>
    </div>
    </div>
    </div>

  • To edit copyright, in admin panel please go to Stores >> Configuarion >> Theme Core Configuration >> 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="container">
    <div class="block-welcome">
    <div class="bonus-title">
    <h1>Welcome to pet shop</h1>
    <h2 class="text-theme-color">Welcome to pet shop</h2>
    </div>
    <div class="bonus-content">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. Excepteur sint occaecat cupidatat .</div>
    <div class="about-author">
    <div class="image"><img src="{{media url="wysiwyg/about-us/signature.png "}}" alt=""></div>
    <div class="info-author">
    <h4 class="text-theme-color">Founder/CEO</h4>
    <h5>Ronnie Peterson</h5>
    </div>
    </div>
    </div>
    </div>
    <div class="container">
    <div class="row policy-shop" style="margin-bottom: 65px;">
    <div class="col-md-4 col-sm-12">
    <div class="item">
    <div class="icon"><img class="mark-lazy" src="{{media url="wysiwyg/about-us/icon1.png "}}" alt=""></div>
    <div class="content">
    <h3>DELIVERED WITH CARE</h3>
    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, labore et.</p>
    </div>
    </div>
    </div>
    <div class="col-md-4 col-sm-12">
    <div class="item">
    <div class="icon"><img class="mark-lazy" src="{{media url="wysiwyg/about-us/icon2.png "}}" alt=""></div>
    <div class="content">
    <h3>EXCELLENT QUALITY</h3>
    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, labore et.</p>
    </div>
    </div>
    </div>
    <div class="col-md-4 col-sm-12">
    <div class="item">
    <div class="icon"><img class="mark-lazy" src="{{media url="wysiwyg/about-us/icon3.png "}}" alt=""></div>
    <div class="content">
    <h3>FASTEST DELIVERY</h3>
    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, labore et.</p>
    </div>
    </div>
    </div>
    </div>
    </div>
    <div class="blog-video" style="margin-bottom: 100px;"><img src="{{media url="wysiwyg/about-us/bg-about-video.jpg "}}" alt=""> <a class="fancybox-media" href="https://www.youtube.com/watch?v=TGN6KAjo_g8">Youtube</a></div>
    <div class="container">
    <div class="row">
    <div class="col-lg-6">
    <div class="block-whychoose">
    <div class="bonus-title"><strong>What can we do for you ?</strong></div>
    <div class="bonus-content">
    <div id="accordionExample" class="accordion">
    <div class="card">
    <div id="headingOne" class="card-header"><a class="title-collapse" data-toggle="collapse" data-target="#collapseOne" aria-expanded="false" aria-controls="collapseOne"> Shipping & Returns </a></div>
    <div id="collapseOne" class="collapse show" aria-labelledby="headingOne" data-parent="#accordionExample">
    <div class="card-body">
    <p style="margin-bottom: 30px;">Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.</p>
    <p>But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings.</p>
    </div>
    </div>
    </div>
    <div class="card">
    <div id="headingTwo" class="card-header"><a class="title-collapse collapsed" data-toggle="collapse" data-target="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo"> Secure Shopping </a></div>
    <div id="collapseTwo" class="collapse" aria-labelledby="headingTwo" data-parent="#accordionExample">
    <div class="card-body">
    <p style="margin-bottom: 30px;">Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.</p>
    <p>But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings.</p>
    </div>
    </div>
    </div>
    </div>
    <div class="card">
    <div id="headingThree" class="card-header"><a class="title-collapse collapsed" data-toggle="collapse" data-target="#collapseThree" aria-expanded="false" aria-controls="collapseThree"> International Shipping </a></div>
    <div id="collapseThree" class="collapse" aria-labelledby="headingThree" data-parent="#accordionExample">
    <div class="card-body">
    <p style="margin-bottom: 30px;">Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.</p>
    <p>But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings.</p>
    </div>
    </div>
    </div>
    </div>
    <div class="card">
    <div id="headingFour" class="card-header"><a class="title-collapse collapsed" data-toggle="collapse" data-target="#collapseFour" aria-expanded="false" aria-controls="collapseFour"> Affiliates </a></div>
    <div id="collapseFour" class="collapse" aria-labelledby="headingFour" data-parent="#accordionExample">
    <div class="card-body">
    <p style="margin-bottom: 30px;">Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.</p>
    <p>But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings.</p>
    </div>
    </div>
    </div>
    </div>
    </div>
    <div class="col-lg-6">
    <div class="our-member">
    <div class="bonus-title"><strong>What Our Customers Says ?</strong></div>
    <div class="bonus-content">
    <div class="nav-style-1 hover-to-show absolute-nav">
    <div data-owl="owl-slider" data-autoplay="false" data-nav="false" data-dots="true" data-screen0="1" data-screen481="1" data-screen768="1" data-screen992="1" data-screen1200="1" data-screen1441="1" data-screen1681="1" data-screen1920="1" data-margin="30" data-autoplayhoverpause="false" data-loop="false" data-center="false" data-stagepadding="0" data-mousedrag="true" data-touchdrag="true">
    <div class="owl-carousel owl-theme">
    <div class="item">
    <div class="member-image">
    <div class="image-content"><img class="mark-lazy" src="{{media url="wysiwyg/about-us/member/item-1.jpg"}}" alt="Member Image"></div>
    </div>
    <div class="member-info">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.
    <div class="member-name">Mark Levinson</div>
    <div class="member-job">Founder & CEO</div>
    </div>
    </div>
    <div class="item">
    <div class="member-image">
    <div class="image-content"><img class="mark-lazy" src="{{media url="wysiwyg/about-us/member/item-2.jpg"}}" alt="Member Image"></div>
    </div>
    <div class="member-info">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.
    <div class="member-name">Mark Levinson</div>
    <div class="member-job">Founder & CEO</div>
    </div>
    </div>
    <div class="item">
    <div class="member-image">
    <div class="image-content"><img class="mark-lazy" src="{{media url="wysiwyg/about-us/member/item-3.jpg"}}" alt="Member Image"></div>
    </div>
    <div class="member-info">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.
    <div class="member-name">Mark Levinson</div>
    <div class="member-job">Founder & CEO</div>
    </div>
    </div>
    </div>
    <div class="loading-content"><span class="hidden">Loading...</span></div>
    </div>
    </div>
    </div>
    </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 "contact-us-info".
    You can edit code HTML in your cms contents.
    <div class="contact-us" style="margin-bottom: 50px;">
    <div class="row">
    <div class="col-md-5"><a href="#"><img src="{{media url="wysiwyg/banner/img-contact.jpg"}}" alt=""></a></div>
    <div class="col-md-7">
    <div class="contact-info">
    <div class="block-title g2-font"><strong>We're here to help!</strong></div>
    <div class="description">
    <p style="margin-bottom: 20px;">The TRUE customer care team is available Monday - Friday from 7am - 7pm UTC +7. Saturday & Sunday we’re definitely on the links but we'll answer all inquiries as soon as we are back in the office</p>
    <p style="margin-bottom: 20px;">We will do our best to respond as soon as possible; typical response time is within 24 hours.</p>
    <p style="margin-bottom: 20px;">Please check out our FAQ for quick insights on sizing, features and model comparisons</p>
    <p style="margin-bottom: 20px;">Need an exchange/return? <a href="#">Submit your request here.</a></p>
    <p>Thank you and we look forward to connecting with you soon!</p>
    </div>
    </div>
    </div>
    </div>
    </div>
    <div class="location-contact">
    <h2 class="g2-font">Stores Location</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 venia, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
    </div>
    
  • To edit "Address", 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="item-contact item1">
    <h3>Auto shop - New York</h3>
    <ul class="info-contact">
    <li class="address">433 East 13th Street, New York, NY 10009, United State of America</li>
    <li class="phone">+4 (167) 138-6463</li>
    <li class="time">7 AM - 9 PM (Mon - Sun)</li>
    </ul>
    </div>
    <div class="item-contact ">
    <h3>Auto shop - New York</h3>
    <ul class="info-contact">
    <li class="address">433 East 13th Street, New York, NY 10009, United State of America</li>
    <li class="phone">+4 (167) 138-6463</li>
    <li class="time">7 AM - 9 PM (Mon - Sun)</li>
    </ul>
    </div>
    <div class="item-contact ">
    <h3>Auto shop - New York</h3>
    <ul class="info-contact">
    <li class="address">433 East 13th Street, New York, NY 10009, United State of America</li>
    <li class="phone">+4 (167) 138-6463</li>
    <li class="time">7 AM - 9 PM (Mon - Sun)</li>
    </ul>
    </div
    
  • Theme Core Setting

    In Magento admin panel, navigate to Stores >> Settings >> Configuration >> MagenTech.COM >> Theme Core Configuration and configure as you want.

    Please click Here to view the theme core configuration.

    General Options:

    Primary, Body Font, Background, Element Google Font.

    In these options, you can change main font, font size, link color, text color, background, etc.

    Navigation

    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.
  • Sticky Menu: Choose "Yes" to turn on "Sticky Menu" feature, the menu will be fixed on top when scroll down the page.

    Mobile Layout: Allow to set logo on mobile and config width and height of logo.

    Max width: Allow to set width of content.

    Enable boxed layout: This theme support boxed layout.

    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.
    Enable Product Image Zoom: Choose "Yes/No" to "Allow/Not Allow" show product image zoom when you mouse hover on the product image.

    Related - Upsell Product

    In these options, you can choose "Yes/No" to "Show/Hide" for related and upsell products.

    Tab

    We support 3 types: Horizontal, vertical and accordion. You can show "Custom Tab" by sellect "Yes"

    Custom Tab

    Choose "Yes", you can change name and add content for Custom Tab.

    Advanced

    Choose "Yes/No" to "Show/Hide" Back to top, Go to Top, Add to Cart, Add to Wishlist, Add to Compare, Newsletter Popup, Copyright, etc.

    Developer

    To custom Css or Javascript

    SM Ironstore Settings

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

    Header Style

    Choose the header style to fit your shop.

    Footer Style

    Choose the footer style to fit your shop.

    Right To Left Layout

    You enable to choose to show the right to left layout here.

    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

    Optimized

    Setup Currency

    Setup Multi Languages

    Translate Languages

    Change Logo

    Change Log

    Click here to view change log