SM Paco24

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 this document throughtly 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.

Note: This theme has versions for Magento 1.9.x, 2.2.x and Magento 2.3.x.

Version Userguide
SM Paco Magento Version 2.1.x-2.3.x Please click Here to view
SM Paco Magento Version 2.4.x Please click Here to view

1 SYSTEM REQUIREMENT

At the basic level, this theme will require the following conditions:

  • 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.
  • 2INSTALLATION

    Note:

    As of Magento 2.4.0, MySQL is no longer used for search. You must use Elasticsearch. Magento supports Elasticsearch 7.6.x.
    (Magento no longer supports Elasticsearch 2.x, 5.x, and 6.x.)

    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): Suitable if your store is full with content that you donai??i??t want to overwrite.

    2.1 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_paco_quickstart_pl_m2.4.0_v3.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
    • After upload quickstart package, please extract package by this command: unzip file.zip

    • 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_paco_quickstart_pl_m2.4.0_v3.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_paco, the db-host is on the same machine (localhost), and that the db-name, db-user, and db-password are all magento:

      php bin/magento setup:install --base-url=http://192.168.1.220/ytc_templates/magento/sm_paco --base-url-secure=https://192.168.1.220/ytc_templates/magento/sm_paco --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 --elasticsearch-index-prefix=paco

      Messages similar to the following display to indicate a successful installation:

      Post installation file permissions check...
      For security, remove write permissions from these directories: '/var/www/html/ytc_templates/magento/sm_paco/app/etc'
      [Progress: 274 / 274] [SUCCESS]: Magento installation complete.
      [SUCCESS]: Admin Panel URI: /admin_puu71q

      Note: You can customize the Admin URI with the --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 file app/etc/config.php and change 'Magento_TwoFactorAuth' => 1 to 'Magento_TwoFactorAuth' => 0

      After that run these command:
      php bin/magento setup:upgrade
      and php 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

    2.2 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_paco_theme_m2.1.x-2.4.x_v3.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 via ssh using putty or others 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 paco" theme.

    • Step 6: Click "Save Configuarion" button to save your changes.
    • Step 7: Navigate to Stores>> Settings>> Configuration >> MAGENTECH.COM >> Sm paco >> 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.

    • 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.

    • 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.

    3CONFIGURATION

    3.1 Page Configuration

    3.1.1 Home Style 1

    Frontend of Home Style 1 - Layout Position
    home-layout1
    In the Admin Panel, please navigate to Content >> Elements >> Pages to create a new page in Pages section. Here is the list of steps in this style's configuration process:

    • Page Information Tab: Please click to see the Backend Settings.
    • Content Tab: Please click to see the Backend Settings.
    • Copy and paste the following code into the Content field::

      &ltdiv class="homepage-wrapper home-style-1"&gt
      &ltdiv class="full-wrapper"&gt
      &ltdiv class="container-full"&gt
      &ltdiv class="boxed-container"&gt{{block class="Magento\\Cms\\Block\\Block" block_id="static-image-1"}}&lt/div&gt
      &lt/div&gt
      &lt/div&gt
      &ltdiv class="boxed-container bestsellers-wrap"&gt{{block class="Sm\BasicProducts\Block\BasicProducts" template="Sm_BasicProducts::sm/basicproducts/slider-index1.phtml" title="PACO BEST SELLERS" product_order_by="best_sales" product_category="11" product_limitation="6" nb_column1="4" nb_column2="4" nb_column3="3" nb_column4="2" nb_column5="1" pretext="The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here"}}&lt/div&gt
      &ltdiv class="full-wrapper best-deal-wrap"&gt
      &ltdiv class="container"&gt
      &ltdiv class="boxed-container"&gt{{block class="Sm\CountdownProductSlider\Block\CountdownProductSlider" name="countdownproductslider.default" as="countdownproductslider_default" template="Sm_CountdownProductSlider::sm/countdownproductslider/default-index1.phtml" title="Best smartphone 2016" pretext="Get 45% Off Your Order Of $500 And More" posttext="best-smartphone.html"}}&lt/div&gt
      &lt/div&gt
      &lt/div&gt
      &ltdiv class="boxed-container"&gt{{block class="Sm\ProductsDetailSliders\Block\ProductsDetailSliders" name="productsdetailsliders" template="Sm_ProductsDetailSliders::default.phtml"}}&lt/div&gt
      &ltdiv class="full-wrapper client-say-wrap"&gt
      &ltdiv class="container"&gt
      &ltdiv class="boxed-container"&gt{{block class="Magento\\Cms\\Block\\Block" block_id="static-testimonial"}}&lt/div&gt
      &lt/div&gt
      &lt/div&gt
      &ltdiv class="boxed-container"&gt{{block class="Magento\\Cms\\Block\\Block" block_id="blog-block"}}&lt/div&gt
      &lt/div&gt
      		
    • Design Tab: Please click to see the Backend Settings.
    • Copy and paste the following code into the Content field::

      &ltreferenceContainer name="main.content"&gt
      	&ltblock class="Sm\ImageSlider\Block\ImageSlider" name="imageslider" before="-" template="Sm_ImageSlider::default.phtml"/&gt
      &lt/referenceContainer&gt
      		
    • Meta Data Tab: Please click to see the Backend Settings.

    3.1.2 Home Style 2

    Frontend of Home Style 2 - Layout Position
    home-layout2
    In the Admin Panel, please navigate to Content >> Elements >> Pages to create a new page in Pages section. Here is the list of steps in this style's configuration process:

    • Page Information Tab: Please click to see the Backend Settings.
    • Content Tab: Please click to see the Backend Settings.
    • Copy and paste the following code into the Content field::

      &ltdiv class="homepage-wrapper home-style-2"&gt
      &ltdiv class="full-wrapper"&gt
      &ltdiv class="container-full"&gt
      &ltdiv class="boxed-container"&gt{{block class="Magento\\Cms\\Block\\Block" block_id="cb-list"}}&lt/div&gt
      &lt/div&gt
      &lt/div&gt
      &ltdiv class="boxed-container new-arivals-wrap"&gt{{block class="Sm\BasicProducts\Block\BasicProducts" name="basicproducts.new.index2" template="Sm_BasicProducts::sm/basicproducts/slider-index2.phtml" title="New arrivals" product_order_by="lastest_product" product_category="11" product_limitation="8" nb_column1="4" nb_column2="4" nb_column3="3" nb_column4="2" nb_column5="1" pretext="The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here"}}&lt/div&gt
      &ltdiv class="full-wrapper"&gt
      &ltdiv class="container-full"&gt
      &ltdiv class="boxed-container"&gt{{block class="Magento\\Cms\\Block\\Block" block_id="static-image-1-index2"}}&lt/div&gt
      &lt/div&gt
      &lt/div&gt
      &ltdiv class="full-wrapper"&gt
      &ltdiv class="container"&gt
      &ltdiv class="boxed-container"&gt
      &ltdiv class="row"&gt
      &ltdiv class="col-lg-4 col-md-5 col-sm-5 deal-week-wrap"&gt{{block class="Sm\Deals\Block\Deals" name="deals" template="Sm_Deals::default-index2.phtml" title="Deals of the week" posttext="" pretext="The point of using Lorem Ipsummore-or-less" nb_column4="2" margin="30"}}&lt/div&gt
      &ltdiv class="col-lg-8 col-md-7 col-sm-7 bestseller-wrap"&gt{{block class="Sm\BasicProducts\Block\BasicProducts" template="Sm_BasicProducts::sm/basicproducts/slider-list-index2.phtml" title="PACO BEST SELLERS" product_order_by="price" product_category="11" product_limitation="12" nb_column1="2" nb_column2="1" nb_column3="1" nb_column4="1" nb_column5="1" pretext="The point of using Lorem Ipsum is that it" img_width="183" img_height="277"}}&lt/div&gt
      &lt/div&gt
      &lt/div&gt
      &lt/div&gt
      &lt/div&gt
      &ltdiv class="full-wrapper client-say-wrap"&gt
      &ltdiv class="container"&gt
      &ltdiv class="boxed-container"&gt{{block class="Magento\\Cms\\Block\\Block" block_id="static-testimonial-index2"}}&lt/div&gt
      &lt/div&gt
      &lt/div&gt
      &ltdiv class="boxed-container"&gt{{block class="Magento\\Cms\\Block\\Block" block_id="blog-block"}}&lt/div&gt
      &lt/div&gt
      		
    • Design Tab: Please click to see the Backend Settings.
    • Copy and paste the following code into the Content field::

      &ltreferenceContainer name="main.content"&gt
      	&ltblock class="Sm\ImageSlider\Block\ImageSlider" name="imageslider" before="-" template="Sm_ImageSlider::default.phtml"/&gt
      &lt/referenceContainer&gt
      		
    • Meta Data Tab: Please click to see the Backend Settings.
    • To set a default page for your Magento Site, in the Admin Panel you go to Stores>> Settings >>Configuration>>Web>>Default Pages. Please click to see the Backend Settings.
    • 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.

    3.2 Configure Megamenu

    • Step 1: Create a New Menu In Admin Panel, navigate to SM Megamenu >> Add New Menu (add group: "Mega Menu Horizontal".)
    • Step 2: Navigate to SM Megamenu >> Configuration & fill the ID number for the created menu in step 1
    • Step 3: In order to add menu items, go to SM Megamenu >> Menu Manager >> click on 'Edit'to open Menu Items to add items as you want

    3.2.1 Horizontal Megamenu:

    Horizontal-mega-menu

    • Sortable Categories Items Please click Here to view.

    Features
    Frontend Appearance

    • Backend Settings: Please click Here to view.
    • Backend of 'Dropdown Features': Please click Here to view.
    • Copy and paste the following code into the Content field::

      &ltdiv class="home-menu-dropdown"&gt
      	&ltul class="item-home-store layout-home"&gt
      		&ltli class="title-menu-home"&gtLayouts&lt/li&gt
      		&ltli&gt&lta title="Home Style 1" href="{{store url="?___store=default&___from_store=default"}}"&gtHome Style 1&lt/a&gt&lt/li&gt
      		&ltli&gt&lta title="Home Style 2" href="{{store url="?___store=french&___from_store=default"}}"&gtHome Style 2&lt/a&gt&lt/li&gt
      		&ltli&gt&lta title="Boxed Layout" href="{{store url="?___store=somaliland&___from_store=default"}}"&gtBoxed Layout&lt/a&gt&lt/li&gt
      	&lt/ul&gt
      
      	&ltul class="item-home-store header-home"&gt
      		&ltli class="title-menu-home"&gtHeaders&lt/li&gt
      		&ltli&gt&lta title="Header Type 1" href="{{store url="?___store=default&___from_store=french"}}"&gtHidden Toogle Top Header&lt/a&gt&lt/li&gt
      		&ltli&gt&lta title="Header Type 2" href="{{store url="?___store=french&___from_store=default"}}"&gtDisplay Toogle Top Header&lt/a&gt&lt/li&gt
      	&lt/ul&gt
      	
      	&ltul class="item-home-store theme-color"&gt
      		&ltli class="title-menu-home"&gtColor Styles&lt/li&gt
      		&ltli class="blue"&gt&lta title="Blue" href="{{store url="?___store=belgium&___from_store=default"}}"&gtBlue&lt/a&gt&lt/li&gt
      		&ltli class="cyan"&gt&lta title="Cyan" href="{{store url="?___store=japan&___from_store=default"}}"&gtCyan&lt/a&gt&lt/li&gt
      		&ltli class="green"&gt&lta title="Green" href="{{store url="?___store=andorra&___from_store=default"}}"&gtGreen&lt/a&gt&lt/li&gt
      		&ltli class="orange"&gt&lta title="Orange" href="{{store url="?___store=vietnam&___from_store=default"}}"&gtOrange&lt/a&gt&lt/li&gt
      		&ltli class="red"&gt&lta title="Red" href="{{store url="?___store=default&___from_store=default"}}"&gtRed&lt/a&gt&lt/li&gt
      	&lt/ul&gt	
      			
      	&ltul class="item-home-store layout-home"&gt
      		&ltli class="title-menu-home"&gt404 Page Layout&lt/li&gt
      		&ltli&gt&lta title="404 Page Style 1" href="{{store url="404page"}}"&gt404 Page Style 1&lt/a&gt&lt/li&gt
      	&lt/ul&gt
      	
      	&ltdiv style="clear:both;"&gt &lt/div&gt
      	
      
      &lt/div&gt
      		

    Shop
    Frontend Appearance

    • Backend Settings: Please click Here to view.
    • Backend of 'Group 1': Please click Here to view.
    • Backend of 'Iphone collection' in 'Group 1': Please click Here to view.
    • Backend of 'Banner 1' in 'Iphone collection': Please click Here to view.
    • Copy and paste the following code into the Content field::

      &ltdiv class="static-image-menu"&gt
      &lta title="Static Image" href="#"&gt
      &ltimg src="{{media url="wysiwyg/image-megamenu/img-megamenu-1.jpg"}}" alt="Static Image" /&gt
      &lt/a&gt
      &lt/div&gt
      		
    • Backend of 'Samsung collection' in 'Group 1': Please click Here to view.
    • Backend of 'Banner 2' in 'Samsung collection': Please click Here to view.
    • Copy and paste the following code into the Content field::

      &ltdiv class="static-image-menu"&gt
      &lta title="Static Image" href="#"&gt
      &ltimg src="{{media url="wysiwyg/image-megamenu/img-megamenu-2.jpg"}}" alt="Static Image" /&gt
      &lt/a&gt
      &lt/div&gt
      		
    • Backend of 'Group 2': Please click Here to view.
    • Backend of 'Sony collection' in 'Group 2': Please click Here to view.
    • Backend of 'Banner 3' in 'Sony collection': Please click Here to view.
    • Backend of 'Product Slider - Collection' in 'Group 2': Please click Here to view.

    Collection
    Frontend Appearance

    • Backend Settings: Please click Here to view.
    • Backend of 'Group 1': Please click Here to view.
    • Backend of 'Iphone collection' in 'Group 1': Please click Here to view.
    • Backend of 'Sony collection' in 'Group 1': Please click Here to view.
    • Backend of 'Group 2' in 'Collection': Please click Here to view.
    • Backend of 'Image 1' in 'Group 2': Please click Here to view.
    • Copy and paste the following code into the Content field::

      &ltdiv class="static-image-menu"&gt
      &lta title="Static Image" href="#"&gt
      &ltimg src="{{media url="wysiwyg/image-megamenu/img-megamenu-4.jpg"}}" alt="Static Image" /&gt
      &lt/a&gt
      &lt/div&gt
      		
    • Backend of 'Image 2' in 'Group 2': Please click Here to view.
    • Copy and paste the following code into the Content field::

      &ltdiv class="static-image-menu"&gt
      &lta title="Static Image" href="#"&gt
      &ltimg src="{{media url="wysiwyg/image-megamenu/img-megamenu-5.jpg"}}" alt="Static Image" /&gt
      &lt/a&gt
      &lt/div&gt
      		

    Accessories
    Frontend Appearance

    • Backend Settings: Please click Here to view.
    • Backend of 'Accessories' in 'Accessories': Please click Here to view.

    About Us
    Frontend Appearance

    • Backend Settings: Please click Here to view.

    Contact
    Frontend Appearance

    • Backend Settings: Please click Here to view.

    3.3 Configure Extensions

    The SM Paco front-page has been integrated with the extensions in the following list:

    In SM Paco Administration Page, please navigate to Stores>> Settings>> Configuration >> MAGENTECH.COM to configure extensions as you want.

    3.3.1 SM Coundownt Product Slider
        • Position: SM Coundownt Product Slider
        • Frontend Appearance

        • Backend of SM Coundownt Product Slider: Click Here
    3.3.2 SM Product Detail Sliders
        • Position: SM Product Detail Sliders
        • Frontend Appearance

        • Backend of SM Product Detail Sliders: Click Here
    3.3.3 SM Basic Products
        • Position: SM Basic Products
        • Frontend Appearance

        • Backend of SM Basic Products: Click Here
    3.3.4 SM Megamenu
        • Position: SM Megamenu
        • Frontend Appearance

        • Backend of SM Megamenu: Click Here
    3.3.5 SM Image Slider
        • Position: SM Image Slider
        • Frontend Appearance

        • Backend of SM Image Slider: Click Here
    3.3.6 SM Deals
        • Position: SM Deals
        • Frontend Appearance

        • Backend of SM Listing Tabs: Click Here
    3.3.7 SM Quick View
        • Position: SM Quick View
        • Frontend Appearance

        • Backend of SM Quick View: Click Here

    3.4 Configure Static Blocks

    The SM paco front-page has the following static blocks in the theme:

    To create a new static block, go to Content>> Elements>> Blocks >> Add new block.

    Static Block: hotline

    To create the static block, go to Content>> Elements>> Blocks with Title * : "Paco hotline" and Identifier * : "hotline"

    Frontend Appearance

    • Backend Setting: Please click Here to view.

    Copy and paste the following code into the content tab of this static block:

    &ltp&gtContact us 24/7: +44 573 222 7439     |     Paradis Store, Portland Street, Manchester City, Manchester&lt/p&gt
    

    Static Block: top-social

    To create the static block, go to Content>> Elements>> Blocks with Title * : "Paco - Top social" and Identifier * : "top-social"

    Frontend Appearance

    • Backend Setting: Please click Here to view.

    Copy and paste the following code into the content tab of this static block:

    &ltdiv class="top-social"&gt
    &ltul&gt
    &ltli class="li-social facebook-social"&gt&lta title="Facebook" href="https://www.facebook.com/MagenTech" target="_blank"&gt &ltspan class="name-social"&gtFacebook&lt/span&gt &lt/a&gt&lt/li&gt
    &ltli class="li-social twitter-social"&gt&lta title="Twitter" href="https://twitter.com/smartaddons" target="_blank"&gt &ltspan class="name-social"&gtTwitter&lt/span&gt &lt/a&gt&lt/li&gt
    &ltli class="li-social google-social"&gt&lta title="Google+" href="https://plus.google.com/u/0/+Smartaddons/posts" target="_blank"&gt &ltspan class="name-social"&gtGoogle+&lt/span&gt &lt/a&gt&lt/li&gt
    &ltli class="li-social pinterest-social"&gt&lta title="Pinterest" href="#" target="_blank"&gt &ltspan class="name-social"&gtPinterest&lt/span&gt &lt/a&gt&lt/li&gt
    &lt/ul&gt
    &lt/div&gt
    

    Static Block: static-image-1

    To create the static block, go to Content>> Elements>> Blocks with Title * : "Paco - Static Image 1" and Identifier * : "static-image-1"

    Frontend Appearance

    • Backend Setting: Please click Here to view.

    Copy and paste the following code into the content tab of this static block:

    &ltdiv class="row banner-list static-image-1"&gt
    &ltdiv class="col-lg-6 col-md-6 col-xs-6"&gt
    &ltdiv class="row"&gt
    &ltdiv class="col-lg-12 col-md-12"&gt&lta class="first-image" title="Static Image" href="#"&gt&ltimg class="img-static" src="{{media url="wysiwyg/home-page-image/home-1/image-1.jpg"}}" alt="Static Image" /&gt&lt/a&gt&lt/div&gt
    &lt/div&gt
    &ltdiv class="row"&gt
    &ltdiv class="col-lg-12 col-md-12"&gt&lta class="first-image" title="Static Image" href="#"&gt&ltimg class="img-static" src="{{media url="wysiwyg/home-page-image/home-1/image-2.jpg"}}" alt="Static Image" /&gt&lt/a&gt&lt/div&gt
    &lt/div&gt
    &lt/div&gt
    &ltdiv class="col-lg-6 col-md-6 col-xs-6"&gt&lta class="first-image" title="Static Image" href="#"&gt&ltimg class="img-static" src="{{media url="wysiwyg/home-page-image/home-1/image-3.jpg"}}" alt="Static Image" /&gt&lt/a&gt&lt/div&gt
    &lt/div&gt
    &ltdiv class="row banner-list static-image-1"&gt
    &ltdiv class="col-lg-6 col-md-6 col-xs-6"&gt&lta class="first-image" title="Static Image" href="#"&gt&ltimg class="img-static" src="{{media url="wysiwyg/home-page-image/home-1/image-4.jpg"}}" alt="Static Image" /&gt&lt/a&gt&lt/div&gt
    &ltdiv class="col-lg-6 col-md-6 col-xs-6"&gt
    &ltdiv class="row"&gt
    &ltdiv class="col-lg-6 col-md-6 col-xs-6"&gt&lta class="first-image" title="Static Image" href="#"&gt&ltimg class="img-static" src="{{media url="wysiwyg/home-page-image/home-1/image-5.jpg"}}" alt="Static Image" /&gt&lt/a&gt&lt/div&gt
    &ltdiv class="col-lg-6 col-md-6 col-xs-6"&gt&lta class="first-image" title="Static Image" href="#"&gt&ltimg class="img-static" src="{{media url="wysiwyg/home-page-image/home-1/image-6.jpg"}}" alt="Static Image" /&gt&lt/a&gt&lt/div&gt
    &lt/div&gt
    &lt/div&gt
    &lt/div&gt
    

    Static Block: static-testimonials

    To create the static block, go to Content>> Elements>> Blocks with Title * : "Paco - Static Testimonial" and Identifier * : "static-testimonials"

    Frontend Appearance

    • Backend Setting: Please click Here to view.

    Copy and paste the following code into the content tab of this static block:

    &ltdiv id="testimonials-home" class="testimonials-home"&gt
    &ltdiv class="title-home"&gt
    &lth2&gtWhat Our Clients Say&lt/h2&gt
    &lt/div&gt
    &ltdiv class="navslider"&gt &lt/div&gt
    &ltdiv class="margin-slider"&gt
    &ltul class="testimonials-slider"&gt
    &ltli class="item"&gt
    &ltdiv class="client-child"&gt
    &ltdiv class="image-client"&gt&ltimg src="{{media url="wysiwyg/testimonial/client-1.png"}}" alt="Kenvin" /&gt&lt/div&gt
    &ltdiv class="comment"&gt
    &ltdiv class="content"&gt"Lorem ipsum dolor sit amet, consectetur 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 commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.."&lt/div&gt
    &lth2 class="client-name"&gtDonald Berry&lt/h2&gt
    &lth3 class="client-job"&gtWeb Developer&lt/h3&gt
    &lt/div&gt
    &lt/div&gt
    &lt/li&gt
    &ltli class="item"&gt
    &ltdiv class="client-child"&gt
    &ltdiv class="image-client"&gt&ltimg src="{{media url="wysiwyg/testimonial/client-2.png"}}" alt="Venus" /&gt&lt/div&gt
    &ltdiv class="comment"&gt
    &ltdiv class="content"&gt"Lorem ipsum dolor sit amet, consectetur 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 commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.."&lt/div&gt
    &lth2 class="client-name"&gtDavid&lt/h2&gt
    &lth3 class="client-job"&gtMarket Research&lt/h3&gt
    &lt/div&gt
    &lt/div&gt
    &lt/li&gt
    &ltli class="item"&gt
    &ltdiv class="client-child"&gt
    &ltdiv class="image-client"&gt&ltimg src="{{media url="wysiwyg/testimonial/client-3.png"}}" alt="Venus" /&gt&lt/div&gt
    &ltdiv class="comment"&gt
    &ltdiv class="content"&gt"Lorem ipsum dolor sit amet, consectetur 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 commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.."&lt/div&gt
    &lth2 class="client-name"&gtVenus&lt/h2&gt
    &lth3 class="client-job"&gtDesigner&lt/h3&gt
    &lt/div&gt
    &lt/div&gt
    &lt/li&gt
    &ltli class="item"&gt
    &ltdiv class="client-child"&gt
    &ltdiv class="image-client"&gt&ltimg src="{{media url="wysiwyg/testimonial/client-4.png"}}" alt="Venus" /&gt&lt/div&gt
    &ltdiv class="comment"&gt
    &ltdiv class="content"&gt"Lorem ipsum dolor sit amet, consectetur 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 commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.."&lt/div&gt
    &lth2 class="client-name"&gtAnna&lt/h2&gt
    &lth3 class="client-job"&gtMarket Research&lt/h3&gt
    &lt/div&gt
    &lt/div&gt
    &lt/li&gt
    &ltli class="item"&gt
    &ltdiv class="client-child"&gt
    &ltdiv class="image-client"&gt&ltimg src="{{media url="wysiwyg/testimonial/client-5.png"}}" alt="Venus" /&gt&lt/div&gt
    &ltdiv class="comment"&gt
    &ltdiv class="content"&gt"Lorem ipsum dolor sit amet, consectetur 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 commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.."&lt/div&gt
    &lth2 class="client-name"&gtBlack Smith&lt/h2&gt
    &lth3 class="client-job"&gtWeb Development&lt/h3&gt
    &lt/div&gt
    &lt/div&gt
    &lt/li&gt
    &ltli class="item"&gt
    &ltdiv class="client-child"&gt
    &ltdiv class="image-client"&gt&ltimg src="{{media url="wysiwyg/testimonial/client-6.png"}}" alt="Venus" /&gt&lt/div&gt
    &ltdiv class="comment"&gt
    &ltdiv class="content"&gt"Lorem ipsum dolor sit amet, consectetur 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 commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.."&lt/div&gt
    &lth2 class="client-name"&gtKenvin&lt/h2&gt
    &lth3 class="client-job"&gtMarket Research&lt/h3&gt
    &lt/div&gt
    &lt/div&gt
    &lt/li&gt
    &lt/ul&gt
    &lt/div&gt
    &ltscript type="text/javascript"&gt// &lt![CDATA[
    		jQuery(document).ready(function($) {
    						$(window).load(function(){
    							$('#testimonials-home .testimonials-slider').owlCarousel({
    								 items: 3,
    								loop:true,
    								nav: false,
    								dots: false,
    								slideSpeed : 1,
    								center: true,
    								autoplay: true,
    		    					autoplayTimeout: 30000,
    								autoplayHoverPause: true,
    								addClassActive: true,
    								margin:0,
    					            onInitialized: callback
    							});
    							function callback(event) {
    					   			if(this._items.length &gt this.options.items){
    								        $('#testimonials-home .navslider').show();
    								    }else{
    								        $('#testimonials-home .navslider').hide();
    								    }
    							}
    							$('#testimonials-home .navslider .prev').on('click', function(e){
    								e.preventDefault();
    								$('#testimonials-home .testimonials-slider').trigger('prev.owl.carousel');
    							});
    							$('#testimonials-home .navslider .next').on('click', function(e){
    								e.preventDefault();
    								$('#testimonials-home .testimonials-slider').trigger('next.owl.carousel');
    							});
    						});
    					});
    // ]]&gt&lt/script&gt
    &lt/div&gt
    

    Static Block: blog-block

    To create the static block, go to Content>> Elements>> Blocks with Title * : "Paco Blog" and Identifier * : "blog-block"

    Frontend Appearance

    • Backend Setting: Please click Here to view.

    Copy and paste the following code into the content tab of this static block:

    &ltdiv class="box-content latest-post-block"&gt
    &ltdiv class="slider-latest-blog"&gt
    &ltdiv class="title-home"&gt
    &lth2&gtLatest Blog&lt/h2&gt
    &lt/div&gt
    &ltdiv class="pretext"&gtThe point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here&lt/div&gt
    &ltdiv class="slider-blog latest-post"&gt
    &ltdiv class="item"&gt
    &ltdiv class="blog-item-content"&gt
    &ltdiv class="image-blog"&gt&lta class="img-link" title="Vestibulum sit amet libero vel neque dapibus ultrices" href="#"&gt&ltimg class="img-static" src="{{media url="wysiwyg/blog/blog-1.jpg"}}" alt="Image Blog" /&gt&lt/a&gt
    &ltdiv class="postDate"&gt&ltspan class="date"&gt06&lt/span&gt&ltspan class="month"&gtFeb&lt/span&gt&lt/div&gt
    &lt/div&gt
    &ltdiv class="info-blog"&gt
    &ltdiv class="postTitle"&gt
    &lth2&gt&lta href="#"&gtStyling Pre-Spring 2016&lt/a&gt&lt/h2&gt
    &lt/div&gt
    &ltdiv class="postInfo"&gt&ltspan class="post-author"&gtPost by &ltstrong&gtPaco&lt/strong&gt&lt/span&gt&ltspan class="post-comment"&gt16 Comments&lt/span&gt&lt/div&gt
    &lt/div&gt
    &lt/div&gt
    &lt/div&gt
    &ltdiv class="item"&gt
    &ltdiv class="blog-item-content"&gt
    &ltdiv class="image-blog"&gt&lta class="img-link" title="Vestibulum sit amet libero vel neque dapibus ultrices" href="#"&gt&ltimg class="img-static" src="{{media url="wysiwyg/blog/blog-2.jpg"}}" alt="Image Blog" /&gt&lt/a&gt
    &ltdiv class="postDate"&gt&ltspan class="date"&gt06&lt/span&gt&ltspan class="month"&gtFeb&lt/span&gt&lt/div&gt
    &lt/div&gt
    &ltdiv class="info-blog"&gt
    &ltdiv class="postTitle"&gt
    &lth2&gt&lta href="#"&gtStyling Pre-Spring 2016&lt/a&gt&lt/h2&gt
    &lt/div&gt
    &ltdiv class="postInfo"&gt&ltspan class="post-author"&gtPost by &ltstrong&gtPaco&lt/strong&gt&lt/span&gt&ltspan class="post-comment"&gt16 Comments&lt/span&gt&lt/div&gt
    &lt/div&gt
    &lt/div&gt
    &lt/div&gt
    &ltdiv class="item"&gt
    &ltdiv class="blog-item-content"&gt
    &ltdiv class="image-blog"&gt&lta class="img-link" title="Vestibulum sit amet libero vel neque dapibus ultrices" href="#"&gt&ltimg class="img-static" src="{{media url="wysiwyg/blog/blog-3.jpg"}}" alt="Image Blog" /&gt&lt/a&gt
    &ltdiv class="postDate"&gt&ltspan class="date"&gt06&lt/span&gt&ltspan class="month"&gtFeb&lt/span&gt&lt/div&gt
    &lt/div&gt
    &ltdiv class="info-blog"&gt
    &ltdiv class="postTitle"&gt
    &lth2&gt&lta href="#"&gtStyling Pre-Spring 2016&lt/a&gt&lt/h2&gt
    &lt/div&gt
    &ltdiv class="postInfo"&gt&ltspan class="post-author"&gtPost by &ltstrong&gtPaco&lt/strong&gt&lt/span&gt&ltspan class="post-comment"&gt16 Comments&lt/span&gt&lt/div&gt
    &lt/div&gt
    &lt/div&gt
    &lt/div&gt
    &lt/div&gt
    &ltscript type="text/javascript"&gt// &lt![CDATA[
    		jQuery(document).ready(function($) {
    		var post_slider = $(".slider-blog.latest-post");
    		post_slider.owlCarousel({				
    		responsive:{
    			0:{
    				items:1
    			},
    			480:{
    				items:1
    			},
    			768:{
    				items:2
    			},
    			992:{
    				items:2
    			},
    			1200:{
    				items:3
    			}
    		},
    		autoplay:false,
    		loop:false,
    		nav : false,
    		dots: false,
    		autoplaySpeed : 500,
    		navSpeed : 500,
    		dotsSpeed : 500,
    		autoplayHoverPause: true,
    		margin:30,
    		});	  
    		});
    // ]]&gt&lt/script&gt
    &lt/div&gt
    &lt/div&gt
    

    Static Block: brand-block

    To create the static block, go to Content>> Elements>> Blocks with Title * : "Paco - Brands" and Identifier * : "brand-block"

    Frontend Appearance

    • Backend Setting: Please click Here to view.

    Copy and paste the following code into the content tab of this static block:

    &ltdiv class="brand-block"&gt
    &ltdiv class="brand-content"&gt
    &ltul class="list-brands row"&gt
    &ltli class="col-lg-2 col-md-2 col-sm-4"&gt&lta title="Brand" href="#"&gt&ltimg src="{{media url="wysiwyg/brand/br01.png"}}" alt="Brand" /&gt&lt/a&gt&lt/li&gt
    &ltli class="col-lg-2 col-md-2 col-sm-4"&gt&lta title="Brand" href="#"&gt&ltimg src="{{media url="wysiwyg/brand/br02.png"}}" alt="Brand" /&gt&lt/a&gt&lt/li&gt
    &ltli class="col-lg-2 col-md-2 col-sm-4"&gt&lta title="Brand" href="#"&gt&ltimg src="{{media url="wysiwyg/brand/br03.png"}}" alt="Brand" /&gt&lt/a&gt&lt/li&gt
    &ltli class="col-lg-2 col-md-2 col-sm-4"&gt&lta title="Brand" href="#"&gt&ltimg src="{{media url="wysiwyg/brand/br04.png"}}" alt="Brand" /&gt&lt/a&gt&lt/li&gt
    &ltli class="col-lg-2 col-md-2 col-sm-4"&gt&lta title="Brand" href="#"&gt&ltimg src="{{media url="wysiwyg/brand/br05.png"}}" alt="Brand" /&gt&lt/a&gt&lt/li&gt
    &ltli class="col-lg-2 col-md-2 col-sm-4"&gt&lta title="Brand" href="#"&gt&ltimg src="{{media url="wysiwyg/brand/br06.png"}}" alt="Brand" /&gt&lt/a&gt&lt/li&gt
    &lt/ul&gt
    &lt/div&gt
    &lt/div&gt
    

    Static Block: ft-contact-us

    To create the static block, go to Content>> Elements>> Blocks with Title * : "Paco - Contact us footer" and Identifier * : "ft-contact-us"

    Frontend Appearance

    • Backend Setting: Please click Here to view.

    Copy and paste the following code into the content tab of this static block:

    &ltdiv class="block ft-contact-us"&gt
    &ltdiv class="title"&gtStore Information&lt/div&gt
    &ltdiv class="content"&gt
    &ltp class="address"&gt&ltem class="fa fa-home"&gt&lt/em&gtRanelagh Place, Liverpool, L3 5UL, England&lt/p&gt
    &ltp class="phone"&gt&ltem class="fa fa-phone"&gt&lt/em&gt&lta title="Telephone" href="#"&gt8 (495) 989 906 743&lt/a&gt&lt/p&gt
    &ltp class="email"&gt&ltem class="fa fa-envelope"&gt&lt/em&gt&lta title="Mail to: topshop@co.uk.com" href="mailto:paco@co.uk.com"&gtpaco@co.uk.com&lt/a&gt&lt/p&gt
    &lt/div&gt
    &lt/div&gt
    

    Static Block: ft-opening-time

    To create the static block, go to Content>> Elements>> Blocks with Title * : "Paco - Opening time footer" and Identifier * : "ft-opening-time"

    Frontend Appearance

    • Backend Setting: Please click Here to view.

    Copy and paste the following code into the content tab of this static block:

    &ltdiv class="block ft-opening-time"&gt
    &ltdiv class="title"&gtOpening time&lt/div&gt
    &ltdiv class="content"&gt
    &ltp&gtMonday - Friday 2pm - 11pm&lt/p&gt
    &ltp&gtSaturday 1pm - 12.30am&lt/p&gt
    &ltp&gtSunday 2pm - 10pm&lt/p&gt
    &lt/div&gt
    &lt/div&gt
    

    Static Block: ft-my-account

    To create the static block, go to Content>> Elements>> Blocks with Title * : "Paco - My accout footer" and Identifier * : "ft-my-account"

    Frontend Appearance

    • Backend Setting: Please click Here to view.

    Copy and paste the following code into the content tab of this static block:

    &ltdiv class="block ft-my-account"&gt
    &ltdiv class="title"&gtMY ACCOUNT&lt/div&gt
    &ltdiv class="content"&gt
    &ltul&gt
    &ltli&gt&lta title="My account" href="{{config path="web/secure/base_url"}}customer/account/"&gtMy account&lt/a&gt&lt/li&gt
    &ltli&gt&lta title="Login" href="{{config path="web/secure/base_url"}}customer/login/"&gtLogin&lt/a&gt&lt/li&gt
    &ltli&gt&lta title="My Cart" href="{{config path="web/secure/base_url"}}checkout/cart/"&gtMy Cart&lt/a&gt&lt/li&gt
    &ltli&gt&lta title="My Wishlist" href="{{config path="web/secure/base_url"}}wishlist/"&gtMy Wishlist&lt/a&gt&lt/li&gt
    &ltli&gt&lta title="My Compare" href="{{config path="web/secure/base_url"}}catalog/product_compare/index/"&gtMy Compare&lt/a&gt&lt/li&gt
    &lt/ul&gt
    &lt/div&gt
    &lt/div&gt
    

    Static Block: ft-information

    To create the static block, go to Content>> Elements>> Blocks with Title * : "Paco - Information footer" and Identifier * : "ft-information"

    Frontend Appearance

    • Backend Setting: Please click Here to view.

    Copy and paste the following code into the content tab of this static block:

    &ltdiv class="block ft-information"&gt
    &ltdiv class="title"&gtINFORMATION&lt/div&gt
    &ltdiv class="content"&gt
    &ltul&gt
    &ltli&gt&lta title="About Us" href="{{config path="web/secure/base_url"}}about-us.html"&gtAbout Us&lt/a&gt&lt/li&gt
    &ltli&gt&lta title="Jobs" href="#"&gtJobs&lt/a&gt&lt/li&gt
    &ltli&gt&lta title="Delivery Information" href="#"&gtDelivery Information&lt/a&gt&lt/li&gt
    &ltli&gt&lta title="Privacy Policy" href="#"&gtPrivacy Policy&lt/a&gt&lt/li&gt
    &ltli&gt&lta title="Term and Conditions" href="#"&gtTerm and Conditions&lt/a&gt&lt/li&gt
    &lt/ul&gt
    &lt/div&gt
    &lt/div&gt
    

    Static Block: ft-other-pages

    To create the static block, go to Content>> Elements>> Blocks with Title * : "Paco - Other pages" and Identifier * : "ft-other-pages"

    Frontend Appearance

    • Backend Setting: Please click Here to view.

    Copy and paste the following code into the content tab of this static block:

    &ltdiv class="block ft-other-pages"&gt
    &ltdiv class="title"&gtOther pages&lt/div&gt
    &ltdiv class="content"&gt
    &ltul&gt
    &ltli&gt&lta title="Blog" href="#"&gtBlog&lt/a&gt&lt/li&gt
    &ltli&gt&lta title="Jobs" href="#"&gtGift Center&lt/a&gt&lt/li&gt
    &ltli&gt&lta title="Buying Guides" href="#"&gtBuying Guides&lt/a&gt&lt/li&gt
    &ltli&gt&lta title="New Arrivals" href="#"&gtNew Arrivals&lt/a&gt&lt/li&gt
    &ltli&gt&lta title="Clearance" href="#"&gtClearance&lt/a&gt&lt/li&gt
    &lt/ul&gt
    &lt/div&gt
    &lt/div&gt
    

    Static Block: ft-customer-service

    To create the static block, go to Content>> Elements>> Blocks with Title * : "Paco - Customer service footer" and Identifier * : "ft-customer-service"

    Frontend Appearance

    • Backend Setting: Please click Here to view.

    Copy and paste the following code into the content tab of this static block:

    &ltdiv class="block ft-customer-service"&gt
    &ltdiv class="title"&gtCustomer service&lt/div&gt
    &ltdiv class="content"&gt
    &ltul&gt
    &ltli&gt&lta title="Shipping Policy" href="#"&gtShipping Policy&lt/a&gt&lt/li&gt
    &ltli&gt&lta title="Return Policy" href="#"&gtReturn Policy&lt/a&gt&lt/li&gt
    &ltli&gt&lta title="Term and Coditions" href="#"&gtTerm and Coditions&lt/a&gt&lt/li&gt
    &ltli&gt&lta title="Your Account" href="#"&gtYour Account&lt/a&gt&lt/li&gt
    &ltli&gt&lta title="Contact Us" href="#"&gtContact Us&lt/a&gt&lt/li&gt
    &lt/ul&gt
    &lt/div&gt
    &lt/div&gt
    

    Static Block: intro-coppyright

    To create the static block, go to Content>> Elements>> Blocks with Title * : "Paco Intro Coppyright" and Identifier * : "intro-coppyright"

    Frontend Appearance

    • Backend Setting: Please click Here to view.

    Copy and paste the following code into the content tab of this static block:

    &ltp&gtThere are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum&lt/p&gt
    

    To create the static block, go to Content>> Elements>> Blocks with Title * : "Theme - Payment Footer" and Identifier * : "payment-footer"

    Frontend Appearance

    • Backend Setting: Please click Here to view.

    Copy and paste the following code into the content tab of this static block:

    &ltp&gt&ltimg src="{{media url="wysiwyg/payment/payment.png"}}" alt="Payment" /&gt&lt/p&gt
    

    Static Block: header-policy-top

    To create the static block, go to Content>> Elements>> Blocks with Title * : "Paco - Header policy" and Identifier * : "header-policy-top"

    Frontend Appearance

    • Backend Setting: Please click Here to view.

    Copy and paste the following code into the content tab of this static block:

    &ltdiv class="row wrap-policy-top"&gt
    &ltdiv class="col-lg-4 col-md-4 col-sm-12 policy-item"&gt
    &ltdiv class="policy-icon"&gt &lt/div&gt
    &ltdiv class="policy-info"&gt
    &lth2 class="title"&gtFree Shipping&lt/h2&gt
    &ltp class="desc"&gtFree Shipping On Orders Over $35&lt/p&gt
    &lt/div&gt
    &lt/div&gt
    &ltdiv class="col-lg-4 col-md-4 col-sm-12 policy-item"&gt
    &ltdiv class="policy-icon"&gt &lt/div&gt
    &ltdiv class="policy-info"&gt
    &lth2 class="title"&gtMoney back 100%&lt/h2&gt
    &ltp class="desc"&gtWithin 30 Days after delivery&lt/p&gt
    &lt/div&gt
    &lt/div&gt
    &ltdiv class="col-lg-4 col-md-4 col-sm-12 policy-item"&gt
    &ltdiv class="policy-icon"&gt &lt/div&gt
    &ltdiv class="policy-info"&gt
    &lth2 class="title"&gtSecurity Protection&lt/h2&gt
    &ltp class="desc"&gt100% Safe Shopping Guarantee&lt/p&gt
    &lt/div&gt
    &lt/div&gt
    &lt/div&gt
    

    Static Block: cb-list

    To create the static block, go to Content>> Elements>> Blocks with Title * : "Paco - Collection Brand" and Identifier * : "cb-list"

    Frontend Appearance

    • Backend Setting: Please click Here to view.

    Copy and paste the following code into the content tab of this static block:

    &ltdiv class="cb-wrap"&gt
    &ltdiv class="title-home"&gt
    &lth2&gtCollection by brand&lt/h2&gt
    &lt/div&gt
    &ltdiv class="desc"&gtThe standard chunk of Lorem Ipsum used since the 1500s is reproduced&lt/div&gt
    &ltdiv class="row cb-list"&gt
    &ltdiv class="col-lg-3 col-md-3 col-sm-6 cb-item"&gt
    &ltdiv class="cb-image"&gt&ltimg class="img-static" src="{{media url="wysiwyg/home-page-image/home-2/cb-1.jpg"}}" alt="Static Image" /&gt&lt/div&gt
    &ltdiv class="cb-info"&gt
    &ltdiv class="title"&gt
    &lth3&gt&lta href="#"&gtSamsung collection&lt/a&gt&lt/h3&gt
    &ltp class="desc"&gtThey Will Try To Close The Door On You&ltbr /&gt Just Open It . We the best.&lt/p&gt
    &ltp class="action"&gt&lta href="#"&gtShop now&lt/a&gt&lt/p&gt
    &lt/div&gt
    &lt/div&gt
    &lt/div&gt
    &ltdiv class="col-lg-3 col-md-3 col-sm-6 cb-item"&gt
    &ltdiv class="cb-image"&gt&ltimg class="img-static" src="{{media url="wysiwyg/home-page-image/home-2/cb-2.jpg"}}" alt="Static Image" /&gt&lt/div&gt
    &ltdiv class="cb-info"&gt
    &ltdiv class="title"&gt
    &lth3&gt&lta href="#"&gtIphone collection&lt/a&gt&lt/h3&gt
    &ltp class="desc"&gtThey Will Try To Close The Door On You&ltbr /&gt Just Open It . We the best.&lt/p&gt
    &ltp class="action"&gt&lta href="#"&gtShop now&lt/a&gt&lt/p&gt
    &lt/div&gt
    &lt/div&gt
    &lt/div&gt
    &ltdiv class="col-lg-3 col-md-3 col-sm-6 cb-item"&gt
    &ltdiv class="cb-image"&gt&ltimg class="img-static" src="{{media url="wysiwyg/home-page-image/home-2/cb-3.jpg"}}" alt="Static Image" /&gt&lt/div&gt
    &ltdiv class="cb-info"&gt
    &ltdiv class="title"&gt
    &lth3&gt&lta href="#"&gtLG collection&lt/a&gt&lt/h3&gt
    &ltp class="desc"&gtThey Will Try To Close The Door On You&ltbr /&gt Just Open It . We the best.&lt/p&gt
    &ltp class="action"&gt&lta href="#"&gtShop now&lt/a&gt&lt/p&gt
    &lt/div&gt
    &lt/div&gt
    &lt/div&gt
    &ltdiv class="col-lg-3 col-md-3 col-sm-6 cb-item"&gt
    &ltdiv class="cb-image"&gt&ltimg class="img-static" src="{{media url="wysiwyg/home-page-image/home-2/cb-4.jpg"}}" alt="Static Image" /&gt&lt/div&gt
    &ltdiv class="cb-info"&gt
    &ltdiv class="title"&gt
    &lth3&gt&lta href="#"&gtSony collection&lt/a&gt&lt/h3&gt
    &ltp class="desc"&gtThey Will Try To Close The Door On You&ltbr /&gt Just Open It . We the best.&lt/p&gt
    &ltp class="action"&gt&lta href="#"&gtShop now&lt/a&gt&lt/p&gt
    &lt/div&gt
    &lt/div&gt
    &lt/div&gt
    &lt/div&gt
    &lt/div&gt
    

    Static Block: static-testimonials-index2

    To create the static block, go to Content>> Elements>> Blocks with Title * : "Paco - Static Testimonial index 2" and Identifier * : "static-testimonials-index2"

    Frontend Appearance

    • Backend Setting: Please click Here to view.

    Copy and paste the following code into the content tab of this static block:

    &ltdiv class="row banner-list static-image-1-index2"&gt
    &ltdiv class="col-lg-6 col-md-6 col-sm-12"&gt&lta class="first-image" title="Static Image" href="#"&gt&ltimg class="img-static" src="{{media url="wysiwyg/home-page-image/home-2/image-1.jpg"}}" alt="Static Image" /&gt&lt/a&gt&lt/div&gt
    &ltdiv class="col-lg-6 col-md-6 col-sm-12"&gt&lta class="first-image" title="Static Image" href="#"&gt&ltimg class="img-static" src="{{media url="wysiwyg/home-page-image/home-2/image-2.jpg"}}" alt="Static Image" /&gt&lt/a&gt&lt/div&gt
    &lt/div&gt
    
    

    3.5 How To Edit Copyright in Admin Panel

    Frontend Appearance

    In SM Paco Administration Page, please navigate to Stores>> Settings>> Configuration >> MAGENTECH.COM >> SM Paco >> Advanced to configure this theme's copyright.

    Edit the code here:

    ©  2016 MAGENTECH Demo Store. All Rights Reserved
    

    3.6 How To Customize the Social symbols in admin panel

    Frontend Appearance

    In SM paco Administration Page, please navigate to Stores>> Settings >> Configuration >> MAGENTECH.COM >> SM Paco >> Socials.

    3.7 Newsletter pop-up

    Frontend Appearance

    In your Website’s Directory, go to app/design/frontend/Sm/paco/Magento_Newsletter/templates folder. To change the text SUBMIT in the red button, in this folder, you could open the file named subscribe-popup.phtml by your editor program, and find the word Submit to change.

    • Backend Setting: Please click Here to view.

    4SUPPORT

    • 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.