When I copy and paste the wordpress short code ie: [metaslider id=241] into the content of my homepage, when I validate, I get this error:
Error Line 188, Column 51: Duplicate ID metaslider-css-241.
<style type=”text/css” id=”metaslider-css-241″>
Error Line 188, Column 51: Element style is missing required attribute scoped.
<style type=”text/css” id=”metaslider-css-241″>
Attributes for element style:
Global attributes
media
type
scoped
I basically notice that the code is putting a css style tag for just one element, so when I try and move that css style to my main css stylesheet, clear cache, and refresh, the page no longer has the slideshow, and my firebug says flexslider is not a function.
this has been frustrating me like no other, anyone know how to fix this?!