• Resolved dutchpuppet

    (@dutchpuppet)


    Hello,

    We would like to delete the info box as shown on the Carousel. We used the following CSS to try to delete it:

    .jp-carousel-wrap a.jp-carousel-image-download {
    display:none;
    }

    However that only deletes the text, the grey box still shows.

    Another issue we have is when the next images is loading in the carousel it shows a text: “Loading comments” We would like the delete this text. We already disabled comments in the whole website, so this is not wanted by us to be shown…

    Please help us to desolve this issue!

    Greetings from holland 🙂

    http://wordpress.org/plugins/jetpack/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic 🚀

    We would like to delete the info box as shown on the Carousel.

    You can remove the whole box with this CSS:

    .jp-carousel-wrap .jp-carousel-image-meta {
        display:none;
    }

    Another issue we have is when the next images is loading in the carousel it shows a text: “Loading comments” We would like the delete this text.

    Try adding the following code to your custom CSS editor:

    #jp-carousel-comments-loading { display: none !important; }

    Thread Starter dutchpuppet

    (@dutchpuppet)

    Hello Jeremy,

    We’ve tried the CSS,unfortunately that removes the whole caroussel. We only need to remove the infobox en the text loading comments…

    Do you have another solution?

    Regards,
    Ingrid

    Thread Starter dutchpuppet

    (@dutchpuppet)

    Jeremy,

    We’ve placed the css before the earlier written css and strangely now it works!

    Thanx for your help!

    Holiday greetings from Holland!

    Ingrid

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Delete the infobox on Carousel’ is closed to new replies.