Sticky Content – Make Any Section Sticky on Scroll
Sticky Content helps you turn any element on your site into sticky with ease. You can make any block, widget, or section remain visible or appear and disappear as users scroll down the page. It is useful for creating sticky headers, sidebars, banners, call-to-action boxes, or any element you want to keep in view. Sticky Content | Demos | Pricing The plugin works with the WordPress block editor (Gutenberg). You can also use shortcodes to add sticky elements anywhere on your site. The free version lets you create simple sticky effects, while the Pro version includes advanced triggers, transitions, and layout controls. Sticky Content is optimized for performance and compatible with all themes and builders. It helps you design layouts that keep important elements visible while scrolling for better user engagement. Key Features – Free Version Universal Shortcodes & Block: Insert via Gutenberg block (in “Widgets” category) or shortcode in posts/pages/widgets. Sticky Mode: All elements become fixed once they hit the top of the page. Top Position Offset: Set vertical offset in px for the fixed state. Background Control: Set a separate background for the sticky state. Padding Control: Adjust inner spacing for the sticky element. Sticky Content Pro – Unlock Advanced Features When you upgrade to Pro, you get the full suite of sticky capabilities, including: Pro Features Include: Sticky Modes: Always, After Scroll, While in View (choose exactly how the element behaves as the user scrolls). Custom Start & End Triggers: Trigger sticky behavior by ID, CSS selector, or pixel value (start/stop at defined points). Horizontal & Vertical Positions: Set fixed offsets using % unit for precise placement. Separate Backgrounds & Sticky Backgrounds: Distinct styling when static vs sticky. Border, Border Radius & Shadow: Style main and sticky states independently for more design impact. Z-Index Control: Ensure the sticky element sits above (or below) other content as needed. Stick Within Container: Confine sticky behavior to a specific section or container via a custom selector. Scroll Trigger (px): Define how many pixels of scroll before the stick effect begins. Transition Animations: Choose fade, slide, scale, zoom (or none) for smooth sticky transitions. Duration, Delay & Easing Functions: Fine-tune the animation timing and curve for natural motion. Opacity & Transform Control: Fade, move, or scale the element during sticky transition for dynamic presentation. How to Use Sticky Content – Step-by-Step Guide Getting started with Sticky Content is quick and easy! Install and activate the plugin via Plugins → Add New in your WordPress dashboard. In the Gutenberg editor, add the Sticky Content Block from the “Widgets” category; OR use the shortcode in classic editor, widget or template. Select the element you want to stick, then in the block’s right-hand sidebar (or shortcode attributes) configure: sticky mode, trigger, offset, styling, animation (if Pro). Save or update your page/post. View the front-end and scroll to test: as the element hits the top (or your defined start trigger) it will enter sticky mode; if an end trigger is set, it will exit when reached. For more details or advanced configuration, visit the plugin Installation tab. Enjoy your interactive sticky content!. Feedback Did you like this plugin? Dislike it? Do you have a feature request? Please share your feedback with us Check out the Parent Plugin of this plugin- bBlocks – A blocks collection and page building tool for Gutenberg. Check out our other WordPress Plugins- Html5 Video Player – Display videos as single and playlist in multiple skins. PDF Poster – Display/Embed PDF files with different styles. Html5 Audio Player – Listen audios with awesome visuals. StreamCast – Customizable radio player with different skins. 3D Viewer – Embed 3D models and 3D products with interaction. Advanced Post Block – Show posts and custom posts in different layouts.
Top keywords
- sticky27×4.43%
- content9×1.48%
- element8×1.31%
- sticky content8×1.31%
- block7×1.15%
- pro5×0.82%
- scroll5×0.82%
- trigger5×0.82%
- advanced4×0.66%
- control4×0.66%
- gutenberg4×0.66%
- page4×0.66%
WP Swiper
WP Swiper Gutenberg Block is the most modern free mobile touch slider with hardware accelerated transitions and amazing native behavior. This powerful plugin is designed to be used in mobile websites, mobile web apps, and mobile native/hybrid apps, providing you with a range of features and customization options to help you create stunning slideshows, image galleries, and more. Features: Use any block available in Gutenberg to create your slider Hardware accelerated transitions for fast and smooth animations Customize every aspect of your slider, including navigation and pagination options, autoplay settings, and more Mobile-first design ensures your sliders look great on any device Multiple slide layouts to choose from, including horizontal and vertical options Dynamic content support, including support for video slides and dynamic image sources Easy to use and beginner-friendly, with a user-friendly interface and intuitive controls Built with performance in mind, ensuring your sliders load quickly and efficiently WP Swiper Gutenberg Block is the ultimate tool for creating visually stunning displays on mobile devices. Whether you’re creating a mobile website, mobile web app, or mobile native/hybrid app, WP Swiper Gutenberg Block has everything you need to create beautiful and engaging slideshows, image galleries, and more. Download WP Swiper Gutenberg Block today and take your mobile displays to the next level! Support my work and fuel my creativity by buying me a virtual coffee on BuyMeACoffee New Features and suggestions Contact Me BETA TESTING We’re actively developing new features and improvements for WP Swiper! Beta versions are available for testing, and we’d love your feedback to help make the plugin even better. How to participate: 1. Download and install the latest beta version 2. Test the new features in your environment 3. Report any issues or provide feedback on our GitHub repository Report Issues & Feedback: Found a bug or have suggestions? Please submit them here: https://github.com/andreyc0d3r/wp-swiper/issues Your feedback is invaluable in helping us improve WP Swiper for everyone! NEW RELEASE WP Swiper version 1.2.0 is now live! This update introduces major changes, including a streamlined configuration with the new data-swiper attribute, a new WP Swiper Settings page, optimized asset loading, and more. Please note that the legacy configuration method will be deprecated in future releases. For more details on what’s new and how to migrate, check out the full update announcement on the WP Swiper Blog. wpswiper_frontend_js_register_args Filter The wpswiper_frontend_js_register_args filter allows users to customize parameters when enqueueing the frontend-js script. This filter enables you to modify the script’s dependencies, control whether it loads in the footer, and specify additional loading strategies such as async or defer. Parameters deps: (array) The script dependencies for frontend-js. Default value is ['wpswiper-bundle']. You can modify this to include additional dependencies or remove existing ones. args: (array|bool) An optional array for additional script loading strategies. If provided, it may be an array with a strategy key (set to either 'async' or 'defer'). If not specified, it defaults to false, indicating that no special loading strategy is applied. For more information, read the WordPress documentation on wp_enqueue_script. Example Usage To modify the default values, add the following code to your functions.php file or your custom plugin: add_filter('wpswiper_frontend_js_register_args', function($args) { // Modify script dependencies $args['deps'] = ['wpswiper-bundle', 'jquery', 'your-custom-dependency']; // Specify an additional loading strategy, such as async or defer $args['args'] = [ 'in_footer' => false, 'strategy' => 'defer' ]; // Options: 'async' or 'defer' return $args; }); This filter provides flexibility in how the frontend-js script is loaded, allowing for optimizations tailored to your specific site needs. API Parameters Loop Parameters loopAddBlankSlides Type: boolean Default: true Description: Automatically adds blank slides if you use Grid or slidesPerGroup and the total amount of slides is not even to slidesPerGroup or to grid.rows loopAdditionalSlides Type: number Default: 0 Description: Allows to increase amount of looped slides !!! IMPORTANT !!! I use this plugin internally to build awesome sliders. At the moment only essential Swiper options are available. More to come!!! If you urgently need a feature, please reach out to me. If you are a designer and have an interface design in mind, let me know. The backend UI is not the prettiest thing at the moment. But it’s very intuitive and does the job! The interface is set up as a series of tabs, each tab controls a slide. Click on the tab and you may upload an image. Click on the WP Swiper block and you can control slider overlay + color overlay. Another note re: backend UI, the original idea was generate the functional slider within the editor. But theres an issue with conteneditable HTML elements. I lodged an issue on official swiper github repo for them to resolve. Leave a comment for them to prioritise the solution. If you want to use the slide with text. Select slide, add image, the image gonna appear as a background on the frontend. If you want to use the slider for images, just add a regular image block. Features: Add image overlay for the whole slider + control opacity Add color overlay for the whole slider + control opacity Add image to the slider Add content (text, headings, anything…) to the slider Position content for each slider More Features to be added: Control height of the slider Animations Other features from the official swiper docs