• Juliet_fr

    (@juliet_fr)


    Hello,
    Below my images I have the grouping labels, such as “1/3”
    I would like this to not appear anymore, so I can have more space for my title, and I’ve no use of it.
    Could you let me know how to do it ?
    I can’t find it in the options… :/
    Thanks a lot !

    https://wordpress.org/plugins/lightbox-plus/

Viewing 3 replies - 1 through 3 (of 3 total)
  • asterbird

    (@asterbird)

    This might work for you:

    Go to Appearance -> Lightbox Plus Colorbox -> Primary Lightbox Settings panel -> and check the Disable Grouping checkbox

    Thread Starter Juliet_fr

    (@juliet_fr)

    Hi asterbird,
    that’s nearly it.
    But when I check “disable grouping checkbox” I can’t go directly from a picture to another. In fact I want to keep the grouping but hide “1/5” text.
    thanks !

    asterbird

    (@asterbird)

    I don’t think that option is in there then. You could try CSS. Are you familiar with adding css to the theme’s stylesheet?

    You could add this:

    /* Lightbox Plus Colorbox styles */
    
    #cboxCurrent { /* hide "1/5" grouping text */
    	display: none !important;
    }
    div#cboxTitle { /* add div here to increase specificity and override original style */
      padding-right: 83px 0;
    }
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Disable grouping labels’ is closed to new replies.