Archives for

Swift

For those who don’t like the alignment of magazine boxes by Masonry script in SWIFT v5.70 and above.

As some of you didn’t like the alignment of the mag boxes by masonry script in the latest version of SWIFT, here is a fix for you. Adjust the thumbnail sizes by modifying the following code in fucntions.php and regenerate thumbnails. [php] add_image_size(‘mag1’,167, 100,true ); add_image_size(‘mag2’,281,140 ,true ); [/php] Play with the height values only,

[update] Version 5.70 of SWIFT says Goodbye TimThumb !

Clean, elegant and readable typography in SWIFT

Timthumb is an image resizing script used to dynamically resize images. It’s a very useful script but has some performance issues on low powered servers and setup issues for newbies. With this version we are saying goodbye to timthumb script and using the post thumbnail functionality that comes bundled with wordpress. Apart from the changes