Skip to content

Theme installation#

Spend your time?

If you don't want to spend your time installing the extension, don't hesitate to order Installation Service

You should follow this guide when you want to install the theme on live store.

First of all, please make sure your Magento installation version meets the theme requirements. If you are using an outdated Magento engine version, you need to upgrade it. Don't forget to make a backup of your store files and database.

Recommended

It is recommended to install the theme on a test server before you install it on a live store.

Install theme package & theme overview#

Start the theme installation:

Stage 1#

Uploading and extract#

Upload theme-package.zip file to the server, where your Magento install dir then extract it through Control Panel or command

unzip theme-package.zip
(Optional) Upload and export patch magento 2.x.x.zip - for your current Magento version.

Install additional library:

composer require hybridauth/hybridauth ^3.7

Use this key (if you don't have)

Public Key:

ee0a2956a4036957e9472354248c7938

Private Key:

b82892d69dd4ed75dba8a25e9e5225f5

Stage 2#

Apply the theme#

  1. Login to your server

  2. Go to your Magento install dir

    cd <your Magento install dir>

  3. Update Magento components

    bin/magento setup:upgrade
    

    If you are using Magento 2.4.2-p1 or lower, you need to disable this module (skip if Magento 2.4.3 and latest):

    bin/magento module:disable MageBig_ExtendPageBuilder
    bin/magento setup:upgrade
    

  4. Generate static content

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

  5. Reindex data and flush cache:

    bin/magento indexer:reindex
    bin/magento cache:flush
    

Stage 3#

Choosing the layout#

Currently, by install the theme, the first layout is activated

If you want change the layout of theme, please follow the steps:

  1. Login to your backend
  2. Go to MAGEBIG > Themes > Martfury Theme
  3. In theme configuration, click to button Choose Layout and click Active layout which you want to use.


Spend your time?

If you don't want to spend your time installing the extension, don't hesitate to order Installation Service