Skip to content

Installation

Jerel Yoshida edited this page Mar 18, 2026 · 1 revision

Installation

Requirements

  • WordPress 6.0 or higher
  • PHP 7.4 or higher

Installation Methods

Method 1: Download from GitHub

  1. Go to the Releases page
  2. Download the latest mega-menu-ajax-x.x.x.zip
  3. In WordPress admin, go to Plugins > Add New > Upload Plugin
  4. Upload the ZIP file and click Install Now
  5. Activate the plugin

Method 2: Manual Installation

  1. Download the latest release
  2. Extract the ZIP file
  3. Upload the mega-menu-ajax folder to /wp-content/plugins/
  4. Activate the plugin through the Plugins menu in WordPress

Method 3: Git Clone (for developers)

cd wp-content/plugins
git clone https://github.com/yoshidaman99/mega-menu-ajax.git

Post-Installation

  1. Go to Appearance > Mega Menu Ajax
  2. Select which menu locations to enable
  3. Configure the settings for each location
  4. Save changes

Verify Installation

Check that the plugin is working:

  1. View your site's front end
  2. Open browser DevTools (F12)
  3. Look for [MegaMenuAjax] in the console (if debug mode is enabled)
  4. Hover over menu items - you should see prefetch requests in the Network tab

Clone this wiki locally