-
Website
http://www.wp-fun.co.uk -
Original page
http://www.wp-fun.co.uk/fun-with-widget-structures-01-beta/ -
Subscribe
All Comments -
Community
-
Top Commenters
-
donnacha | WordSkill
1 comment · 11 points
-
Improving The Web
5 comments · 1 points
-
michaeltwofish
4 comments · 12 points
-
Busby SEO Test
2 comments · 1 points
-
ringmaster
7 comments · 1 points
-
-
Popular Threads
You just need to decide what background colour and border colours you want.
another thing, how can i delete widget structures 1,2,3,4,5 etc
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
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
If it happens again I would suggesting talking to your hosting provider.
By the way , I love your work so far , Don't give up !
- 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
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!
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.
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?
Checked the header code and it is definitely loading it from the plugin directory.
Thanks in advance.
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!
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.
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.
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" />';
The only bit that matters is
'.get_bloginfo('wpurl').'/
But widget structure still doesn't appear in design-widgets
I'm using wp2.6.3.
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.
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
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.