• Resolved mottyo

    (@mottyo)


    Hi,

    For some reason, recently, my SVG tags have been removed from the site, where they used to contain lines.

    The bunched-up boxes on the right, used to have lines between them but these have now stripped.

    I’ve read online it could be to do with SG Optimizers settings which I have installed? I’ve read other threads and can see advise to remove ‘force https’ on the cpanel which I’ve done, plus I’ve added a class to the svg tags and then added the class to the exclude laxy load section in SG Optimizer, but still no joy.

    I’ve also deactivated all of my plugins and no luck.

    Here’s the code I’ve been using.

    `<div id=”firstLine”></div>
    <svg height=”90″ width=”500″ class=”svg-lazy”>
    <line x1=”220″ y1=”0″ x2=”250″ y2=”90″ style=”stroke:rgb(236,236,236,.6);stroke-width:1″ />
    </svg>
    <div id=”secondLine”></div>
    <svg class=”svg-lazy” height=”90″ width=”500″>
    <line x1=”250″ y1=”0″ x2=”220″ y2=”100″ style=”stroke:rgb(236,236,236,.6);stroke-width:1″ />
    </svg>
    <div id=”thirdLine”></div>

    Any ideas would be welcome.

    Oliver.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘SVG Tags Stripped’ is closed to new replies.