Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1143315

    hi
    i want to remove the link from images (empty/no link) at Masonry Gallery to avoid error “A link contains no text.” at http://wave.webaim.org
    is this possible
    thank you

    #1143606

    Hey kamporo,

    If you remove the link then users won’t be able to open the images in question, are you sure you want to do that?

    Best regards,
    Rikard

    #1144105

    how can i avoid the error otherwise

    #1144295

    Hi,

    So you just don’t want them clickable? You can add # to the link and use the following in quick css:

    a.av-masonry-entry{
    pointer-events:none!important;
    }

    Best regards,
    Jordan Shannon

    #1147853

    no i want to be clickable (maximize image) as it is. i want to remove the error

    #1148135

    Hi,

    Unfortunately, there is no way to do both.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.