Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • qbali JATC
    #182628

    anyone can help me on how to remove the blur from left and right side of the slideshow

    thanks for anyhelp

    pavit Moderator
    #474408

    Hi

    The blur effect on the slideshow is given by an image to edit it or remove it goto this file /templates/ja_university/css/mod_jaslideshowlite.css

    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 scroll right top transparent;
    left: auto;
    right: 0;
    }

    qbali JATC
    #474545

    Hi Pavit, thanks that’s work great..

    ericdeumo Friend
    #692174

    Good morning.
    This is just the code. Please I want to remove the blur effet. How to change the code to remove It ?
    Thank you.

    ericdeumo Friend
    #749574

    Good morning.
    This is just the code. Please I want to remove the blur effet. How to change the code to remove It ?
    Thank you.

    pavit Moderator
    #692176

    <em>@ericdeumo 493913 wrote:</em><blockquote>Good morning.
    This is just the code. Please I want to remove the blur effet. How to change the code to remove It ?
    Thank you.</blockquote>

    That is teh code to show how to remove the blur effect given by the image, to remove the effect remove the image ,

    set

    background: url(../images/mask-left.png) no-repeat left top;

    to:

    background:none;

    for both the above part of code

    pavit Moderator
    #749576

    <em>@ericdeumo 493913 wrote:</em><blockquote>Good morning.
    This is just the code. Please I want to remove the blur effet. How to change the code to remove It ?
    Thank you.</blockquote>

    That is teh code to show how to remove the blur effect given by the image, to remove the effect remove the image ,

    set

    background: url(../images/mask-left.png) no-repeat left top;

    to:

    background:none;

    for both the above part of code

    ericdeumo Friend
    #692351

    Tank you, but it not remove the blur effet.
    Please help.

    ericdeumo Friend
    #749610

    Tank you, but it not remove the blur effet.
    Please help.

    pavit Moderator
    #692360

    <em>@ericdeumo 493967 wrote:</em><blockquote>Tank you, but it not remove the blur effet.
    Please help.</blockquote>

    Ok then post a link to your page so we can take a look at it

    pavit Moderator
    #749619

    <em>@ericdeumo 493967 wrote:</em><blockquote>Tank you, but it not remove the blur effet.
    Please help.</blockquote>

    Ok then post a link to your page so we can take a look at it

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

This topic contains 11 replies, has 3 voices, and was last updated by  pavit 8 years, 7 months ago.

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