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="newsletter-title">
    <h3>Newsletter</h3>
    </div>
    <div class="short-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 change background, please go to Admin Panel > Content > Elements > Blocks > Search Identifier "newsletter-popup-image" and click button "Insert image" to insert or upload image from your computer.


  • To show the "slideshow & service", please go to Content >> Elements >> Pages.
  • Please try to use below example code in your cms contents.
    <div class="title-style-1" style="padding: 0;">
    <div class="slidershow-container clearfix" style="margin-bottom: 80px;">
    <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="true" data-dots="false" data-screen0="1" data-screen481="1" data-screen768="1" data-screen992="2" data-screen1200="2" data-screen1441="2" data-screen1681="2" data-screen1920="2" data-margin="10" 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 class="item"><a title="Slide 1" href="#"><img src="{{media url="wysiwyg/slidershow/home-1/item-4.jpg"}}" alt="Slide Image"></a></div>
    <div class="item"><a title="Slide 1" href="#"><img src="{{media url="wysiwyg/slidershow/home-1/item-5.jpg"}}" alt="Slide Image"></a></div>
    <div class="item"><a title="Slide 1" href="#"><img src="{{media url="wysiwyg/slidershow/home-1/item-6.jpg"}}" alt="Slide Image"></a></div>
    </div>
    <div class="loading-content"><span class="hidden">Loading...</span></div>
    </div>
    </div>
    </div>
    </div>
    <div class="container">
    <div class="block policy-shop d-none d-md-block">
    <ul>
    <li class="item free">
    <div class="icon"><img class="mark-lazy" src="{{media url="wysiwyg/icon/icon-1.jpg"}}" alt=""></div>
    <div class="text">
    <h5><a href="#">Free delivery</a></h5>
    <p>From $59</p>
    </div>
    </li>
    <li class="item support">
    <div class="icon"><img class="mark-lazy" src="{{media url="wysiwyg/icon/icon-2.jpg"}}" alt=""></div>
    <div class="text">
    <h5><a href="#">Support 24/7</a></h5>
    <p>Online 24 hours</p>
    </div>
    </li>
    <li class="item payment">
    <div class="icon"><img class="mark-lazy" src="{{media url="wysiwyg/icon/icon-3.jpg"}}" alt=""></div>
    <div class="text">
    <h5><a href="#">Payment method</a></h5>
    <p>Secure payment</p>
    </div>
    </li>
    <li class="item saving">
    <div class="icon"><img class="mark-lazy" src="{{media url="wysiwyg/icon/icon-4.jpg"}}" alt=""></div>
    <div class="text">
    <h5><a href="#">Secured</a></h5>
    <p>Weeken Sales</p>
    </div>
    </li>
    <li class="item free">
    <div class="icon"><img class="mark-lazy" src="{{media url="wysiwyg/icon/icon-5.jpg"}}" alt=""></div>
    <div class="text">
    <h5><a href="#">Free delivery</a></h5>
    <p>From $59</p>
    </div>
    </li>
    </ul>
    </div>
    To change slideshow image, please go to Content >> Elements >> Pages >> choose the image to edit >> click "Insert Image" button to insert or upload image from your computer.
    Example:

  • To show the "Best Seller", please go to Content >> Elements >> Pages and add this code.
     {{block class="Sm\FilterProducts\Block\FilterProducts" template="Sm_FilterProducts::slider.phtml" title_module="Best Sellers" product_source="best_sellers" select_category="" product_limitation="6" display_countdown="0" date_to=""}}
    You can change categories to show in module SM Filter Products (BestSeller) by change id of categories. Example below image:


  • Do the same with other module.

  • To show the "Top Categories", please go to Content >> Elements >> Pages.
  • Please try to use below example code in your cms contents.
    <div class="block block-category">
    <div class="block-title"><strong>Top Categories</strong></div>
    <div class="row">
    <div class="col-xl-3 col-md-6 col-xs-12">
    <div class="cat cat1">
    <h4 class="cat-name">Women Fashion</h4>
    <ul class="subcat">
    <li><a href="#">Clothing</a></li>
    <li><a href="#">Shoes</a></li>
    <li><a href="#">Jewelry</a></li>
    <li><a href="#">Watches</a></li>
    <li><a href="#">Handbags</a></li>
    <li><a href="#">Accessories</a></li>
    <li><a href="#">Men Fashion</a></li>
    <li><a href="#">Girls Fashion</a></li>
    <li><a href="#">Boys Fashion</a></li>
    </ul>
    </div>
    </div>
    <div class="col-xl-3 d-none d-xl-block">
    <div class="img"><a class="banner banner-1" href="#"><img class="mark-lazy" src="{{media url="wysiwyg/banner/banner-1.jpg"}}" alt="Image"></a> <a class="banner" href="#"><img class="mark-lazy" src="{{media url="wysiwyg/banner/banner-2.jpg"}}" alt="Image"></a></div>
    </div>
    <div class="col-xl-3 col-md-6 col-xs-12">
    <div class="cat cat2">
    <h4 class="cat-name">Men Fashion</h4>
    <ul class="subcat">
    <li><a href="#">Clothing</a></li>
    <li><a href="#">Shoes</a></li>
    <li><a href="#">Jewelry</a></li>
    <li><a href="#">Watches</a></li>
    <li><a href="#">Handbags</a></li>
    <li><a href="#">Accessories</a></li>
    <li><a href="#">Men Fashion</a></li>
    <li><a href="#">Girls Fashion</a></li>
    <li><a href="#">Boys Fashion</a></li>
    </ul>
    </div>
    </div>
    <div class="col-xl-3 d-none d-xl-block">
    <div class="img"><a class="banner banner-1" href="#"><img class="mark-lazy" src="{{media url="wysiwyg/banner/banner-3.jpg"}}" alt="Image"></a> <a class="banner" href="#"><img class="mark-lazy" src="{{media url="wysiwyg/banner/banner-4.jpg"}}" alt="Image"></a></div>
    </div>
    </div>
    </div>

  • To show the "Flash Sale", please go to Content >> Elements >> Pages and add this code.
     {{block class="Sm\FilterProducts\Block\FilterProducts" template="Sm_FilterProducts::slider.phtml" title_module="Flash Sale" product_source="special_products" select_category="" product_limitation="8" display_countdown="1" date_to=""}}
    You can change categories to show in module SM Filter Products (Flash Sale) by change id of categories. Example below image:



  • To show the "Collection Shop", please go to Content >> Elements >> Pages.
  • Please try to use below example code in your cms contents.
    <div class="block collection-shop">
    <div class="block-title"><strong>Collection Shop</strong></div>
    <div class="row">
    <div class="item item-1 col-lg-3 col-sm-6">
    <div class="item-image"><a class="banner" href="#"><img class="mark-lazy" src="{{media url="wysiwyg/banner/cate-1.jpg"}}" alt="Banner Image"></a></div>
    <div class="item-content">
    <h4><a href="#">Up to <span class="text-theme-color">35% Off</span> Dresses</a></h4>
    <p>Quis ipsum suspendisse ultrices gravida commodo</p>
    </div>
    </div>
    <div class="item item-2 col-lg-3 col-sm-6">
    <div class="item-image"><a class="banner" href="#"><img class="mark-lazy" src="{{media url="wysiwyg/banner/cate-2.jpg"}}" alt="Banner Image"></a></div>
    <div class="item-content">
    <h4><a href="#">Up to <span class="text-theme-color">35% Off</span> Beauty</a></h4>
    <p>Quis ipsum suspendisse ultrices gravida commodo</p>
    </div>
    </div>
    <div class="item item-3 col-lg-3 col-sm-6">
    <div class="item-image"><a class="banner" href="#"><img class="mark-lazy" src="{{media url="wysiwyg/banner/cate-3.jpg"}}" alt="Banner Image"></a></div>
    <div class="item-content">
    <h4><a href="#">Up to <span class="text-theme-color">35% Off</span> Collection</a></h4>
    <p>Quis ipsum suspendisse ultrices gravida commodo</p>
    </div>
    </div>
    <div class="item item-4 col-lg-3 col-sm-6">
    <div class="item-image"><a class="banner" href="#"><img class="mark-lazy" src="{{media url="wysiwyg/banner/cate-4.jpg"}}" alt="Banner Image"></a></div>
    <div class="item-content">
    <h4><a href="#">Up to <span class="text-theme-color">35% Off</span> handbag</a></h4>
    <p>Quis ipsum suspendisse ultrices gravida commodo</p>
    </div>
    </div>
    </div>
    </div>

  • To show the "Blog", please go to Content >> Elements >> Pages and add this code.
    {{widget type="Magefan\Blog\Block\Widget\Recent" title="Latest Blogs" number_of_posts="7" category_id="0" tag_id="0" author_id="0" custom_template="Magefan_Blog::widget/recent-slider.phtml" type_name="Recent Blog Posts"}}

  • To show the "Testimonals", please go to Content >> Elements >> Pages and add this code.
     <div class="col-lg-6">
    <div class="block testimonals-slider-1 nav-style-2">
    <div class="block-title"><strong>Our Testimonials</strong></div>
    <div data-owl="owl-slider" data-autoplay="false" data-nav="true" 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="10" 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">
    <div class="text">
    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt <br> ut labore et dolore magna aliqua. Quis ipsum suspendisse ultrices gravida. Risus <br> commodo viverra maecenas accumsan lacus vel facilisis.</p>
    </div>
    <div class="img"><img class="mark-lazy" src="{{media url="wysiwyg/testimonals/1.jpg"}}" alt=""></div>
    <div class="name">Sharon Stone</div>
    <div class="job">Ceo - Magentech</div>
    </div>
    <div class="item">
    <div class="text">
    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt <br> ut labore et dolore magna aliqua. Quis ipsum suspendisse ultrices gravida. Risus <br> commodo viverra maecenas accumsan lacus vel facilisis.</p>
    </div>
    <div class="img"><img class="mark-lazy" src="{{media url="wysiwyg/testimonals/2.jpg"}}" alt=""></div>
    <div class="name">Mr Bean</div>
    <div class="job">Marketing Management</div>
    </div>
    <div class="item">
    <div class="text">
    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt <br> ut labore et dolore magna aliqua. Quis ipsum suspendisse ultrices gravida. Risus <br> commodo viverra maecenas accumsan lacus vel facilisis.</p>
    </div>
    <div class="img"><img class="mark-lazy" src="{{media url="wysiwyg/testimonals/3.jpg"}}" alt=""></div>
    <div class="name">David Beckham</div>
    <div class="job">Ceo - Magentech</div>
    </div>
    </div>
    <div class="loading-content"><span class="hidden">Loading...</span></div>
    </div>
    </div>
    </div>
    </div>
    </div>
    </div>

  • To show the "Brands", please go to Content >> Elements >> Pages and add this code.
    <div class="brand-bottom" style="margin-bottom: 80px;">
    <div class="container">
    <div class="block block-brands-1">
    <div class="block-content">
    <div class="nav-style-2 hover-to-show absolute-nav">
    <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="6" data-screen1200="6" data-screen1441="8" data-screen1681="8" data-screen1920="8" 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/1.jpg"}}" alt="Brand Image" width="168" height="118"></a></div>
    <div class="item"><a title="Brand 1" href="#"><img class="mark-lazy" src="{{media url="wysiwyg/brand/2.jpg"}}" alt="Brand Image" width="168" height="118"></a></div>
    <div class="item"><a title="Brand 1" href="#"><img class="mark-lazy" src="{{media url="wysiwyg/brand/3.jpg"}}" alt="Brand Image" width="168" height="118"></a></div>
    <div class="item"><a title="Brand 1" href="#"><img class="mark-lazy" src="{{media url="wysiwyg/brand/4.jpg"}}" alt="Brand Image" width="168" height="118"></a></div>
    <div class="item"><a title="Brand 1" href="#"><img class="mark-lazy" src="{{media url="wysiwyg/brand/5.jpg"}}" alt="Brand Image" width="168" height="118"></a></div>
    <div class="item"><a title="Brand 1" href="#"><img class="mark-lazy" src="{{media url="wysiwyg/brand/6.jpg"}}" alt="Brand Image" width="168" height="118"></a></div>
    <div class="item"><a title="Brand 1" href="#"><img class="mark-lazy" src="{{media url="wysiwyg/brand/7.jpg"}}" alt="Brand Image" width="168" height="118"></a></div>
    <div class="item"><a title="Brand 1" href="#"><img class="mark-lazy" src="{{media url="wysiwyg/brand/8.jpg"}}" alt="Brand Image" width="168" height="118"></a></div>
    </div>
    <div class="loading-content"><span class="hidden">Loading...</span></div>
    </div>
    </div>
    </div>
    </div>
    </div>
    </div>

  • To create the "Footer", please go to Admin Panel > Content > Elements > Blocks > Add new block with Identifier "footer-1-content".
    Please try to use below example code in your cms contents.
    <div class="footer-top">
    <div class="container">
    <div class="row">
    <div class="col-xl-7">
    <div class="subcribe-footer-content">
    <div class="subcribe-footer-title">
    <h2>NEED HELP? CALL OUR AWARD-WINNING</h2>
    <p class="subcribe-des">Support team 24/7 at (844) 555-8386</p>
    </div>
    {{block class="Magento\Newsletter\Block\Subscribe" template="subscribe-footer.phtml"}}</div>
    </div>
    <div class="col-xl-5">
    <div class="app-footer">
    <h3 class="title">download app</h3>
    <ul>
    <li><a href="#"> <img src="{{media url="wysiwyg/icon/app-store.png"}}" alt=""></a></li>
    <li><a href="#"> <img src="{{media url="wysiwyg/icon/google-play.png"}}" alt=""></a></li>
    <li><a href="#"> <img src="{{media url="wysiwyg/icon/window.png"}}" alt=""></a></li>
    </ul>
    </div>
    </div>
    </div>
    </div>
    </div>
    <div class="footer-middle">
    <div class="container">
    <div class="row">
    <div class="col-xl-2 col-lg-3  col-sm-4 col-xs-2">
    <div class="block-footer">
    <div class="block-footer-title">Customer services</div>
    <div class="block-footer-content">
    <ul>
    <li><a href="#">Help Center</a></li>
    <li><a href="#">Contact Us</a></li>
    <li><a href="#">Report Abuse</a></li>
    <li><a href="#">Submit a Dispute</a></li>
    <li><a href="#">Policies & Rules</a></li>
    </ul>
    </div>
    </div>
    </div>
    <div class="col-xl-2 col-lg-3  col-sm-4 col-xs-2">
    <div class="block-footer">
    <div class="block-footer-title">How to Buy</div>
    <div class="block-footer-content">
    <ul>
    <li><a href="#">Making Payments</a></li>
    <li><a href="#">Delivery Options</a></li>
    <li><a href="#">Buyer Protection</a></li>
    <li><a href="#">New User Guide</a></li>
    </ul>
    </div>
    </div>
    </div>
    <div class="col-xl-2 col-lg-3  col-sm-4 col-xs-2">
    <div class="block-footer">
    <div class="block-footer-title">about us</div>
    <div class="block-footer-content">
    <ul>
    <li><a href="#">My Account</a></li>
    <li><a href="#">Track your Order</a></li>
    <li><a href="#">Wishlist</a></li>
    <li><a href="#">Customer Service</a></li>
    <li><a href="#">Returns / Exchange</a></li>
    </ul>
    </div>
    </div>
    </div>
    <div class="col-xl-2 col-lg-3  col-sm-4 col-xs-2">
    <div class="block-footer">
    <div class="block-footer-title">trade services</div>
    <div class="block-footer-content">
    <ul>
    <li><a href="#">Trade Assurance</a></li>
    <li><a href="#">Business Identity</a></li>
    <li><a href="#">Logistics Service</a></li>
    <li><a href="#">Secure Payment</a></li>
    <li><a href="#">Inspection Service</a></li>
    </ul>
    </div>
    </div>
    </div>
    <div class="col-xl-2 col-lg-3  col-sm-4 col-xs-2">
    <div class="block-footer">
    <div class="block-footer-title">Partner Promotion</div>
    <div class="block-footer-content">
    <ul>
    <li><a href="#">Partnerships</a></li>
    <li><a href="#">Affiliate Program</a></li>
    </ul>
    </div>
    </div>
    </div>
    <div class="col-xl-2 col-lg-3  col-sm-4 col-xs-2">
    <div class="block-footer">
    <div class="block-footer-title">POLICY INFO</div>
    <div class="block-footer-content">
    <ul>
    <li><a href="#">Privacy Policy</a></li>
    <li><a href="#">Terms of Sale</a></li>
    <li><a href="#">Terms of Use</a></li>
    <li><a href="#">Report Abuse & Takedown Policy</a></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="aboutus-page"><!--project-->
    <div class="about-project"><img src="{{media url="wysiwyg/about-us/project.jpg"}}" alt=""></div>
    <!--end project-->
    <div class="wellcome">
    <div class="row">
    <div class="col-lg-6 col-md-6 col-sm-6 col-xs-12">
    <div class="wellcome-text">
    <h4>welcome to Alita</h4>
    It uses a dictionary of over 200 Latin words, combined with a handful
    <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget</p>
    </div>
    </div>
    <div class="col-lg-6 col-md-6 col-sm-6 col-xs-12">
    <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">80%</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">60%</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">90%</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">50%</div>
    </div>
    </div>
    </li>
    </ul>
    </div>
    </div>
    </div>
    </div>
    <!-- wellcome -->
    <div class="about-us">
    <div class="about-image"><iframe src="https://player.vimeo.com/video/277176986" width="1090" height="570" frameborder="0"></iframe></div>
    </div>
    <!--end about-us -->
    <div class="why-choose row clearfix">
    <div class="col-sm-4 col-xs-12 item support">
    <div class="content">
    <div class="icon"><img src="{{media url="wysiwyg/about-us/about-item-1.jpg"}}" alt=""></div>
    <div class="text">
    <h4><a href="#">What we really do?</a></h4>
    <p>Get all the best deals, sales and offers from the best online shopping store in UAE. Sign up now !</p>
    <!--end text--></div>
    <!--end content--></div>
    <!--end item--></div>
    <div class="col-sm-4 col-xs-12 item support">
    <div class="content">
    <div class="icon"><img src="{{media url="wysiwyg/about-us/about-item-2.jpg"}}" alt=""></div>
    <div class="text">
    <h4><a href="#">Our Version</a></h4>
    <p>Get all the best deals, sales and offers from the best online shopping store in UAE. Sign up now !</p>
    <!--end text--></div>
    <!--end content--></div>
    <!--end item--></div>
    <div class="col-sm-4 col-xs-12 item support">
    <div class="content">
    <div class="icon"><img src="{{media url="wysiwyg/about-us/about-item-3.jpg"}}" alt=""></div>
    <div class="text">
    <h4><a href="#">History of Beginning</a></h4>
    <p>Get all the best deals, sales and offers from the best online shopping store in UAE. Sign up now !</p>
    <!--end text--></div>
    <!--end content--></div>
    <!--end item--></div>
    <!--end why-choose--></div>
    <div class="our-team">
    <div class="title">
    <h3>Meet Our Team</h3>
    </div>
    <div class="out-team-content row clearfix">
    <div class="item col-sm-6 col-md-3">
    <div class="content-inner">
    <div class="image"><img src="{{media url="wysiwyg/about-us/our-team-1.jpg"}}" alt=""></div>
    <div class="text">
    <h3 class="name">Jimmy Carter</h3>
    <h5 class="job">Director</h5>
    </div>
    </div>
    </div>
    <div class="item col-sm-6 col-md-3">
    <div class="content-inner">
    <div class="image"><img src="{{media url="wysiwyg/about-us/our-team-2.jpg"}}" alt=""></div>
    <div class="text">
    <h3 class="name">Jimmy Carter</h3>
    <h5 class="job">Director</h5>
    </div>
    </div>
    </div>
    <div class="item col-sm-6 col-md-3">
    <div class="content-inner">
    <div class="image"><img src="{{media url="wysiwyg/about-us/our-team-3.jpg"}}" alt=""></div>
    <div class="text">
    <h3 class="name">Jimmy Carter</h3>
    <h5 class="job">Director</h5>
    </div>
    </div>
    </div>
    <div class="item col-sm-6 col-md-3">
    <div class="content-inner">
    <div class="image"><img src="{{media url="wysiwyg/about-us/our-team-4.jpg"}}" alt=""></div>
    <div class="text">
    <h3 class="name">Jimmy Carter</h3>
    <h5 class="job">Director</h5>
    </div>
    </div>
    </div>
    </div>
    </div>
    <!--end our-team--></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="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 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 Venus Settings

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


    Change Log

    Click here to view changelog