Argento Flat theme Homepage
Argento homepage - is a standard Magento’s CMS page. You can edit it at
Cms > Pages
page.
Contents
- Slider
- Category images row
- Wide banner
- New, Special and Bestselling Products
- Why choose us
- About us
- Brands Slider
- Whole homepage code
Slider
Code:
<div class="row jumbotron jumbotron-slider jumbotron-image">
<div class="col-md-12">
<div class="cover cover-pastel">
<div class="left triangle"></div>
<div class="right triangle"></div>
</div>
<div class="container wow fadeIn">
{{widget type="easyslide/insert" slider_id="argento_flat"}}
</div>
</div>
</div>
Slider is built with EasySlide module and can be
edited at Templates-Master > Easyslide
page.
Category images row
Code:
<div class="row jumbotron jumbotron-pastel jumbotron-inverse">
<div class="col-md-12">
<div class="container">
<div class="hero block block-categories">
<div class="block-title"><span>Shop Our Store for</span><p class="subtitle no-margin">more than 25,000 health products including vitamins, herbs, sport supplements, diet and much more!</p></div>
<div class="block-content">
{{widget type="easycatalogimg/widget_list" background_color="34,147,146" category_count="4" subcategory_count="2" column_count="4" show_image="1" image_width="200" image_height="200" template="tm/easycatalogimg/list.phtml"}}
</div>
</div>
</div>
</div>
</div>
Categories list is powered by Easy Catalog Images. In order to change columns count, image width and other options you can use Magento’s built-in widget editor, or you can manually change appropriate attribute in code above.
Wide banner
Code:
<div class="row jumbotron jumbotron-pastel-alt no-padding">
<div class="col-md-12">
<div class="container hero block-homepage-banner">
{{widget type="easybanner/widget_placeholder" placeholder_name="argento-flat-home"}}
</div>
</div>
</div>
Wide banner is created with EasyBanner module and
available to edit at Templates-Master > Easy Banner > Manage Banners
page.
New, Special and Bestselling Products
New Products | Special Offers | Bestsellers |
---|---|---|
Code:
<div class="row jumbotron">
<div class="col-md-12">
<div class="container hero">
{{widget type="highlight/product_new" title="New Arrivals" show_page_link="1" page_title="Browse all new products at our store »" products_count="4" column_count="4" template="tm/highlight/product/grid.phtml" class_name="highlight-content-new" img_width="200" img_height="200"}}
</div>
</div>
</div>
<div class="row jumbotron jumbotron-pattern">
<div class="cover">
<div class="left triangle"></div>
<div class="right triangle"></div>
</div>
<div class="stub"></div>
<div class="col-md-12 container-wrapper">
<div class="container hero">
{{widget type="highlight/product_special" title="Special Offer" show_page_link="1" page_title="Browse all products on sale at our store »" products_count="4" column_count="4" template="tm/highlight/product/grid.phtml" class_name="highlight-content-special" img_width="200" img_height="200"}}
</div>
</div>
</div>
<div class="row jumbotron">
<div class="col-md-12">
<div class="container hero">
{{widget type="highlight/product_bestseller" title="Our Bestsellers" show_page_link="1" page_title="Browse all bestseller products at our store »" products_count="4" column_count="4" template="tm/highlight/product/grid.phtml" class_name="highlight-content-bestsellers" img_width="200" img_height="200"}}
</div>
</div>
</div>
Product listing blocks are powered by Highlight module. In order to change title, products/columns count and other options you can use Magento’s built-in widget editor, or you can manually change appropriate attribute in code above.
Why choose us
Code:
<div class="row jumbotron">
<div class="stub"></div>
<div class="col-md-12 container-wrapper">
<div class="container hero">
<div class="hero block block-benefits">
<div class="block-title wow fadeInDown" data-wow-duration="0.5s"><span>Why choose us</span></div>
<div class="block-content">
<div class="row">
<div class="col-md-3 col-xs-6 wow slideInUp">
<span class="fa-stack fa-4x"><i class="fa fa-circle fa-stack-2x"></i><i class="fa fa-tags fa-stack-1x fa-inverse"></i></span>
<h3>Low Pricing</h3>
<p>Meet all types for your body's needs, that are healthy for you and for your pocket. Click for big savings.</p>
</div>
<div class="col-md-3 col-xs-6 wow slideInUp">
<span class="fa-stack fa-4x"><i class="fa fa-circle fa-stack-2x"></i><i class="fa fa-cubes fa-stack-1x fa-inverse"></i></span>
<h3>Huge Selection</h3>
<p>Make your healthy choice using the huge variety of vitamins and sports nutrition. Let your transformation go on.</p>
</div>
<div class="col-md-3 col-xs-6 wow slideInUp">
<span class="fa-stack fa-4x"><i class="fa fa-circle fa-stack-2x"></i><i class="fa fa-birthday-cake fa-stack-1x fa-inverse"></i></span>
<h3>Reward Points</h3>
<p>Get reward points by boosting your healthy activity online. Stay with us and gain more.</p>
</div>
<div class="col-md-3 col-xs-6 wow slideInUp">
<span class="fa-stack fa-4x"><i class="fa fa-circle fa-stack-2x"></i><i class="fa fa-comments fa-stack-1x fa-inverse"></i></span>
<h3>Ask Experts</h3>
<p>Have a question? Ask an expert and get complete online support. We are open for you.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
About us
Code:
<div class="row jumbotron jumbotron-bright jumbotron-inverse">
<div class="stub"></div>
<div class="col-md-12 container-wrapper">
<div class="container">
<div class="hero block block-about wow fadeIn" data-wow-delay="0.2s">
<div class="block-title"><span>About us</span></div>
<div class="block-content">
<p>
Natural Herbs company was found with idea to ensure users more natural healthy care.
The company is making name for itself as an advanced store with reliable service. Our
online store works with leaders worldwide producing vitamins, herbs and sport nutrition
supplements. We provide high-quality products that suit your needs and fit your budget.
</p>
<p>
Natural Herbs is aiming to become your full-service friend. We focus on keeping you motivated
improve your health. Build your own body with us! We'll help you to reach your goal.
</p>
</div>
</div>
</div>
</div>
</div>
Brands Slider
Code:
<div class="row jumbotron">
<div class="stub"></div>
<div class="cover cover-dark">
<div class="left triangle"></div>
<div class="right triangle"></div>
</div>
<div class="col-md-12 container-wrapper">
<div class="container hero">
<div class="hero block block-brands argento-slider wow fadeIn" data-wow-delay="0.2s">
<div class="block-title"><span>Popular Brands</span><p class="subtitle">check most trusted brands from more then 50 leading manufactures presented at our store.</p></div>
<div class="block-content">
<div id="slider-brands-container" class="slider-wrapper">
<div class="slick" id="slider-brands" data-slick='{"slidesToShow": 5, "slidesToScroll": 5, "infinite": true, "swipeToSlide": true, "autoplay": true, "autoplaySpeed": 2000, "arrows": true, "responsive": [ {"breakpoint": 770, "settings": {"slidesToShow": 4, "slidesToScroll": 4}}, {"breakpoint": 640, "settings": {"slidesToShow": 3, "slidesToScroll": 3}}, {"breakpoint": 480, "settings": {"slidesToShow": 2, "slidesToScroll": 2}}, {"breakpoint": 321, "settings": {"slidesToShow": 1, "slidesToScroll": 1, "dots": false}}]}'>
<a href="#"><img src="{{skin url="images/catalog/brands/life_extension.gif"}}" alt="Life Extension"/></a>
<a href="#"><img src="{{skin url="images/catalog/brands/gnc.gif"}}" alt="GNC"/></a>
<a href="#"><img src="{{skin url="images/catalog/brands/mega_food.gif"}}" alt="Mega Food" /></a>
<a href="#"><img src="{{skin url="images/catalog/brands/nordic_naturals.gif"}}" alt="Nordic Naturals"/></a>
<a href="#"><img src="{{skin url="images/catalog/brands/life_extension.gif"}}" alt="Life Extension"/></a>
<a href="#"><img src="{{skin url="images/catalog/brands/gnc.gif"}}" alt="GNC"/></a>
<a href="#"><img src="{{skin url="images/catalog/brands/mega_food.gif"}}" alt="Mega Food"/></a>
<a href="#"><img src="{{skin url="images/catalog/brands/nordic_naturals.gif"}}" alt="Nordic Naturals"/></a>
<a href="#"><img src="{{skin url="images/catalog/brands/life_extension.gif"}}" alt="Life Extension"/></a>
<a href="#"><img src="{{skin url="images/catalog/brands/gnc.gif"}}" alt="GNC"/></a>
<a href="#"><img src="{{skin url="images/catalog/brands/mega_food.gif"}}" alt="Mega Food"/></a>
<a href="#"><img src="{{skin url="images/catalog/brands/nordic_naturals.gif"}}" alt="Nordic Naturals"/></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
Whole homepage content
In case if you’ve lost original homepage content, you can get it below:
<div class="row jumbotron jumbotron-slider jumbotron-image">
<div class="col-md-12">
<div class="cover cover-pastel">
<div class="left triangle"></div>
<div class="right triangle"></div>
</div>
<div class="container wow fadeIn">
{{widget type="easyslide/insert" slider_id="argento_flat"}}
</div>
</div>
</div>
<div class="row jumbotron jumbotron-pastel jumbotron-inverse">
<div class="col-md-12">
<div class="container">
<div class="hero block block-categories">
<div class="block-title"><span>Shop Our Store for</span><p class="subtitle no-margin">more than 25,000 health products including vitamins, herbs, sport supplements, diet and much more!</p></div>
<div class="block-content">
{{widget type="easycatalogimg/widget_list" background_color="34,147,146" category_count="4" subcategory_count="2" column_count="4" show_image="1" image_width="200" image_height="200" template="tm/easycatalogimg/list.phtml"}}
</div>
</div>
</div>
</div>
</div>
<div class="row jumbotron jumbotron-pastel-alt no-padding">
<div class="col-md-12">
<div class="container hero block-homepage-banner">
{{widget type="easybanner/widget_placeholder" placeholder_name="argento-flat-home"}}
</div>
</div>
</div>
<div class="row jumbotron">
<div class="col-md-12">
<div class="container hero">
{{widget type="highlight/product_new" title="New Arrivals" show_page_link="1" page_title="Browse all new products at our store »" products_count="4" column_count="4" template="tm/highlight/product/grid.phtml" class_name="highlight-content-new" img_width="200" img_height="200"}}
</div>
</div>
</div>
<div class="row jumbotron jumbotron-pattern">
<div class="cover">
<div class="left triangle"></div>
<div class="right triangle"></div>
</div>
<div class="stub"></div>
<div class="col-md-12 container-wrapper">
<div class="container hero">
{{widget type="highlight/product_special" title="Special Offer" show_page_link="1" page_title="Browse all products on sale at our store »" products_count="4" column_count="4" template="tm/highlight/product/grid.phtml" class_name="highlight-content-special" img_width="200" img_height="200"}}
</div>
</div>
</div>
<div class="row jumbotron">
<div class="col-md-12">
<div class="container hero">
{{widget type="highlight/product_bestseller" title="Our Bestsellers" show_page_link="1" page_title="Browse all bestseller products at our store »" products_count="4" column_count="4" template="tm/highlight/product/grid.phtml" class_name="highlight-content-bestsellers" img_width="200" img_height="200"}}
</div>
</div>
</div>
<div class="row jumbotron">
<div class="stub"></div>
<div class="col-md-12 container-wrapper">
<div class="container hero">
<div class="hero block block-benefits">
<div class="block-title wow fadeInDown" data-wow-duration="0.5s"><span>Why choose us</span></div>
<div class="block-content">
<div class="row">
<div class="col-md-3 col-xs-6 wow slideInUp">
<span class="fa-stack fa-4x"><i class="fa fa-circle fa-stack-2x">​</i><i class="fa fa-tags fa-stack-1x fa-inverse">​</i></span>
<h3>Low Pricing</h3>
<p>Meet all types for your body's needs, that are healthy for you and for your pocket. Click for big savings.</p>
</div>
<div class="col-md-3 col-xs-6 wow slideInUp">
<span class="fa-stack fa-4x"><i class="fa fa-circle fa-stack-2x">​</i><i class="fa fa-cubes fa-stack-1x fa-inverse">​</i></span>
<h3>Huge Selection</h3>
<p>Make your healthy choice using the huge variety of vitamins and sports nutrition. Let your transformation go on.</p>
</div>
<div class="col-md-3 col-xs-6 wow slideInUp">
<span class="fa-stack fa-4x"><i class="fa fa-circle fa-stack-2x">​</i><i class="fa fa-birthday-cake fa-stack-1x fa-inverse">​</i></span>
<h3>Reward Points</h3>
<p>Get reward points by boosting your healthy activity online. Stay with us and gain more.</p>
</div>
<div class="col-md-3 col-xs-6 wow slideInUp">
<span class="fa-stack fa-4x"><i class="fa fa-circle fa-stack-2x">​</i><i class="fa fa-comments fa-stack-1x fa-inverse">​</i></span>
<h3>Ask Experts</h3>
<p>Have a question? Ask an expert and get complete online support. We are open for you.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row jumbotron jumbotron-bright jumbotron-inverse">
<div class="stub"></div>
<div class="col-md-12 container-wrapper">
<div class="container">
<div class="hero block block-about wow fadeIn" data-wow-delay="0.2s">
<div class="block-title"><span>About us</span></div>
<div class="block-content">
<p>
Natural Herbs company was found with idea to ensure users more natural healthy care.
The company is making name for itself as an advanced store with reliable service. Our
online store works with leaders worldwide producing vitamins, herbs and sport nutrition
supplements. We provide high-quality products that suit your needs and fit your budget.
</p>
<p>
Natural Herbs is aiming to become your full-service friend. We focus on keeping you motivated
improve your health. Build your own body with us! We'll help you to reach your goal.
</p>
</div>
</div>
</div>
</div>
</div>
<div class="row jumbotron">
<div class="stub"></div>
<div class="cover cover-dark">
<div class="left triangle"></div>
<div class="right triangle"></div>
</div>
<div class="col-md-12 container-wrapper">
<div class="container hero">
<div class="hero block block-brands argento-slider wow fadeIn" data-wow-delay="0.2s">
<div class="block-title"><span>Popular Brands</span><p class="subtitle">check most trusted brands from more then 50 leading manufactures presented at our store.</p></div>
<div class="block-content">
<div id="slider-brands-container" class="slider-wrapper">
<div class="slick" id="slider-brands" data-slick='{"slidesToShow": 5, "slidesToScroll": 5, "infinite": true, "swipeToSlide": true, "autoplay": true, "autoplaySpeed": 2000, "arrows": true, "responsive": [ {"breakpoint": 770, "settings": {"slidesToShow": 4, "slidesToScroll": 4}}, {"breakpoint": 640, "settings": {"slidesToShow": 3, "slidesToScroll": 3}}, {"breakpoint": 480, "settings": {"slidesToShow": 2, "slidesToScroll": 2}}, {"breakpoint": 321, "settings": {"slidesToShow": 1, "slidesToScroll": 1, "dots": false}}]}'>
<a href="#"><img src="{{skin url="images/catalog/brands/life_extension.gif"}}" alt="Life Extension"/></a>
<a href="#"><img src="{{skin url="images/catalog/brands/gnc.gif"}}" alt="GNC"/></a>
<a href="#"><img src="{{skin url="images/catalog/brands/mega_food.gif"}}" alt="Mega Food" /></a>
<a href="#"><img src="{{skin url="images/catalog/brands/nordic_naturals.gif"}}" alt="Nordic Naturals"/></a>
<a href="#"><img src="{{skin url="images/catalog/brands/life_extension.gif"}}" alt="Life Extension"/></a>
<a href="#"><img src="{{skin url="images/catalog/brands/gnc.gif"}}" alt="GNC"/></a>
<a href="#"><img src="{{skin url="images/catalog/brands/mega_food.gif"}}" alt="Mega Food"/></a>
<a href="#"><img src="{{skin url="images/catalog/brands/nordic_naturals.gif"}}" alt="Nordic Naturals"/></a>
<a href="#"><img src="{{skin url="images/catalog/brands/life_extension.gif"}}" alt="Life Extension"/></a>
<a href="#"><img src="{{skin url="images/catalog/brands/gnc.gif"}}" alt="GNC"/></a>
<a href="#"><img src="{{skin url="images/catalog/brands/mega_food.gif"}}" alt="Mega Food"/></a>
<a href="#"><img src="{{skin url="images/catalog/brands/nordic_naturals.gif"}}" alt="Nordic Naturals"/></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>