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,
Archives for
Tutorials
Using SWIFT to build awesome home pages and static sites for corporate clients
Building static sites and complex page layouts is very easy with SWIFT. In this tutorial I will guide you through the process. You don’t need any prior knowledge about HTML or CSS to understand this article. View DEMO SWIFT uses 960.gs 16 grid CSS framework (Don’t worry if you never heard of it). Every grid
A complete guide to integrating wordpress and vBulletin
As your blog grows, you might want to build a community around it. If vBulletin is your choice, this guide is for you. Importing WordPress users to vBulletin 4.0 forum If there are lot of users already registered on your blog, It’s a good idea to start the forum with those users already registered on the forum. Unfortunately there