Support » Plugin: Gallery Plugin for WordPress - Envira Photo Gallery » Close button disappears

  • Resolved emilybop

    (@emilybop)


    Hi,

    Our client noticed that the close/x button in the gallery disappeared. I had our developer take a look and he said he needed to edit the plugin file. This is what he said he changed.

    File Path: wp-content/plugins/envira-gallery-lite/assets/js/min/envira-min.js

    Code:

    1) s.get(0).style.removeAttribute(“filter”) –> replace with: s.get(0).style.removeProperty(“filter”)

    2) o.get(0).style.removeAttribute(“filter”) –> replace with: o.get(0).style.removeProperty(“filter”)

    Is this something you can implement in the next update?

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Close button disappears’ is closed to new replies.