Fixed Bottom Menu for WordPress Plugin Directory
Fixed Bottom Menu is the #40 ranked menu app on WordPress, with a 5.0 average rating from 11 reviews, as of Aug 31, 2026.
Fixed Bottom Menu is a WordPress Plugin Directory app by Katsushi Kawamori. With a rating of 5.0★ from 11 reviews, it currently ranks #40 in the Menu category.
AppRanks data: Fixed Bottom Menu ranks #40 in Menu on WordPress Plugin Directory, placing it in the top 8% of that category.
AppRanks verdict
Generated from live marketplace data — refreshed daily
Fixed Bottom Menu is a category-leading WordPress app with a limited review volume. It is listed in the Menu category on WordPress Plugin Directory, which AppRanks treats as the canonical taxonomy node for ranking and competitor comparison. 11 reviews put it in the early-traction tier — useful for early-stage stores willing to be on the leading edge. Early-traction review counts are sensitive to single launch periods or feature events, so a 30-day re-check before bigger commitments often resolves whether the trend is sustained. Paid-only pricing means evaluating fit on the marketplace listing or via the developer's documentation before installing. AppRanks tracks rating, review count, pricing tier, and category position daily — the figures on this page reflect the most recent scrape from the canonical WordPress Plugin Directory listing.
Pros
- +High average rating (5.0★) signals consistent merchant satisfaction
- +Published by Katsushi Kawamori — established developer track record
Cons
- −Limited review base (11) — ratings can shift significantly with new feedback
Looking to switch from Fixed Bottom Menu?
See Fixed Bottom Menu's alternatives ranked by audit score, rating, and review velocity.
How Fixed Bottom Menu works
Show full descriptionShow less
Add a fixed menu. The basic menu is at the bottom, but it can also be displayed on the top, left, and right.
Links
Five link destinations can be specified.
Provides filters for icons, URLs, and text for each link.
Options
Can specify the number of columns from 1 to 5.
Can specify the font size with px, rem and em.
Can specify the menu height with px, rem and em.
Can specify the line height with px, rem and em.
Can specify the padding with px, rem and em.
Can specify their class to remove the overlap for headers and footers overlap.
Can specify the color of text, buttons, and overlay.
Can specify the upper limit of the display width.
Can specify the stack order of css elemental.
The above options filters are provided.
Other filters
Provide a filter to erase the menu.
How it works
Live Demo
Fixed Bottom Menu Live
Icons
Dashicons can be specified.
Customize
Template files allow for flexible customization.
The default template file is template/fixedbottommenu-template-html.php and template/fixedbottommenu-template-css.php. Using this as a reference, you can specify a separate template file using the filters below.
/** ================================================== * Filter for template file of html. * */ add_filter( 'fixed_bottom_menu_generate_template_html_file', function () { $wp_uploads = wp_upload_dir(); $upload_dir = wp_normalize_path( $wp_uploads['basedir'] ); $upload_dir = untrailingslashit( $upload_dir ); return $upload_dir . '/tmp/fixedbottommenu-template-html.php'; }, 10, 1 );
/** ================================================== * Filter for template file of css. * */ add_filter( 'fixed_bottom_menu_generate_template_css_file', function () { $wp_uploads = wp_upload_dir(); $upload_dir = wp_normalize_path( $wp_uploads['basedir'] ); $upload_dir = untrailingslashit( $upload_dir ); return $upload_dir . '/tmp/fixedbottommenu-template-css.php'; }, 10, 1 );
CSS files can be set separately. Please see the filters below.
/** ================================================== * Filter for CSS file. * */ add_filter( 'fixed_bottom_menu_css_url', function () { $wp_uploads = wp_upload_dir(); $upload_url = $wp_uploads['baseurl']; if ( is_ssl() ) { $upload_url = str_replace( 'http:', 'https:', $upload_url ); } $upload_url = untrailingslashit( $upload_url ); return $upload_url . '/tmp/fixedbottommenu.css'; }, 10, 1 );
Category rankings
As of Sep 4, 2026- Menu#40of 505Top 8%
See 90-day rank history for each category
Track daily rank changes, category shifts, and position volatility.
Competitors & alternatives
Fixed Bottom Menu doesn't have curated competitor matchups yet. Other tracked menu apps on WordPress:
Where Fixed Bottom Menu stands in the Menu category
Fixed Bottom Menu ranks #40 of 505 apps in the Menu category, placing it in the top 8% of the listing.
Frequently asked questions
What is Fixed Bottom Menu?
Fixed Bottom Menu is an app for WordPress. It currently holds a 5.0-star rating from 11 merchant reviews, and AppRanks has been tracking its public marketplace data on the refresh cadence published in our methodology. It is listed under the Menu category on AppRanks, where you can see its current category position, review-velocity trend, and how it compares against the top alternatives in the same space. Developed by Katsushi Kawamori.
Who uses Fixed Bottom Menu?
Currently around 5,000 active stores have installed Fixed Bottom Menu. Its review base is still building, which usually maps to early-stage merchants and stores piloting a new workflow. It is part of the Menu category on WordPress.
Where does Fixed Bottom Menu rank on WordPress?
Fixed Bottom Menu currently sits at position #40 in the Menu category on WordPress. That places it in the top 8% of 505 apps tracked in the same category. Category positions are read from the live marketplace ranking and refresh on each scrape, so the number you see here reflects the most recent crawl rather than a long-running average.