Frequently Asked Questions
Answers to the most common questions about Giuliomax Menu Builder.
General
Is the plugin really free? Is there a Pro version?
Yes, completely free. There is no Pro version, no premium add-ons, and no features locked behind a paywall. Everything described in this documentation is available from day one, at no cost.
Where is the plugin's source code?
The plugin is open source. The repository is at github.com/Giulio001/menux-free-version. Bug reports and pull requests are welcome.
Does it work with any WordPress theme?
Yes. The plugin renders its own markup and styles independently of the active theme. The only theme-specific consideration is where you place the menu — for classic themes you use the shortcode or a widget; for FSE themes you use the Gutenberg block in the Site Editor.
Will it slow down my site?
No. The plugin enqueues only the CSS and JavaScript needed for the features you have enabled. If you don't use the countdown timer, that script is not loaded. Assets are minified and served from your server (no CDN calls to third-party services).
Installation & Compatibility
What version of WordPress do I need?
WordPress 5.8 or higher. For the best Full Site Editing (FSE) experience with the Gutenberg block, WordPress 6.0 or higher is recommended.
Does it work with page builders (Elementor, Divi, Beaver Builder)?
Yes, via the [menux] shortcode. In Elementor, use the Shortcode widget and paste [menux]. In Divi, use the Code module. In Beaver Builder, use the HTML module.
Does it conflict with other menu plugins?
It can coexist with other menu plugins as long as they are not both applied to the same menu location. If you were using another plugin (e.g. Max Mega Menu, UberMenu) before, deactivate it before activating Giuliomax Menu Builder to avoid style conflicts.
Can I use it on a multisite installation?
Yes. Network-activate it to make it available on all sites, or activate it per site. Settings are stored per site, not network-wide.
Themes & Styling
Can I create my own themes?
You can heavily customize any built-in theme using the style controls in Menu Builder (Colors / Typography / Layout sections). Saving those customizations as a named "preset" (Export → Save as preset) is on the roadmap for a future release.
My custom font isn't in the 70+ Google Fonts list. Can I use it?
Yes. Load your font via your theme, a plugin, or by enqueueing it manually, then enter the font family name in Menu Builder (Colors / Typography / Layout sections) → Typography → Font family → Custom. The plugin will use whatever font is available in the browser.
How do I reset all style changes and go back to the theme defaults?
In Menu Builder (Colors / Typography / Layout sections), click Reset to theme defaults at the bottom of the panel. This restores all values to what the currently applied theme set.
Mega Menu
The mega menu panel is cut off on the right side of the screen. How do I fix it?
Set the panel width to Full width in Menu Builder → Mega Menu → Panel width. If you need a narrower panel, check that your site's container CSS doesn't apply overflow: hidden to an ancestor element of the menu.
Can I put a contact form or a WooCommerce product inside a mega menu column?
Yes — use the Custom HTML column content type and paste any shortcode or HTML. For example: [contact-form-7 id="123"] or a WooCommerce product shortcode.
Mobile
The desktop menu and the mobile menu are both visible at the same time. How do I fix it?
This usually means another CSS rule is overriding the plugin's breakpoint styles. Open browser DevTools, inspect the menu wrapper, and look for a display property coming from your theme. Add a more specific CSS rule to your theme's stylesheet, or adjust the breakpoint value in Menu Builder → Mobile.
WooCommerce
The cart count doesn't update without a page reload.
Make sure your caching plugin (if any) is not caching WooCommerce AJAX requests. Most caching plugins have a WooCommerce-compatible mode or automatically exclude cart fragment requests — check your caching plugin's documentation.
Getting help
If your question isn't answered here:
- Open an issue on GitHub.
- Leave a support thread on the WordPress.org support forum.