Sticky Block for Gutenberg Editor
Sticky Block for Gutenberg Editor
Description
Summary
The Gutenberg Sticky Block can be added to any Post or Page and will be sticky as soon as it hits the top of the page after you scroll down. The Sticky Block can contain any other Blocks (Paragraphs, Images, etc.), and can also be used in other Blocks (e.g. Column or Table).
The main principle is the same as my Sticky Menu (Or Anything) plugin, and the basic code of that plugin has been used in this Sticky Block plugin as well. If you want to make anything sticky outside of the content area (e.g navigation menu, widgets), use the Sticky Menu (Or Anything) plugin instead of Sticky Block.
Featured BLOCK OF THE WEEK (Sep 16, 2021).
Features
- Any Block can be added inside the Sticky Block: the Sticky Block works as a “wrapper” or “grouping” block, that can hold every other type of Block.
- The Sticky Block can be added inside other Blocks: any block that works as a “wrapper” (such as the Columns Block or the Table Block) can also hold a Sticky Block.
- Positioning from top (optional): you can add any amount of space between the Sticky Block and the top of the page, so that the element is not always stuck at the “ceiling” of the page.
- Enable for certain screen sizes only (optional): you can set a minimum and/or maximum screen size where the stickiness should work. This can be handy if you have a responsive site and you don’t want your Block to be sticky on smaller screens, for example.
- Push-up element (optional): you can pick any other element lower on the page that will push the Sticky Block up again (for example a footer, or even another Sticky Block).
- Admin Bar aware: checks if the current user has an Admin Toolbar at the top of the page. If it has, the Sticky Block will not obscure it (or be obscured by it).
- Z-index: in case there are other elements on the page that obscure or peek through your Sticky Block, you can add a Z-index easily. This will only be applied once the Block is sticky.
Installation
- Install Sticky Block from the WordPress Plugin Directory. Or, if that doesn’t work:
- Upload the “sticky-block” directory to your “wp-content/plugins” directory.
- In your WordPress admin, go to PLUGINS and activate “Sticky Block”
- When editing a Post or Page, find the Sticky Block in the Layout section of the available Blocks.
- Party!
Faq
Yes you can. Unlike the Sticky Menu (Or Anything) plugin (where you can select only one sticky element), the Sticky Block plugin will let you add as many Sticky Blocks as you want.
To add styles to your Block when it’s not sticky, use classname “.block-is-not-sticky”.
To add styles to your Block only when it’s sticky, use classname “.block-is-sticky”.
The following code would give your Block a red background only when it’s not sticky, and blue only when it is:
.block-is-not-sticky {
background: red;
}
.block-is-sticky {
background: blue;
}
You may need to be more specific with your CSS, to override other default styles.
Please go to the plugin’s support forum on WordPress.org and post a message (include a link to your site if possible).
I am currently not available for any custom work.
Sticky Block was created using the Create Guten Block Toolkit by Ahmad Awais.
Reviews
Worst Experience ever have had
By casmingmasterjeccica on April 17, 2025
Paid just for nothing. You should assist or give back out fund. contact: dealspees @ g.m.a.i.l .c.o.m
Exellent
By tamnik on April 5, 2024
Excellent plugin! But is it dead?
great!
By apteis on February 24, 2023
great and simple!
Just cool
By haije on December 11, 2022
It works!
By marcomassimo on December 11, 2021
Well it does what it does
By alstrar on December 10, 2021
Great Plugin!
By stefank1 on December 8, 2021
Simple, minimal and effective!
By whatanoisybird on November 3, 2021
A lifesaver and worth paying for
By NorfolkUK (NorfolkPete) on October 26, 2021
Muy bueno
By juliofoxx on November 29, 2020
Changelog
1.11.1
- Adjusted some code to better adhere to plugin standards.
1.11
- Minor bug fix (thanks to @brogr for reporting)
- WP 6.0 compatibility
1.1
- WP 5.9 compatibility
1.0
- Initial release of the plugin

