Redwing recently launched a re-design of www.strobe.com for Nova Electronics, Inc. The new site utilizes the Joomla! content management system with VirtueMart as the basis for the online product catalog. We’ve customized the VirtueMart presentation extensively for Nova to give them a unique look.
Archive for the ‘News’ Category
www.strobe.com launched
Wednesday, May 23rd, 2007JRS Photographers just launched
Friday, March 23rd, 2007
We've just launched a new site for Jessica Strickland. The new site is for photographers looking for tips, tricks, new products, and answers to the many questions she receives on how she runs her business and achieves such great work. The new site uses PHP and javascript to randomly change colors with each new browser session. I'll probably post an example of how I achieved that soon. We also developed 3 email templates for Jess to use in conjunction with Campaign Monitor to notify subscribers about new products and whatnot. In the process of setting up the new site, Jess liked some of our modifications to the Photographers site so she asked us to tweak her existing consumer blog to reflect those changes.
Pardon the mess: upgrading to WordPress 2.1
Thursday, February 8th, 2007We've just upgraded to the latest version of wordpress and apparently it doesn't like us. Please pardon the mess while we sort it out. Apparently there have been some changes to how pages, links, and blog categories are treated.
[UPDATE]
So I've dug through the code and things are back to normal. In the event that anyone else runs into similar issues with upgrading WordPress to version 2.1, I'll post the problems and solutions I found:
1. Links (now called Blogroll). – Before, there were categories specific to the Links area and you could include links in your templates by calling the wp_get_links() tag. That is still true. However, when you upgrade to version 2.1, WordPress changes how it handles the links Categories. Now, link categories are tossed in with the other categories area under Manage –> Categories and the category numbers are altered to reflect that change. So you'll need to go back through and change the id in you wp_get_links() tag to reflect the new category number that was assigned to it.
2. BX_functions – If you use BX_functions.php or the Blix theme, it will not work with WordPress 2.1. You can download a fixed version of the Blix theme here: http://www.utheguru.com/blix-krieg-info/ We use the BX_functions.php file in a couple of our templates so we can assign a class to the link of the page you are currently viewing. WordPress 2.1 treats the queries a little differently and breaks the BX_functions. If you need the updated copy of BX_functions.php, you can download it here.
3. Home Page – In the past, you could use a file in your template directory called home.php to change your home page to a different look. We used this in conjunction with a little query to pull the text we wanted for the home page:
query_posts('pagename=welcome');
Apparently, that method no longer works. In WordPress 2.1, you'll need to create a page template, assign that page template to your homepage text page and then in Options –> Reading Options, assign Front Page Displays to the page of your choice.
Ok, that's all I have for fixes/complaints. A big props to the developers of WordPress 2.1. I've found it overall to be a lot faster, particularly on the admin side.