Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Jeroen Schmit

    (@slimndap)

    Casper,

    I think your theme is missing support fro screen reader elements.
    Can you add this to your CSS file?

    position: absolute !important;
        clip: rect(1px, 1px, 1px, 1px);

    You should see an ‘X’ in the top right corner of your popup then.

    Plugin Author Jeroen Schmit

    (@slimndap)

    I’m sorry, it should be:

    .screen-reader-text {
        clip: rect(1px, 1px, 1px, 1px);
        position: absolute !important;
    }
    Thread Starter CasperB

    (@casperb)

    Thanks Jeroen, that did the trick.

    Plugin Author Jeroen Schmit

    (@slimndap)

    I just released v0.12.6 which also fixes this.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Close icon on lightbox?’ is closed to new replies.