Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • somanywindows Friend
    #184748

    Hi

    I have the same problem as mentioned in the similar thread. I posted this issue there, didn’t get any response – perhaps the thread was marked ‘closed’. I’m posting it again in the hope getting this resolved.

    I tried the following methods described in the thread (suggested by Ninja Lead), but it helps only to a certain extent. I have darker pictures, so the gray area does not look good unlike the demo which are lighter.

    Thanks in advance for your help

    Thanks!

    You can remove gray area by editing this file
    templates/ja_university/css/template.css
    from
    Code:
    #ja-slideshow {
    background: #d7e3e3
    border-bottom: 1px solid #c3d5d5
    position: relative;
    z-index: 10;
    }
    change to
    Code:
    #ja-slideshow {
    border-bottom: 1px solid #c3d5d5
    position: relative;
    z-index: 10;
    }


    1. Capture-1
    Wall Crasher Developer
    #483366

    Hi somanywindows,

    If you want to remove completely gray area, please follow this below steps:
    1. Change or remove the background color as Ninja Lead suggest

    #ja-slideshow {
    background: #d7e3e3 /* Change or remove this color */
    border-bottom: 1px solid #c3d5d5
    position: relative;
    z-index: 10;
    }

    2. Remove the gradient (by CSS or PHP, please choose one option only)
    – By CSS, please open /templates/ja_university/css/mod_jaslideshowlite.css and remove

    .ja-ss-mask {
    background: url(../images/mask-left.png) no-repeat left top;
    display: block;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    width: 121px;
    height: 100%;
    }

    .ja-ss-mask.mask-right {
    background: url(../images/mask-right.png) no-repeat right top;
    left: auto;
    right: 0;
    }

    – By PHP, open templatesja_universityhtmlmod_jaslideshowlitedefault.php, and remove

    <div class="ja-ss-mask mask-left"> </div>
    <div class="ja-ss-mask mask-right"> </div>

    Now, save, clear system cache, and refresh again.

    Hope it helps.

    Regards

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

This topic contains 2 replies, has 2 voices, and was last updated by  Wall Crasher 11 years, 9 months ago.

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