=== Q2W3 Fixed Widget (Sticky Widget) === Contributors: Max Bond Donate link: http://www.q2w3.ru/q2w3-fixed-widget-wordpress-plugin/#donate Tags: sidebar, widget, scroll, fixed, floating, sticky, russian, q2w3 Requires at least: 3.0 Tested up to: 3.5 Stable tag: 2.0 Fixes positioning of the selected widgets, when the page is scrolled down. == Description == Enable "Fixed widget" option on ANY active widget (see [screenshot](http://wordpress.org/extend/plugins/q2w3-fixed-widget/screenshots/)) and it will be always in sight when page is scrolled down. There is no problem to "Fix" (or "Stick") more than one widget. From version 2.0 you can customize top and bottom margins (Appearance -> Fixed Widget Options). [Watch the demo](http://store.places-finder.com/cp-ajax-post-load). Right sidebar, last three widgets. Scroll down to the bottom. Supported languages: English, Russian == Installation == 1. Follow standard WordPress plugin installation procedure 2. Activate the plugin through the Plugins menu in WordPress 3. Go to Appearance -> Widgets, enable "Fixed Widget" option on any active widget ([screenshot](http://wordpress.org/extend/plugins/q2w3-fixed-widget/screenshots/)) 4. Fine tune fixed widget margins on Appearance -> Fixed Widget Options page == Frequently Asked Questions == = How to prevent overlaping with the footer? = Make sure you have updated plugin to version 2.x. Go to WP admin area, Appearance -> Fixed Widget Options. Here you can define top and bottom margins. Set bottom margin value >= footer height. Check the result. = Why plugin is not working? = There are several reasons: 1. Widgets have no unique IDs. How to check. Place two text widgets in your sidebar. Then look at html source of your site. If these two widgets have the same IDs (widget_text) or they have no IDs at all - that's the problem. How to fix. Find `register_sidebar()` function (look first at functions.php file). Parameter `before_widget` should be like this: `