btlewand
Forum Replies Created
-
Forum: Plugins
In reply to: Tabbed Widgets picky with 2.8?Looks like the Section Widget plugin may be an alternative for WordPress 2.8+:
http://blogs.ubc.ca/support/plugins/section-widget/
If you need to run PHP code within the widget, using the PHP-Exec plugin with the Section Widget plugin should work:
http://bluesome.net/post/2005/08/18/50/
Just make sure you check the “Everywhere” box in the Section Widget when adding your tabs so the tabs will show up, and to also configure PHP-Exec and check the box in the settings to have PHP run within widgets. I haven’t fully tested but copying some content from Tabbed Widgets in 2.71 to the Section Widget in 2.8.4 seemed to do the trick. Plus there are 25 CSS styles for the tabs. Good luck.
Forum: Plugins
In reply to: Tabbed Widgets picky with 2.8?Hi all. Looks like the plugin developer has a new toy http://konstruktors.com/blog/random-musings/1535-oscar-24h/#more-1535 .
All WordPress users are being asked to upgrade to 2.8.4 because of a big security issue and this plugin is going on a year without an upgrade which is holding a lot of people back from upgrading.
Can we at least have an estimate on when an update will be available or let us know if the plugin is being abandoned so those using it can move on.
Forum: Plugins
In reply to: Tabbed Widgets picky with 2.8?Hey kasparsd,
Any ETA on the 2.8 version of Tabbed Widgets? Not upgrading to 2.8 until the update is available and tested. Thanks. You have an excellent plug-in.
Forum: Fixing WordPress
In reply to: Adding CSS to <?php the_content(‘more…’); ?>Solved. Added 20px to the postmeta top margin and it fixed the Firefox issue without impacting IE.
Thanks everyone.
Forum: Fixing WordPress
In reply to: Adding CSS to <?php the_content(‘more…’); ?>OK, the <span class> takes care of the XHTML issues and looks fine in IE6 but in Firefox the “more…” link is now pushed down against the beginning of the post’s postmeta section. I’ll probably need to experiment with some additional CSS in the <span class> to see if I can get the spacing to work better.
You are on a roll, any thoughts?
Forum: Fixing WordPress
In reply to: Adding CSS to <?php the_content(‘more…’); ?>I’ll give the plug-in a try.
I’ll also relook at the span option but it seemed like I tried that already and even got more xhtml errors than if I used “id” or “class.”
Thanks so much for the suggestions and quick responses.
Forum: Plugins
In reply to: Grid-view plugin for WordPress like effect in MightyGoods.comSince I am not a php programmer, I am having trouble understanding how to insert the code above?
Which theme file should it go into? How is the code executed (i.e. manually by link, automatically)?
Basically when a catogory was selected and all of the posts in that category were shown, the picture in each post show up in the grid?
Is there a solution for this? I believe there is a plugin for this in Moveable Type but nobody has attempted for WordPress.
Forum: Plugins
In reply to: Grid-view plugin for WordPress like effect in MightyGoods.comThanks so much, I will try it out.