WordPress Menu Plugin — Superfly Responsive Menu — CodeCanyon > WordPress > Interface Elements preview

Superfly Responsive Menu Review: Fast Mobile Menus Nulled

Superfly Responsive Menu is a WordPress plugin that adds an off-canvas vertical navigation panel to a site, sliding in from the side of the screen when a visitor hovers over or clicks a trigger. It works alongside the standard WordPress menu system rather than replacing it, and it is sold on CodeCanyon as a WordPress Menu Plugin Interface Element for $35. With 10,990 sales and a 4.72 rating across 320 reviews, it is one of the better-established options in this narrow category. Site owners who want a persistent vertical menu, an icon toolbar, or a fullscreen overlay without rebuilding their theme’s navigation should find it worth a look.

What the plugin actually does beyond a sliding menu

The name undersells the range of layouts on offer. Superfly is better understood as a navigation container that can be configured into several distinct modes: a slide-in panel, a static sidebar that stays visible, a compact icon navbar, a skewed panel, and a fullscreen overlay. Each mode changes how the menu occupies space rather than just how it animates, so the same plugin can serve a marketing site with a permanent desktop sidebar and a blog with a mobile-only drawer.

Because it hooks into the native WordPress menu system, the workflow will be familiar to anyone who has edited a theme menu. Menus are built under Appearance → Menus, then selected as a source inside Superfly’s own options page. The plugin does not overwrite existing theme menu locations, which means a site can run its default header navigation and a Superfly panel at the same time. A CSS selector option allows an existing on-page menu to be used as the source instead, which is useful when a theme already exposes a menu that would be tedious to recreate.

Display rules and trigger control

Visibility is handled with more granularity than most menu plugins offer. The panel can be limited to mobile, limited to desktop, restricted to specific pages, or shown only to logged-in users. The trigger itself is equally flexible: the default button label can be hidden entirely and the menu toggled from any element on the page, whether that is a button, a link, or an image.

Styling and content inside the panel

Menu items are not limited to plain text links. Images, chapter headings, separators, icons, and second-row descriptive text can all be attached to individual items, and multi-level menus are supported to four levels deep. Beyond the menu itself, the panel accepts widgets, shortcodes, and custom HTML, so it can double as a contact block, a promotional area, or a social bar. The social bar covers Facebook, Twitter, Instagram, Pinterest, Google+, Dribbble, YouTube, Vimeo, SoundCloud, Skype, RSS, and email.

Typography is controlled through Google Fonts integration with settings for family, size, alignment, line height, and colour. The menu button has its own set of options covering x/y positioning, base and icon colours, text label, size, and a custom icon. A bundled icon library is included, and custom icon sets can be uploaded.

Behaviour and performance details

The panel can push page content aside as it opens or overlay it, and it can open on hover or on click. Hover opening removes a click from the interaction, though click remains available. Animations are built with pure CSS3 rather than JavaScript, which keeps the rendering work on the browser’s compositor and generally produces smoother motion. Swipe gestures are supported on touch devices, and smooth scrolling is included for anchor links — a small addition that matters on one-page sites where menu items point to sections like #contact.

The plugin is declared GDPR compliant on the grounds that it stores no visitor data. Source files are included in the download as JavaScript, CSS, and PHP, so the code can be inspected or modified. High-resolution assets are provided. The vendor, looks_awesome, has also released an Advanced Toolbar add-on for the plugin.

Where Superfly fits and where it does not

The strongest fit is a site that wants vertical navigation as a deliberate design feature rather than a fallback. Agencies building a custom theme can use Superfly as the primary navigation layer and skip writing an off-canvas menu from scratch, which is often a disproportionate amount of work for a component that needs to handle focus states, touch input, and animation timing correctly. Freelancers working on one-page sites get a ready-made section navigation with smooth scroll already wired up. Membership and intranet sites can use the logged-in visibility rule to show a different menu to authenticated users.

A second clear fit is the site that needs navigation on mobile only. Restricting the panel to small screens and leaving the desktop theme menu untouched is a low-risk way to improve the mobile experience without redesigning anything.

Where Superfly is the wrong choice is on any project that requires right-to-left language support. The vendor states plainly that RTL is not currently supported, so sites in Arabic, Hebrew, Farsi, or Urdu would need custom work that the plugin does not provide. A second poor fit is a project on a page builder that expects the theme’s own menu system to be extended — the plugin is not Gutenberg optimized, and it operates as a separate navigation layer rather than a block-level component inside the editor.

Strengths and limitations

Strengths

  • Five distinct menu modes from a single plugin, covering slide-in, static, icon navbar, skewed panel, and fullscreen layouts.
  • Native integration with WordPress menus, so content editors keep using the admin interface they already know.
  • Detailed display targeting by device, page, and login state, which is rare at this price point.
  • Menu items accept images, icons, separators, and secondary text without custom code.
  • Pure CSS3 animations and swipe support on touch devices.
  • No visitor data stored, which simplifies GDPR compliance for the navigation layer.
  • Source files included, so the plugin can be audited or extended.
  • Actively maintained: the vendor’s last update is dated February 2026, and the plugin declares compatibility from WordPress 4.9 through 7.0.

Limitations

  • No RTL support, confirmed by the vendor. This rules the plugin out for a meaningful set of languages.
  • A documented rendering bug in Chrome affects elements with a fixed background when the push-content animation runs. The background flickers and becomes static. The plugin applies a workaround for the body element only, and the vendor notes the underlying issue is a browser problem. Using the slide-out animation instead of push avoids it, but that is a design compromise forced by a technical constraint.
  • Not Gutenberg optimized, so it does not integrate as a block within the block editor.
  • Because the plugin does not replace theme menus, sites that want Superfly to become the only navigation must disable the theme’s menu location manually or hide it with CSS. That is an extra step and a common source of duplicate menus during setup.
  • Social bar icon coverage includes Google+, a network that no longer operates, which suggests that part of the feature set has not been revisited recently.
  • The vendor’s own listing mentions contacting them for extended-license resale permission, so bundling the plugin into a distributed theme is not automatically permitted.

How it compares with other menu plugins

Most navigation plugins in this category solve one problem: turning a horizontal menu into a hamburger drawer on small screens. Superfly’s differentiator is that it treats vertical navigation as a first-class desktop pattern too, which is why the static and always-visible modes exist. A site that only needs a mobile drawer is paying for capability it will not use, and a lighter plugin or a theme’s built-in mobile menu would be sufficient.

Against heavier page-builder menu widgets, Superfly is narrower but cleaner. It does not attempt to become a full header builder, and it does not lock navigation into a specific builder’s ecosystem. That makes it portable across themes, which matters for agencies that maintain many sites on different stacks. The trade-off is that anything beyond navigation — a sticky header, a search bar, announcement banners — has to come from elsewhere.

For developers who want to modify behaviour, the inclusion of unminified source files is a meaningful advantage over plugins that ship only compiled assets. The absence of RTL support is the clearest gap relative to the broader category, since most mature navigation tools now handle bidirectional layouts.

Frequently Asked Questions

Does Superfly replace the existing WordPress theme menu?

No. Superfly adds a separate navigation layer and leaves theme menu locations untouched. A site can run both at once, which is useful during migration. To make Superfly the only navigation, the theme’s default menu location must be disabled in the WordPress menu settings or hidden with CSS.

Can Superfly be used only on mobile devices?

Yes. Display settings include separate show and hide rules for mobile and desktop, so the panel can be limited to small screens while the desktop theme menu stays in place. This is one of the lower-risk ways to use the plugin, since it changes nothing for desktop visitors.

Is Superfly compatible with right-to-left languages?

No. The vendor states that RTL support is not currently available. Sites using Arabic, Hebrew, Farsi, or Urdu would need custom CSS and JavaScript work to mirror the panel, and the vendor does not provide it. This is the plugin’s most significant functional gap.

Does the plugin slow down a WordPress site?

The vendor does not publish performance benchmarks, so no specific figures can be quoted. Animations are built with pure CSS3 rather than JavaScript, which generally reduces main-thread work compared with script-driven animation. Actual impact depends on how many menus, widgets, and icon sets are loaded on a given site.

Verdict

Superfly Responsive Menu earns its 10,990 sales. It covers a wider range of navigation layouts than most plugins at $35, integrates cleanly with the native WordPress menu system, and gives site owners real control over where and to whom the menu appears. The active update history and included source files suggest a product that is maintained rather than abandoned.

Buy it if the project calls for vertical, off-canvas, or fullscreen navigation on desktop as well as mobile, or if a one-page site needs section navigation with smooth scrolling. Skip it if the site uses a right-to-left language, if navigation must live inside the block editor as a Gutenberg block, or if the only requirement is a basic mobile hamburger menu — in that last case a simpler tool will do the job for less.