Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #261297

    Hi,

    After i updated to 2.7.1. I noticed a little Bug with the Post-Slider-Element: The Overlay effect on the featured Image has a different size than the underlaying picture and therefore produces little glitches:

    Postslider Bug 2.7.1

    Maybe you could give me a hint how to fix this.

    Best Regards,

    Marcus

    #261964

    Hey doa!

    Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    
    .slide-image, .image-overlay {
        max-height: auto;
    }
    .avia-content-slider .slide-image, .avia-content-slider .slide-image img {
        border-radius: 2px;
        display: inline-block;
        position: relative;
    }
    

    Best regards,
    Devin

    #262015
    This reply has been marked as private.
    #262053

    Try:

    .avia-content-slider .slide-image, .avia-content-slider .slide-image img {
    border-radius: 2px;
    position: relative;
    }
    
    #262056

    nope.

    Sorry, but we are back at square one. All looks again like in the first picture i posted….

    #262445

    Hi!

    Please try this:

    .avia-content-slider .slide-entry {
    overflow: hidden;
    }
    

    Regards,
    Kriesi

    #262509

    Thanks Kriesi, this worked! :)

    Best regards,

    Marcus

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Post Slider Element Bug after Update to 2.7.1.’ is closed to new replies.