Viewing 15 posts - 1 through 15 (of 21 total)
  • Author
    Posts
  • hanspost Friend
    #167601

    I’m using template JA Minisite in combination with JA Slideshow. Everything works fine, but I wan’t to change the color from purple tot a yellow one. I have tried to find it with Firefox and Firebug but I couldn’t find it. An example can be found at http://www.houseonline.nl.

    chavan Friend
    #407190

    Go to this Folder http://www.houseonline.nl/modules/mod_jaslideshow/assets/themes/rasite/

    there you will have change the image color

    http://www.houseonline.nl/modules/mod_jaslideshow/assets/themes/rasite/grad-bg.gif

    http://www.houseonline.nl/modules/mod_jaslideshow/assets/themes/rasite/arrow-bg.gif

    If you need any further change in color you need to edit some css style.css and mod_jaslideshow.css in that folder

    Note: If you Find my Post useful please click on the Thanks Icon

    khoand Friend
    #407193

    Hi,
    You remove this code from /templates/ja_minisite/core/themes/yellow/css/template.css


    /* slideshow ---*/
    #ja-slideshow { background: url(../images/bgd_info.png) 50% 0 repeat-y; }

    .mask{ background: url(../images/bgd_mask.png) 0 0 repeat-y; }

    #ja-slideshow .readon{ background: #222; }
    <em>@hanspost 260957 wrote:</em><blockquote>I’m using template JA Minisite in combination with JA Slideshow. Everything works fine, but I wan’t to change the color from purple tot a yellow one. I have tried to find it with Firefox and Firebug but I couldn’t find it. An example can be found at http://www.houseonline.nl.</blockquote>

    hanspost Friend
    #407244

    Thank you very much. The color is correct now. The only thing left is a grey column where the yellow arrow is hovering. How can I remove the grey column?

    pritam Friend
    #407246

    Hello hanspost ,

    To Remove Gray column

    Find this code to template.css

    #ja-slideshow .ja-slide-thumbs-wrap {
    -moz-background-clip: border;
    -moz-background-origin: padding;
    -moz-background-size: auto auto;
    background-attachment: scroll;
    background-color: #CCCCCC;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    bottom: 10px;
    position: absolute;
    right: 10px;
    z-index: 100;
    }

    Change this code to :-

    #ja-slideshow .ja-slide-thumbs-wrap {
    -moz-background-clip: border;
    -moz-background-origin: padding;
    -moz-background-size: auto auto;
    background-attachment: scroll;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    bottom: 10px;
    position: absolute;
    right: 10px;
    z-index: 100;
    }

    hanspost Friend
    #407279

    I can’t find the string you are referring to. Can you tell me which template.css I need to change?

    khoand Friend
    #407292

    It is


    #ja-slideshow .ja-slide-thumbs-wrap {
    background: #CCC; < remove line
    bottom: 10px;
    position: absolute;
    right: 10px;
    z-index: 100;
    }

    hanspost Friend
    #407356

    Yes I know that, but where can I find the template.css?

    khoand Friend
    #407369

    I can’t identify where template.css is, because cache mode is on. So, you turn cache mode off by login backend > Extensions > template manage > ja_minisite > Global tab > Css & Javascript Compress > set Optimize CSS is No

    chavan Friend
    #407378

    Go to this File : http://www.houseonline.nl/modules/mod_jaslideshow/assets/themes/rasite/style.css

    Find this code and replace it

    .ja-slidewrap_rasite #ja-slideshow .ja-slide-thumbs-wrap { background: #ccc; bottom: 10px; position: absolute; right: 10px; z-index: 100; }

    With


    .ja-slidewrap_rasite #ja-slideshow .ja-slide-thumbs-wrap { background: none; bottom: 10px; position: absolute; right: 10px; z-index: 100; }


    Note: If you Find my Post useful please click on the Thanks Icon

    hanspost Friend
    #407410

    <em>@khoand 261194 wrote:</em><blockquote>I can’t identify where template.css is, because cache mode is on. So, you turn cache mode off by login backend > Extensions > template manage > ja_minisite > Global tab > Css & Javascript Compress > set Optimize CSS is No</blockquote>

    Ok, I’ve done that!

    hanspost Friend
    #407411

    <em>@Chavan 261204 wrote:</em><blockquote>Go to this File : http://www.houseonline.nl/modules/mod_jaslideshow/assets/themes/rasite/style.css

    Find this code and replace it

    .ja-slidewrap_rasite #ja-slideshow .ja-slide-thumbs-wrap { background: #ccc; bottom: 10px; position: absolute; right: 10px; z-index: 100; }

    With


    .ja-slidewrap_rasite #ja-slideshow .ja-slide-thumbs-wrap { background: none; bottom: 10px; position: absolute; right: 10px; z-index: 100; }


    Note: If you Find my Post useful please click on the Thanks Icon</blockquote>

    I have changed everything but no result as you can see on http://www.houseonline.nl

    khoand Friend
    #407425

    Code in http://www.houseonline.nl/modules/mod_jaslideshow/assets/themes/default/style.css
    <em>@khoand 261100 wrote:</em><blockquote>It is


    #ja-slideshow .ja-slide-thumbs-wrap {
    background: #CCC; < remove line
    bottom: 10px;
    position: absolute;
    right: 10px;
    z-index: 100;
    }

    </blockquote>

    chavan Friend
    #407437

    Pm your ftp details I will fix it for you now.

    hanspost Friend
    #407711

    Thank you for the offer, but I really want to change it myself. I want to learn from this!
    I’ve changed the style.css but it doesn’t work. The gray block is still visible. Any suggestions?

Viewing 15 posts - 1 through 15 (of 21 total)

This topic contains 21 replies, has 5 voices, and was last updated by  pritam 13 years, 1 month ago.

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