Getting Started

Installation

Layout Position

home 1 Home Style 1

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 your cms contents.
<div class="slideshow" style="background-color: #eee;">
<div class="container">{{block class="Sm\ImageSlider\Block\ImageSlider" template="Sm_ImageSlider::default.phtml"}}</div>
</div>

Please try to use below example code in your cms contents.
<div class="container">
<div class="banner-home">
<div class="row">
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-4 item-banner-col">
<div class="banner-item"><a title="Banner" href="#"><img src="{{media url="wysiwyg/baner-home/img1.png"}}" alt="Banner Image" /></a> <a class="shopnow" title="Shop Now" href="#">Shop Now <em class="fa fa-arrow-circle-right"></em></a></div>
</div>
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-4 item-banner-col">
<div class="banner-item"><a title="Banner" href="#"><img src="{{media url="wysiwyg/baner-home/img2.png"}}" alt="Banner Image" /></a> <a class="shopnow" title="Shop Now" href="#">Shop Now <em class="fa fa-arrow-circle-right"></em></a></div>
</div>
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-4 item-banner-col">
<div class="banner-item"><a title="Banner" href="#"><img src="{{media url="wysiwyg/baner-home/img3.png"}}" alt="Banner Image" /></a> <a class="shopnow" title="Shop Now" href="#">Shop Now <em class="fa fa-arrow-circle-right"></em></a></div>
</div>
</div>
</div>

Please try to use below example code in your cms contents.
{{block class="Sm\ListingTabs\Block\ListingTabs" template="Sm_ListingTabs::default.phtml"}}

Please try to use below example code in your cms contents.
<div class="col-lg-4 col-md-4">
<div class="about-us-home">
<div class="home-title">
<h2>About Us</h2>
</div>
<div class="home-content">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse sagittis lobortis libero commodo ultricies. Cum ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse sagittis lobortis libero commodo ultricies.</p>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse sagittis lobortis libero commodo ultricies. Cum ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse sagittis lobortis libero commodo ultricies. <br /> Qui an voluptaria comprehensam interpretaris, falli nonumes petentium pri ad. Has et scaevola perpetua, justo tacimates invenire ei usu. Congue nemore sea id. Vix ferri aeterno et. Tempor eloquentiam interpretaris nec in, te stet ullum referrentur nam, novum possim eu vis. No per doming minimum moderatius, tation definitiones et sit.</p>
</div>
</div>
</div>

Please try to use below example code in your cms contents.
<div class="col-lg-3 col-md-3">{{block class="Magento\\Cms\\Block\\Block" block_id="slider-services"}}</div>

Please try to use below example code in your cms contents.
<div class="slider-brands">
<div class="item"><a title="Brand Image" href="#"><img src="{{media url="wysiwyg/brands/logo.png"}}" alt="Brand Image" /></a></div>
<div class="item"><a title="Brand Image" href="#"><img src="{{media url="wysiwyg/brands/logo.png"}}" alt="Brand Image" /></a></div>
<div class="item"><a title="Brand Image" href="#"><img src="{{media url="wysiwyg/brands/logo.png"}}" alt="Brand Image" /></a></div>
<div class="item"><a title="Brand Image" href="#"><img src="{{media url="wysiwyg/brands/logo.png"}}" alt="Brand Image" /></a></div>
<div class="item"><a title="Brand Image" href="#"><img src="{{media url="wysiwyg/brands/logo.png"}}" alt="Brand Image" /></a></div>
<div class="item"><a title="Brand Image" href="#"><img src="{{media url="wysiwyg/brands/logo.png"}}" alt="Brand Image" /></a></div>
<div class="item"><a title="Brand Image" href="#"><img src="{{media url="wysiwyg/brands/logo.png"}}" alt="Brand Image" /></a></div>
</div>

To create the "sp-footer-links" block, please go to Admin Panel > Content > Elements > Blocks > Add new block with Identifier "sp-footer-links" block.
Please try to use below example code in your cms contents.
<div class="slider-brands">
<div class="item"><a title="Brand Image" href="#"><img src="{{media url="wysiwyg/brands/logo.png"}}" alt="Brand Image" /></a></div>
<div class="item"><a title="Brand Image" href="#"><img src="{{media url="wysiwyg/brands/logo.png"}}" alt="Brand Image" /></a></div>
<div class="item"><a title="Brand Image" href="#"><img src="{{media url="wysiwyg/brands/logo.png"}}" alt="Brand Image" /></a></div>
<div class="item"><a title="Brand Image" href="#"><img src="{{media url="wysiwyg/brands/logo.png"}}" alt="Brand Image" /></a></div>
<div class="item"><a title="Brand Image" href="#"><img src="{{media url="wysiwyg/brands/logo.png"}}" alt="Brand Image" /></a></div>
<div class="item"><a title="Brand Image" href="#"><img src="{{media url="wysiwyg/brands/logo.png"}}" alt="Brand Image" /></a></div>
<div class="item"><a title="Brand Image" href="#"><img src="{{media url="wysiwyg/brands/logo.png"}}" alt="Brand Image" /></a></div>
</div>
<script type="text/javascript" xml="space">// <![CDATA[
	require([
		'jquery',
		'owlcarousel'
	], function ($) {
				$(".slider-brands").owlCarousel({
					responsive:{
						0:{
							items:2
						},
						480:{
							items:3
						},
						768:{
							items:4
						},
						992:{
							items:6
						},
						1200:{
							items:6
						}
					},
					
					autoplay:false,
					loop:true,
					nav : true, 
					dots: false,
					autoplaySpeed : 500,
					navSpeed : 500,
					dotsSpeed : 500,
					autoplayHoverPause: true,
					margin:0,
				});	  
			});	
		
// ]]></script>

Theme Setting

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

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