• JM

    (@makhijajatin)


    Does not work any more. Is the Plugin Still Alive ?
    I installed and tested it and it did not work. I want to have the same to apply to Jetpack Slides.

Viewing 12 replies - 1 through 12 (of 12 total)
  • Plugin Author Michael Beckwith

    (@tw2113)

    The BenchPresser

    Admittedly hasn’t been tested and confirmed for awhile, so it’s definitely possible that there are issues with the latest versions of Jetpack. We also don’t see a lot of heavy usage, so the testing of compatibility fell by the wayside too.

    I can try to test things out and see what’s maybe going on soon, but it probably won’t be till tomorrow at the earliest.

    Thread Starter JM

    (@makhijajatin)

    Thanks Michael,

    I tried quite a few custom css as well but as i am not an expert in this area i could not achieve the desired result. However, your plugin seems like can do the trick but as you know its not compatible / not working at present. Any help would be appreciated.

    Plugin Author Michael Beckwith

    (@tw2113)

    The BenchPresser

    Any links and information about what you’re seeing and trying to achieve would help me investigate first hand for what you’re specifically experiencing.

    Thread Starter JM

    (@makhijajatin)

    I am using Jetpack slideshow in my post and want to display the caption after the image by default it displayes over the images or to say overlays it which hides a part of my image. Is there any way to fix this.

    Plugin Author Michael Beckwith

    (@tw2113)

    The BenchPresser

    if you have a public link to the post with the slideshow, i can inspect how things are behaving and what may or may not need done, if anything to help you along here as a quick bandaid patch.

    Thread Starter JM

    (@makhijajatin)

    Thread Starter JM

    (@makhijajatin)

    Any thoughts ?

    Thread Starter JM

    (@makhijajatin)

    I managed to get this fixed but not completely.

    Plugin Author Michael Beckwith

    (@tw2113)

    The BenchPresser

    I hadn’t had a chance to circle back.

    I guess my question is what do you feel is left?

    Thread Starter JM

    (@makhijajatin)

    Hi Michael,

    Not too much is left but few bits which i am just stuck with

    the caption is cutting off from the bottom (desktop and mobile both) https://imgur.com/3j8vVmU. is there any way to expand the caption block to show the whole text. i think the pagination dots are causing issue, can we hide it as well.

    I am using below code:

    .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);
    }
    
    • This reply was modified 4 years, 4 months ago by JM.
    Plugin Author Michael Beckwith

    (@tw2113)

    The BenchPresser

    Not seeing a caption like that one at https://techpress.net/how-to-download-the-certificate-from-netscaler-in-pfx-format/ so it’s a little hard to advise on that specific one, and really it’d just end up being me suggesting more possible CSS edits or reviewing what the javascript that we ship with is doing.

    Thread Starter JM

    (@makhijajatin)

    Ok, Thanks.

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Does not work’ is closed to new replies.