• Resolved CompKing

    (@compking)


    When I install this plugin, I get the following console error in IE

    SCRIPT438: Object doesn’t support property or method ‘repeat’
    js.js (160,4)

    Additionally, this ends up breaking other images (lazy load/pop up images), but ONLY in IE.

    Firefox, Chrome, Safari, and Brave all behave fine.

    I’ve disabled all other plugins to isolate this issue.

    Google Reviews shows results fine, but breaks the rest of my site in IE.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Design Extreme

    (@designextreme)

    @compking Thanks for letting me know about this – I’ll release a fix very soon, one that can handle this technique without making a mess of IE.

    Plugin Author Design Extreme

    (@designextreme)

    @compking I’ve simply removed this method and the error will disappear in the next release.

    You can perform this yourself by changing this line in ./wp/js/js.js:

    .html('<span class="star gray"></span>'.repeat(5)));

    to:

    .html('<span class="star gray"></span><span class="star gray"></span><span class="star gray"></span><span class="star gray"></span><span class="star gray"></span>'));

    Thread Starter CompKing

    (@compking)

    That did it. Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Using Plugin breaks all images on IE 11 only’ is closed to new replies.