Title: Fixed Bottom Menu
Author: Katsushi Kawamori
Published: <strong>17 Novembro, 2019</strong>
Last modified: 29 Março, 2026

---

Procurar plugins

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

# Fixed Bottom Menu

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

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

[Pré-visualizar](https://pt.wordpress.org/plugins/fixed-bottom-menu/?preview=1)

 * [Detalhes](https://pt.wordpress.org/plugins/fixed-bottom-menu/#description)
 * [Avaliações](https://pt.wordpress.org/plugins/fixed-bottom-menu/#reviews)
 *  [Instalação](https://pt.wordpress.org/plugins/fixed-bottom-menu/#installation)
 * [Desenvolvimento](https://pt.wordpress.org/plugins/fixed-bottom-menu/#developers)

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

## Descrição

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
    );
    ```

## Ecrãs

 * [[
 * View
 * [[
 * Settings
 * [[
 * Edit settings

## Instalação

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

## Perguntas frequentes

none

## Avaliações

![](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 Novembro, 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 Setembro, 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 Agosto, 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 Março, 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 Novembro, 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 Outubro, 2020

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

 [ Ler todas as 11 avaliações ](https://wordpress.org/support/plugin/fixed-bottom-menu/reviews/)

## Contribuidores e programadores

“Fixed Bottom Menu” é software de código aberto. As seguintes pessoas contribuíram
para este plugin:

Contribuidores

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

“Fixed Bottom Menu” foi traduzido para 3 locales. Obrigado aos [tradutores](https://translate.wordpress.org/projects/wp-plugins/fixed-bottom-menu/contributors)
pelas suas contribuições.

[Traduza o “Fixed Bottom Menu” para o seu idioma.](https://translate.wordpress.org/projects/wp-plugins/fixed-bottom-menu)

### Interessado no desenvolvimento?

[Consulte o código](https://plugins.trac.wordpress.org/browser/fixed-bottom-menu/),
consulte o [repositório SVN](https://plugins.svn.wordpress.org/fixed-bottom-menu/),
ou subscreva o [registo de alterações](https://plugins.trac.wordpress.org/log/fixed-bottom-menu/)
por [RSS](https://plugins.trac.wordpress.org/log/fixed-bottom-menu/?limit=100&mode=stop_on_copy&format=rss).

## Registo de alterações

#### [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.

## Metadados

 *  Versão **2.15**
 *  Última actualização **Há 6 dias**
 *  Instalações activas **5.000+**
 *  Versão do WordPress ** 6.6 ou superior **
 *  Testado até **7.0**
 *  Versão do PHP ** 8.0 ou superior **
 *  Idiomas
 * [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/) e [Polish](https://pl.wordpress.org/plugins/fixed-bottom-menu/).
 *  [Traduza para o seu idioma](https://translate.wordpress.org/projects/wp-plugins/fixed-bottom-menu)
 * Etiquetas
 * [fixed](https://pt.wordpress.org/plugins/tags/fixed/)[menu](https://pt.wordpress.org/plugins/tags/menu/)
 *  [Visualização avançada](https://pt.wordpress.org/plugins/fixed-bottom-menu/advanced/)

## Classificações

 5 out of 5 stars.

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

[Adicionar a minha avaliação](https://wordpress.org/support/plugin/fixed-bottom-menu/reviews/#new-post)

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

## Contribuidores

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

## Suporte

Tem algo a dizer? Precisa de ajuda?

 [Ver fórum de suporte](https://wordpress.org/support/plugin/fixed-bottom-menu/)

## Doar

Gostaria de apoiar o desenvolvimento deste plugin?

 [ Fazer donativo para o plugin ](https://shop.riverforest-wp.info/donate/)