Title: WP Alert Bar
Author: Ryan Bracey
Published: <strong>2020-06-04</strong>
Last modified: 2025-01-14

---

Szukaj wtyczek

![](https://ps.w.org/wp-alert-bar/assets/banner-772x250.png?rev=3221900)

Wtyczka **nie została przetestowana z trzema ostatnimi głównymi wydaniami WordPressa**.
Może nie być już utrzymywana lub obsługiwana, co może skutkować problemem ze zgodnością
z nowszymi wersjami WordPressa.

![](https://ps.w.org/wp-alert-bar/assets/icon-256x256.png?rev=2317695)

# WP Alert Bar

 Autor: [Ryan Bracey](https://profiles.wordpress.org/braceomatic88/)

[Pobierz](https://downloads.wordpress.org/plugin/wp-alert-bar.zip)

 * [Szczegóły](https://pl.wordpress.org/plugins/wp-alert-bar/#description)
 * [Recenzje](https://pl.wordpress.org/plugins/wp-alert-bar/#reviews)
 * [Rozwój](https://pl.wordpress.org/plugins/wp-alert-bar/#developers)

 [Wsparcie](https://wordpress.org/support/plugin/wp-alert-bar/)

## Opis

WP Alert Bar allows you to quickly and easily add an alert bar to your WordPress
website.

All content and styles are fully customizable through the WordPress Customizer, 
allowing you to easily match the alert bar to your sites branding with no coding
necessary, and with real time preview you can see what you’re doing before publishing.
WP Alert Bar also gives you the ability modify the way the alert bar displays with
options to have the alert bar appear across your entire site or just the homepage,
or include a close button. This gives you the power to use WP Alert Bar in a way
that best fits your message.

WP Alert Bar also applies unique classes to the body tag and all elements of the
alert bar making it easy for developers to further modify the styles to fit the 
needs of your WordPress website.

### Features

 * Custom Colors to match your site branding
 * Custom title, message and call to action ( all items are optional and fully conditional)
 * Ability to display banner across your entire site or just the homepage
 * Body class added to pages where WP Alert Bar is visible

## Zrzuty ekranu

[⌊WP Alert Bar section in customizer⌉⌊WP Alert Bar section in customizer⌉[

WP Alert Bar section in customizer

[⌊Sub sections in customizer for Styles, Content, and Display⌉⌊Sub sections in customizer
for Styles, Content, and Display⌉[

Sub sections in customizer for Styles, Content, and Display

[⌊Styles section to customize colors and font size. Options are editable from the
customizer with real time preview⌉⌊Styles section to customize colors and font size.
Options are editable from the customizer with real time preview⌉[

Styles section to customize colors and font size. Options are editable from the 
customizer with real time preview

[⌊Content section to add custom messaging and call to action. Options are editable
from the customizer with real time preview⌉⌊Content section to add custom messaging
and call to action. Options are editable from the customizer with real time preview⌉[

Content section to add custom messaging and call to action. Options are editable
from the customizer with real time preview

[⌊Display section to customize where the alert displays on your site. Options are
editable from the customizer with real time preview⌉⌊Display section to customize
where the alert displays on your site. Options are editable from the customizer 
with real time preview⌉[

Display section to customize where the alert displays on your site. Options are 
editable from the customizer with real time preview

## Najczęściej zadawane pytania

### My WordPress site has a sticky header that uses position fixed causing it to cover the WP Alert Bar, how can I fix this?

**WP Alert Bar** comes with a filter that allows you to define your sites fixed 
header so that it can account for the alert bar. Simply navigate to the functions.
php file in your child theme and paste in the following code snippet, making sure
to replace .site-header with the class or ID of your sites fixed position header.

    ```
    // Define fixed header for WP Alert Bar
    add_filter( 'mbwpab_fixed_header_selector', 'mbwpab_define_fixed_header' );
    function mbwpab_define_fixed_header( $header ) {
        $header     =   '.site-header';
        return $header;
    }
    ```

## Recenzje

Wtyczka nie ma jeszcze żadnej recenzji.

## Kontrybutorzy i deweloperzy

„WP Alert Bar” jest oprogramowaniem open source. Poniższe osoby miały wkład w rozwój
wtyczki.

Zaangażowani

 *   [ Ryan Bracey ](https://profiles.wordpress.org/braceomatic88/)

Wtyczka „WP Alert Bar” została przetłumaczona na 2 języki. Podziękuj [tłumaczom](https://translate.wordpress.org/projects/wp-plugins/wp-alert-bar/contributors)
za ich wkład.

[Przetłumacz wtyczkę “WP Alert Bar” na swój język.](https://translate.wordpress.org/projects/wp-plugins/wp-alert-bar)

### Interesuje cię rozwój wtyczki?

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

## Rejestr zmian

#### 1.0.4

_Release Date – Jan 13 2025_

 * Fix – Tested plugin against the most recent version of WordPress.

#### 1.0.3

_Release Date – April 4 2023_

 * Fix – Tested plugin against the most recent version of WordPress.

#### 1.0.2

_Release Date – May 10 2021_

 * Fix – Adjusted hook priority for WordPress Alert Bar to prevent conflict with
   favicons set through the WordPress Customizer.

#### 1.0.1

_Release Date – Jun 12 2020_

 * New – Added class to WordPress Alert Bar when close button is active.
 * Fix – Gave unique class selector to WordPress Alert Bar call to action.
 * Fix – Removed extra right padding on mobile when close button is not active.
 * Fix – Cleaned up erroneous styles from style.css.
 * Fix – Enqued WordPress Alert Bar style.css eairler to allow plugin stlyes to 
   be overridden using theme stylesheet, without the need for important tags.

#### 1.0.0

_Release Date – May 31 2020_

 * New – Added WordPress Alert Bar to repository.

## Meta

 *  Wersja **1.0.4**
 *  Ostatnia aktualizacja **1 rok temu**
 *  Włączone instalacje **20+**
 *  Wersja WordPressa ** 4.7.0 lub nowszej **
 *  Testowano do **6.7.5**
 *  Wersja PHP ** 5.4 lub nowszej **
 *  Języki
 * [English (US)](https://wordpress.org/plugins/wp-alert-bar/), [Spanish (Chile)](https://cl.wordpress.org/plugins/wp-alert-bar/),
   i [Spanish (Spain)](https://es.wordpress.org/plugins/wp-alert-bar/).
 *  [Przetłumacz na swój język](https://translate.wordpress.org/projects/wp-plugins/wp-alert-bar)
 * Tagi
 * [alert](https://pl.wordpress.org/plugins/tags/alert/)[alert bar](https://pl.wordpress.org/plugins/tags/alert-bar/)
   [notice](https://pl.wordpress.org/plugins/tags/notice/)[notification](https://pl.wordpress.org/plugins/tags/notification/)
   [notification bar](https://pl.wordpress.org/plugins/tags/notification-bar/)
 *  [Widok zaawansowany](https://pl.wordpress.org/plugins/wp-alert-bar/advanced/)

## Oceny

Nie przesłano jeszcze żadnych recenzji.

[Your review](https://wordpress.org/support/plugin/wp-alert-bar/reviews/#new-post)

[Zobacz wszystkierecenzje.](https://wordpress.org/support/plugin/wp-alert-bar/reviews/)

## Zaangażowani

 *   [ Ryan Bracey ](https://profiles.wordpress.org/braceomatic88/)

## Wsparcie

Masz coś do dodania? Potrzebujesz pomocy?

 [Zobacz forum wsparcia](https://wordpress.org/support/plugin/wp-alert-bar/)

## Złóż datek

Czy chcesz wesprzeć rozwój wtyczki?

 [ Wspomóż wtyczkę ](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=ryanplugindonations@gmail.com&lc=US&no_note=0&item_name=Support+this+developer&cn=&curency_code=USD)