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

    (@nik00726)

    Hello

    It is problem of css z-index. Set lower z-index to thumbnail slider.

    Thanks

    Thread Starter oiver55

    (@oiver55)

    Thanks for the quick response, How do I go about actually doing that.

    Thanks!

    Thread Starter oiver55

    (@oiver55)

    Thanks for the quick response, How do I go about actually doing that.

    Thanks!

    Plugin Author Nks

    (@nik00726)

    Can you send me demo link I have to check css

    Thread Starter oiver55

    (@oiver55)

    OKay I’m not sure what demo link means

    Plugin Author Nks

    (@nik00726)

    Hello

    I mean is your website url where you have this problem.

    Thanks

    Thread Starter oiver55

    (@oiver55)

    Plugin Author Nks

    (@nik00726)

    Hello

    Goto

    wp-content/plugins/wp-responsive-slider-with-lightbox/css/images-responsive-thumbnail-slider-plus-lighbox-style.css

    using ftp and replace

    .bx-wrapper .bx-controls-direction a {
        height: 32px !important;
        margin-top: -16px !important;
        outline: 0 none !important;
        position: absolute !important;
        text-indent: -9999px !important;
        top: 50% !important;
        width: 32px !important;
        z-index: 9999 !important;
    }
    
    With
    
    .bx-wrapper .bx-controls-direction a {
        height: 32px !important;
        margin-top: -16px !important;
        outline: 0 none !important;
        position: absolute !important;
        text-indent: -9999px !important;
        top: 50% !important;
        width: 32px !important;
        z-index: 100 !important;
    }
    Thread Starter oiver55

    (@oiver55)

    Thanks for the quick response. I made the change but it is still happening,
    Look here

    https://postimg.org/image/xsgd7mdvd/

    Plugin Author Nks

    (@nik00726)

    Nope it is just cache issue.Clear browser cache and check it.If you found useful please rate plugin.

    thanks

    Thread Starter oiver55

    (@oiver55)

    Great it works! Thanks

    Plugin Author Nks

    (@nik00726)

    Thanks for using plugin.Please rate if you found useful..

    Thanks

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Two Arrows Not Going Away’ is closed to new replies.