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

    (@bestwebsoft)

    Hello,

    Please add the strings below to the ‘style.css’ file of your theme:

    .gllr_single_image_text {
    visibility: hidden;
    }

    Best regards,
    Oksana

    Thread Starter puckisms

    (@puckisms)

    Thanks for quick response

    This does hide the text but it also leaves the spaces between the rows not consistent – if one picture has a long caption on one row and the next row are all short captions it just looks wierd

    Is there a way to just not have them hidden but to have that view not even try to pull the comments in that area?

    I ran into the same issue. This might not be the best solution, but it seems to be working. It allows as much content as you want for the description, but keeps the height in check. I used the following CSS:

    .gllr_single_image_text {
    visibility: hidden;
    height:10px;
    overflow:hidden}
    }
    Plugin Author bestwebsoft

    (@bestwebsoft)

    We are glad to know that you solved this issue.

    Best,
    Oksana

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: Gallery] Suppress Captions on gallery view’ is closed to new replies.