Select Page

WP-Text-Sizer (Wordpress Plugin)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.

Provide visitors to your site the the option of increasing or decreasing the size of text by clicking on an icon which represents larger or smaller text.

Usage is simple. You can insert the code

 <?php if(function_exists('wptextsizerincutil')) { wptextsizerincutil(); } ?>

where ever you would like the icons to appear.
NOTE: Some text will not resize if it uses an absolute size (pt) rather than a relative size in the CSS.
This plugin will only resize text elements within the “content” div tag. If you are not using a div tag called “content” this plugin will not work for you.
NOTE: Some text will not resize if it uses an absolute size (pt) rather than a relative size in the CSS.

Changes. Original code looks for the CSS “toparticle”, this has been corrected so that it searches for “content”.

DOWNLOAD the plugin here

Kennedy Media Group - Anthony Acosta