📘
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. Theme Compatible

Codazon Fastest Fashion

PreviousPortoNextUltimo

Last updated 3 years ago

Was this helpful?

To display the megamenu on Codazon Fastest Fashion theme. Please follow there steps:

  • Create megamenu profile have alias = “top-menu“

  • Create new CMS block as this:

  • The content code cms block:

<div class="cdz-main-menu"><div class="cdz-menu cdz-horizontal-menu  cdz-translate" id="menu-top-main-menu" data-mage-init='{"megamenu":{"dropdownEffect":"translate","type":"0"}}'>{{widget type="Ves\Megamenu\Block\Widget\Menu" alias="top-menu"}}</div></div>
  • Create new widget instance with config as this:

  • Disable default fastest fashion menu widget instance as this:

  • Flush cache of your site.