Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • wdiggles Friend
    #206036

    http://bofodev.cloudaccess.host/
    JA Slideshow Lite
    Joomla 3.4.1
    T3 Blank 2.2.0
    T3 2.4.8

    After refreshing the cache the last slideshow image displays while the slideshow is loading. Once the slideshow is fully loaded then it pops to the first image which is the correct one. It is quite jarring for the viewer.

    I would like the first image in the slideshow to be the one that shows while loading.

    Help with this issue is appreciated.

    Thanks!
    Warren

    Adam M Moderator
    #569371

    Hi Warren,

    Please open file http://bofodev.cloudaccess.host/templates/t3_blank/css/custom.css and add this code :

    .ja-ss-item:first-child {
    z-index: 2 !important;
    }

    Adam M Moderator
    #734460

    Hi Warren,

    Please open file http://bofodev.cloudaccess.host/templates/t3_blank/css/custom.css and add this code :

    .ja-ss-item:first-child {
    z-index: 2 !important;
    }

    wdiggles Friend
    #569391

    I had to us the following css

    .ja-ss-item:nth-child(2) {
    z-index: 2 !important;
    }

    The first child appears to be an extra copy of the first slide with visibility set to hidden.

    Thank you for getting me on the right path.

    wdiggles Friend
    #734480

    I had to us the following css

    .ja-ss-item:nth-child(2) {
    z-index: 2 !important;
    }

    The first child appears to be an extra copy of the first slide with visibility set to hidden.

    Thank you for getting me on the right path.

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 2 voices, and was last updated by  wdiggles 9 years ago.

We moved to new unified forum. Please post all new support queries in our New Forum