WP Text Sizer

Provide visitors to your site the the option of increasing or decreasing the size of text onclick of image or text links using JavaScript. This code provides that option yet allows you, the page designer, to control which portions of your layout can have text size adjusted and how much.

Installation Instructions

1. Upload the full directory into your wp-content/plugins directory
2. Activate the plugin at the plugin administration page
3. Insert this: <?php if(function_exists(‘wptextsizerincutil’)) { wptextsizerincutil(); } ?> where you would like the sizer icons to appear.
4. this Plugin is so simple, it doesn’t require any additional configuration.

NOTE: Some text will not resize if it uses an absolute size (pt) rather than a relative size in the CSS.

Compatibility

I’m using it on version 2.7.1, however, it should be backwards compatible to all versions of wordpress.

License

This plugin is free for everyone! Since it’s released under the GPL, you can use it free of charge on your personal or commercial blog. However, if you truly enjoy this plugin, you won’t offend me by leaving me a thank you note, or by leaving me with a small donation to encourage me to create more plugins.
:D

Changelog

New in Version 1.1 | May 6th 2009

  • Bug Fix (plugin searches for div tag “toparticle”) This has been fixed so that the plugin will now search for “content”.

New in Version 1.0 | May 6th 2009

  • Inital Release