Getting Started

Installation

Layout Position

home 1 Home Style

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 "block-slideshow" block, please go to Admin Panel > Content > Elements > Blocks > Add new block with Identifier "block-slideshow" block.
    Please try to use below example code in your cms contents.
    <div class="slidershow-home owl-carousel">
    <div class="item"><img src="{{media url="wysiwyg/imageslider/home-v12.jpg"}}" alt="" /></div>
    <div class="item"><img src="{{media url="wysiwyg/imageslider/home-v11.jpg"}}" alt="" /></div>
    </div>
    <script type="text/javascript" xml="space">
    require(['jquery','owlcarousel'], function ($) {
      $(".slidershow-home.owl-carousel").owlCarousel({
        items: 1,
        dots:true
        
      });
    }); 
    
    </script>
  • To show the "block-slideshow" block, please go to Content >> Elements >> Pages >> "Design" Tab.
  • Please try to use below example code in your cms contents.
    <referenceContainer name="page.top">
    <block class="Magento\Cms\Block\Block" name="block-slideshow" before="-">
    	<arguments>
    		<argument name="block_id" xsi:type="string">block-slideshow</argument>
    	</arguments>
    </block>
    </referenceContainer>
    

  • To create the "id-1-block-1" block, please go to Admin Panel > Content > Elements > Blocks > Add new block with Identifier "id-1-block-1" block.
    Please try to use below example code in your cms contents.
    <div class="block block-category hidden-xs">
        <div class="pre-text">Spring - Summer 2017</div>
        <div class="title-home">Our Categories</div>
        <div class="row">
            <div class="col-md-4 col-sm-4">
                <div class="item">
                    <a href="#"><img src="{{media url="wysiwyg/banner/1.jpg"}}" alt="" /></a>
                    <div class="cat bottom color">
                        <h2><a href="#">Men</a></h2>
                        <p class="count">289 items</p>
                    </div>
                </div>
            </div>
            <div class="col-md-8 col-sm-8">
                <div class="cat-top">
                    <div class="row">
                        <div class="col-md-4 col-sm-5">
                            <div class="item">
                                <a href="#"><img src="{{media url="wysiwyg/banner/2.jpg"}}" alt="" /></a>
                                <div class="cat bottom">
                                    <h2><a href="#">bags</a></h2>
                                    <p class="count">186 items</p>
                                </div>
                            </div>
                        </div>
                        <div class="col-md-8 col-sm-7">
                            <div class="item">
                                <a href="#"><img src="{{media url="wysiwyg/banner/3.jpg"}}" alt="" /></a>
                                <div class="cat bottom">
                                    <h2><a href="#">Women</a></h2>
                                    <p class="count">189 items</p>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
                <div class="cat-bottom">
                    <div class="row">
                        <div class="col-md-8 col-sm-7">
                            <div class="item">
                                <a href="#"><img src="{{media url="wysiwyg/banner/4.jpg"}}" alt="" /></a>
                                <div class="cat bottom">
                                    <h2><a href="#">footwear</a></h2>
                                    <p class="count">89 items</p>
                                </div>
                            </div>
                        </div>
                        <div class="col-md-4 col-sm-5">
                            <div class="item">
                                <a href="#"><img src="{{media url="wysiwyg/banner/5.jpg"}}" alt="" /></a>
                                <div class="cat top">
                                    <h2><a href="#">Watches</a></h2>
                                    <p class="count">28 items</p>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
    
    {{block class="Sm\FilterProducts\Block\FilterProducts" name="filterproducts_deals" template="Sm_FilterProducts::product-deals.phtml"  pretext="Spring - Summer 2017" }}
    <script type="text/javascript" xml="space">
    	require([
    		'jquery',
    		'owlcarousel'
    	], function ($) {
    				$('.product-slider-deals').owlCarousel({
    					pagination: false,
    					center: false,
    					nav: true,
    					dots:false,
    					loop: false,
    					margin: 30,
    					slideBy: 1,
    					autoplay: false,
    					autoplayTimeout: 2500,
    					autoplayHoverPause: true,
    					autoplaySpeed: 800,
    					startPosition: 0, 
    					responsive:{
    						0:{
    							items:1
    						},
    						480:{
    							items:2
    						},
    						768:{
    							items:2
    						},
    						1200:{
    							items:3
    						}
    					}
    				});	  
    			});
    </script>
  • To show the "id-1-block-1" block, please go to Content >> Elements >> Pages.
  • Please try to use below example code in your cms contents.
    {{block class="Magento\Cms\Block\Block" block_id="id-1-block-1"}}

  • To create the "id-1-block-2" block, please go to Admin Panel > Content > Elements > Blocks > Add new block with Identifier "id-1-block-2" block.
    Please try to use below example code in your cms contents.
    <div class="block block-collection full-wrapper hidden-xs">
    <div class="title-collection">
    <div class="pre-text">Spring - Summer 2017</div>
    <div class="title-home">Collection 2017</div>
    </div>
    <div class="slider-post-container">
    <div class="full-content">
    <img src="{{media url="wysiwyg/banner/collection.jpg"}}" alt="" />
    <div class="products-grid">
    <div class="item nb1 item-left">
    	<div class="number">1</div>
    	<div class="item-inner">
    		<a href="#"><img src="{{media url="wysiwyg/banner/img-product1.jpg"}}" alt="" /></a>
    		<div class="box-info">
    			<a href="#">Cotton Twill Joggers</a>
    			<div class="price-box">
    				<span class="special-price"><span class="price">$80.00</span></span>
    				<span class="old-price"><span class="price">$89.00</span></span>
    			</div>
    		</div>
    	</div>
    </div>
    <div class="item nb2 item-left">
    	<div class="number">2</div>
    	<div class="item-inner">
    		<a href="#"><img src="{{media url="wysiwyg/banner/img-product2.jpg"}}" alt="" /></a>
    		<div class="box-info">
    			<a href="#">Cotton Twill Joggers</a>
    			<div class="price-box">
    				<span class="special-price"><span class="price">$80.00</span></span>
    				<span class="old-price"><span class="price">$89.00</span></span>
    			</div>
    		</div>
    	</div>
    </div>
    <div class="item nb3 item-right">
    	<div class="number">3</div>
    	<div class="item-inner">
    		<a href="#"><img src="{{media url="wysiwyg/banner/img-product3.jpg"}}" alt="" /></a>
    		<div class="box-info">
    			<a href="#">Cotton Twill Joggers</a>
    			<div class="price-box">
    				<span class="special-price"><span class="price">$80.00</span></span>
    				<span class="old-price"><span class="price">$89.00</span></span>
    			</div>
    		</div>
    	</div>
    </div>
    <div class="item nb4 item-right">
    	<div class="number">4</div>
    	<div class="item-inner">
    		<a href="#"><img src="{{media url="wysiwyg/banner/img-product4.jpg"}}" alt="" /></a>
    		<div class="box-info">
    			<a href="#">Cotton Twill Joggers</a>
    			<div class="price-box">
    				<span class="special-price"><span class="price">$80.00</span></span>
    				<span class="old-price"><span class="price">$89.00</span></span>
    			</div>
    		</div>
    	</div>
    </div>
    </div>
    </div>
    </div>
    </div>
    <script type="text/javascript">
    require(['jquery'], function ($) {
    $('.block-collection .products-grid .item .number').click(function(){
    	$(this).parent().children('.item-inner').slideToggle(200);
    });
    });
    </script>
    {{block class="Sm\FilterProducts\Block\FilterProducts" name="filterproducts" template="Sm_FilterProducts::default.phtml" title_module="Our Products" display_countdown="0" product_source ="other_products" pretext="New Arrivals 2017" }}
    
  • To show the "id-1-block-2" block, please go to Content >> Elements >> Pages.
  • Please try to use below example code in your cms contents.
    {{block class="Magento\Cms\Block\Block" block_id="id-1-block-2"}}

  • To create the "id-1-block-3" block, please go to Admin Panel > Content > Elements > Blocks > Add new block with Identifier "id-1-block-3" block.
    Please try to use below example code in your cms contents.
    {{block class="Sm\InstagramGallery\Block\InstagramGallery" name="instagramgallery" template="Sm_InstagramGallery::default.phtml"}}
    {{widget type="Magefan\Blog\Block\Widget\Recent" title="Latest Blog" number_of_posts="5" custom_template="Magefan_Blog::widget/recent.phtml"}}
    
  • To show the "id-1-block-3" block, please go to Content >> Elements >> Pages.
  • Please try to use below example code in your cms contents.
    {{block class="Magento\Cms\Block\Block" block_id="id-1-block-3"}}

    Theme Setting

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

    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.

    Choose "Yes" in "Show Facebook", " Show Twitter", "Show Google+", "Show LinkedIn" and "Show Pinterest" param 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

    - Remove SM Instagram Module change by Static block.
    - Updated to Magento 2.3.5
    - Updated to Magento 2.3.4
    - Updated to Magento 2.3.2
    - Updated to Magento 2.2.6
    - Updated Mega menu module
    - Updated Shopby module
    - Fixed bug of contact page
    - Updated to Magento 2.2.5
    - Updated Mega menu module
    - Updated Filter product module
    - Updated Filter products
    - Update Listing tabs module (Removed old module and replaced by new ones
    - Fixed minify HTML issue
    - Fixed displaying review issue on the product page
    - Fixed broken layout in the detail blog page
    - Release