Where are you catching styling in the body from Testimonials by Aihrus?
A few releases back, I moved scripts and styles to the footer on demand.
The error I am getting with html 5 validation is:
Line 423, Column 228: Element link is missing required attribute property.
…s-widget/assets/css/jquery.bxslider.css?ver=3.8′ type=’text/css’ media=’all’ />
Line 424, Column 201: Element link is missing required attribute property.
…dget/assets/css/testimonials-widget.css?ver=3.8′ type=’text/css’ media=’all’ />
This plugin has the only CSS link in the bottom, the rest are scripts.
I also did a quick test of the validation with XHTML and get this error:
Line 423, Column 194: document type does not allow element “link” here
s-widget/assets/css/jquery.bxslider.css?ver=3.8′ type=’text/css’ media=’all’ />
Ah, it’s the styling links. Got it.
I’m tracking at https://github.com/michael-cannon/testimonials-widget/issues/8. I appreciate the help and will try to get back to this within a week.