Latest JetMenu download, GPL license.JetMenu for ElementorPlugin is specially designed to create a variety of powerful mega menu (Mega Menu), you need to use with Elementor or Gutenberg editor, fast, high degree of customization, easy to operate.
Click to see the JetMenu-madeMega Menu Demo.
There is a customer's foreign trade website to create a vertical mega menu ↓, at first we tried to useThe Plus Addon, ,ElementsKitWe found it difficult to use, not very customizable and slow to create plugins such as JetMenu. After comparing several plugins, we found that JetMenu can meet our needs better.
JetMenu is faster, because it is only the super menu function is relatively simple, The Plus and other plug-ins are too multi-functional code cumbersome. jetMenu can be customized to a high degree, white people can also make the desired menu. jetMenu another advantage is to take into account the mobile side of the menu, you can set a separate modification style and so on.
JetMenu Frequently Asked Questions
After modifying the plug-in settings in the background will be automatically saved, the top-right corner will pop up the following prompt after successful saving ↓, no "Save" or other save changes button. In the customer's site to maintain the settings are not successful, refresh the page settings will be restored.
Check and find that the Pagoda panel Nginx firewall intercepted the changes, you need to set the firewall URL whitelist, according to the following chart to put^/wp-json/jet-menu-api/v2/plugin-settingsJust add it to the whitelist.
JetMenu Tutorial
Click to view Elementor's official website atUsing JetMenu to create a mega menu tutorial》, TheJetMenu official mega menu tutorialThe.
Setting explanation: If the "Revamp Menu" function is turned off, the front page will load a 76.6kb icon font, slowing down the page loading speed. If turned on, the right arrow at the back of the menuIcons will not be displayed, but also will not load the 76.6kb icon font, which is faster.
It is recommended that white users need the parent menu to show the right arrowPlease disable the "Revamp Menu", if you don't need it, it is recommended to enable it.
The arrow below to the right is added using the CSS below, putting line 10 of https://xxx.com/right-angle.svg Just replace the URL with the rightward icon. Icons can be downloaded online and uploaded to the backend media library for use.
a.jet-custom-nav__item-link.menu-link:after{
position: absolute.
content: ''.
top:0.
right:0.
transform: translateX(15px).
width: 20px.
height: 20px.
background-size: 20px.
background-image: url(https://xxx.com/right-angle.svg)!important.
background-repeat: no-repeat.
}