Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter gitika chaudhary

    (@gitika-chaudhary)

    I got a plugin called ” disable comments”
    which have solved the problem. But I want to remove the black area below the light box….
    If anybody can help, that will be very special …
    Thanks!

    tgd

    (@terrydaisydesignsca)

    I just added the following CSS rule to my stylesheet, and bottom section with comments metadata and full-size link were hidden:
    .jp-carousel-info{display:none;}
    Easy, but it would be nice to have a setting for this.

    I have just commented out in jetpack-carousel.js file on line 708 this
    // gallery.jp_carousel( 'getComments', { 'attachment_id': current.data( 'attachment-id' ), 'offset': 0, 'clear': true } );

    It is better for me than setting display none in css, because this also fixes big gap at the bottom.
    Of course, this will break when plugin updates.. but it is a simple cheat.

    I’d REALLY like a way to remove comments as well! I tried disabling comments site wide but it didn’t do anything. Also tried on the exact post to disable comments and trackbacks, and still no change.

    Is this a planned feature?

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

The topic ‘Remove comments section from lightbox’ is closed to new replies.