Hi there, I am using the plugin “Q2W3 Fixed Widget” to fix widgets in sidebar. Unfortunately I cannot fix the widget “ajax widget area”. There is no possibility to set the option “fixed” like it is in other widgets. Can you help me ? Thx Henrik
]]>I really like the idea of this plugin (also came by an interesting project called phery.js, you might like it).
I want to use it as a means to reduce my site load, but I’m missing two things:
– Per widget loading (instead of whole sidebars).
– Load on click instead of auto load.
With that, I’d be able to offer users a whole range of useful widgets without bogging down my site, since the widgets would only be loaded when actually (clicked to be-) used.
Could you by any chance give me some pointers as to how I might achieve something like this?
]]>With a tiny little addition I was able to bind events to when the Widget Area is loaded:
[ajax-widget-area.php:52]
$('#ajaxSidebar').html(response).trigger("ajaxloaded");
After this, some can easily bind a function for ajaxloaded
event elsewhere:
$('#ajaxSidebar').bind("ajaxloaded", function() { ... });
Really like this plugin! ??
]]>All I saw was “loading” in the sidebar. After five minutes, I figured it wasn’t going to load.
]]>Hello,
Is is possible to change the <aside> tag to a regular <div> ? It’s not rendered properly in IE7.
Thanks.
]]>Not sure it works with all themes – it doesn’t work with mine – Magazine Premium , which similar to Basic …
says ‘Loading’ ..
]]>