Getting Started
Welcome to Destino Magento 2 Theme!
Firstly, a huge thanks for purchasing this theme, your support is truly appreciated!
This document covers the installation and use of this theme, reveals some answers to common problems and issues. We encourage you to read throughout this document if you are experiencing any difficulties. If you have any questions that are beyond the scope of document, please feel free to contact us via our Support Tickets System
Compatible with Magento
Version Magento | Link Documentation |
---|---|
Version 1.9.x | Click Here |
Version 2.0.x to 2.3.x | Click Here |
Ver 2.4.x | Click Here |
Magento Information
To install this theme you must have a working version of Magento already installed. If you need help installing Magento, follow below sites and tutorials from magento.com, hope everything that you need are there.
- System Requirements - Required system credentials for your magento installation.
- Installation Guide - Installation guide that describes how to install magento2.
- Online Magento 2 guide - Online magento documentation that describes about magento2 in detail.
- Magento Forum - Magento forum site.
- stackoverflow.com - You can also get some useful articles from stackoverflow.
Installation
Prepare Installation
There are two ways to install a Magento Theme:
- Quickstart Installation: Suitable if you have your first installation and want to get a whole new fresh site as our Demo.
- Manual Installation (including Theme Installation): Manual Installation (including Theme Installation): Suitable if your store is full with data/content (category, products...) that you don't want to overwrite.
Quickstart Installation
Magentech provides SM Quickstart package for each theme which aims to ease the installation for users. If you plan to start your site from the beginning, it will help you save much time of installing and configuring. Please follow steps below:
Important: You must use the command line to install Magento 2.4+.
- Step 1: Download the quickstart package named as sm_destino_quickstart_pl_m2.4.0_v5.0.0
- Step 2: Upload and Extract the whole Quickstart package to your server. In Quickstart folder you will see the extracted folder that include all sample data
- Step 3: Create a Database for your Magento site
Important!
You need to remember the database name to use in the next steps - Step 4: Import database sample_data.sql under the folder sm_destino_quickstart_pl_m2.4.0_v5.0.0\data_quickstart
Note: You can import database by run this command
mysql -u root -p database_name < sample_data.sql
Note: After that please go to folder root and run these command to permissions:chmod -R 777 pub
chmod -R 777 generated
chmod -R 777 var
- Step 5: Install Magento
This example assumes that the Magento install directory is named
sm_destino
, the db-host is on the same machine (localhost), and that the db-name, db-user, and db-password are allmagento
:php bin/magento setup:install --base-url=http://192.168.1.220/ytc_templates/magento/sm_destino --base-url-secure=https://192.168.1.220/ytc_templates/magento/sm_destino --db-host=localhost --db-name=magento --db-user=magento --db-password=magento --admin-firstname=admin --admin-lastname=admin --admin-email=admin@admin.com --admin-user=admin --admin-password=admin123 --language=en_US --currency=USD --timezone=America/Chicago --use-rewrites=1 --backend-frontname="admin" --search-engine=elasticsearch7
Messages similar to the following display to indicate a successful installation:Post installation file permissions check...Note: You can customize the Admin URI with the
For security, remove write permissions from these directories: '/var/www/html/ytc_templates/magento/sm_destino/app/etc'
[Progress: 274 / 274]
[SUCCESS]: Magento installation complete.
[SUCCESS]: Admin Panel URI: /admin_puu71q
--backend-frontname
option. However, we recommend omitting this option and allowing the installation command to automatically generate a random URI. A random URI is harder for hackers or malicious software to exploit. The URI displays in your console when installation is complete.
- Step 6: Can't login to admin panel
When you login to admin will be display like this image:
Please open fileapp/etc/config.php
and change 'Magento_TwoFactorAuth' => 1 to 'Magento_TwoFactorAuth' => 0
After that run these command:php bin/magento setup:upgrade
andphp bin/magento setup:static-content:deploy -f
- Step 7: Finally, permissions for the following folders by run these commands:
chmod -R 777 pub
chmod -R 777 generated
chmod -R 777 var
After upload quickstart package, please extract package by this command:
unzip file.zip
Manual Installation
Important!
- We recommend you to duplicate your live store on a development store and try installation on it in advance.
- Backup magento files and the store database.
It's very important to backup all of themes and extensions in Magento before installation, especially when you are working on a live server. We strongly recommend you to do not omit this step.- Note: Manual Installation can only import CMS Page and Static Block. Products, Categories, Megamenu may not display when you use Manual Installation, you need to configure manually (by yourself >> please read documentation carefully)
- Step 1: Download Magento 2.4.x
https://magento.com/tech-resources/download
and install on your server - Step 2: Please download 'sm_destino_theme_m2.1.x-2.4.x_v5.0.0.zip' file and upload to the root of your magento site folder on your server, after that unzip by command
unzip name_file.zip
.
- Step 3:
Active SM Extensions, open command line in folder root of magento and run commands
php bin/magento setup:upgrade
- Step 4: Run deploy command:
php bin/magento setup:static-content:deploy -f
Finally, permissions for the following folders by run these commands:
chmod -R 777 pub
chmod -R 777 generated
chmod -R 777 var - Step 5:
Navigate to Content > Design > Configuration > Edit Default Store > Select "SM destino" theme.
Important!
For Magento 2.2.4, 2.2.5: Something went wrong while saving this configuration: Area is already set. Don't worry, please click here to fix this issues - Step 6: Click "Save Configuarion" button to save your changes.
- Step 7: Navigate to Stores>> Settings>> Configuration >> MAGENTECH.COM >> Sm destino >> Theme Installation. Press the buttons named 'Static Blocks' and 'Pages' to import all default blocks and pages. Click "Save Configuarion" button to save your changes.
- Step 8: Click "Demo X" button to install demo version that you prefer to install. After that, click "Save config" button on the top.
- Step 9: Flush Cache: After successfully import your demo, save Theme Settings and Design Settings and clear the cache by using this command as php bin/magento cache:flush in Command Prompt. Or you could go to System >> Tools >> Cache Management, click 'Flush Cache Storage' button to flush all the cache.
Note. Please remember that: If you have imported these Static Blocks, Pages successfully, you would have all blocks and pages provided with this theme and you do not need to create any static blocks or pages manually as the following instruction of this document.
Layout Position
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.
Once you finish demo installation, you can get same slider content as our demo sites. To edit these slider content, please go to Admin Panel > Content > Elements > Blocks and select "block-menu" 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="col-lg-3 col-md-12">{{block class="Magento\\Cms\\Block\\Block" block_id="block-menu"}}</div>
Please try to use below example code in your cms contents.
<div class="slider-home-container" style="margin-left: -10px;">
<div class="slider-home">
<div class="item"><a title="Slider Image" href="#"><img src="{{media url="wysiwyg/slider/home-1/item-1.jpg"}}" alt="Slider Image" /></a></div>
<div class="item"><a title="Slider Image" href="#"><img style="border: 1px solid #ddd;" src="{{media url="wysiwyg/slider/home-1/item-2.jpg"}}" alt="Slider Image" /></a></div>
<div class="item"><a title="Slider Image" href="#"><img src="{{media url="wysiwyg/slider/home-1/item-3.jpg"}}" alt="Slider Image" /></a></div>
</div>
<script type="text/javascript" xml="space">// <![CDATA[
jQuery(document).ready(function($) {
$(".slider-home").owlCarousel({
items:1,
autoplay:true,
loop:true,
nav : true,
dots: true,
autoplaySpeed : 500,
navSpeed : 500,
dotsSpeed : 500,
autoplayHoverPause: true,
margin:1,
});
});
// ]]></script>
</div>
Please try to use below example code in your cms contents.
<div class="services-inline">
<ul>
<li>
<div class="box-icon"><img src="{{media url="wysiwyg/icon/icon-1.png"}}" alt="Shipping" /></div>
<div class="service-info">
<h2>Free Shipping & Return</h2>
<p>Free shipping on orders over $49</p>
</div>
</li>
<li>
<div class="box-icon"><img src="{{media url="wysiwyg/icon/icon-2.png"}}" alt="Money Guarantee" /></div>
<div class="service-info">
<h2>Money Guarantee</h2>
<p>30 days money back guarantee</p>
</div>
</li>
<li>
<div class="box-icon"><img src="{{media url="wysiwyg/icon/icon-3.png"}}" alt="Online Support" /></div>
<div class="service-info">
<h2>Online Support</h2>
<p>We support online 24 hours a day</p>
</div>
</li>
</ul>
</div>
1. How to show "Deals Of The Week"
Please try to use below example code in your cms contents.
<div class="deal-slider-wrapper">{{block class="Sm\FilterProducts\Block\FilterProducts" template="Sm_FilterProducts::default-deal.phtml" title_module="Deals Of The Week" select_category="" display_countdown="1" product_source="special_products" product_limitation="6"}}
<script type="text/javascript" xml="space">// <![CDATA[
jQuery(document).ready(function($) {
$(".deal-slider-wrapper .product-items").owlCarousel({
responsive:{
0:{
items:1
},
480:{
items:1
},
768:{
items:1
},
992:{
items:2
},
1200:{
items:2
}
},
autoplay:false,
nav : true,
dots: false,
autoplaySpeed : 500,
navSpeed : 500,
dotsSpeed : 500,
autoplayHoverPause: true,
margin:30,
});
});
// ]]></script>
</div>
2. How to show "Smartphone & Tablet"
Please try to use below example code in your cms contents.
<div class="slider-product-home slider-single-1">{{block class="Sm\FilterProducts\Block\FilterProducts" name="product.slider" template="Sm_FilterProducts::default-grid.phtml"}}
<script type="text/javascript" xml="space">// <![CDATA[
jQuery(document).ready(function($) {
$(".slider-single-1 .product-items").owlCarousel({
responsive:{
0:{
items:1
},
480:{
items:2
},
768:{
items:4
},
992:{
items:4
},
1200:{
items:5
}
},
autoplay:false,
nav : true,
dots: false,
autoplaySpeed : 500,
navSpeed : 500,
dotsSpeed : 500,
autoplayHoverPause: true,
margin:20,
});
});
// ]]></script>
</div>
3. How to show "Bottom Products"
Please try to use below example code in your cms contents.
<div class="bottom-products">
<div class="row">
<div class="col-lg-3 col-md-6 col-sm-6">{{block class="Sm\FilterProducts\Block\FilterProducts" template="Sm_FilterProducts::default-list.phtml" title_module="New Arrivals" select_category="" display_countdown="0" product_source="lastest_products" product_limitation="3"}}</div>
<div class="col-lg-3 col-md-6 col-sm-6">{{block class="Sm\FilterProducts\Block\FilterProducts" template="Sm_FilterProducts::default-list.phtml" title_module="Bestsellers" select_category="" display_countdown="0" product_source="best_sellers" product_limitation="3"}}</div>
<div class="col-lg-3 col-md-6 col-sm-6">{{block class="Sm\FilterProducts\Block\FilterProducts" template="Sm_FilterProducts::default-list.phtml" title_module="Featured" select_category="" display_countdown="0" product_source="featured_products" product_limitation="3"}}</div>
<div class="col-lg-3 col-md-6 col-sm-6">{{block class="Sm\FilterProducts\Block\FilterProducts" template="Sm_FilterProducts::default-list.phtml" title_module="Most Viewed" select_category="" display_countdown="0" product_source="viewed_products" product_limitation="3"}}</div>
</div>
</div>
Please try to use below example code in your cms contents.
<div class="banner-home-wrapper">
<div class="row row-1">
<div class="col-lg-6 col-md-6 col-sm-6">
<div class="banner-home lef-banner banner-image"><a title="Banner Image" href="#"> <img src="{{media url="wysiwyg/banner-image/banner-home-1.jpg"}}" alt="Banner Image" /> </a></div>
</div>
<div class="col-lg-6 col-md-6 col-sm-6">
<div class="banner-home right-banner banner-image"><a title="Banner Image" href="#"> <img src="{{media url="wysiwyg/banner-image/banner-home-2.jpg"}}" alt="Banner Image" /> </a></div>
</div>
</div>
<div class="row row-2">
<div class="col-lg-3 col-md-3 col-sm-3">
<div class="banner-home lef-banner banner-image"><a title="Banner Image" href="#"> <img src="{{media url="wysiwyg/banner-image/banner-home-3.jpg"}}" alt="Banner Image" /> </a></div>
</div>
<div class="col-lg-6 col-md-6 col-sm-6">
<div class="banner-home center-banner banner-image"><a title="Banner Image" href="#"> <img src="{{media url="wysiwyg/banner-image/banner-home-4.jpg"}}" alt="Banner Image" /> </a></div>
</div>
<div class="col-lg-3 col-md-3 col-sm-3">
<div class="banner-home right-banner banner-image"><a title="Banner Image" href="#"> <img src="{{media url="wysiwyg/banner-image/banner-home-5.jpg"}}" alt="Banner Image" /> </a></div>
</div>
</div>
</div>
SM Destino is compatible with MageFan_Blog extension. You should install this extension to show Latest Blog Slider.
Please try to use below example code in your cms contents.
<div class="latest-post-wrapper">{{widget type="Magefan\Blog\Block\Widget\Recent" title="Latest Blog" number_of_posts="5" custom_template="Magefan_Blog::widget/latest-post-index.phtml"}}
<script type="text/javascript" xml="space">// <![CDATA[
jQuery(document).ready(function($) {
$(".slider-post").owlCarousel({
responsive:{
0:{
items:1
},
480:{
items:2
},
768:{
items:3
},
992:{
items:4
},
1200:{
items:4
}
},
autoplay:false,
nav : true,
dots: false,
autoplaySpeed : 500,
navSpeed : 500,
dotsSpeed : 500,
autoplayHoverPause: true,
margin:19,
});
});
// ]]></script>
</div>
Please try to use below example code in your cms contents.
<div class="slider-brand-wrapper">
<div class="primary-title">
<h2>Featured Brands</h2>
</div>
<div class="slider-brand">
<div class="item"><a title="Brand Item" href="#"><img src="{{media url="wysiwyg/brand-slider/item-1.jpg"}}" alt="Slider Brand" /></a></div>
<div class="item"><a title="Brand Item" href="#"><img src="{{media url="wysiwyg/brand-slider/item-2.jpg"}}" alt="Slider Brand" /></a></div>
<div class="item"><a title="Brand Item" href="#"><img src="{{media url="wysiwyg/brand-slider/item-3.jpg"}}" alt="Slider Brand" /></a></div>
<div class="item"><a title="Brand Item" href="#"><img src="{{media url="wysiwyg/brand-slider/item-4.jpg"}}" alt="Slider Brand" /></a></div>
<div class="item"><a title="Brand Item" href="#"><img src="{{media url="wysiwyg/brand-slider/item-5.jpg"}}" alt="Slider Brand" /></a></div>
<div class="item"><a title="Brand Item" href="#"><img src="{{media url="wysiwyg/brand-slider/item-6.jpg"}}" alt="Slider Brand" /></a></div>
<div class="item"><a title="Brand Item" href="#"><img src="{{media url="wysiwyg/brand-slider/item-1.jpg"}}" alt="Slider Brand" /></a></div>
<div class="item"><a title="Brand Item" href="#"><img src="{{media url="wysiwyg/brand-slider/item-2.jpg"}}" alt="Slider Brand" /></a></div>
</div>
<script type="text/javascript" xml="space">// <![CDATA[
jQuery(document).ready(function($) {
$(".slider-brand").owlCarousel({
responsive:{
0:{
items:2
},
480:{
items:3
},
768:{
items:5
},
992:{
items:6
},
1200:{
items:6
}
},
autoplay:false,
loop:true,
nav : true,
dots: false,
autoplaySpeed : 500,
navSpeed : 500,
dotsSpeed : 500,
autoplayHoverPause: true,
margin:30,
});
});
// ]]></script>
</div>
Please try to use below example code in your cms contents.
<div class="about-page">
<div class="infomation-top">
<div class="row">
<div class="col-lg-5 col-md-5 col-sm-5 about-image">
<div class="image-content lazyload-container"><img class="mark-lazy" src="{{media url="wysiwyg/about-us/about-image.jpg"}}" alt="About us" /></div>
</div>
<div class="col-lg-7 col-md-7 about-info">
<div class="info-content">
<h2>Information Store</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do ed do eiusmod tempor incididunt ut labore etmo tempo Lomrem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do ed do eiusmod tempor incididunt ut labore etmo tempo Lomrem ipsum dolor consectetur adipiscing elit, sed do eiusmod tempor incididunt sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do ed do eiusmod tempor incididunt ut labore etmo tempo Lomrem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do ed do eiusmod tempor incididunt ut labore etmo tempo Lomrem ipsum dolor sit amet, consectetur adipiscing elit.</p>
</div>
</div>
</div>
</div>
</div>
Please try to use below example code in your cms contents.
<div class="google-map">
<script src="http://maps.google.com/maps/api/js?key=AIzaSyCdLmykXAklykOYyXdILXpZvQGPmc58LIk" type="text/javascript"></script>
<div id="map"> </div>
<script type="text/javascript">
var myOptions = {
zoom: 15,
scrollwheel: false,
center: new google.maps.LatLng(48.89364,2.33739),
mapTypeId: google.maps.MapTypeId.ROADMAP
};
var map = new google.maps.Map(document.getElementById("map"), myOptions);
</script>
</div>
Please try to use below example code in your cms contents.
<div class="address-container">
<div class="primary-title">
<h2>Contact Us</h2>
</div>
<ul>
<li><span><em class="fa fa-home"></em>Address:</span> No 40 Baria Sreet 133/2 NewYork City, NY, USD</li>
<li><span><em class="fa fa-paper-plane"></em>Mail Us:</span> sm-destino@magentech.com</li>
<li><span><em class="fa fa-phone"></em>Phone:</span> (888) 1234 56789</li>
<li class="time-contact"><span><em class="fa fa-clock-o"></em>Opening:</span> Monday to Friday: 9am – 9pm<br />Saturday to Sunday: 9am – 11pm</li>
</ul>
</div>
Please try to use below example code in your cms contents.
<div class="primary-title">
<h2>Leave us a Message</h2>
</div>
<p>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. Quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commo consequat sed do eiusmod tempor incididunt ut labore dolore.</p>
Theme Setting
In Magento admin panel, navigate to Stores>> Settings>> Configuration >> MAGENTECH.COM >> SM Destino and configure its settings as you want.
Please click Here to view the theme settings.
Set Below options
Theme Color
In this option, you can set main color of entire page.
Layout Style
This theme support boxed, wide and full width layout. With boxed version you can easily customize the background image to meet your idea. With wide version, you can set page's width.
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.
Show Border Radius
If you choose "Yes", border radius will be applied for all elements.
Mobile Layout
Choose "Yes" to use the mobile layout.
CMS Home Page Mobile
Select homepage display in mobile.
Font
In these options, you can change main font, font weight, font size, etc.
Color
In these options, you can set color values for general elements - link, hover link and text color.
Header
Header Style: This theme support many Header Style. You can select a Header Style that you want.
Background Image: You can set background image for Header.
Header Toplink, Header Middle, Header Menu
You can change header's color. For example: title, background, link, hover and text colors, etc.
Header Menu
Menu On Top: Choose "Yes" to turn on "Sticky Menu" feature, the menu will be fixed on top when scroll down the page.
Background Color, Background Image
You can set background color and background image for main container except for the header and footer.
Background Repeat
You can set the loop status for background image. For example, with repeat - X, your background image will be repeated only horizontally.
Background Image Position
You can set its position in your page. For example, when you choose "Left Top", the background image will be set at the left side on the top of your page.
Footer
Footer Style: This theme support many Footer Style. You can select a Footer Style that you want.
Background Image: You can set background image for footer.
Footer Top, Footer Middle, Footer Bottom
Choose "Yes" to change footer's color. For example: title, background, link, hover link and text colors.
Category View
Keep Image Aspect Ratio: If you choose "Yes", shows product image with uploaded image's size ratio.
If you choose "No", product image ratio will be show based on your settings.
Hover Product Image Effect: Allow to show the hover effects when you move mouse over the product's image.
Category View (Grid Mode)
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
Thumb 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 product detail.
Show Thumbs Navigation: Choose "Yes/No" to "Show/Hide" thumb navigation.
Thumbs Margin: Distance between the thumb images.
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.
Zoom Width Container: You can change zoom image's width.
Related - Upsell Product
In these options, you can choose "Yes/No" to "Show/Hide" and set limit quantity for related and upsell products.
Tab Style
Choose tab style types that you want.
Custom Tab
Choose "Yes", you can change name and add content for Custom Tab.
Advanced
Choose "Yes/No" to "Show/Hide" Go to Top, Add to Cart, Add to Wishlist, Add to Compare, Newsletter Popup, Copyright.
Product Label
Show New Label: Choose "Yes/No" to "Show/Hide" New Label.
New Label Text: This param allows you to add your own label text easily
Show Sale Label: Choose "Yes/No" to "Show/Hide" Sale Label.
Show Discount Percent: Choose "Yes" to show Discount Percent. Please note that you can add your own label text if you choose No.
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. Please note that only select one of the demos are available here.
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
Magentech Extensions
Enable
Enable or Disable this extension. If Disable is chosen, magento's default menu style will be applied.
Default Menu Type
With SM Destino eCommerce, you can create several types of menu - full-width mega menu, static-width mega menu and classic drop down menu. If you choose one in this option, it will be applied as default all of menu items. You can set another menu type for a certain category(or certain menu item) in Products > Categories > SM Menu tab.
Visible Menu Depth
You can set menu depth level. ie, if you set this option as "2", upto 2 depth sub categories will be shown in menu.
Category Labels
You can define texts of the category labels.
SM Destino provides powerful and most advanced menu, we're going to describe detailed instructions how to use this powerful menu features as our demo site.
How to add a menu item that has static-width mega menu?
- Add new cateogry and necessary subcategories for dropdown content.
- Select the 1st level category, go to "SM Menu" tab, set "Menu Type" field as "Static Width(Ex:500px)"
- Set "Static Width" for the static width mega menu as your needs. For example, 870px.
- Add custom block to show in the mega menu. For example, please add follow codes.
<div class="row"> <ul> <li class="col-lg-3 col-md-3"><img src="{{media url="wysiwyg/menu/image-1.jpg"}}" alt="Menu Image" /></li> <li class="col-lg-3 col-md-3"><img src="{{media url="wysiwyg/menu/image-2.jpg"}}" alt="Menu Image" /></li> <li class="col-lg-3 col-md-3"><img src="{{media url="wysiwyg/menu/image-3.jpg"}}" alt="Menu Image" /></li> <li class="col-lg-3 col-md-3"><img src="{{media url="wysiwyg/menu/image-4.jpg"}}" alt="Menu Image" /></li> </ul> </div>
How to add a menu item that has default mega menu?
- Add new cateogry and necessary subcategories for dropdown content.
- Select the 1st level category, go to "SM Menu" tab, set "Menu Type" field as "Default"
- Add custom block to show in the mega menu. For example, please add follow codes.
<div class="mega-featured"> <div class="row"> <div class="col-lg-4 col-md-4 feature-column"> <h3 class="feature-title">Layouts</h3> <ul> <li><a href="{{store url=""}}?___store=default">Homepage Style 1</a></li> <li><a href="{{store url=""}}?___store=french">Homepage Style 2</a></li> <li><a href="{{store url=""}}?___store=german">Homepage Style 3</a></li> <li><a href="{{store url=""}}?___store=andorra">Homepage Style 4</a></li> <li><a href="{{store url=""}}?___store=argentina">Homepage Style 5</a></li> <li><a href="{{store url=""}}?___store=somaliland">Boxed Layout</a></li> <li><a href="{{store url=""}}?___store=cameroon">Right To Left<span class="hot-label">Hot</span></a></li> </ul> </div> <div class="col-lg-4 col-md-4 feature-column"> <h3 class="feature-title">Headers</h3> <ul> <li><a href="{{store url=""}}?___store=default">Header Style 1</a></li> <li><a href="{{store url=""}}?___store=french">Header Style 2</a></li> <li><a href="{{store url=""}}?___store=german">Header Style 3</a></li> <li><a href="{{store url=""}}?___store=andorra">Header Style 4</a></li> <li><a href="{{store url=""}}?___store=argentina">Header Style 5</a></li> </ul> </div> <div class="col-lg-4 col-md-4 feature-column"> <h3 class="feature-title">Footers</h3> <ul style="margin-bottom: 30px;"> <li><a href="{{store url=""}}?___store=default">Footer Style 1</a></li> <li><a href="{{store url=""}}?___store=french">Footer Style 2</a></li> <li><a href="{{store url=""}}?___store=german">Footer Style 3</a></li> <li><a href="{{store url=""}}?___store=andorra">Footer Style 4</a></li> <li><a href="{{store url=""}}?___store=argentina">Footer Style 5</a></li> </ul> </div> </div> <div class="row" style="margin-top: 20px;"> <div class="col-lg-4 col-md-4 feature-column"> <h3 class="feature-title">Listing Layouts</h3> <ul> <li><a href="{{store url=""}}categories-demo/without-sidebar.html">Without Sidebar</a></li> <li><a href="{{store url=""}}categories-demo/left-sidebar.html">Left Sidebar</a></li> <li><a href="{{store url=""}}categories-demo/right-sidebar.html">Right Sidebar</a></li> <li><a href="{{store url=""}}categories-demo/left-right-sidebar.html">Left - Right Sidebar</a></li> </ul> </div> <div class="col-lg-4 col-md-4 feature-column"> <h3 class="feature-title">Detail Layouts</h3> <ul> <li><a href="{{store url=""}}didi-sport-watch.html">Product Detail - Full</a></li> <li><a href="{{store url=""}}clamber-watch.html">Product Detail - Left Sidebar</a></li> <li><a href="{{store url=""}}luma-analog-watch.html">Product Detail - Right Sidebar</a></li> <li><a href="{{store url=""}}luma-analog-watch.html?___store=default">Thumb Horizontal</a></li> <li><a href="{{store url=""}}didi-sport-watch.html?___store=french">Thumb Vertical</a></li> </ul> </div> <div class="col-lg-4 col-md-4 feature-column"> <h3 class="feature-title">Tab Types</h3> <ul> <li><a href="{{store url=""}}didi-sport-watch.html?___store=french">Vertical</a></li> <li><a href="{{store url=""}}luma-analog-watch.html?___store=default">Horizontal</a></li> <li><a href="{{store url=""}}luma-analog-watch.html?___store=german">Accordion</a></li> </ul> </div> </div> </div>
How to add a menu item that has classic dropdown menu?
- Add new cateogry and necessary subcategories for dropdown content.
- Select the menu item that you just created, and go to "SM Menu" tab.
- Choose "Meny Type" field as "Classic".
Click here to view documentation of SM Cartquickpro module.
Enable Extensions: Enable or Disable this extension.
Select Type: This module support 3 types: Both, Quickview, Ajax Cart. Option "Both" including quickview and ajax cart.
Product Class Container: Class of the product.
Button Class Container: Where to display the button.
Label Button: You can define texts of the quickview labels.
Countdown Number: The time of ajax box displaying on the screen.
Click here to view documentation of SM Filter Product module.
General Settings
Enabled : Enable or disable the module displaying on Frontend area.
Title Module: Enter the title of the module.
Source Options
Show Countdown Timer: Allow to show countdown timer for special product when you select “Yes”.
Select Source: Show products according to various criteria.
Select Category: Allow you to select Category.
Product Field to Order By: Order by product select.
Ordering Direction: Ordering direction ASC or DESC.
Product Limitation: Allow to set product limitation.
Click here to view documentation of SM Listing Tabs module.
General Options
Enabled Extensions: Enable or Disable this extension.
Title: Enable or Disable the title of module.
Type Show: Allow to choose type: Loadmore/ Slider.
Type Listing: Allow to choose type: All/ Only Deals/ Under Price.
Show Countdown Timer: Enable or Disable countdown timer.
Source Options
Filter Type: Allow you to select Type of Filter.
Select Fields: Select Product Field to Order By.
Select Category: Allow you to select Category.
Ordering Direction: Allow to order asc/des direction.
Product Limitation: Allow to set product limitation.
Click here to view documentation of SM Search Box module.
General Options
Enabled Extensions: Allow to enable/disable the module.
Root Catalog Id: Allow to choose root catalog which SM Search Pro uses.
Max Level: The number of child category levels to return.
Show Popular Search: Allow to show popular search.
Limit Popular: Limit number popular search.
Show More Popular Search: Allow to show advanced search.
Text Show More: Allow to set text for showing more.
Show Advanced Search: Allow to show advanced search.
Pre-text: Set the text that is showed above an instance of module.
Post-text: Set the text that is showed under an instance of module.
Click here to view documentation of SM Categories Menu module.
General Settings
Enable Extensions: Enable or disable the module displaying on Frontend area.
Title: Enter the title of the module.
Source Options
Select Category: Allow you to select Category.Category Depth: The number of child category levels to return.
Number Category Visible First: Show number category level 1.
Other Extensions
Please try to use below example code in your cms contents.
<div class="latest-post-wrapper">{{widget type="Magefan\Blog\Block\Widget\Recent" title="Latest Blog" number_of_posts="5" custom_template="Magefan_Blog::widget/latest-post-index.phtml"}}
<script type="text/javascript" xml="space">// <![CDATA[
jQuery(document).ready(function($) {
$(".slider-post").owlCarousel({
responsive:{
0:{
items:1
},
480:{
items:2
},
768:{
items:3
},
992:{
items:4
},
1200:{
items:4
}
},
autoplay:false,
nav : true,
dots: false,
autoplaySpeed : 500,
navSpeed : 500,
dotsSpeed : 500,
autoplayHoverPause: true,
margin:19,
});
});
// ]]></script>
</div>
Other
Mobile Layout
Specially, unlike other themes which support responsive layouts only, Destino is built with both responsive layouts and mobile layouts with full of shop features, specifically designed and developed for mobile devices.
To use the mobile layout, please follow steps below:
If you click "Remove", your site will be automatically applied the Responsive layouts on mobile device.
Important: Mobile layout only support one layout CMS Page "Sm Destino Mobile - Responsive Magento Theme"
2. How to edit the "content" in the mobile layout?
To edit content, in admin panel please go to Content >> Pages >> search title "Sm Destino Mobile - Responsive Magento Theme" >> Edit.3. How to edit the "footer" in the mobile layout?
To edit footer, in admin panel please go to Content >> Blocks >> search Identifier "footer-contact", "footer-social", "footer-service", "footer-extras", "footer-myaccount", "footer-payment", "footer-newsletter-description".4. How to change the "logo" in the mobile layout?
To change the logo, in admin panel please go to Content >> Configuarion >> SM Destino >> General >> Logo MobileSupport
SUPPORT - If you have any questions that are beyond the scope of this help file, please feel free to send us via: Support Tickets System
FAQs - Go to Here to view more the Frequently Asked Questions.