• Resolved James_tnf

    (@james_tnf)


    Hi there,

    I’m developing a site at the moment, using Meta Slider Pro on the home page.

    During testing I’ve hit validation issues in that MS is creating an inline <style> tag which isn’t scoped.

    <div style="width: 100%;" class="metaslider metaslider-flex metaslider-143 ml-slider">
        <style type="text/css" id="metaslider-css-143">
            #metaslider_143.flexslider .slides li {margin-right: 0px !important;}
        </style>
        <div id="metaslider_container_143">
            <div id="metaslider_143" class="flexslider">
                <ul class="slides">
    ...

    The slider isn’t going to change a lot once launched, so rather than adding the scoped attribue I would rather move this to the main stylesheet. I just can’t track down where it is being generated. It looks to be specific to the instance of the slider (id=”metaslider-css-143″) but I can’t see anything relating to this in the advanced options.

    Can anyone point to where this is coming from so that I can remove it and make my site validate?

    Thanks,

    James

    https://www.ads-software.com/plugins/ml-slider/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘How to remove inline tags’ is closed to new replies.