[WordPress] – Update image links when moving site

Posted by Tony under Developers Corner

I needed to move a customer’s domain to a new location and that meant updating the image links, since wordpress uses absolute URLs.  Fortunately there is an easy fix for this, MySQL to the rescue!

No Comments

[WordPress] redefining the default calendar

Posted by Tony under Developers Corner

So I had a customer that needed a very interesting change in their default calendar.  It’s really two parts and I’ll show you how I overcame both.  Normally I would write a plugin myself, but being that the customer is trying to stick to a budget I decided to find one, unfortunately it only did [...]

8 Comments

New WordPress Theme

Posted by Tony under Design

Once again it was time to change my theme and shake things up.  This time I went for something a little more simple that I can build upon.  This theme is called “Pride” by Wpdesigner.  I have already begun altering it and will continue to do so until I get that warm fuzzy feeling that [...]

No Comments

[WordPress] Fatal Error in file.php

Posted by Tony under Developers Corner

When trying to use automatic installation and updating of plugins you get a blank screen and your logs show an error such as this: 1 PHP Fatal error: Cannot use assign-op operators with overloaded objects nor string offsets in /somedirectory/wp-admin/includes/file.php on line 688, referer: http://somedomain.com/wp-admin/plugins.php , then most likely your or your host moved your [...]

3 Comments

[WordPress] Cimy Header Image Rotator IE 7 flicker fix

Posted by Tony under Developers Corner

Okay so as promised here is the fix for the IE7 flicker fix for Cimy Header Image Rotator.   Find line #193 and replace that entire javascript section with this one:

6 Comments