📘
Magento 2 Megamenu
  • Overview
  • Installation
    • Setup via FTP or cPanel
  • Config and Usage
    • Install sample data
    • Module Configuration
    • Manage Megamenu
    • Create New Megamenu Profile
    • Configure menu item
    • Show menu on frontend Desktop
    • Show Menu On Frontend Mobile
    • How to use Magento 2 Pagebuilder
    • REST API
    • Graph Ql
  • FAQ
    • How to make desktop and mobile menu on same page?
    • How to use dynamic content tabs for sub menu items?
    • How to add a menu using Widget?
    • How to add products in submenu
    • How to show parent menu and sub menus in the same level
    • How to add label into menu items
    • How to add menu link to category and sub categories?
    • How to change default horizontal menu on header?
    • Problem when import larger categories into menu items?
    • How to show accordion menu on Desktop view?
  • Theme Compatible
    • Porto
    • Codazon Fastest Fashion
    • Ultimo
  • Video Tutorials
    • Video guides
Powered by GitBook
On this page

Was this helpful?

  1. Installation

Setup via FTP or cPanel

At now the module just support setup via upload module files via FTP and run magento 2 commands.

PreviousOverviewNextInstall sample data

Last updated 2 years ago

Was this helpful?

You should go to our site, login with your account > go to Dashboard > Download Products > then download module file “Ves Megamenu” will get the file as this “ves_megamenu.zip“ or "ves_megamenu_pro_v1.1.3.zip". After decompress it we will get the folder and module files for each magento 2 version. If your site are running magento 2.4.x, setup module file under folder magento 2.4.x.

The module require setup: module too.

After upload module files to your server with FTP client or cPanel. Please run magento 2 commands via SSH terminal:

php bin/magento setup:upgrade --keep-generated

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

php bin/magento cache:clean

Ves_All