Community Page
- www.wp-fun.co.uk Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- Hi there Andrew. your "Fun with Categories" plugin is certainly a very useful plugin. But I am having a little bit of trouble and was wondering if there is any example templates out...
- Great post! I've bookmarked your blog. Hope we can swap links. Why can't I open your rss feed? No post is showing. Best Regards! Ginj
- Can you paste the entire error in?
- I'm getting the Parse error: syntax error, unexpected T_STRING, expecting '(' in error too.
- Atompub is really available or not? But i think this project will be more useful for the normal people to understand..Always Google rocks and leave their marks in every field..
Jump to original thread »
Fun with Widget Structures is a WordPress plugin that provides alternative ways of organising your widgets. For example, by creating a tabbed box. This page explains version 0.1 beta.
Requirements
PHP5
WordPress 2.6
Download
Download: Fun with Widget Structures 0.1 Beta 1
Insta ... Continue reading »
Requirements
PHP5
WordPress 2.6
Download
Download: Fun with Widget Structures 0.1 Beta 1
Insta ... Continue reading »
10 months ago
10 months ago
You just need to decide what background colour and border colours you want.
10 months ago
another thing, how can i delete widget structures 1,2,3,4,5 etc
10 months ago
10 months ago
9 months ago
I've installed it on a test site and am having a problem with IE compatibility. You can see it at this page:
http://ludwigandwolfgang.com/blogtest
It looks okay in Firefox, but when I switch between tabs in IE6, the letters sort of "flash" and look weird for a moment before loading. Also, the corners of the tabs aren't showing up right in IE.
It also seems to be conflicting with the Multi-Level Navigation plug-in (http://pixopoint.com/multi-level-navigation/) in IE6. When I hover over a multi-level menu item, bullets appear next to the Widget Structure box, which is peculiar. Bullets don't appear there when the FWWS plug-in is deactivated.
Thanks for your hard work. I look forward to a stable release of this plug-in and being able to use it on my live site.
P
9 months ago
9 months ago
9 months ago
Fatal error: Out of memory (allocated 49545216) (tried to allocate 40961 bytes) in /home/ralcesar/public_html/ayudaelectronica.com/blog/wp-admin/includes/widgets.php on line 213
9 months ago
If it happens again I would suggesting talking to your hosting provider.
9 months ago
9 months ago
9 months ago
By the way , I love your work so far , Don't give up !
9 months ago
9 months ago
9 months ago
- looks exactly like the plug I was hunting for ;-)
Just one thing: is it possible to "abuse" it to look like two smaller sidebars inside part of a wide sidebar?
I am using the "Options" theme, which has a big fat 350px sidebar, and I would love to define a widget structure for the homepage sidebar, that basically looks like 2 sidebars with 160 px and stuff in some of the more narrow widgets in there...
Thanks for your help and this plugin!
Cheers
Martin
9 months ago
9 months ago
Anyways: unfortunately widget structures kills the feature gallery of the Options theme (the "slideshow" with images and excerpts of featured articles), so I had to deactivate it. Have to find out what causes the trouble.
Cheers - will definitely play some more with your plugin! Has great potential!
9 months ago
9 months ago
9 months ago
The add widget isn't supposed to have a number on it, i.e. it should be generic so the number is only added after you save. also the other widgets are not supposed to exist once removed from the sidebar but changing the code to make that work pretty much turns off the whole widget system.
I still have some way to go, but thanks for persevering.
9 months ago
9 months ago
8 months ago
Homepage is using sidebar_home.php.
All other pages use sidebar.php.
Both files have the exact same code in them.
I also, used your address bar javascript, both homepage and other pages have the same divs, which is the same thing I see in firebug.
Using FB, I can see that the pages it does not work on are not using/finding the defined css.
Any ideas?
8 months ago
Checked the header code and it is definitely loading it from the plugin directory.
Thanks in advance.
8 months ago
I recently deactivated the plugin because it wasn't displaying properly with my CSS and when I did so I had some widgets allocated to some of the structures. When I came back after the deactivation, the widgets that were assigned to the structures were no longer there. I reactived the plugin and the reappeared but my widgets were stripped from the sidebar and I had to re-add them again.
I've deactivated the plugin for now. I still think it has some great potential. I am following these comments, so please post in here when it's ready to roll and I'll be back for the next version. Thanks!
8 months ago
Kevin, these are the sorts of problems I am having with the widget system and so far I haven't been able to figure out what is going on. It is severe enough to put in doubt whether this ever gets released.
8 months ago
Also, when I say it isn't finding the css, it is picking up styling from the Theme's css file, but not from the plugin's. The pages that the sidebar are working on are displaying fine, no 404's.
You can take a look ... http://inconwo.com/arealic/transportation/
Thanks for the help.
8 months ago
The plugin is outputting a relative URL instead of a absolute one.
If you open fun_with_widget_structures.php and find the function add_css.
Then change the line that reads:
echo '<link rel="stylesheet" href="wp-content/plugins/fun-with-widget-structures/css/style.php" type="text/css" media="screen" />';
to
echo '<link rel="stylesheet" href="'.get_bloginfo('wpurl').'/wp-content/plugins/fun-with-widget-structures/css/style.php" type="text/css" media="screen" />';
8 months ago
The only bit that matters is
'.get_bloginfo('wpurl').'/
8 months ago
8 months ago
8 months ago
8 months ago
But widget structure still doesn't appear in design-widgets
I'm using wp2.6.3.
8 months ago
The only thing I can think of that would cause it would be if you were running PHP4. This plugin will only work on PHP5.
6 months ago
6 months ago
4 months ago
4 months ago
Just came across this Beta of the next generation of Fun with Tabs. Very nice and it works in Safari and Chrome. Sa-weet.
Would anyone be willing to share their non-graphical CSS-only FWS setup configuration as an export ? I'm looking for a nice box baseline much like the original FWT. I seem to be chasing my tail de-constructing the default template without the png's.
Also, I have a suckerfish menu that drops down over my FWS container but parts of the FWS remain in foreground. Looks like I'll need to apply some zindex's to FWS elements. Does anyone have any tips to zindex FWS and/or have a config setup with zindex's they'd be willing to share as an export?
Thanks in advance.
Boots
9 months ago
One option is to duplicate all the CSS fields again so each item can be overriden in IE6 using conditional comments, another is to do nothing and let it break. The third option is to detect IE6 and display it as a normal sidebar list.
Justin, that is a bug in this version that I need to resolve.