Umino Documentation
Buy Theme
  • 1. INTRODUCTION
    • Getting Started
    • Free Support
  • 2. THEME INSTALLATION
    • How To Install
      • Quick_Start_Package
      • Base_Start_Package
    • Activation of Purchase Code
    • One Click Demo Import
    • Applying a Template
    • Create Child Theme
    • Translations
  • 3. Magento2 Knowledgebase
    • User Guide
  • 4.THEME CUSTOMIZE
    • Theme Settings
      • General
      • Header
      • Footer
      • Category
      • Product
      • Blog
      • Newsletter Popup
      • Product Popup
      • Fake Order
      • Viewing Visitors
      • Live Chat
      • Free Shipping Cart
      • Fake Time Cart
    • Theme Design
      • General
      • Fonts
      • Colors
      • Header
      • Footer
      • Menu
      • Paper Wrapper
      • Main Content Container
      • Customization Style (CSS)
      • Add Custom Fonts
  • 5.OUR MODULE
    • Product Widget Advanced
    • Delivery & Return
    • Ajax Suite
    • Menu Builder
    • Quick View
    • Instagram
    • Lookbook
    • Optimize Speed
    • Product Questions
    • Product Size Charts
    • Search Suite
    • Layered Ajax Settings
    • Store Locator
    • List Reviews Product
  • 6. Page Builder
    • User Guide
    • Umino Elements
      • Static Menu
      • Revolution Slideshow
      • Icon Box
      • FAQs
      • Blog Posts
      • Lookbook
      • Category Thumbnail
      • Image Box
      • Testimonial
      • Instagram
      • Quote
      • Product Advanced
      • Product Group Home Page
      • Product Countdown Timers
      • Gallery
      • Daily Deal
      • Banner
      • Custom Banner
      • Copy Page Builder layout
      • Newsletter Form
  • 7. EXTERNAL MODULE
    • Revolution Slider
    • Magento 2 Blog
  • 8. Frequently Asked Questions
    • Magento information
    • Upload logo and favicon
    • Config store view
    • Store Details
    • Include the store code in URLs
    • How to Configure the Default Page in Magento 2
    • How to Setup Multiple Websites in Magento 2
    • How to Change Store Scope in Magento 2
    • How to Add a New CMS Page in Magento 2
    • How to Add New CMS Blocks in Magento 2
    • How to custom cms block page Contact Us
    • How to set Default Category Layout in Magento 2
    • How to enable Cookie Law Compliance
    • Categories
      • Magento 2. How to Set the Category Thumbnail Image
      • How to create a new Category in Magento 2
      • Setup root category
    • Product
      • 6 Product Types in Magento 2 Explained & Examples
      • How to Configure Product layout
      • How to Setup Special Price in Magento 2
      • How to Setup Advanced Pricing in Magento 2
      • How to Configure Related, Up-Sell, Cross-Sell Products in Magento 2
      • How to setup Back in stock notification product
    • Speed up Magento 2
  • 9. Video tutorial Library
    • Playlists
Powered by GitBook
On this page
  • 1. Prepare Installation
  • 2. Install
  1. 2. THEME INSTALLATION
  2. How To Install

Base_Start_Package

PreviousQuick_Start_PackageNextActivation of Purchase Code

Last updated 11 months ago

Install only template: If you already have an existing Magento website or prefer not to use our demo database, you can use the Base_Start_Package.

1. Prepare Installation

In this guide, we assume that you already have Magento installed. To prepare for the installation, please follow these steps:

  • Backup your Magento source files and store database:

    Creating a backup is crucial before installing the theme, especially if you are working on a live site. Please do not ignore this step.

  • Disable all cache on your server:

    Make sure to disable any additional cache on your server, such as PHP cache engines (e.g., APC) or any other caching mechanisms.

  • Enable Maintenance mode for your store before uploading the theme source:

    Before uploading the theme source files, activate the Maintenance mode for your store. This will ensure a smooth installation process without disrupting your live site.

By following these steps, you can ensure a safe and seamless installation of the theme on your Magento store.

2. Install

After downloading the theme package files from ThemeForest, please extract the package. You will find a folder named "Base_Start_Package. Follow the steps below to install the Umino theme using this package:

Step 1: Upload all folders from the "umino_theme" package (app, lib, pub) to the root directory (www, public_html) of your Magento folder. You can achieve this by using FTP software, such as FileZilla. Log in to your hosting account and proceed with the upload.

Important notice: If you are using version 2.3.7 or lower, you need to replace the variable "$escaper" with "$block." You can do this in two ways:

* Option 1: Using a code editor (e.g., Sublime Text, Notepad++, or Visual Studio Code):

  1. Open the "umino_base" folder.

  2. Press Ctrl+H to open the Find and Replace dialog.

  3. Replace all occurrences of "$escaper" with "$block".

  4. Click on "Replace All" to apply the changes.

* Option 2: Using the command line:

To proceed with this method, connect to your server via SSH. You can use tools like Putty, Terminus, or mRemoteNG.

  1. Navigate to the "app" folder using the following command:

  1. cd /public_html/umino_242/app/

  1. Execute the following command to replace the variable:

find . -name "*.phtml" -exec sed -i 's/$escaper/$block/g' {} \;
  1. This command will find all files with the extension ".phtml" and replace every occurrence of "$escaper" with "$block".

Step 2: Uploading the Patch (You can skip this step if using Magento version 2.4.6). Depending on your Magento version, follow the instructions below:

For version 2.3.5 or lower:

  • Upload and overwrite files in the "patch_for_magento_2.3.5_and_below" folder.

For version 2.3.6:

  • Upload and overwrite files in the "patch_for_magento_2.3.6" folder.

For version 2.3.7:

  • Upload and overwrite files in the "patch_for_magento_2.3.7" folder.

For versions 2.4.0 or 2.4.1:

  • Upload and overwrite files in the "patch_for_magento_2.4.0_and_2.4.1" folder.

For version 2.4.2:

  • Upload and overwrite files in the "patch_for_magento_2.4.2" folder.

For version 2.4.3:

  • Upload and overwrite files in the "patch_for_magento_2.4.3" folder.

For version 2.4.4:

  • Upload and overwrite files in the "patch_for_magento_2.4.4" folder.

For version 2.4.5:

  • Upload and overwrite files in the "patch_for_magento_2.4.5" folder.

For version 2.4.7:

  • Upload and overwrite files in the "patch_for_magento_2.4.7" folder.

Please make sure to apply the appropriate patch that corresponds to your Magento version to ensure compatibility and proper functioning of the theme. Additionally, ensure that you have successfully uploaded all theme folders and files.

After completing the theme installation, disable Maintenance Mode for your store to make it accessible to your customers. This will allow them to browse and shop on your website without any interruptions.

By following these steps, you can ensure a smooth and seamless experience for both you and your customers using the Umino theme on your Magento store.

Step 3: Access SSH on your server and navigate to the root directory of your Magento installation. Then, execute the following command lines:

  • Note: If you are using an older Magento version (2.4.2 or lower). You need run command composer require lib for old version magento. Magento page builder public in version 2.4.3 Pls run:

composer require phpgt/dom

php bin/magento cache:flush

php bin/magento indexer:reindex

php bin/magento setup:upgrade

php bin/magento setup:static-content:deploy -f

If you are using Linux, set the appropriate permissions by running this command:

sudo chmod 777 -R generated/ var/ pub/

By following these steps, you will complete the necessary configuration to ensure the proper functioning of your Magento installation with the Umino theme.

For further information on adding CLI commands, please refer to the following link:

Step 4: Installation completed! The next step is to

Copyright © 2023 . All Rights Reserved.

https://devdocs.magento.com/guides/v2.4/config-guide/cli/config-cli.html
Activation of Purchase Code.
Blueskytechco.com
Page cover image