• Resolved Tomushi

    (@tomushi)


    Hi!

    This plugin is cool, but I need only pictures without any texts (image name) and links (to original piture). Settings in Jetpack Carrousel are very poor and i’m blocked with this problem.

    If i can have Caroussel without links to original image, this will be great ??

    Greetings.
    Tomek

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hi Tomushi,

    Can you show me an example of what you’d like, or maybe a mockup? It might be possible to remove a lot of the text with CSS, or maybe even hiding it (making it the same colour as the background).

    Thread Starter Tomushi

    (@tomushi)

    Hi,

    1. Name of picture – to delete/hide …
    2. Link to original picture – delete
    3. Comments – can stay like is now.

    Look here please, https://www.tomaszkuzel.com/wp/portfolio/childrens-portraits/#
    What You need more, if code ok but tell me where i can find it ??

    Greetings
    Tomek

    .jp-carousel-titleanddesc, .jp-carousel-image-meta {
    display: none !important;
    }

    That should do it! Let me know if that works for you.

    Thread Starter Tomushi

    (@tomushi)

    Thank You, but where i can paste this code? I afraid to make some mess.
    Of course i will tell You about my progress ??

    In JetPack, make sure to activate the Custom CSS module. Then, go to Appearance -> Edit CSS, and paste it there. Have a look here for more info on the Custom CSS module:

    https://jetpack.me/support/custom-css/

    Thread Starter Tomushi

    (@tomushi)

    Thanks it’s work great (look the link)! ??
    One question, why i have exclamation mark in small triangle next to “display: none!important;”? When i move the mouse over it i see this “Use of !important”

    I’m cool now ??
    Thanks again. Beer for You -> Cheers!

    It’s there as a marker to indicate to you that you are using the !important declaration there, which will over-ride any other similar CSS rules for the same selector. This can help when troubleshooting CSS-related issues with your site. Basically, it’s a visual aid for you, that’s all!

    Beer for You -> Cheers!

    I will have one in your honour tonight. ??

    Thread Starter Tomushi

    (@tomushi)

    Thanks again ??

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Carrousel – Jetpack – without any text – how to make?’ is closed to new replies.