Getting Started

Installation

Layout Position

home 1 Home Style 1
home 1 Home Style 2

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 create the "Slideshow" , please go to Admin Panel > Content > Elements > Blocks > Add new block with Identifier "slidershow-index" block.
    You can edit code HTML in your cms contents.
    <div class="owl-carousel slider-show">
    	<div class="item">
    		<div class="image">
    			<a href="#" title="Banner Slider"><img src="{{media url="wysiwyg/imageslider/id-1-slide-1.jpg"}}" alt="Slidershow" /></a>
    		</div>
    		
    		<div class="info">
    			<div class="small-title">Digital & Electronic</div>
    			<div class="big-title">
    				Virtual <span class="theme-color">Reality</span>
    			</div>
    			<div class="short-description">
    				Lorem khaled ipsum is a major key to success. It’s on you how you want to<br>live your life. Everyone has a choice
    			</div>
    			<a href="#" class="shop-button">Shop now</a>
    		</div>
    	</div>
    	
    	<div class="item">
    		<div class="image">
    			<a href="#" title="Banner Slider"><img src="{{media url="wysiwyg/imageslider/id-1-slide-2.jpg"}}" alt="Slidershow" /></a>
    		</div>
    		
    		<div class="info">
    			<div class="small-title">Digital & Electronic</div>
    			<div class="big-title">
    				Virtual <span class="theme-color">Reality</span>
    			</div>
    			<div class="short-description">
    				Lorem khaled ipsum is a major key to success. It’s on you how you want to<br>live your life. Everyone has a choice
    			</div>
    			<a href="#" class="shop-button">Shop now</a>
    		</div>
    	</div>
    	
    	<div class="item">
    		<div class="image">
    			<a href="#" title="Banner Slider"><img src="{{media url="wysiwyg/imageslider/id-1-slide-3.jpg"}}" alt="Slidershow" /></a>
    		</div>
    		
    		<div class="info">
    			<div class="small-title">Digital & Electronic</div>
    			<div class="big-title">
    				Virtual <span class="theme-color">Reality</span>
    			</div>
    			<div class="short-description">
    				Lorem khaled ipsum is a major key to success. It’s on you how you want to<br>live your life. Everyone has a choice
    			</div>
    			<a href="#" class="shop-button">Shop now</a>
    		</div>
    	</div>
    </div>
    
    <script type="text/javascript">
    	require([
    		'jquery',
    		'owlcarousel'
    	], function ($) {
    		$(".slider-show").owlCarousel({
    			items: 1,
    			autoplay:false,
    			loop:true,
    			nav : false, 
    			dots: true,
    			autoplayHoverPause: true,
    			margin:1
    		});	  
    	});	
    </script>
  • To show the "Slideshow", please go to Content >> Elements >> Pages >> Search with URL key "home-demo-01" and edit. .
  • Please add this code in your XML contents.
    <referenceContainer name="page.top">
    	<block class="Magento\Cms\Block\Block" name="slidershow-index">
    		<arguments>
    			<argument name="block_id" xsi:type="string">slidershow-index</argument>
    		</arguments>
    	</block>
    </referenceContainer>
    

    You can edit code HTML in your cms contents.
    <div class="home-page-1">
    	<div class="services">
    		<ul>
    			<li>
    				<div class="service-content">
    					<div class="service-icon">
    						<img src="{{media url="wysiwyg/icon/icon-1.png"}}" alt="Service" />
    					</div>
    					
    					<div class="service-info">
    						<h4><a href="#" title="Free Delivery">Free Delivery</a></h4>
    						<p>From $59.89</p>
    					</div>
    				</div>
    			</li>
    			
    			<li>
    				<div class="service-content">
    					<div class="service-icon">
    						<img src="{{media url="wysiwyg/icon/icon-2.png"}}" alt="Service" />
    					</div>
    					
    					<div class="service-info">
    						<h4><a href="#" title="Support 24/7">Support 24/7</a></h4>
    						<p>Online 24 hours</p>
    					</div>
    				</div>
    			</li>
    			
    			<li>
    				<div class="service-content">
    					<div class="service-icon">
    						<img src="{{media url="wysiwyg/icon/icon-3.png"}}" alt="Service" />
    					</div>
    					
    					<div class="service-info">
    						<h4><a href="#" title="Free return">Free return</a></h4>
    						<p>365 a day</p>
    					</div>
    				</div>
    			</li>
    			
    			<li>
    				<div class="service-content">
    					<div class="service-icon">
    						<img src="{{media url="wysiwyg/icon/icon-4.png"}}" alt="Service" />
    					</div>
    					
    					<div class="service-info">
    						<h4><a href="#" title="payment method">payment method</a></h4>
    						<p>Secure payment</p>
    					</div>
    				</div>
    			</li>
    			
    			<li>
    				<div class="service-content">
    					<div class="service-icon">
    						<img src="{{media url="wysiwyg/icon/icon-5.png"}}" alt="Service" />
    					</div>
    					
    					<div class="service-info">
    						<h4><a href="#" title="Big Saving">Big Saving</a></h4>
    						<p>Weeken Sales</p>
    					</div>
    				</div>
    			</li>
    		</ul>
    	</div>
    	
    	<div class="banner-1">
    		<div class="row">
    			<div class="col-lg-3 col-md-3 col-sm-3">
    				<div class="banner-image">
    					<a href="#" title="Banner Image">
    						<img src="{{media url="wysiwyg/banner/banner-1.jpg"}}" alt="Banner Image" />
    					</a>
    				</div>
    			</div>
    			
    			<div class="col-lg-6 col-md-6 col-sm-6">
    				<div class="banner-image">
    					<a href="#" title="Banner Image">
    						<img src="{{media url="wysiwyg/banner/banner-2.jpg"}}" alt="Banner Image" />
    					</a>
    				</div>
    			</div>
    			
    			<div class="col-lg-3 col-md-3 col-sm-3">
    				<div class="banner-image">
    					<a href="#" title="Banner Image">
    						<img src="{{media url="wysiwyg/banner/banner-3.jpg"}}" alt="Banner Image" />
    					</a>
    				</div>
    			</div>
    		</div>
    	</div>

    1. How to edit "Best Sellers"


    You can edit code HTML in your cms contents.
    {{block class="Sm\ListingTabs\Block\ListingTabs" name="listingtabs.default" as="listingtabs_default" template="Sm_ListingTabs::default.phtml" title="Best Sellers" type_show="slider" type_listing="all" display_countdown="0" type_filter="categories" category_tabs="228,229,227,230" order_by="ordered_qty" limitation="12" show_description="1" nb_rows="2" nb_column1="5" nb_column2="3" nb_column3="3" nb_column4="2" nb_column5="1" margin="30" nav="true" dots="false"}}

    2. How to edit "Weekly-Deals"


    You can edit code HTML in your cms contents.
    {{block class="Sm\FilterProducts\Block\FilterProducts" template="Sm_FilterProducts::default-deal.phtml" title_module="Weekly Deals" product_source="special_products" display_countdown="1" select_category="222,223,224,225,226" product_limitation="6"}}

    3. How to edit "Top Rated Product"


    You can edit code HTML in your cms contents.
    {{block class="Sm\FilterProducts\Block\FilterProducts" template="Sm_FilterProducts::default-list.phtml" title_module="Top Rated Product" display_countdown="0" product_source="viewed_products" select_category="222,223,224,225,226" product_limitation="5"}}

    4. How to edit "Listing-Tab"


    You can edit code HTML in your cms contents.
    {{block class="Sm\ListingTabs\Block\ListingTabs" name="listingtabs.default" as="listingtabs_default" template="Sm_ListingTabs::default.phtml" title="" type_show="slider" type_listing="all" display_countdown="0" type_filter="categories" category_tabs="231,232,233,234,235" order_by="ordered_qty" limitation="6" show_description="0" nb_rows="2" nb_column1="2" nb_column2="1" nb_column3="1" nb_column4="1" nb_column5="1" margin="29.5" nav="true" dots="false"}}

    5. How to edit "Featured Product"


    You can edit code HTML in your cms contents.
    {{block class="Sm\ListingTabs\Block\ListingTabs" name="listingtabs.default" as="listingtabs_default" template="Sm_ListingTabs::default.phtml" title="Featured Product" type_show="slider" type_listing="all" display_countdown="0" type_filter="categories" category_tabs="228,229,227,230" order_by="num_rating_summary" limitation="7" show_description="1" nb_rows="1" nb_column1="5" nb_column2="3" nb_column3="3" nb_column4="2" nb_column5="1" margin="30" nav="true" dots="false"}}

    You can edit code HTML in your cms contents.
    
    				<div class="col-lg-6 col-md-12">
    					<div class="client-content">
    						<div class="title-home">
    							<h2>Testimonials</h2>
    						</div>
    						
    						<div class="owl-carousel client-slider">
    							<div class="item">
    								<div class="image-client">
    									<img src="{{media url="wysiwyg/clients/client-1.jpg"}}" alt="Client Image" />
    								</div>
    								
    								<div class="info-client">
    									<p class="description-client">Lorem khaled ipsum is a major key to success. It’s on you how you want to live your life. Everyone has a choice. I pick my choice, squeaky clean. Always remember in the jungle there’s a lot of they in there, after you overcome they, you will make it to paradise. Wraith talk. Surround yourself with angels, positive energy, beautiful people, beautiful souls, clean heart, angel. They don’t want us to eat. Life is what you make it, so let’s make it.</p>
    									<p class="name-client">Administrator</p>
    									<p class="date-client">April 28, 2017</p>
    								</div>
    							</div>
    							
    							<div class="item">
    								<div class="image-client">
    									<img src="{{media url="wysiwyg/clients/client-1.jpg"}}" alt="Client Image" />
    								</div>
    								
    								<div class="info-client">
    									<p class="description-client">Lorem khaled ipsum is a major key to success. It’s on you how you want to live your life. Everyone has a choice. I pick my choice, squeaky clean. Always remember in the jungle there’s a lot of they in there, after you overcome they, you will make it to paradise. Wraith talk. Surround yourself with angels, positive energy, beautiful people, beautiful souls, clean heart, angel. They don’t want us to eat. Life is what you make it, so let’s make it.</p>
    									<p class="name-client">Administrator</p>
    									<p class="date-client">April 28, 2017</p>
    								</div>
    							</div>
    							
    							<div class="item">
    								<div class="image-client">
    									<img src="{{media url="wysiwyg/clients/client-1.jpg"}}" alt="Client Image" />
    								</div>
    								
    								<div class="info-client">
    									<p class="description-client">Lorem khaled ipsum is a major key to success. It’s on you how you want to live your life. Everyone has a choice. I pick my choice, squeaky clean. Always remember in the jungle there’s a lot of they in there, after you overcome they, you will make it to paradise. Wraith talk. Surround yourself with angels, positive energy, beautiful people, beautiful souls, clean heart, angel. They don’t want us to eat. Life is what you make it, so let’s make it.</p>
    									<p class="name-client">Administrator</p>
    									<p class="date-client">April 28, 2017</p>
    								</div>
    							</div>
    						</div>
    						
    						<script type="text/javascript">
    							require([
    								'jquery',
    								'owlcarousel'
    							], function ($) {
    								$(".client-slider").owlCarousel({
    									responsive:{
    										0:{
    											items:1
    										},
    										480:{
    											items:1
    										},
    										768:{
    											items:1
    										},
    										992:{
    											items:1
    										},
    										1200:{
    											items:1
    										},
    										
    										1560:{
    											items:1
    										}
    									},
    									
    									autoplay:false,
    									loop:true,
    									nav : false, 
    									dots: true,
    									autoplayHoverPause: true,
    									margin:30
    								});	  
    							});	
    						</script>
    					</div>
    				</div>

    You can edit code HTML in your cms contents.
    
    				
    	<div class="brands">
    		<div class="owl-carousel brand-slider">
    			<div class="item">
    				<a href="#" title="Brand">
    					<img src="{{media url="wysiwyg/brands/brand-1.jpg"}}" alt="Brand Image" />
    				</a>
    			</div>
    			
    			<div class="item">
    				<a href="#" title="Brand">
    					<img src="{{media url="wysiwyg/brands/brand-2.jpg"}}" alt="Brand Image" />
    				</a>
    			</div>
    			
    			<div class="item">
    				<a href="#" title="Brand">
    					<img src="{{media url="wysiwyg/brands/brand-3.jpg"}}" alt="Brand Image" />
    				</a>
    			</div>
    			
    			<div class="item">
    				<a href="#" title="Brand">
    					<img src="{{media url="wysiwyg/brands/brand-4.jpg"}}" alt="Brand Image" />
    				</a>
    			</div>
    			
    			<div class="item">
    				<a href="#" title="Brand">
    					<img src="{{media url="wysiwyg/brands/brand-5.jpg"}}" alt="Brand Image" />
    				</a>
    			</div>
    			
    			<div class="item">
    				<a href="#" title="Brand">
    					<img src="{{media url="wysiwyg/brands/brand-6.jpg"}}" alt="Brand Image" />
    				</a>
    			</div>
    			
    			<div class="item">
    				<a href="#" title="Brand">
    					<img src="{{media url="wysiwyg/brands/brand-7.jpg"}}" alt="Brand Image" />
    				</a>
    			</div>
    			
    			<div class="item">
    				<a href="#" title="Brand">
    					<img src="{{media url="wysiwyg/brands/brand-8.jpg"}}" alt="Brand Image" />
    				</a>
    			</div>
    			
    			<div class="item">
    				<a href="#" title="Brand">
    					<img src="{{media url="wysiwyg/brands/brand-1.jpg"}}" alt="Brand Image" />
    				</a>
    			</div>
    			
    			<div class="item">
    				<a href="#" title="Brand">
    					<img src="{{media url="wysiwyg/brands/brand-2.jpg"}}" alt="Brand Image" />
    				</a>
    			</div>
    			
    			<div class="item">
    				<a href="#" title="Brand">
    					<img src="{{media url="wysiwyg/brands/brand-3.jpg"}}" alt="Brand Image" />
    				</a>
    			</div>
    			
    			<div class="item">
    				<a href="#" title="Brand">
    					<img src="{{media url="wysiwyg/brands/brand-4.jpg"}}" alt="Brand Image" />
    				</a>
    			</div>
    			
    			<div class="item">
    				<a href="#" title="Brand">
    					<img src="{{media url="wysiwyg/brands/brand-5.jpg"}}" alt="Brand Image" />
    				</a>
    			</div>
    			
    			<div class="item">
    				<a href="#" title="Brand">
    					<img src="{{media url="wysiwyg/brands/brand-6.jpg"}}" alt="Brand Image" />
    				</a>
    			</div>
    			
    			<div class="item">
    				<a href="#" title="Brand">
    					<img src="{{media url="wysiwyg/brands/brand-7.jpg"}}" alt="Brand Image" />
    				</a>
    			</div>
    			
    			<div class="item">
    				<a href="#" title="Brand">
    					<img src="{{media url="wysiwyg/brands/brand-8.jpg"}}" alt="Brand Image" />
    				</a>
    			</div>
    			
    			<div class="item">
    				<a href="#" title="Brand">
    					<img src="{{media url="wysiwyg/brands/brand-1.jpg"}}" alt="Brand Image" />
    				</a>
    			</div>
    			
    			<div class="item">
    				<a href="#" title="Brand">
    					<img src="{{media url="wysiwyg/brands/brand-2.jpg"}}" alt="Brand Image" />
    				</a>
    			</div>
    			
    			<div class="item">
    				<a href="#" title="Brand">
    					<img src="{{media url="wysiwyg/brands/brand-3.jpg"}}" alt="Brand Image" />
    				</a>
    			</div>
    			
    			<div class="item">
    				<a href="#" title="Brand">
    					<img src="{{media url="wysiwyg/brands/brand-4.jpg"}}" alt="Brand Image" />
    				</a>
    			</div>
    			
    			<div class="item">
    				<a href="#" title="Brand">
    					<img src="{{media url="wysiwyg/brands/brand-5.jpg"}}" alt="Brand Image" />
    				</a>
    			</div>
    			
    			<div class="item">
    				<a href="#" title="Brand">
    					<img src="{{media url="wysiwyg/brands/brand-6.jpg"}}" alt="Brand Image" />
    				</a>
    			</div>
    			
    			<div class="item">
    				<a href="#" title="Brand">
    					<img src="{{media url="wysiwyg/brands/brand-7.jpg"}}" alt="Brand Image" />
    				</a>
    			</div>
    			
    			<div class="item">
    				<a href="#" title="Brand">
    					<img src="{{media url="wysiwyg/brands/brand-8.jpg"}}" alt="Brand Image" />
    				</a>
    			</div>
    		</div>
    		
    		<script type="text/javascript">
    			require([
    				'jquery',
    				'owlcarousel'
    			], function ($) {
    				$(".brand-slider").owlCarousel({
    					responsive:{
    						0:{
    							items:2
    						},
    						480:{
    							items:3
    						},
    						768:{
    							items:5
    						},
    						
    						992:{
    							items:6
    						},
    						1200:{
    							items:7
    						},
    						
    						1560:{
    							items:8
    						}
    					},
    					
    					autoplay:true,
    					loop:true,
    					nav : false, 
    					dots: true,
    					autoplayHoverPause: true,
    					margin:30
    				});	  
    			});	
    		</script>
    	</div>

    Theme Setting

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

    Please click Here to view the theme settings.

    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 mega menu and css menu. You can select a menu style that you want.

    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 supports boxed and full width layout. You can select a layout style that you want.
    Max Width: You can change page's width.
    Responsive Layout: Choose "Yes" to show responsive layout for each type of devices.

    We provide 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.

    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.

    Choose "Yes" 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

    Other

    Change Log

    Click here to view changelog.