Fixes positioning of the selected widgets, when the page is scrolled down.
Enable «Fixed widget» option on ANY active widget and it will be always in sight when page is scrolled down.
You can select more then one widget without overlapping!
How to use
Go to Appearance -> Widgets, open widget options. There you’ll see «Fixed widget» checkbox. Enable it and see the result on public pages.

Enable «Fixed widget» option
Settings
Appearance -> Fixed Widget Options.
Margin top defines space between browser window top border and first fixed widget (in fixed mode):
Margin bottom defines space between page bottom border and last fixed widget (in fixed mode, when scroll in its bottom position):
Set margin bootom = footer height to prevent overlapping!
Refresh Interval defines (in milliseconds, 1 sec = 1000 ms) how often plugin recalculates sticky widgets parameters. Required by sites with dynamic content (infinite scroll, image lazy load and other javascript stuff). The option have impact on the site performance (client side). Recommended values: 250 — 1500 milliseconds. If you don’t have dynamic content, set Refresh interval = 0.
Changelog
- 2.2.1
Fixed php bug - 2.2
Now the plugin is able to reflect dynamic page content changes (infinite scroll, ajax basket and other javascript stuff)!!!
Added new option to plugin settings: Refresh interval. Recommended values between 250 — 1500 milliseconds. Note: setting have impact on the site performance (client side). If you don’t have dynamic content, set Refresh interval = 0.
Mobile Detect class updated to version 2.5.7 - 2.1
New option to define custom widget IDs for static (hardcoded) widgets and etc.
New option to disable plugin on mobile devices.
Fixed javascript error when no sidebars exists on a page. - 2.0
Fixed footer overlaping problem! Now users can customize top and bottom margins for the fixed widgets from the admin area (Appearance -> Fixed Widget Options).
Added localization support - 1.0.3
Normalized plugin behavior when sidebar is longer then main content. Note: possible overlaping with footer is still exists. - 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.
Or




Plugin not work demo: http://vannamdl.net
please check help me
Hello!
You have a most common problem — widgets has no id attribute.
How to fix see:
1. FAQ
2. http://wordpress.org/support/topic/not-working-hopefully-an-easy-fix
Thank you very much
me have been fixed occurred in the
Не сразу понял, что сайт на русском :) Можете подсказать, как пофиксить такую проблему — на главной странице и в категориях работает нормально, а в отдельных постах не фиксирует. Никак не могу понять причину… сайт lagorden tk (с точкой перед tk). Спасибо
Привет! )
В отдельных постах у тебя выскакивает ошибка javascript:
Uncaught Error: Syntax error, unrecognized expression: [class*='wp-image-']
Проблема в файле: http://lagorden.tk/wp-content/themes/serpent/js/prettyPhoto.settings.js
Строка 10:
jQuery("[class*='wp-image-'] , ").parents('a').prettyPhoto({Измени на:
jQuery("[class*='wp-image-']").parents('a').prettyPhoto({Спасибо! Вроде заработало )
Да, и картинки стали открываться во всплывающем окне
Да? Вроде и до этого открывались )) Спасибо еще раз!
Hey I love this plugin but I can’t it to work on my site www.nylease.com
can you help?
spaciba :)
:) Hi!
I see two problems on your site:
1. Widgets have no id attribute (in html). How to fix:
http://wordpress.org/support/topic/not-working-hopefully-an-easy-fix
2. Javascript error: Uncaught ReferenceError: stLight is not defined www.nylease.com:99
Попытался использовать с темой Canvas (WooThemes) — ничего не сработало. Вроде выставляет fixed, но не фиксирует.
Да, с продукцией от WooThemes есть траблы.
Можешь кинуть ссылку на сайт? Хочу глянуть в живую…
Пока еще нет живого сайта. Я разберусь. Просто хотел тебе сказать, что с Woo проблемы. Напишу сам ручками и сравню. Если мой вариант сработает — дам знать.
Is there anyway to disable this plugin if a browser is smaller than X pixels? Otherwise it scrolls the widget over text.
No, it’s not possible.