design

Recent changes for Facelift Image Replacement for WordPress

 

Posts Tagged ‘design’

FLIR Change Log

Wednesday, July 8th, 2009

0.8.9.1

Minor interface updates

Quick links in plugins list
Added additiona support and FAQ links to admin panel

Readme and faq update

0.8.9

Moved JavaScript calls to the footer to improve load times.

You must have the wp_footer() call in your template for FLIR to work – see /wp-content/theme/default/footer.php for example.

Updated Facelift to version 2.0b3.

Various improvments to rendering and speed
Using minified version

Read the rest of the story…

FLIR Frequently Asked Questions

Wednesday, July 8th, 2009

It doesn’t work
There are number of reason the plugin might not work. Check the following:

Please ensure that you have a cache directory at wp-content/plugins/facelift-image-replacement/facelift/cache and that it is writable. (chmod a+w /cache)
Please ensure that your config-flir.php file exists at wp-content/plugins/facelift-image-replacement/facelift/config-flir.php and that it is writable. (chmod a+w config-flir.php)
Make sure the wp-content/plugins/facelift-image-replacement/facelift/ is readable
Check your

Read the rest of the story…

FLIR Installation

Wednesday, July 8th, 2009

Requirements
PHP and GD. Little testing has been done with different versions of PHP. If you have PHP 5 with GD enabled you shouldn’t have any problems. PHP 4 currently has some issues but should be resolved in the next release of Facelift. A newer version of ImageMagick (6.3.7+) is required for the FancyFonts and QuickEffects

Read the rest of the story…

WordPress Developer’s Toolbox

Wednesday, September 24th, 2008

Smashing Magazine has a very lengthy article they published recently called WordPress Developer’s Toolbox and it’s pretty impressive as well as exhaustive.  I’m probably going to pull all the resources apart and sling them into a set of toolbox pages with additional information as I can provide here.  I’d really like to see the thing

Read the rest of the story…

10 Ways to Save Time While Building a Website

Saturday, August 9th, 2008

As a freelance web developer, time is money. I use many different tricks to increase my productivity and these are my top selections for saving time. Please make you own suggestions for other time savers in the comments.
Drop Down Menus
All Web Menus (http://www.likno.com/allwebmenusinfo.html )
Whenever I need to add a complex drop-down menu to a site,

Read the rest of the story…