the1path
Member
Posted 2 years ago #
Hi, Im using Font-Resizer Version 1.1.4 | By cubetech.ch
It works perfectly in every other browser but Not IE8 (and probably other IE's).
The links produced that resize the text dont seem to be actual links in IE (so the mouse doesnt chnage and is displayed as just normal text)
Has anyone encountered this?
Any help greatly appreciated!!
Thanks
Neil
lol, how did you not see my post about this before you posted yours?
http://wordpress.org/support/topic/357286
=P
the1path
Member
Posted 2 years ago #
I take it you have not found a solution to this yourself? I just dont get it!
Ah well maybe have to do it strictly PHP and cut out the js!
@Davidsdesk, rather than bumping someone else's question, start a new topic.
@micahcooksey, why start a new topic if he has the exact same concern? That seems a bit nuts.
the1path: unfortunately I have been distracted with a few other projects, so i havent been able to look into this issue yet. Would be nice if the author would just fix it. =P Though im not sure how he didnt see the issue pop up earlier since IE8 has been out awhile now.
A little bit of bad judgement on my part. It's just that there is a problem with people not knowing how to start a new topic and posting their unrelated questions on someone else's topic. But, obviously, that's not the case here. My apologies :)
Not as friendly, but i got this to work fine with all the major browsers:
http://wordpress.org/extend/plugins/plugin/wp-chgfontsize/
Good. Just a note, because a plugin says it works up to x version of WP, that doesn't mean it won't work with later versions. It might not, but then it might, so it's worth a try :)
Try to make a conditional comment which excludes the display of the font-resizer only from IE8:
<![if !IE 8]>
<?php if(function_exists('fontResizer_place')) { fontResizer_place(); } ?>
<![endif]>
Not a fine solution but better than not working on IE8 at all
chrigu99
Member
Posted 2 years ago #
Hi
Sorry again for the late answer :)
There was a javascript error. This error touched only Internet Explorer and is fixed in the version 1.1.5.
Cheers Chris