Font Resizer
Plugin Description:
I have created a new plugin that allows a website visitor to increase/decrease the font size of the page content. By default the font size range is 8px to 72px and the tags that can be resized are stored in the font_resizer.js file.
**FIX TO VERSION 1.0 ** In the font_resize.php file change
FROM registerscript('font_resize'',$siteurl.'plugins/fontresize/js/fontresize.js', '0.1', TRUE); queue_script('font_resize',GSFRONT);
TO registerscript('font_resizer',$siteurl.'plugins/fontresize/js/fontresize.js', '0.1', TRUE); queue_script('font_resizer',GSFRONT);
Version 1.01 has been uploaded with the fix applied.
Sorry for any inconvenience.
Dave
Install Instructions:
Unzip and copy contents to the plugin folder.
Archived Versions:
These are old versions of this file. Please use with caution as they are probably out of date and no longer supported. ShowHide