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-top-title text-theme-color">Daily Promotion</div>
    <div class="news-bottom-title">SIGN UP NEWSLETTER</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", please go to Content >> Elements >> Pages.
  • Please try to use below example code in your cms contents.
    <div class="owl-carousel owl-theme">
    <div class="item"><a title="Slide 1" href="#"><img src="{{media url="wysiwyg/slidershow/home-1/item-1.jpg"}}" alt="Slide Image" width="1920" height="710"></a></div>
    <div class="item"><a title="Slide 1" href="#"><img src="{{media url="wysiwyg/slidershow/home-1/item-2.jpg"}}" alt="Slide Image" width="1920" height="710"></a></div>
    <div class="item"><a title="Slide 1" href="#"><img src="{{media url="wysiwyg/slidershow/home-1/item-3.jpg"}}" alt="Slide Image" width="1920" height="710"></a></div>
    </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 "Colection", please go to Content >> Elements >> Pages.
  • Please try to use below example code in your cms contents.
    <div class="container">
    <div class="block block-categories">
    <div class="item item1"><a href="#">New Collection</a></div>
    <div class="item item2"><a href="#">Sandals</a></div>
    <div class="item item3"><a href="#">Flats</a></div>
    <div class="item item4"><a href="#">Boots</a></div>
    <div class="item item5"><a href="#">Fashion Sneakers</a></div>
    <div class="item item6"><a href="#">Slippers</a></div>
    <div class="item item7"><a href="#">Pumps</a></div>
    <div class="item item8"><a href="#">Loafers Slip Ons</a></div>
    </div>

  • To show the "Best Sellers", 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="special_products" select_category="" product_limitation="10" display_countdown="0" date_to="" pretext="New Arrivals shoes make her always the beautiful"}}
    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 "banner", please go to Content >> Elements >> Pages.
  • Please try to use below example code in your cms contents.
    <div class="block block-banner banner-image"><a class="" href="#"><img class="mark-lazy" src="{{media url="wysiwyg/banner/banner-1.jpg"}}" alt=""></a></div>
    To change banner 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 "Blog", please go to Content >> Elements >> Pages and add this code.
     {{widget type="Magefan\Blog\Block\Widget\Recent" title="# Fashion News"  number_of_posts="5" category_id="0" tag_id="0" author_id="0" custom_template="Magefan_Blog::widget/recent-default.phtml" type_name="Recent Blog Posts"}}

  • To show the "Brands", please go to Content >> Elements >> Pages and add this code.
    <div class="block-brand 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="5" data-screen1200="5" data-screen1441="5" data-screen1681="5" data-screen1920="5" 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 Item" href="#"><img class="mark-lazy" src="{{media url="wysiwyg/brand/item-7.jpg"}}" alt="Slider Brand"></a></div>
    <div class="item"><a title="Brand Item" href="#"><img class="mark-lazy" src="{{media url="wysiwyg/brand/item-8.jpg"}}" alt="Slider Brand"></a></div>
    <div class="item"><a title="Brand Item" href="#"><img class="mark-lazy" src="{{media url="wysiwyg/brand/item-9.jpg"}}" alt="Slider Brand"></a></div>
    <div class="item"><a title="Brand Item" href="#"><img class="mark-lazy" src="{{media url="wysiwyg/brand/item-10.jpg"}}" alt="Slider Brand"></a></div>
    <div class="item"><a title="Brand Item" href="#"><img class="mark-lazy" src="{{media url="wysiwyg/brand/item-11.jpg"}}" alt="Slider Brand"></a></div>
    <div class="item"><a title="Brand Item" href="#"><img class="mark-lazy" src="{{media url="wysiwyg/brand/item-3.jpg"}}" alt="Slider Brand"></a></div>
    <div class="item"><a title="Brand Item" href="#"><img class="mark-lazy" src="{{media url="wysiwyg/brand/item-1.jpg"}}" alt="Slider Brand"></a></div>
    <div class="item"><a title="Brand Item" href="#"><img class="mark-lazy" src="{{media url="wysiwyg/brand/item-2.jpg"}}" alt="Slider Brand"></a></div>
    </div>
    <div class="loading-content"><span class="hidden">Loading...</span></div>
    </div>
    </div>
    </div>

  • To show the "Instagram", please go to Content >> Elements >> Pages.
  • Please try to use below example code in your cms contents.
    <div class="block block-instagrams">
    <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="4" data-screen1200="5" data-screen1441="6" data-screen1681="6" data-screen1920="6" 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"><a class="fancybox" href="{{media url="wysiwyg/instagrams/1.jpg"}}" rel="gallery1"><img src="{{media url="wysiwyg/instagrams/1.jpg"}}" alt="Slide Image"> </a></div>
    <div class="item"><a class="fancybox" href="{{media url="wysiwyg/instagrams/2.jpg"}}" rel="gallery1"><img src="{{media url="wysiwyg/instagrams/2.jpg"}}" alt="Slide Image"> </a></div>
    <div class="item"><a class="fancybox" href="{{media url="wysiwyg/instagrams/3.jpg"}}" rel="gallery1"><img src="{{media url="wysiwyg/instagrams/3.jpg"}}" alt="Slide Image"> </a></div>
    <div class="item"><a class="fancybox" href="{{media url="wysiwyg/instagrams/4.jpg"}}" rel="gallery1"><img src="{{media url="wysiwyg/instagrams/4.jpg"}}" alt="Slide Image"> </a></div>
    <div class="item"><a class="fancybox" href="{{media url="wysiwyg/instagrams/5.jpg"}}" rel="gallery1"><img src="{{media url="wysiwyg/instagrams/5.jpg"}}" alt="Slide Image"> </a></div>
    <div class="item"><a class="fancybox" href="{{media url="wysiwyg/instagrams/1.jpg"}}" rel="gallery1"><img src="{{media url="wysiwyg/instagrams/1.jpg"}}" alt="Slide Image"> </a></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-8 col-lg-7">
    <div class="app-store">
    <div class="title">Download Our Apps</div>
    <a href="#"><img class="mark-lazy" src="{{media url="wysiwyg/banner/app-store.jpg"}}" alt=""></a> <a href="#"><img class="mark-lazy" src="{{media url="wysiwyg/banner/google-play.jpg"}}" alt=""></a></div>
    </div>
    <div class="col-xl-4 col-lg-5">
    <div class="social-footer">
    <div class="title">social network</div>
    <ul>
    <li><a class="icon-facebook1" title="Facebook" href="https://www.facebook.com/MagenTech"> <span class="hidden">Facebook</span> </a></li>
    <li><a class="icon-twitter1" 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>
    </ul>
    </div>
    </div>
    </div>
    </div>
    </div>
    <div class="footer-middle">
    <div class="container">
    <div class="row">
    <div class="col-lg-4 col-md-6">
    <div class="block-footer">
    <div class="block-footer-title">About Us</div>
    <div class="block-footer-content footer-contact">
    <p>We are a team of Developer that creat hight quality Magento, Prestashop, WordPress...</p>
    <ul>
    <li class="address">Av. Té 950, Granjas México, 08400 Ciudad <br>de México, CDMX, Mexico</li>
    <li class="email">info@example.com</li>
    <li class="phone">(+60)123 4556 789 - (+60)123 4556 780</li>
    </ul>
    </div>
    </div>
    </div>
    <div class="col-lg-2 col-md-6">
    <div class="block-footer">
    <div class="block-footer-title">Information</div>
    <div class="block-footer-content">
    <ul>
    <li><a href="#">About Us</a></li>
    <li><a href="#">Careers</a></li>
    <li><a href="#">Sell on Merkat</a></li>
    <li><a href="#">Press & News</a></li>
    <li><a href="#">Competitions</a></li>
    <li><a href="#">Terms & Conditions</a></li>
    </ul>
    </div>
    </div>
    </div>
    <div class="col-lg-2 col-md-6">
    <div class="block-footer block-service-footer">
    <div class="block-footer-title">Let Us Help You</div>
    <div class="block-footer-content">
    <ul>
    <li><a href="#">Your Account</a></li>
    <li><a href="#">Your Orders</a></li>
    <li><a href="#">Shipping Rates & Policies</a></li>
    <li><a href="#">Amazon Prime</a></li>
    <li><a href="#">Returns & Replacements</a></li>
    <li><a href="#">Help</a></li>
    </ul>
    </div>
    </div>
    </div>
    <div class="col-lg-4 col-md-6">
    <div class="block-footer block-info-footer">
    <div class="block-footer-title">CUSTOMER SERVICE</div>
    <div class="block-footer-content">
    <div class="subcribe-footer-content">
    <div class="subcribe-footer-title">Enter your email address for our mailing list top keep your self update</div>
    {{block class="Magento\Newsletter\Block\Subscribe" template="subscribe-footer.phtml"}}</div>
    <div class="payment"><img class="mark-lazy" src="{{media url="wysiwyg/payments/payment-footer.png"}}" alt=""></div>
    <div class="copyright">© 2019 <a class="text-color-theme" href="#">SM_Sunshine</a>. Designeb by <a class="text-color-theme" href="magentech.com">MagenTech.Com</a>. All Rights Reserved</div>
    </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">
    <div class="about-top">
    <h3>What We Do</h3>
    <p class="description">The first of the month is coming, we have to get money, we have no choice</p>
    <div class="grid-services clearfix">
    <div class="item">
    <div class="service-icon"><img src="{{media url="wysiwyg/about/icon/icon-1.png"}}" alt="Service Image"></div>
    <div class="service-info">
    <h4>Digital Marketing</h4>
    <p>It’s important to use cocoa butter. It’s the key to more success, why not live smooth? Why live rough? Another one. Give thanks to the most high got life, we breathing...</p>
    </div>
    </div>
    <div class="item">
    <div class="service-icon"><img src="{{media url="wysiwyg/about/icon/icon-2.png"}}" alt="Service Image"></div>
    <div class="service-info">
    <h4>Creative Design</h4>
    <p>It’s important to use cocoa butter. It’s the key to more success, why not live smooth? Why live rough? Another one. Give thanks to the most high got life, we breathing...</p>
    </div>
    </div>
    <div class="item">
    <div class="service-icon"><img src="{{media url="wysiwyg/about/icon/icon-3.png"}}" alt="Service Image"></div>
    <div class="service-info">
    <h4>Strategic Planing</h4>
    <p>It’s important to use cocoa butter. It’s the key to more success, why not live smooth? Why live rough? Another one. Give thanks to the most high got life, we breathing...</p>
    </div>
    </div>
    <div class="item">
    <div class="service-icon"><img src="{{media url="wysiwyg/about/icon/icon-4.png"}}" alt="Service Image"></div>
    <div class="service-info">
    <h4>Optimazine SEO</h4>
    <p>It’s important to use cocoa butter. It’s the key to more success, why not live smooth? Why live rough? Another one. Give thanks to the most high got life, we breathing...</p>
    </div>
    </div>
    <div class="item">
    <div class="service-icon"><img src="{{media url="wysiwyg/about/icon/icon-5.png"}}" alt="Service Image"></div>
    <div class="service-info">
    <h4>Brand Indentity</h4>
    <p>It’s important to use cocoa butter. It’s the key to more success, why not live smooth? Why live rough? Another one. Give thanks to the most high got life, we breathing...</p>
    </div>
    </div>
    <div class="item">
    <div class="service-icon"><img src="{{media url="wysiwyg/about/icon/icon-6.png"}}" alt="Service Image"></div>
    <div class="service-info">
    <h4>Website Development</h4>
    <p>It’s important to use cocoa butter. It’s the key to more success, why not live smooth? Why live rough? Another one. Give thanks to the most high got life, we breathing...</p>
    </div>
    </div>
    </div>
    </div>
    <div class="count-info">
    <div class="container">
    <div class="row">
    <div class="col-lg-3">
    <div class="item">
    <div class="number">1286</div>
    <div class="name">Projects</div>
    </div>
    </div>
    <div class="col-lg-3">
    <div class="item">
    <div class="number">8</div>
    <div class="name">Award Winner</div>
    </div>
    </div>
    <div class="col-lg-3">
    <div class="item">
    <div class="number">3898</div>
    <div class="name">Happy Customers</div>
    </div>
    </div>
    <div class="col-lg-3">
    <div class="item">
    <div class="number">86</div>
    <div class="name">Store Location</div>
    </div>
    </div>
    </div>
    </div>
    </div>
    <div class="our-team">
    <h3>Our Team</h3>
    <p class="description">The first of the month is coming, we have to get money, we have no choice</p>
    <div class="grid-member">
    <div class="item">
    <div class="member-image"><img src="{{media url="wysiwyg/about/member/item-1.jpg"}}" alt="Member Image">
    <div class="social-member">
    <ul>
    <li><a href="#"><span class="fa fa-facebook"><span class="hidden">Facebook</span></span></a></li>
    <li><a href="#"><span class="fa fa-twitter"><span class="hidden">Twitter</span></span></a></li>
    <li><a href="#"><span class="fa fa-google-plus"><span class="hidden">Google</span></span></a></li>
    <li><a href="#"><span class="fa fa-youtube-play"><span class="hidden">Youtube</span></span></a></li>
    <li><a href="#"><span class="fa fa-rss"><span class="hidden">Rss</span></span></a></li>
    </ul>
    </div>
    </div>
    <div class="member-info">
    <div class="name">Jonathan Doe</div>
    <p class="job">SEO & Marketing</p>
    </div>
    </div>
    <div class="item">
    <div class="member-image"><img src="{{media url="wysiwyg/about/member/item-2.jpg"}}" alt="Member Image">
    <div class="social-member">
    <ul>
    <li><a href="#"><span class="fa fa-facebook"><span class="hidden">Facebook</span></span></a></li>
    <li><a href="#"><span class="fa fa-twitter"><span class="hidden">Twitter</span></span></a></li>
    <li><a href="#"><span class="fa fa-google-plus"><span class="hidden">Google</span></span></a></li>
    <li><a href="#"><span class="fa fa-youtube-play"><span class="hidden">Youtube</span></span></a></li>
    <li><a href="#"><span class="fa fa-rss"><span class="hidden">Rss</span></span></a></li>
    </ul>
    </div>
    </div>
    <div class="member-info">
    <div class="name">Jonathan Doe</div>
    <p class="job">SEO & Marketing</p>
    </div>
    </div>
    <div class="item">
    <div class="member-image"><img src="{{media url="wysiwyg/about/member/item-3.jpg"}}" alt="Member Image">
    <div class="social-member">
    <ul>
    <li><a href="#"><span class="fa fa-facebook"><span class="hidden">Facebook</span></span></a></li>
    <li><a href="#"><span class="fa fa-twitter"><span class="hidden">Twitter</span></span></a></li>
    <li><a href="#"><span class="fa fa-google-plus"><span class="hidden">Google</span></span></a></li>
    <li><a href="#"><span class="fa fa-youtube-play"><span class="hidden">Youtube</span></span></a></li>
    <li><a href="#"><span class="fa fa-rss"><span class="hidden">Rss</span></span></a></li>
    </ul>
    </div>
    </div>
    <div class="member-info">
    <div class="name">Jonathan Doe</div>
    <p class="job">SEO & Marketing</p>
    </div>
    </div>
    <div class="item">
    <div class="member-image"><img src="{{media url="wysiwyg/about/member/item-4.jpg"}}" alt="Member Image">
    <div class="social-member">
    <ul>
    <li><a href="#"><span class="fa fa-facebook"><span class="hidden">Facebook</span></span></a></li>
    <li><a href="#"><span class="fa fa-twitter"><span class="hidden">Twitter</span></span></a></li>
    <li><a href="#"><span class="fa fa-google-plus"><span class="hidden">Google</span></span></a></li>
    <li><a href="#"><span class="fa fa-youtube-play"><span class="hidden">Youtube</span></span></a></li>
    <li><a href="#"><span class="fa fa-rss"><span class="hidden">Rss</span></span></a></li>
    </ul>
    </div>
    </div>
    <div class="member-info">
    <div class="name">Jonathan Doe</div>
    <p class="job">SEO & Marketing</p>
    </div>
    </div>
    </div>
    </div>
    <div class="who-you-full">
    <div class="container">
    <div class="who-you">
    <h3>Who Are You?</h3>
    <p class="description">The first of the month is coming, we have to get money, we have no choice</p>
    <div class="row">
    <div class="col-lg-6">
    <div class="about-video">
    <div style="padding: 56.25% 0 0 0; position: relative;"><iframe style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" src="https://player.vimeo.com/video/13568203?color=ffffff&title=0&byline=0&portrait=0" allowfullscreen="allowfullscreen" width="300" height="150" frameborder="0"></iframe></div>
    </div>
    </div>
    <div class="col-lg-6">
    <div class="skill-range">
    <ul>
    <li>
    <p class="name-skill">Development</p>
    <div class="range-item">
    <div class="range-result" style="width: 80%;">
    <div class="tooltip-range">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>
    </div>
    </div>
    <div class="brand-grid-about static-image">
    <div class="row">
    <div class="col-lg-2 col-sm-4 col-6 item"><a title="Brand" href="#"><img src="{{media url="wysiwyg/brand/item-1.jpg"}}" alt="Brand Image"></a></div>
    <div class="col-lg-2 col-sm-4 col-6 item"><a title="Brand" href="#"><img src="{{media url="wysiwyg/brand/item-2.jpg"}}" alt="Brand Image"></a></div>
    <div class="col-lg-2 col-sm-4 col-6 item"><a title="Brand" href="#"><img src="{{media url="wysiwyg/brand/item-3.jpg"}}" alt="Brand Image"></a></div>
    <div class="col-lg-2 col-sm-4 col-6 item"><a title="Brand" href="#"><img src="{{media url="wysiwyg/brand/item-4.jpg"}}" alt="Brand Image"></a></div>
    <div class="col-lg-2 col-sm-4 col-6 item"><a title="Brand" href="#"><img src="{{media url="wysiwyg/brand/item-5.jpg"}}" alt="Brand Image"></a></div>
    <div class="col-lg-2 col-sm-4 col-6 item"><a title="Brand" href="#"><img src="{{media url="wysiwyg/brand/item-6.jpg"}}" alt="Brand Image"></a></div>
    </div>
    </div>
    </div>

  • To edit "Google maps", please go to Admin Panel > Content > Elements > Blocks > Add new block with Identifier "google-map".
    You can edit code HTML in your cms contents.
    <div class="map"><iframe style="border: 0;" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3151.8352535722393!2d144.95373531573256!3d-37.8173276797518!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x6ad65d4c2b349649%3A0xb6899234e561db11!2sEnvato!5e0!3m2!1svi!2s!4v1558405327045!5m2!1svi!2s" width="600" height="450" frameborder="0" allowfullscreen="allowfullscreen"></iframe></div>
    
  • To edit "Information", please go to Admin Panel > Content > Elements > Blocks > Add new block with Identifier "about-us-content".
    You can edit code HTML in your cms contents.
    <div class="aboutus-page">
    <div class="about-top">
    <h3>What We Do</h3>
    <p class="description">The first of the month is coming, we have to get money, we have no choice</p>
    <div class="grid-services clearfix">
    <div class="item">
    <div class="service-icon"><img src="{{media url="wysiwyg/about/icon/icon-1.png"}}" alt="Service Image"></div>
    <div class="service-info">
    <h4>Digital Marketing</h4>
    <p>It’s important to use cocoa butter. It’s the key to more success, why not live smooth? Why live rough? Another one. Give thanks to the most high got life, we breathing...</p>
    </div>
    </div>
    <div class="item">
    <div class="service-icon"><img src="{{media url="wysiwyg/about/icon/icon-2.png"}}" alt="Service Image"></div>
    <div class="service-info">
    <h4>Creative Design</h4>
    <p>It’s important to use cocoa butter. It’s the key to more success, why not live smooth? Why live rough? Another one. Give thanks to the most high got life, we breathing...</p>
    </div>
    </div>
    <div class="item">
    <div class="service-icon"><img src="{{media url="wysiwyg/about/icon/icon-3.png"}}" alt="Service Image"></div>
    <div class="service-info">
    <h4>Strategic Planing</h4>
    <p>It’s important to use cocoa butter. It’s the key to more success, why not live smooth? Why live rough? Another one. Give thanks to the most high got life, we breathing...</p>
    </div>
    </div>
    <div class="item">
    <div class="service-icon"><img src="{{media url="wysiwyg/about/icon/icon-4.png"}}" alt="Service Image"></div>
    <div class="service-info">
    <h4>Optimazine SEO</h4>
    <p>It’s important to use cocoa butter. It’s the key to more success, why not live smooth? Why live rough? Another one. Give thanks to the most high got life, we breathing...</p>
    </div>
    </div>
    <div class="item">
    <div class="service-icon"><img src="{{media url="wysiwyg/about/icon/icon-5.png"}}" alt="Service Image"></div>
    <div class="service-info">
    <h4>Brand Indentity</h4>
    <p>It’s important to use cocoa butter. It’s the key to more success, why not live smooth? Why live rough? Another one. Give thanks to the most high got life, we breathing...</p>
    </div>
    </div>
    <div class="item">
    <div class="service-icon"><img src="{{media url="wysiwyg/about/icon/icon-6.png"}}" alt="Service Image"></div>
    <div class="service-info">
    <h4>Website Development</h4>
    <p>It’s important to use cocoa butter. It’s the key to more success, why not live smooth? Why live rough? Another one. Give thanks to the most high got life, we breathing...</p>
    </div>
    </div>
    </div>
    </div>
    <div class="count-info">
    <div class="container">
    <div class="row">
    <div class="col-lg-3">
    <div class="item">
    <div class="number">1286</div>
    <div class="name">Projects</div>
    </div>
    </div>
    <div class="col-lg-3">
    <div class="item">
    <div class="number">8</div>
    <div class="name">Award Winner</div>
    </div>
    </div>
    <div class="col-lg-3">
    <div class="item">
    <div class="number">3898</div>
    <div class="name">Happy Customers</div>
    </div>
    </div>
    <div class="col-lg-3">
    <div class="item">
    <div class="number">86</div>
    <div class="name">Store Location</div>
    </div>
    </div>
    </div>
    </div>
    </div>
    <div class="our-team">
    <h3>Our Team</h3>
    <p class="description">The first of the month is coming, we have to get money, we have no choice</p>
    <div class="grid-member">
    <div class="item">
    <div class="member-image"><img src="{{media url="wysiwyg/about/member/item-1.jpg"}}" alt="Member Image">
    <div class="social-member">
    <ul>
    <li><a href="#"><span class="fa fa-facebook"><span class="hidden">Facebook</span></span></a></li>
    <li><a href="#"><span class="fa fa-twitter"><span class="hidden">Twitter</span></span></a></li>
    <li><a href="#"><span class="fa fa-google-plus"><span class="hidden">Google</span></span></a></li>
    <li><a href="#"><span class="fa fa-youtube-play"><span class="hidden">Youtube</span></span></a></li>
    <li><a href="#"><span class="fa fa-rss"><span class="hidden">Rss</span></span></a></li>
    </ul>
    </div>
    </div>
    <div class="member-info">
    <div class="name">Jonathan Doe</div>
    <p class="job">SEO & Marketing</p>
    </div>
    </div>
    <div class="item">
    <div class="member-image"><img src="{{media url="wysiwyg/about/member/item-2.jpg"}}" alt="Member Image">
    <div class="social-member">
    <ul>
    <li><a href="#"><span class="fa fa-facebook"><span class="hidden">Facebook</span></span></a></li>
    <li><a href="#"><span class="fa fa-twitter"><span class="hidden">Twitter</span></span></a></li>
    <li><a href="#"><span class="fa fa-google-plus"><span class="hidden">Google</span></span></a></li>
    <li><a href="#"><span class="fa fa-youtube-play"><span class="hidden">Youtube</span></span></a></li>
    <li><a href="#"><span class="fa fa-rss"><span class="hidden">Rss</span></span></a></li>
    </ul>
    </div>
    </div>
    <div class="member-info">
    <div class="name">Jonathan Doe</div>
    <p class="job">SEO & Marketing</p>
    </div>
    </div>
    <div class="item">
    <div class="member-image"><img src="{{media url="wysiwyg/about/member/item-3.jpg"}}" alt="Member Image">
    <div class="social-member">
    <ul>
    <li><a href="#"><span class="fa fa-facebook"><span class="hidden">Facebook</span></span></a></li>
    <li><a href="#"><span class="fa fa-twitter"><span class="hidden">Twitter</span></span></a></li>
    <li><a href="#"><span class="fa fa-google-plus"><span class="hidden">Google</span></span></a></li>
    <li><a href="#"><span class="fa fa-youtube-play"><span class="hidden">Youtube</span></span></a></li>
    <li><a href="#"><span class="fa fa-rss"><span class="hidden">Rss</span></span></a></li>
    </ul>
    </div>
    </div>
    <div class="member-info">
    <div class="name">Jonathan Doe</div>
    <p class="job">SEO & Marketing</p>
    </div>
    </div>
    <div class="item">
    <div class="member-image"><img src="{{media url="wysiwyg/about/member/item-4.jpg"}}" alt="Member Image">
    <div class="social-member">
    <ul>
    <li><a href="#"><span class="fa fa-facebook"><span class="hidden">Facebook</span></span></a></li>
    <li><a href="#"><span class="fa fa-twitter"><span class="hidden">Twitter</span></span></a></li>
    <li><a href="#"><span class="fa fa-google-plus"><span class="hidden">Google</span></span></a></li>
    <li><a href="#"><span class="fa fa-youtube-play"><span class="hidden">Youtube</span></span></a></li>
    <li><a href="#"><span class="fa fa-rss"><span class="hidden">Rss</span></span></a></li>
    </ul>
    </div>
    </div>
    <div class="member-info">
    <div class="name">Jonathan Doe</div>
    <p class="job">SEO & Marketing</p>
    </div>
    </div>
    </div>
    </div>
    <div class="who-you-full">
    <div class="container">
    <div class="who-you">
    <h3>Who Are You?</h3>
    <p class="description">The first of the month is coming, we have to get money, we have no choice</p>
    <div class="row">
    <div class="col-lg-6">
    <div class="about-video">
    <div style="padding: 56.25% 0 0 0; position: relative;"><iframe style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" src="https://player.vimeo.com/video/13568203?color=ffffff&title=0&byline=0&portrait=0" allowfullscreen="allowfullscreen" width="300" height="150" frameborder="0"></iframe></div>
    </div>
    </div>
    <div class="col-lg-6">
    <div class="skill-range">
    <ul>
    <li>
    <p class="name-skill">Development</p>
    <div class="range-item">
    <div class="range-result" style="width: 80%;">
    <div class="tooltip-range">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>
    </div>
    </div>
    <div class="brand-grid-about static-image">
    <div class="row">
    <div class="col-lg-2 col-sm-4 col-6 item"><a title="Brand" href="#"><img src="{{media url="wysiwyg/brand/item-1.jpg"}}" alt="Brand Image"></a></div>
    <div class="col-lg-2 col-sm-4 col-6 item"><a title="Brand" href="#"><img src="{{media url="wysiwyg/brand/item-2.jpg"}}" alt="Brand Image"></a></div>
    <div class="col-lg-2 col-sm-4 col-6 item"><a title="Brand" href="#"><img src="{{media url="wysiwyg/brand/item-3.jpg"}}" alt="Brand Image"></a></div>
    <div class="col-lg-2 col-sm-4 col-6 item"><a title="Brand" href="#"><img src="{{media url="wysiwyg/brand/item-4.jpg"}}" alt="Brand Image"></a></div>
    <div class="col-lg-2 col-sm-4 col-6 item"><a title="Brand" href="#"><img src="{{media url="wysiwyg/brand/item-5.jpg"}}" alt="Brand Image"></a></div>
    <div class="col-lg-2 col-sm-4 col-6 item"><a title="Brand" href="#"><img src="{{media url="wysiwyg/brand/item-6.jpg"}}" alt="Brand Image"></a></div>
    </div>
    </div>
    </div>
    
  • Theme Core Setting

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

    Please click Here to view the theme settings.

    General Options

    Theme Color: In this option, you can set main color of entire page.

    Body Font

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

    Menu

    Menu Style: This theme support 2 types: mega menu and css menu. You can select a menu style that you want.

  • Mega Menu: The menu are items that you have created from module megamenu.
  • CSS Menu: The menu are categories that you have created.
  • Menu on Top: Choose "Yes" to turn on "Sticky Menu" feature, the menu will be fixed on top when scroll down the page.

    Mobile Menu Type: This theme support sidebar menu and collapse on mobile. You can select a menu style that you want.

    Layout Style: This theme support boxed and full width layout. You can select a layout style that you want.
    Responsive Layout: Choose "Yes" to show responsive layout for each type of devices.
    Right To Left Layout: This theme support right to left layout. Choose "Yes" to view.

    We provides flexible grid system includes: layout 1 column, layout 2 columns, layout 3 columns. You can change product's quantity per row to fit each screen.

    Image Box

    Thumbs Styles: This option allow you choose thumb style types that you want.
    Enable Loop: Choose "Yes" to repeat your loop.
    Enable Keyboard Trigger: Choose "Yes/No" to "Enable/Disable" keyboard trigger feature.
    Show Navigation: Choose "Yes/No" to "Show/Hide" navigation.
    Enable Popup Fullscreen: Choose "Yes" to show fullscreen popup when you mouse click on the product detail.
    Show Thumbs Navigation: Choose "Yes/No" to "Show/Hide" thumb navigation.
    Thumbs Margin: Distance between the thumb images.
    Thumbs Border Active Width: You can change width of thumb boder when active.
    Breakpoints: Breakpoints are used to set up the screen width at which the design of thumbnails changes.

    Image Zoom

    Enable Product Image Zoom: Choose "Yes/No" to "Allow/Not Allow" show product image zoom when you mouse hover on the product image.

    Social Buttons

    Show social buttons: Choose "Yes/No" to "Show/Hide" social button in detail page.

    Related - Upsell Product

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

    Tab

    Choose tab style types that you want.

    Custom Tab

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

    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

    SM Sunshine Settings

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

    + Release