Title: Fixed Bottom Menu
Author: Katsushi Kawamori
Published: <strong>17 November 2019</strong>
Last modified: 16 Agustus 2026

---

Cari plugin

![](https://ps.w.org/fixed-bottom-menu/assets/icon-256x256.png?rev=2195074)

# Fixed Bottom Menu

 Oleh [Katsushi Kawamori](https://profiles.wordpress.org/katsushi-kawamori/)

[Unduh](https://downloads.wordpress.org/plugin/fixed-bottom-menu.2.15.zip)

[Pratinjau Langsung](https://id.wordpress.org/plugins/fixed-bottom-menu/?preview=1)

 * [Detail](https://id.wordpress.org/plugins/fixed-bottom-menu/#description)
 * [Ulasan](https://id.wordpress.org/plugins/fixed-bottom-menu/#reviews)
 *  [Instalasi](https://id.wordpress.org/plugins/fixed-bottom-menu/#installation)
 * [Pengembangan](https://id.wordpress.org/plugins/fixed-bottom-menu/#developers)

 [Bantuan](https://wordpress.org/support/plugin/fixed-bottom-menu/)

## Deskripsi

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](https://fbm.riverforest-wp.info/)

#### Icons

 * [Dashicons](https://developer.wordpress.org/resource/dashicons/) can be specified.

#### Customize

 * Template files allow for flexible [customization](https://github.com/katsushi-kawamori/Fixed-Bottom-Menu-Templates).
 * 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
    );
    ```

## Tangkapan Layar

[⌊View⌉⌊View⌉[

View

[⌊Settings⌉⌊Settings⌉[

Settings

[⌊Edit settings⌉⌊Edit settings⌉[

Edit settings

## Instalasi

 1. Upload `fixed-bottom-menu` directory to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress

## Tanya Jawab

none

## Ulasan

![](https://secure.gravatar.com/avatar/66fc2b6a13e9da60609bcced35d511bac94c4a3f46b95e05448582cb4c14528d?
s=60&d=retro&r=g)

### 󠀁[Works Great!](https://wordpress.org/support/topic/works-great-9030/)󠁿

 [supplypartners](https://profiles.wordpress.org/supplypartners/) 9 November 2023

The menu works very well for mobile and desktop website.

![](https://secure.gravatar.com/avatar/87ac9269a51f12b82c33eb37b7004de25dcb5f8ca8066d3d1b577278c67d827c?
s=60&d=retro&r=g)

### 󠀁[Lightweight and Flawless](https://wordpress.org/support/topic/lightweight-and-flawless/)󠁿

 [Diamond Digtial Marketing (HK) Ltd](https://profiles.wordpress.org/diamonddmext/)
29 September 2023

Work very well, lightweight and fully customizable. Highly recommend!

![](https://secure.gravatar.com/avatar/749479f4c1de5031809f5ca6472e6823f4a0d7373e81bbdfe452dcae72519ab7?
s=60&d=retro&r=g)

### 󠀁[Awesome Plugin](https://wordpress.org/support/topic/awesome-plugin-6097/)󠁿

 [sitejugaad](https://profiles.wordpress.org/sitejugaad/) 22 Agustus 2021

Good plugin for adding app like footer menu in the website

![](https://secure.gravatar.com/avatar/0d133cdda70dde1c52c7ec4f71ba84c93db92706ca17744febb3039b7d107d33?
s=60&d=retro&r=g)

### 󠀁[great plugin, 5 stars](https://wordpress.org/support/topic/great-plugin-5-stars-5/)󠁿

 [djapa89](https://profiles.wordpress.org/djapa89/) 28 Maret 2021

keep good work

![](https://secure.gravatar.com/avatar/587acbd4dd3518e61fd27dff4263615f91a75eab0020ce35e00c7cb2387227af?
s=60&d=retro&r=g)

### 󠀁[Great plugin](https://wordpress.org/support/topic/great-plugin-28641/)󠁿

 [alpha2](https://profiles.wordpress.org/neoseeyou/) 19 November 2020

Good plugin, do what it said, simple and effective Thanks

![](https://secure.gravatar.com/avatar/2c2f95b492c547c7ff3982750cc3c331aa8d491043e301e5bddedc06bd1d4762?
s=60&d=retro&r=g)

### 󠀁[Luar Biasa](https://wordpress.org/support/topic/luar-biasa-9/)󠁿

 [Deddy Manze](https://profiles.wordpress.org/manze/) 15 Oktober 2020

Plugin dengan tampilan sederhana namun sangat luar biasa. Wajar diberi bintang 5.
Salam dari Indonesia

 [ Baca semua 11 ulasan ](https://wordpress.org/support/plugin/fixed-bottom-menu/reviews/)

## Kontributor & Pengembang

“Fixed Bottom Menu” adalah perangkat lunak open source. Berikut ini mereka yang 
sudah berkontribusi pada plugin ini.

Kontributor

 *   [ Katsushi Kawamori ](https://profiles.wordpress.org/katsushi-kawamori/)

“Fixed Bottom Menu” telah diterjemahkan dalam 3 bahasa. Terima kasih kepada [para penerjemah](https://translate.wordpress.org/projects/wp-plugins/fixed-bottom-menu/contributors)
untuk kontribusi-nya.

[Terjemahkan “Fixed Bottom Menu” dalam bahasa Anda.](https://translate.wordpress.org/projects/wp-plugins/fixed-bottom-menu)

### Tertarik mengembangkan?

[Lihat kode](https://plugins.trac.wordpress.org/browser/fixed-bottom-menu/), periksa
[repositori SVN ](https://plugins.svn.wordpress.org/fixed-bottom-menu/), atau mendaftar
ke [log pengembangan](https://plugins.trac.wordpress.org/log/fixed-bottom-menu/)
melalui [RSS](https://plugins.trac.wordpress.org/log/fixed-bottom-menu/?limit=100&mode=stop_on_copy&format=rss).

## Log Perubahan

#### [2.15] 2025/04/01

 * Fix – Rebuilt javascript.

#### [2.14] 2025/03/16

 * Fix – Fixed problems with `fbm_hide` filter.

#### [2.13] 2024/11/14

 * Fix – Management screen display issue.

#### [2.12] 2024/11/14

 * Fix – Management screen display issue.

#### [2.11] 2024/11/13

 * Fix – Management screen display issue.

#### [2.10] 2024/11/11

 * Fix – Management screen display issue.

#### [2.09] 2024/11/10

 * Fix – Rebuilt javascript.

#### [2.08] 2024/04/21

 * Fix – Translation.

#### [2.07] 2024/04/21

 * Fix – Translation.

#### [2.06] 2024/04/21

 * Tweak – About the template overview display.

#### [2.05] 2024/04/20

 * Added – “Bottom and Right” Template.

#### [2.04] 2024/04/19

 * Change – Changed the number of columns from 3 to 5 to 1 to 5.
 * Change – readme.txt.

#### [2.03] 2024/04/18

 * Added – Top,Right,Left Display Template.
 * Added – Numeric and unit variables for fonts.
 * Tweak – Addition of description on the admin page.

#### [2.02] 2024/04/17

 * Fix – Simplification of templates.

#### [2.01] 2024/04/17

 * Fix – Simplification of templates.

#### [2.00] 2024/04/16

 * Added – Customization by template files.
 * Change – The management screen was converted to React.

#### 1.30

Supported WordPress 6.4.
 PHP 8.0 is now required.

#### 1.29

Fixed problem with adding columns.

#### 1.28

Supported WordPress 5.7.

#### 1.27

Fixed uninstall.

#### 1.26

Supported WordPress 5.6.

#### 1.25

Updates related to add-ons.

#### 1.24

Updates related to add-ons.

#### 1.23

A link to the demo site has been posted.
 [Fixed Bottom Menu Live](https://fbm.riverforest-wp.info/)

#### 1.22

Added footer class option.
 Changed color picker.

#### 1.21

Fixed an error related to add-ons.

#### 1.20

Added filter for erase menu.
 Added filter for z-index.

#### 1.19

Added filter for values in columns.

#### 1.18

Removed unnecessary code.

#### 1.17

Added several options.
 Added several filter.

#### 1.16

Fixed a problem with the iOS home bar being covered.

#### 1.15

Can specify the number of columns from 3 to 5.

#### 1.14

Fixed translation.

#### 1.13

Fixed translation.

#### 1.12

Fixed url link problem.

#### 1.11

Old settings (ver1.01) can now be selected.

#### 1.10

The setting screen has been changed.

#### 1.04

Fixed problem of CSS.

#### 1.03

Fixed issue “Max Width”.

#### 1.02

Fixed problem of CSS.

#### 1.01

Fixed link to the setting page.

#### 1.00

Initial release.

## Meta

 *  Versi **2.15**
 *  Diperbarui **1 hari yang lalu**
 *  Instalasi Aktif **5,000+**
 *  Versi WordPress ** 6.6 atau yang terbaru **
 *  Diuji hingga **7.1**
 *  Versi PHP ** 8.0 atau yang terbaru **
 *  Bahasa
 * [English (US)](https://wordpress.org/plugins/fixed-bottom-menu/), [French (France)](https://fr.wordpress.org/plugins/fixed-bottom-menu/),
   [Japanese](https://ja.wordpress.org/plugins/fixed-bottom-menu/), dan [Polish](https://pl.wordpress.org/plugins/fixed-bottom-menu/).
 *  [Terjemahkan dalam bahasa Anda](https://translate.wordpress.org/projects/wp-plugins/fixed-bottom-menu)
 * Tag
 * [fixed](https://id.wordpress.org/plugins/tags/fixed/)[menu](https://id.wordpress.org/plugins/tags/menu/)
 *  [Tampilan lanjut](https://id.wordpress.org/plugins/fixed-bottom-menu/advanced/)

## Rating

 5 dari 5 bintang.

 *  [  11 ulasan 5-bintang     ](https://wordpress.org/support/plugin/fixed-bottom-menu/reviews/?filter=5)
 *  [  0 ulasan 4-bintang     ](https://wordpress.org/support/plugin/fixed-bottom-menu/reviews/?filter=4)
 *  [  0 ulasan 3-bintang     ](https://wordpress.org/support/plugin/fixed-bottom-menu/reviews/?filter=3)
 *  [  0 ulasan 2-bintang     ](https://wordpress.org/support/plugin/fixed-bottom-menu/reviews/?filter=2)
 *  [  0 ulasan 1-bintang     ](https://wordpress.org/support/plugin/fixed-bottom-menu/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/fixed-bottom-menu/reviews/#new-post)

[Lihat semua ulasan](https://wordpress.org/support/plugin/fixed-bottom-menu/reviews/)

## Kontributor

 *   [ Katsushi Kawamori ](https://profiles.wordpress.org/katsushi-kawamori/)

## Bantuan

Ada yang ingin dikatakan? Butuh bantuan?

 [Lihat forum bantuan](https://wordpress.org/support/plugin/fixed-bottom-menu/)

## Donasi

Apakah Anda ingin mendukung pengembangan plugin ini?

 [ Donasi untuk plugin ini ](https://shop.riverforest-wp.info/donate/)