Here’s another nice looking theme called fSpring. Someone was having trouble integrating it over at the WPG2 forums so I decided to optmize it.
You can download it here: fSpring for WPG2
My place for testing stuff
Here’s another nice looking theme called fSpring. Someone was having trouble integrating it over at the WPG2 forums so I decided to optmize it.
You can download it here: fSpring for WPG2
I have a problem with the fspring theme you optimized. I tried to use it on my site http://www.parkerw.com. When I do the sidebar is centered below all the main content - any ideas why?
I tried to fix it by changing widths, moving to right below the header call in the main index page (this did work for FireFox, but same issue in IE as before.)
Any ideas?
WordPress 2.0.3
I’m not sure what would cause the problem. The theme works fine for me on both FF and IE. I’ve also installed on the new WPG2 Themes site which is running on WP 2.0.3.
Could you activate the theme on your site so I can have a look?
A belated response to Larry - I found this happens if there are problems in my blog messages or other html issues. It first happened to me when I inserted “more” tags into posts copied from another log. I ended up re-creating the offending blog message and checking the html by eye.
Hi Fredrik: I’m enjoying your version of fSpring - I was using fSpring and trying to deal with wpg2 integration with modest success. Your version does a better job.
I am having one problem - I can’t get the hierarchical albumselect to display in my sidebar. I’ve checked the code, and if I copy the URI into my address bar it displays correctly. It just prints no code into the page when used in the sidebar.
Any ideas?
Silly of me really - I meant hi Aylwin…anyway, thanks a lot to you both
tim
Hi Tim,
Are you trying to display the Gallery albumselect tree on your Wordpress sidebar? If yes, have you installed the mod I posted over at the Gallery Embedded forums?
-Aylwin-
I think I have - I’ve installed g2albumnavigation in Gallery 2 (published 31/7/06). I’ve tried with and without steps 2 and 3 (as I only want the dynamic tree).
I’m using the wpg2 form of the @readfile call in my sidebar.
I’m using the Siriux theme in Gallery, and when I get an embedded gallery page, the dynamic tree is visible at the bottom of the gallery page (not in the sidebar).
I’ve racked my (limited) brains, but no idea yet why the sidebar remains tree-free.
tim
I finally solved it. I didn’t realize the “@” in the @readfile command was to supress errors. When I eliminated it, the error messages told me that php readfile url access was disallowed on my server. As I can’t easily change that (requires a custom compile of PHP), I used the curl-based hack I found at http://gallery.menalto.com/node/29268.
So I think my wpg2 is now fully functional!
Regards,
tim
That’s great!
A bit too late now but you probably also could’ve tried include() or require() instead of @readfile.
Just a note to say I’ve made a couple of minor tweaks to fSpring to make it fit my needs better - random image rotator for the banner; highlight for the most recent post, a list of recent posts, and the addition of Google ads (probably in places no-one will look :().
Anyone interested can see it at http://www.timandmarina.com - one other possibly interesting aspect of the site is that I’ve added pages created from RSS feeds (from other sites I maintain) using the inlineRSS plugin.
Thanks again for giving me a great start and for help along the way!
tim
Good stuff! I like the idea of creating a page from RSS feeds. I’ll probably do the same and incorporate feeds from my dev site to my main website. Thanks for sharing!
By the way, you have lots of great photos! You might want to consider incorporating a combined blog/photo search. I’ve made such a plugin: http://dev.cal-family.org/plugins/wpg2-search-block/
What is the workaround using include, I tried the curl hack mentioned above and that also gave me an unauthorized error.
Try this:
include('http://yoursite/wp-gallery2.php? g2_view=albumselect.Navigation');Thanks, but still getting an unauthorized error that way too. I can include the page like this by putting it in the same directory as sidebar.php
but if I try to add a queryString then it gives me errors.
Thanks.