dFlover for Blogger
Thanks to Jackbook for converting our dFlover wordpress theme to Blogger.
Thanks to Jackbook for converting our dFlover wordpress theme to Blogger.
Some of you would have already used this but we thought to review this for those who haven’t put their hands on it.
This method is basically to get smooth font over your headings/titles. The package comes with a PHP and a Javascript file which replaces all the specified tags with images (dynamic). This can be applied to IDs/Classes/Tags on your site.
replaceSelector(” h2 “,” ifr.php “,false);
var testURL = “ test.png ” ;
.
$font_file = ‘futura.ttf’ ;
$font_size = 30 ;
$font_color = ‘#000000′ ;
$background_color = ‘#ffffff’ ;
$transparent_background = true ;
$cache_images = true ;
$cache_folder = ‘cache’ ;
The above is very much self explanatory…
.
Here is a working demo for download:
This file has been downloaded 3463 times.
All the files from the download has to be placed in the PHP server (localhost of your system). After you make the above changes you will look at index.php from your localhost for your new image replaced titles…
This is a smooth font title generated over this method.
Another popular method would be sIFR where the titles are replaced with an SWF object.