• Resolved jesusgpastor

    (@jesusgpastor)


    Hi there. I have been checking around many useful tips from @JeremyHerve and some other users and that’s all what I found (and checked works fine). I share it here because it may be usefull to have them all in a row, hope someone find it usefull 🙂

    /*** Jetpack: Carousel. Disable ALL options below images, comments, full size, title & description ***/

    /* Hide Comment Form & Link */
    #jp-carousel-comment-form-container,

    /* Hide Comment Form */
    div.jp-carousel-buttons a.jp-carousel-commentlink,

    /* Hide Comment Link */
    #jp-carousel-comments-loading

    /* Hide Loading Comments text */ {
    display: none !important;
    }

    /* Hide full size option */
    .jp-carousel-wrap a.jp-carousel-image-download {
    display:none;
    }

    /* Hide full size box */
    .jp-carousel-left-column-wrapper, .jp-carousel-image-meta { display:none; }

    /* Hide Title and Description Below Image */

    .jp-carousel-wrap .jp-carousel-titleanddesc-title, .jp-carousel-wrap .jp-carousel-photo-info {
    display:none;
    }

    https://wordpress.org/plugins/jetpack/

  • The topic ‘Disable Comments, Description and Full size in Carousel’ is closed to new replies.