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?
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');
});
}
}
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?
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?