=== Q2W3 Fixed Widget (Sticky Widget) === Contributors: Max Bond Donate link: http://www.q2w3.ru/q2w3-fixed-widget-wordpress-plugin/#donate Tags: q2w3, widget, fixed, scroll, fixed scroll, floating, floating widget, fixed widget, sticky, sticky widget, sidebar Requires at least: 3.0 Tested up to: 3.4.2 Stable tag: 1.0.2 Fixes positioning of the selected widgets, when the page is scrolled down. == Description == This is a very lightweight plugin with great functionality! ) 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, but remember about browser window height! Too many widgets can overlap with footer or always be out of sight. [Watch the demo](http://store.places-finder.com/cp-ajax-post-load). Right sidebar, last two widgets. Scroll down to the bottom. == 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/)) == Frequently Asked Questions == = Why plugin is not working? = There are several reasons: 1. No `wp_head()` and `wp_footer()` functions in template. Check header.php and footer.php files of your current template. 2. 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) - that's the problem. How to fix. Find `register_sidebar()` function (look first at functions.php file). Parameter `before_widget` should be like this: `
  • `. Attention to this part: `id="%1$s"`. 3. Javascript errors on page. Commonly caused by buggy plugins. Check javascript console of your browser. If you find errors, try to locate its source. == Screenshots == 1. Widget with enabled "Fixed widget" option == Other Notes == * [Code Insert Manager](http://wordpress.org/extend/plugins/q2w3-inc-manager/) * [Q2W3 Post Order](http://wordpress.org/extend/plugins/q2w3-post-order/) == Changelog == = 1.0.2 = * Fixed problem with widgets displayed only on certain pages. * Optimized javascript code. = 1.0.1 = * Improved compatibility with Webkit based browsers (like Chrome and Safari). * Removed unnecessary CSS. = 1.0 = * First public release.