Getting Started

Installation

Layout Position

home 1 Home Style 1
home 2 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

Please try to use below example code in layout update XML.
<block class="Sm\ImageSlider\Block\ImageSlider" name="imageslider" template="Sm_ImageSlider::default.phtml">
</block>


Please try to use below example code in layout update XML.
<block class="Magento\Cms\Block\Block" name="freeship">
		<arguments>
			<argument name="block_id" xsi:type="string">freeship</argument>
		</arguments>
</block>

Please try to use below example code in your cms contents.
{{block class="Magento\\Cms\\Block\\Block" block_id="image-content-top"}}

1. How to show "WHAT'S NEW"


Please try to use below example code in your cms contents.
{{block class="Sm\BasicProducts\Block\BasicProducts" name="basicproducts" template="Sm_BasicProducts::default-slider.phtml" img_function ="0" title="What's new" pretext="explore THE LATEST BY hurama" product_category="97"}}

2. How to show "OUR PRODUCTS"


To show "Our Products", please go to Admin Panel > Content > Elements > Blocks and search wrapper-top-v1 block. You can modify content by custom HTML based on sample content.

Please try to use below example code in your cms contents.
{{block class="Sm\ListingTabs\Block\ListingTabs" name="listingtabs.default" as="listingtabs_default" template="Sm_ListingTabs::default.phtml" pretext="explore THE LATEST BY hurama"}}


Please try to use below example code in Layout Update XML.
<block class="Magento\Cms\Block\Block" name="image-content-center">
		<arguments>
			<argument name="block_id" xsi:type="string">image-content-center</argument>
		</arguments>
</block>

To show "Block Explore", please go to Admin Panel > Content > Elements > Blocks and search explore block. You can modify content by custom HTML based on sample content.

Please try to use below example code in your cms contents.
<div class="full-block full-explore full-wrapper">
<div class="container">
<div class="box-explore">
<div class="title-home">
<h2>explore more</h2>
</div>
<div class="sub-text"><span>explore THE LATEST BY hurama</span></div>
<div class="content-explore">
<div class="rows">
<div class="col-lg-3 col-md-4 col-sm-6 img-ex no-padding">
<div class="item banner-sn"><a title="img" href="#"><img src="{{media url="wysiwyg/explore/01.jpg"}}" alt="img" /></a></div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6  info-ex no-padding">
<div class="info-blog"><span>the nature</span>
<h2 class="info-title"><a href="#">Ultra-fine Clinique Skinny Stick</a></h2>
<div class="info-content"><span>Sed ut perspiciatis unde omnis iste natus error sit voluptatem</span></div>
<div class="continue-button"><a class="btn-continue" title="continue" href="#">CONTINUE</a></div>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 img-ex no-padding margin-more">
<div class="item banner-sn"><a title="img" href="#"><img src="{{media url="wysiwyg/explore/02.jpg"}}" alt="img" /></a></div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 info-ex no-padding margin-more">
<div class="info-blog"><span>the nature</span>
<h2 class="info-title"><a href="#">Ultra-fine Clinique Skinny Stick</a></h2>
<div class="info-content"><span>Sed ut perspiciatis unde omnis iste natus error sit voluptatem</span></div>
<div class="continue-button"><a class="btn-continue" title="continue" href="#">CONTINUE</a></div>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 info-ex no-padding">
<div class="info-blog"><span>the nature</span>
<h2 class="info-title"><a href="#">Ultra-fine Clinique Skinny Stick</a></h2>
<div class="info-content"><span>Sed ut perspiciatis unde omnis iste natus error sit voluptatem</span></div>
<div class="continue-button"><a class="btn-continue" title="continue" href="#">CONTINUE</a></div>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 img-ex no-padding">
<div class="item banner-sn"><a title="img" href="#"><img src="{{media url="wysiwyg/explore/03.jpg"}}" alt="img" /></a></div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 info-ex no-padding box-rb margin-more">
<div class="info-blog">
<h2 class="info-title"><a href="#">Free Chubby Stick eye + lip duo</a></h2>
<div class="info-content"><span>With any $35 purchase.<br />Code <strong>BOLD</strong> or Code <strong>NATURAL</strong></span></div>
<div class="continue-button"><a class="btn-continue" title="continue" href="#">CONTINUE</a></div>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 img-ex no-padding margin-more">
<div class="item banner-sn"><a title="img" href="#"><img src="{{media url="wysiwyg/explore/04.jpg"}}" alt="img" /></a></div>
</div>
</div>
</div>
</div>
</div>
</div>

To show "Brand-Block", please go to Admin Panel > Content > Elements > Blocks and search wrapper-top-v1 block. You can modify content by custom HTML based on sample content.

Please try to use below example code in your cms contents.
{{block class="Magento\\Cms\\Block\\Block" block_id="brand-block"}}
	
	

Theme Setting

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

Detail Style: This option allow you choose detail style types that you want.

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

Compatible with Magento 2.1.6

Compatible with Magento 2.1.5