Getting Started

Installation

Layout Position

home 1 Home Style 1
home 2 Home Style 2
home 3 Home Style 3
home 4 Home Style 4
home 5 Home Style 5
home 6 Home Style 6
home 7 Home Style 7

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

  • To edit the "Slideshow", please go to Admin Panel > Content > Elements > Blocks > Search with Identifier "slidershow-id1".
    You can edit code HTML in your cms contents.
    <div class="image-slider-home">
    <div class="sm-imageslider theme1">
    <div class="sm-imageslider-inner theme1">
    <div class="sm-imageslider-content owl-carousel owl-theme">
    <div class="item"><a href="#"><img src="{{media url="wysiwyg/imageslider/image-banner-1.jpg"}}" alt="Banner Image"></a></div>
    <div class="item"><a href="#"><img src="{{media url="wysiwyg/imageslider/image-banner-2.jpg"}}" alt="Banner Image"></a></div>
    <div class="item"><a href="#"><img src="{{media url="wysiwyg/imageslider/image-banner-3.jpg"}}" alt="Banner Image"></a></div>
    </div>
    </div>
    </div>
    </div
  • To show the "Slideshow", please go to Admin Panel > Content > Elements > Pages > Search with URL key "home-demo-01" and edit > Content.
    You can edit code HTML in your cms contents.
    
    {{block class="Magento\\Cms\\Block\\Block" block_id="slidershow-id1"}}

  • To edit the "Banner1", please go to Admin Panel > Content > Elements > Blocks > Search with Identifier "static-image-1".
    You can edit code HTML in your cms contents.
    <ul class="static-image">
    <li><a title="Static Image" href="#"> <img src="{{media url="wysiwyg/banner/banner1-1.jpg"}}" alt="Static Image"> </a></li>
    <li><a title="Static Image" href="#"> <img src="{{media url="wysiwyg/banner/banner1-2.jpg"}}" alt="Static Image"> </a></li>
    <li><a title="Static Image" href="#"> <img src="{{media url="wysiwyg/banner/banner1-3.jpg"}}" alt="Static Image"> </a></li>
    </ul>>
  • To show the "Banner1", please go to Admin Panel > Content > Elements > Pages > Search with URL key "home-demo-01" and edit > Content.
    You can edit code HTML in your cms contents.
    
    {{block class="Magento\\Cms\\Block\\Block" block_id="static-image-1"}}

  • To edit the "Featured Categories", please go to Admin Panel > Content > Elements > Blocks > Search with Identifier "static-categories" > edit.
    You can edit code HTML code in your cms contents.
    <div class="static-categories">
    <div class="font-title cate-title">
    <h2>Featured Categories</h2>
    </div>
    <div class="cate-content">
    <div class="cate cate1">
    <div class="inner"><img src="{{media url="wysiwyg/static-content/cate1.jpg"}}" alt="" /> <a href="#">Watch</a></div>
    </div>
    <div class="cate cate2">
    <div class="inner"><img src="{{media url="wysiwyg/static-content/cate2.jpg"}}" alt="" /><a href="#">Bags</a></div>
    </div>
    <div class="cate cate3">
    <div class="inner"><img src="{{media url="wysiwyg/static-content/cate3.jpg"}}" alt="" /> <a href="#">Swimwear</a></div>
    </div>
    <div class="cate cate4">
    <div class="inner"><img src="{{media url="wysiwyg/static-content/cate4.jpg"}}" alt="" /> <a href="#">Shoes</a></div>
    </div>
    <div class="cate cate5">
    <div class="inner"><img src="{{media url="wysiwyg/static-content/cate5.jpg"}}" alt="" /> <a href="#">Fashion</a></div>
    </div>
    </div>
    </div
  • To show the "Featured Categories", please go to Admin Panel > Content > Elements > Pages > Search with URL key "home-demo-01" and edit > Content.
    You can edit code HTML in your cms contents.
    
    {{block class="Magento\\Cms\\Block\\Block" block_id="static-categories"}}

  • To show the "Today Deals", please go to Admin Panel > Content > Elements > Pages > Search with URL key "home-demo-01" and edit.
    You can edit code HTML in your cms contents.
    {{block class="Sm\FilterProducts\Block\FilterProducts" template="Sm_FilterProducts::default-index1.phtml" title_module="Today Deals" display_countdown="1" product_source="special_products" select_category="" product_order_by="name" product_order_dir="ASC" product_limitation="4"}}

  • To edit the "BEST SELLERS", please go to Admin Panel > Content > Elements > Blocks > Search with Identifier "product-sidebar" >edit.
    You can edit code HTML in your cms contents.
    <p>{{block class="Sm\BasicProducts\Block\BasicProducts" template="Sm_BasicProducts::sidebar-product.phtml" title="Best Sellers" product_limitation="4" img_width="200" img_height="200" product_addcart_display="0" product_addwishlist_display="0" product_addcompare_display="0"}}</p>>
  • To show the "BEST SELLERS", please go to Admin Panel > Content > Elements > Pages > Search with URL key "home-demo-01" and edit.
    You can edit code HTML in your cms contents.
    {{block class="Magento\\Cms\\Block\\Block" block_id="product-sidebar"}}

  • To edit the "Banner2", please go to Admin Panel > Content > Elements > Blocks > Search with Identifier "h1-banner2".
    You can edit code HTML in your cms contents.
    <div class="h1-banner2-w">
    <div class="row">
    <div class="banner banner21 col-lg-6 col-md-6 col-sm-6 col-xs-12"><a href="#"><img src="{{media url="wysiwyg/banner/banner2-1.jpg"}}" alt=""></a></div>
    <div class="banner banner22 col-lg-6 col-md-6 col-sm-6 col-xs-12"><a href="#"><img src="{{media url="wysiwyg/banner/banner2-2.jpg"}}" alt=""></a></div>
    </div>
    </div>
  • To show the "Banner2", please go to Admin Panel > Content > Elements > Pages > Search with URL key "home-demo-01" and edit.
    You can edit code HTML in your cms contents.
    {{block class="Magento\\Cms\\Block\\Block" block_id="h1-banner2"}}

  • To edit the "Product", please go to Admin Panel > Content > Elements > Pages > Search with URL key "home-demo-01" and edit.
    You can edit code HTML in your cms contents.
    	{{block class="Sm\ListingTabs\Block\ListingTabs" template="Sm_ListingTabs::default.phtml" nb_row="2" title="Fashion" type_show="slider" type_listing="all" display_countdown="0" type_filter="fieldproducts" field_tabs="lastest_products,ordered_qty,num_view_counts,num_reviews_count" category_select="97" limitation="12"}}
    {{block class="Sm\ListingTabs\Block\ListingTabs" template="Sm_ListingTabs::default2.phtml" nb_row="2" title="Electronics" type_show="slider" type_listing="all" display_countdown="0" type_filter="fieldproducts" field_tabs="lastest_products,ordered_qty,num_view_counts,num_reviews_count" category_select="102" limitation="12"}}
    {{block class="Sm\ListingTabs\Block\ListingTabs" template="Sm_ListingTabs::default3.phtml" nb_row="2" title="Sport" type_show="slider" type_listing="all" display_countdown="0" type_filter="fieldproducts" field_tabs="lastest_products,ordered_qty,num_view_counts,num_reviews_count" category_select="105" limitation="12"}}

  • To edit the "WEEKLY PRODUCTS", please go to Admin Panel > Content > Elements > Blocks > Search with Identifier "weekly-slider".
    You can edit code HTML in your cms contents.
    <div class="weekly-banner basic-banner"><a href="#"><img src="{{media url="wysiwyg/static-content/weekly-banner.jpg"}}" alt=""></a></div>
    <div>{{block class="Sm\FilterProducts\Block\FilterProducts" template="Sm_FilterProducts::slider-index1.phtml" nb_rows="3" title_module="Weekly Products" display_countdown="0" product_source="best_sellers" select_category="97,98,99,100,101,102,103,104,105,106,107" product_order_by="name" product_order_dir="ASC" product_limitation="6"}}</div>
  • To show the "WEEKLY PRODUCTS", please go to Admin Panel > Content > Elements > Pages > Search with URL key "home-demo-01" and edit.
    You can edit code HTML in your cms contents.
    {{block class="Magento\\Cms\\Block\\Block" block_id="weekly-slider"}}

  • To edit the "FEATURED PRODUCTS", please go to Admin Panel > Content > Elements > Blocks > Search with Identifier "featured-slider".
    You can edit code HTML in your cms contents.
    <div class="featured-banner basic-banner"><a href="#"><img src="{{media url="wysiwyg/static-content/featured-banner.jpg"}}" alt=""></a></div>
    <div>{{block class="Sm\FilterProducts\Block\FilterProducts" template="Sm_FilterProducts::slider-index1.phtml" nb_rows="3" title_module="Featured Products" display_countdown="0" product_source="lastest_products" select_category="97,98,99,100,101,102,103,104,105,106,107" product_order_by="name" product_order_dir="ASC" product_limitation="6"}}</div>
  • To show the "FEATURED PRODUCTS", please go to Admin Panel > Content > Elements > Pages > Search with URL key "home-demo-01" and edit.
    You can edit code HTML in your cms contents.
    {{block class="Magento\\Cms\\Block\\Block" block_id="featured-slider"}}

  • To edit the "Brands", please go to Admin Panel > Content > Elements > Blocks > Search with Identifier "slider-brand".
    You can edit code HTML in your cms contents.
    <div class="slider-brand-wrapper">
    <div class="slider-brand">
    <div class="item"><a title="Brand" href="#"><img src="{{media url="wysiwyg/brand/logo-1.png"}}" alt="Brand"></a></div>
    <div class="item"><a title="Brand" href="#"><img src="{{media url="wysiwyg/brand/logo-2.png"}}" alt="Brand"></a></div>
    <div class="item"><a title="Brand" href="#"><img src="{{media url="wysiwyg/brand/logo-3.png"}}" alt="Brand"></a></div>
    <div class="item"><a title="Brand" href="#"><img src="{{media url="wysiwyg/brand/logo-4.png"}}" alt="Brand"></a></div>
    <div class="item"><a title="Brand" href="#"><img src="{{media url="wysiwyg/brand/logo-1.png"}}" alt="Brand"></a></div>
    <div class="item"><a title="Brand" href="#"><img src="{{media url="wysiwyg/brand/logo-2.png"}}" alt="Brand"></a></div>
    <div class="item"><a title="Brand" href="#"><img src="{{media url="wysiwyg/brand/logo-3.png"}}" alt="Brand"></a></div>
    <div class="item"><a title="Brand" href="#"><img src="{{media url="wysiwyg/brand/logo-4.png"}}" alt="Brand"></a></div>
    </div>
    </div>
  • To show the "Brands", please go to Admin Panel > Content > Elements > Pages > Search with URL key "home-demo-01" and edit.
    You can edit code HTML in your cms contents.
    {{block class="Magento\\Cms\\Block\\Block" block_id="slider-brand"}}

  • To edit the "Banner-infos", please go to Admin Panel > Content > Elements > Blocks > Search with Identifier "banner-infos".
    You can edit code HTML in your cms contents.
    <div class="block-infos">
    <div class="info info1">
    <div class="inner"><i class="fa fa-truck"></i>
    <div class="info-cont"><span>free delivery</span>
    <p>From 275 AED</p>
    </div>
    </div>
    </div>
    <div class="info info2">
    <div class="inner"><i class="fa fa-money"></i>
    <div class="info-cont"><span>cash on delivery</span>
    <p>From 275 AED</p>
    </div>
    </div>
    </div>
    <div class="info info3">
    <div class="inner"><i class="fa fa-gift"></i>
    <div class="info-cont"><span>free gift box</span>
    <p>& gift note</p>
    </div>
    </div>
    </div>
    <div class="info info4">
    <div class="inner"><i class="fa fa-phone-square"></i>
    <div class="info-cont"><span>contact us</span>
    <p>123 456 789</p>
    </div>
    </div>
    </div>
    <div class="info info5">
    <div class="inner"><i class="fa fa-users"></i>
    <div class="info-cont"><span>Loyalty</span>
    <p>Rewarded</p>
    </div>
    </div>
    </div>
    </div

  • To edit "About us" page, please go to Admin Panel > Content > Elements > Blocks > Add new block with Identifier "about-us-page".
    You can edit code HTML in your cms contents.
    <div class="aboutus-page"≫
    	<div class="row"≫
    		<div class="col-lg-3"≫
    			<div class="faq-block"≫
    				<div class="number-faq"≫01</div≫
    				<div class="title-faq"≫
    					<span class="light-text"≫Working at</span≫ revo
    				</div≫
    				
    				<div class="faq-description"≫
    					If you're an inventor, you'll love being an Merkat. From day one at revo you'll take ownership of projects that have a direct impact on our customers.
    				</div≫
    				
    				<div class="list-faqs"≫
    					<ul≫
    						<li≫
    							<span class="light-text"≫01</span≫ Explore working at revo
    						</li≫
    						
    						<li≫
    							<span class="light-text"≫02</span≫ Get to know us
    						</li≫
    						
    						<li≫
    							<span class="light-text"≫03</span≫ Opportunities for veterans
    						</li≫
    						
    						<li≫
    							<span class="light-text"≫04</span≫ Our culture
    						</li≫
    					</ul≫
    				</div≫
    			</div≫
    			
    			<div class="faq-block"≫
    				<div class="number-faq"≫02</div≫
    				<div class="title-faq"≫
    					<span class="light-text"≫Innovation</span≫ revo
    				</div≫
    				
    				<div class="faq-description"≫
    					We're a company of builders. It's our job to make bold bets, and we get our energy from inventing on behalf of customers.
    				</div≫
    				
    				<div class="list-faqs"≫
    					<ul≫
    						<li≫
    							<span class="light-text"≫01</span≫ Our innovations
    						</li≫
    						
    						<li≫
    							<span class="light-text"≫02</span≫ Research
    						</li≫
    					</ul≫
    				</div≫
    			</div≫
    			
    			<div class="faq-block"≫
    				<div class="number-faq"≫03</div≫
    				<div class="title-faq"≫
    					<span class="light-text"≫Supporting</span≫ Small Business
    				</div≫
    				
    				<div class="faq-description"≫
    					We're a company of builders. It's our job to make bold bets, and we get our energy from inventing on behalf of customers.
    				</div≫
    				
    				<div class="list-faqs"≫
    					<ul≫
    						<li≫
    							<span class="light-text"≫01</span≫ How we support small business
    						</li≫
    						
    						<li≫
    							<span class="light-text"≫02</span≫ Small business impact
    						</li≫
    						
    						<li≫
    							<span class="light-text"≫03</span≫ Success stories
    						</li≫
    						
    						<li≫
    							<span class="light-text"≫04</span≫ Advice for small business owners
    						</li≫
    					</ul≫
    				</div≫
    			</div≫
    		</div≫
    		
    		<div class="col-lg-9"≫
    			<div class="grid-about"≫
    				<div class="grid-items"≫
    					<div class="item-about"≫
    						<div class="image-about"≫
    							<a href="#"≫
    								<img src="{{media url="wysiwyg/about/item-1.jpg"}}" alt="Image Slider" /≫
    							</a≫
    						</div≫
    						
    						<div class="info-about"≫
    							<div class="categories"≫Technology</div≫
    							<div class="title-about"≫
    								<a href="#"≫Waking up a voice tech boom</a≫
    							</div≫
    							<div class="description-about"≫
    								From Ring to ecobee, a series of startups are innovating voice technology with the help of the Alexa Fund. Lorem khaled ipsum is a major key to success. It’s on you how you want to live your life.
    							</div≫
    						</div≫
    					</div≫
    					
    					<div class="item-about"≫
    						<div class="image-about"≫
    							<a href="#"≫
    								<img src="{{media url="wysiwyg/about/item-2.jpg"}}" alt="Image Slider" /≫
    							</a≫
    						</div≫
    						
    						<div class="info-about"≫
    							<div class="categories"≫Technology</div≫
    							<div class="title-about"≫
    								<a href="#"≫Waking up a voice tech boom</a≫
    							</div≫
    							<div class="description-about"≫
    								From Ring to ecobee, a series of startups are innovating voice technology with the help of the Alexa Fund. Lorem khaled ipsum is a major key to success. It’s on you how you want to live your life.
    							</div≫
    						</div≫
    					</div≫
    					
    					<div class="item-about"≫
    						<div class="image-about"≫
    							<a href="#"≫
    								<img src="{{media url="wysiwyg/about/item-3.jpg"}}" alt="Image Slider" /≫
    							</a≫
    						</div≫
    						
    						<div class="info-about"≫
    							<div class="categories"≫Technology</div≫
    							<div class="title-about"≫
    								<a href="#"≫Waking up a voice tech boom</a≫
    							</div≫
    							<div class="description-about"≫
    								From Ring to ecobee, a series of startups are innovating voice technology with the help of the Alexa Fund. Lorem khaled ipsum is a major key to success. It’s on you how you want to live your life.
    							</div≫
    						</div≫
    					</div≫
    					
    					<div class="item-about"≫
    						<div class="image-about"≫
    							<a href="#"≫
    								<img src="{{media url="wysiwyg/about/item-4.jpg"}}" alt="Image Slider" /≫
    							</a≫
    						</div≫
    						
    						<div class="info-about"≫
    							<div class="categories"≫Technology</div≫
    							<div class="title-about"≫
    								<a href="#"≫Waking up a voice tech boom</a≫
    							</div≫
    							<div class="description-about"≫
    								From Ring to ecobee, a series of startups are innovating voice technology with the help of the Alexa Fund. Lorem khaled ipsum is a major key to success. It’s on you how you want to live your life.
    							</div≫
    						</div≫
    					</div≫
    					
    					<div class="item-about"≫
    						<div class="image-about"≫
    							<a href="#"≫
    								<img src="{{media url="wysiwyg/about/item-5.jpg"}}" alt="Image Slider" /≫
    							</a≫
    						</div≫
    						
    						<div class="info-about"≫
    							<div class="categories"≫Technology</div≫
    							<div class="title-about"≫
    								<a href="#"≫Waking up a voice tech boom</a≫
    							</div≫
    							<div class="description-about"≫
    								From Ring to ecobee, a series of startups are innovating voice technology with the help of the Alexa Fund. Lorem khaled ipsum is a major key to success. It’s on you how you want to live your life.
    							</div≫
    						</div≫
    					</div≫
    					
    					<div class="item-about"≫
    						<div class="image-about"≫
    							<a href="#"≫
    								<img src="{{media url="wysiwyg/about/item-6.jpg"}}" alt="Image Slider" /≫
    							</a≫
    						</div≫
    						
    						<div class="info-about"≫
    							<div class="categories"≫Technology</div≫
    							<div class="title-about"≫
    								<a href="#"≫Waking up a voice tech boom</a≫
    							</div≫
    							<div class="description-about"≫
    								From Ring to ecobee, a series of startups are innovating voice technology with the help of the Alexa Fund. Lorem khaled ipsum is a major key to success. It’s on you how you want to live your life.
    							</div≫
    						</div≫
    					</div≫
    				</div≫
    			</div≫
    		</div≫
    	</div≫
    	
    </div≫

  • To edit "Contact Us" page, please go to Admin Panel > Content > Elements > Blocks > Add new block with Identifier "contact-us-page".
    You can edit code HTML in your cms contents.
    <div class="contact-us-page">
    <div class="google-map">{{block class="Magento\\Cms\\Block\\Block" block_id="contact-googlemap"}}</div>
    <div class="row form-contact">
    <div class="col-lg-4 col-md-4">
    <div class="contact-info">
    <div class="title-bonus-page">
    <h2>Contact Us</h2>
    </div>
    <div class="contact-content">
    <p class="contact-description">Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam<br /> Quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat sed do eiusmod tempor incididunt ut labore dolore</p>
    <ul class="address-info">
    <li class="add-icon">123 Suspendis mattis, Sollicitudin District,<br />Accums Fringilla</li>
    <li class="email-icon">Email: <a title="Send Email" href="mailto:support@domainstore.com">support@domainstore.com</a></li>
    <li class="phone-icon">Hotline: <a title="Call" href="tel:0123456789">0123456789</a></li>
    </ul>
    </div>
    </div>
    </div>
    <div class="col-lg-8 col-md-8">{{block class="Magento\Contact\Block\ContactForm" template="Magento_Contact::form-contact.phtml"}}</div>
    </div>
    </div>
    
  • Theme Setting

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

    Social

    Choose "Yes" in params Show Facebook, Twitter, Google+, Linkedin... to show socials. When you choose "Yes", you can change name and link of socials.

    Advanced

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

    Developer

    To custom Css or Javascript

    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 change log