Viewing 3 replies - 1 through 3 (of 3 total)
  • hi, this my css for no comments and no border
    #jp-carousel-comment-form,.jp-carousel-commentlink,.jp-carousel-buttons{display:none;margin:0;padding:0;border:none}

    you can notify there is a big gap at the bottom after hiding the comment form, it’s generated by the jquery jetpack-carousel.js
    go to the line 1230 and modify this

    //$('.jp-carousel-overlay').height( $(window).height() + titleAndDescription.height() + commentForm.height() + ( (comments.height() > 0) ? comments.height() : imageMeta.height() ) + 200 );
    into this
    $('.jp-carousel-overlay').height( $(window).height() + titleAndDescription.height());

    hope that helps

    Hey, thanks for the useful comments guys.

    What do I remove from the plugin CSS file to get rid of the comment box as well?

    marties thanx for your tip, it´s works.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘remove comment box & sharing icons?’ is closed to new replies.