Title: Fixed Bottom Menu
Author: Katsushi Kawamori
Published: <strong>2019-11-17</strong>
Last modified: 2026-03-29

---

Szukaj wtyczek

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

# Fixed Bottom Menu

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

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

[Podgląd na żywo](https://pl.wordpress.org/plugins/fixed-bottom-menu/?preview=1)

 * [Szczegóły](https://pl.wordpress.org/plugins/fixed-bottom-menu/#description)
 * [Recenzje](https://pl.wordpress.org/plugins/fixed-bottom-menu/#reviews)
 *  [Instalacja](https://pl.wordpress.org/plugins/fixed-bottom-menu/#installation)
 * [Rozwój](https://pl.wordpress.org/plugins/fixed-bottom-menu/#developers)

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

## Opis

Add a fixed menu. The basic menu is at the bottom, but it can also be displayed 
on the top, left, and right.

#### Odnośniki

 * Można określić pięć miejsc docelowych odnośnika.
 * Dostarcza filtry dla ikon, adresów URL i tekstu dla każdego odnośnika.

#### Opcje

 * 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.
 * Można określić kolor tekstu, przycisków i nakładki.
 * Możliwość określenia górnej granicy szerokości wyświetlania.
 * Potrafi określić kolejność listy elementów CSS.
 * Powyższe filtry opcji są dostarczone.

#### Inne filtry

 * Wprowadź filtr do wymazania menu.

#### How it works

#### Live Demo

 * [Fixed Bottom Menu na żywo](https://fbm.riverforest-wp.info/)

#### Ikonki

 * [Dashicons](https://developer.wordpress.org/resource/dashicons/) mogą być używane.

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

## Zrzuty ekranu

 * [[
 * Widok
 * [[
 * Ustawienia
 * [[
 * Edytuj ustawienia

## Instalacja

 1. Prześlij folder `fixed-bottom-menu` do katalogu `/wp-content/plugins/`
 2. Włącz wtyczkę poprzez menu „Wtyczki” w panelu WordPress

## Najczęściej zadawane pytania

brak

## Recenzje

![](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/) 2023-11-09

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/)
2023-09-29

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/) 2021-08-22

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/) 2021-03-28

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/) 2020-11-19

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/) 2020-10-15

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

 [ Przeczytaj 11 recenzji ](https://wordpress.org/support/plugin/fixed-bottom-menu/reviews/)

## Kontrybutorzy i deweloperzy

„Fixed Bottom Menu” jest oprogramowaniem open source. Poniższe osoby miały wkład
w rozwój wtyczki.

Zaangażowani

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

Wtyczka „Fixed Bottom Menu” została przetłumaczona na 3 języki. Podziękuj [tłumaczom](https://translate.wordpress.org/projects/wp-plugins/fixed-bottom-menu/contributors)
za ich wkład.

[Przetłumacz wtyczkę “Fixed Bottom Menu” na swój język.](https://translate.wordpress.org/projects/wp-plugins/fixed-bottom-menu)

### Interesuje cię rozwój wtyczki?

[Przeglądaj kod](https://plugins.trac.wordpress.org/browser/fixed-bottom-menu/),
sprawdź [repozytorium SVN](https://plugins.svn.wordpress.org/fixed-bottom-menu/)
lub czytaj [dziennik rozwoju](https://plugins.trac.wordpress.org/log/fixed-bottom-menu/)
przez [RSS](https://plugins.trac.wordpress.org/log/fixed-bottom-menu/?limit=100&mode=stop_on_copy&format=rss).

## Rejestr zmian

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

Poprawiono problem z dodawaniem kolumn.

#### 1.28

Wsparcie dla WordPressa 5.7.

#### 1.27

Poprawiono odinstalowywanie.

#### 1.26

Wsparcie dla WordPressa 5.6.

#### 1.25

Aktualizacja związane z dodatkami.

#### 1.24

Aktualizacja związane z dodatkami.

#### 1.23

Opublikowano odnośnik do strony na żywo.
 [Fixed Bottom Menu na żywo](https://fbm.riverforest-wp.info/)

#### 1.22

Dodatkowo opcję z klasą stopki
 Zmieniono widżet wyboru koloru

#### 1.21

Poprawiono błąd związany z dodatkami.

#### 1.20

Dodano filtr do wymazywania menu.
 Dodano filtr dla z-index.

#### 1.19

Dodano filtr dla wartości kolumn.

#### 1.18

Usunięto niepotrzebny kod.

#### 1.17

Dodatkowo kilka opcji.
 Dodano kilka filtrów.

#### 1.16

Naprawiono problem z zakrywaniem paska głównego systemu iOS

#### 1.15

Możliwość określenia liczby kolumn od 3 do 5.

#### 1.14

Poprawiono tłumaczenie.

#### 1.13

Poprawiono tłumaczenie.

#### 1.12

Poprawiono problem z odnośnikiem.

#### 1.11

Możliwość wyboru starego ustawienia (wersja 1.01).

#### 1.10

Ekran ustawień został zmieniony.

#### 1.04

Poprawiono problem z CSS.

#### 1.03

Poprawiono problem z „Maksymalna szerokość”.

#### 1.02

Poprawiono problem z CSS.

#### 1.01

Poprawiono odnośnik do strony ustawień.

#### 1.00

Pierwsze wydanie.

## Meta

 *  Wersja **2.15**
 *  Ostatnia aktualizacja **2 miesiące temu**
 *  Włączone instalacje **5 000+**
 *  Wersja WordPressa ** 6.6 lub nowszej **
 *  Testowano do **7.0**
 *  Wersja PHP ** 8.0 lub nowszej **
 *  Języki
 * [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/), i [Polish](https://pl.wordpress.org/plugins/fixed-bottom-menu/).
 *  [Przetłumacz na swój język](https://translate.wordpress.org/projects/wp-plugins/fixed-bottom-menu)
 * Tagi
 * [fixed](https://pl.wordpress.org/plugins/tags/fixed/)[menu](https://pl.wordpress.org/plugins/tags/menu/)
 *  [Widok zaawansowany](https://pl.wordpress.org/plugins/fixed-bottom-menu/advanced/)

## Oceny

 5 na 5 gwiazdek.

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

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

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

## Zaangażowani

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

## Wsparcie

Masz coś do dodania? Potrzebujesz pomocy?

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

## Złóż datek

Czy chcesz wesprzeć rozwój wtyczki?

 [ Wspomóż wtyczkę ](https://shop.riverforest-wp.info/donate/)