=== Q2W3 Fixed Widget (Sticky Widget) === Contributors: Max Bond Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=Q36H2MHNVVP7U Tags: sidebar, widget, scroll, fixed, floating, sticky, russian, q2w3 Requires at least: 3.0 Tested up to: 3.5.1 Stable tag: 2.1 Fixes positioning of the selected widgets, when the page is scrolled down. == Description == Enable "Fixed widget" option in widget settings (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 in a single sidebar. On plugin settings page (Appearance -> Fixed Widget Options) you can customize top and bottom margins (see last two screenshots for description). Form version 2.1 you can define custom widget IDs and disable plugin on mobile devices. Mobile detection is based on [Mobile-Detect project](https://github.com/serbanghita/Mobile-Detect/). [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 Note. The plugin is doing its best in "single sidebar -> multiple widgets" environment. You may try to fix widgets in different sidebars, but in most cases the result will be inadequate. Note two. The plugin is not working with all themes. Theme requirements: * Widgets must have unique IDs (see FAQ). * No JavaScript errors == 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 == = 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: `