Title: lisar's Replies | WordPress.org

---

# lisar

  [  ](https://wordpress.org/support/users/lisar/)

 *   [Profile](https://wordpress.org/support/users/lisar/)
 *   [Topics Started](https://wordpress.org/support/users/lisar/topics/)
 *   [Replies Created](https://wordpress.org/support/users/lisar/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/lisar/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/lisar/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/lisar/engagements/)
 *   [Favorites](https://wordpress.org/support/users/lisar/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Flexi Quote Rotator] [Plugin: Flexi Quote Rotator] Feature request: Cleartype fix](https://wordpress.org/support/topic/plugin-flexi-quote-rotator-feature-request-cleartype-fix/)
 *  [lisar](https://wordpress.org/support/users/lisar/)
 * (@lisar)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/plugin-flexi-quote-rotator-feature-request-cleartype-fix/#post-1833038)
 * Hi Brian,
    I could really use your help on this as I have the same problem. I’m
   not a programmer but I can muck around in code with some direction. I read the
   article and it sounds like I’m supposed to put the code below after the jquery
   call. What I’m not sure about is where to do that with the plugin. Is it in flex-
   quote-rotator.php or quote-rotator.class.php? And I’m not sure where in there
   I should paste the info. Any help would be much appreciated:)
 * Thanks!
    Lisa
 * (function($) {
    $.fn.customFadeIn = function(speed, callback) { $(this).fadeIn(
   speed, function() { if(jQuery.browser.msie) $(this).get(0).style.removeAttribute(‘
   filter’); if(callback != undefined) callback(); }); }; $.fn.customFadeOut = function(
   speed, callback) { $(this).fadeOut(speed, function() { if(jQuery.browser.msie)
   $(this).get(0).style.removeAttribute(‘filter’); if(callback != undefined) callback();});};})(
   jQuery);

Viewing 1 replies (of 1 total)