Jetpack CSS SlideShow Caption Help

  • Unknown's avatar

    Hi All,

    Can anyone help me fixing an issue with respect to Jetpack slideshow caption. What i am trying to achieve is to have the image caption showing not over the image but after the image at the bottom so that no part of my image is hidden from the caption. I managed to search through the forums and sites to find a piece of CSS code and helped me getting close to what i need but still the issue remains.

    > The Caption is cutting off and not showing completely.
    > Pagination dots are showing in the middle of the caption and i have to either hide it or show it after the caption.

    The code i used is :

    .entry-content .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_image {
       margin-top: auto;
        margin-bottom: auto;
     } 
    
    .entry-content .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide figure {
        flex-direction: column;
    }
    
    .entry-content .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_caption.gallery-caption {
        position: relative;
        bottom: auto;
        width: 100%;
        max-height: 100%;
        overflow: visible;
        padding: 10px 0 20px 0;
        color: #333;
        text-align: center;
        font-size: 19px;
      background: linear-gradient(0deg,rgba(0,0,0,0),rgba(0,0,0,0) 0%,transparent);
    }

    Screenshot: https://imgur.com/3j8vVmU
    Test Post: https://techpress.net/testpost/

    Any help will be appreciated. Thanks in Advance for looking.

    The blog I need help with is: (visible only to logged in users)

  • Hi there,

    It sounds like you are needing help with the Jetpack plugin but have landed on the support forum for WordPress.com sites instead. This is the support forum for sites “hosted on WordPress.com” but we are not able to assist with self-hosted sites using the Jetpack plugin.

    Can you please report this issue to Jetpack support by asking here?

    https://wordpress.org/support/plugin/jetpack/

    Thanks!

  • Unknown's avatar

    Thanks i thought its a general forum to ask for Css help. Anyway thanks. have already raised it with Jetpack and nothing much i am getting from them.

  • @makhijajatin ah, nope. These are forums for sites hosted here, and even so here’s the scope of the CSS we offer:

    An Intro to CSS: Finding CSS Selectors

    You might keep trying with the CSS, or you might consider hiring someone to help. We recommend UpWork.com.

    Hoping that helps!

  • The topic ‘Jetpack CSS SlideShow Caption Help’ is closed to new replies.