There are several of these about, and they all have similar functionality. But at present they all seem to rely on Javascript. Javascript should only be used to enhance, and shouldn’t be a requirement.
Hence I’m releasing eFont Size as a beta.
I’ve enabled this plugin on this site so that it can be tested, but ideally I would like some feedback before I release it via the WordPress plugin repository.
As you should be able to see it add 3 links in a list: Bigger text, Smaller text, and Reset text.
Quick install instructions
Upload and activate plugin.
Add the following to your theme where you would like the links to be displayed:
<?php efontsize('85');?>>
the default body font size for your theme needs to be added as above, I used 85 as an example only.
Then visit your site once and refresh to fully activate this. A default of 100.1 is applied if this figure is not adjusted.
Eventually the style added to the header will only be body {font-size: xx%}
the other bits are in there for development only.
Download
Now available for download via WP plugin repositry
JackP responds:
Posted:
May 22nd, 2008 at 10:39 am →
Like the design. Very computer-y, and it all tones in nicely.
May I therefore be the first to say ‘very well done’.
Oh, and as per bloomin’ usual, kudos to MC for putting together such a useful, adaptable theme. Although you have spelled his name wrong.
Rich responds:
Posted:
May 22nd, 2008 at 12:24 pm →
I did! and fixed.
I had to adapt and remove some features, but adapting Mike’s theme was far easier that starting from scratch.