Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Michael Cannon

    (@comprock)

    The debug route though would be to change to TwentyTwelve using a Google Font to see if it’s the theme your using is causing the problem. If the random bold is still there then there’s something else going on.

    I would suspect a theme CSS conflict since Testimonials Widget uses simpler CSS class names now. Therefore, there’s a conflict with what you might have.

    Any other folks?

    Thread Starter j.a.ragozzine

    (@jaragozzine)

    I found a fix for the IE8 type anti-aliasing issue (see code about browser.msie below), but it kills the plugin rotating effect. Any chance of this getting added to the next iteration of the plugin?

    {$id_base} .testimonials-widget-testimonial:first');
    		active.fadeOut(1250, function(){
    			active.removeClass('active');
    			next.fadeIn(500, function(){
        if ($.browser.msie){this.style.removeAttribute('filter');}
    });
    			next.removeClass('display-none');
    			next.addClass('active');
    		});
    	}
    }

    Plugin Contributor Michael Cannon

    (@comprock)

    Thank you for the suggestion.

    1. Please put your code in gist or pastebin.
    2. Please explain to me why this works or why? I don’t see the purpose of the removeAttribute(‘filter’). Why is that a problem?

    Plugin Contributor Michael Cannon

    (@comprock)

    I’m in a position to fix this now. To do so though…

    1. Please put your code in gist or pastebin.
    2. Please explain to me why this works or why? I don’t see the purpose of the removeAttribute(‘filter’). Why is that a problem?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘IE8 Google Font Issue’ is closed to new replies.