Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • foris Friend
    #136676

    when I put just one foto the Slideshow is ok. But if I put more than a photo a gray line appears over the slideshow. can you help me on that?

    http://www.cao.al

    Sherlock Friend
    #285581

    Hi foris !
    You can fix it following some steps below :
    1. Open ja.slideshow.css file in templates/ja_nerine/css folder , find following code section at about line 11 :


    #ja-slideshowwrap {
    position:relative;
    }

    change to :


    #ja-slideshowwrap {
    background:#4F4F4F none repeat scroll 0 0;
    border:3px solid #CACACC;
    overflow:hidden;
    position:relative;
    }

    2. Please following code section at about line 58 :


    #ja-slidebar ul li a {
    background:transparent url(img/circle.png) no-repeat scroll 0 0;
    color:#4F4F4F;
    cursor:pointer;
    display:block;
    float:left;
    font-family:Tahoma,Arial,sans-serif;
    font-size:10px;
    font-weight:bold;
    height:22px;
    margin-right:5px;
    text-decoration:none;
    text-indent:6px;
    width:20px;
    }

    change to :


    #ja-slidebar ul li a {
    background:transparent url(img/circle.png) no-repeat scroll 0 0;
    cursor:pointer;
    display:block;
    float:left;
    font-family:Tahoma,Arial,sans-serif;
    font-size:10px;
    font-weight:bold;
    height:22px;
    margin-right:5px;
    text-decoration:none;
    text-indent:6px;
    width:20px;
    }

    3. Find following code section at about line 84 :


    #ja-slidebar a.active {
    background:transparent url(img/circle-active.png) no-repeat scroll 0 0;
    }

    change to :


    #ja-slidebar a.active {
    background:transparent url(img/circle-active.png) no-repeat scroll 0 0;
    color:red;
    }

    foris Friend
    #285609

    you are Great! Thank you very much!

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

This topic contains 3 replies, has 2 voices, and was last updated by  foris 15 years, 4 months ago.

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