Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • relsig Friend
    #206912

    Hello

    I’m looking for the slideshow profile creating a slideshow like the following video: https://www.youtube.com/watch?v=mjcxp3KWQo4

    Can you tell me which one this is?

    Thanks

    Roger

    TomC Moderator
    #572834

    Which template are you working with ??

    TomC Moderator
    #737868

    Which template are you working with ??

    relsig Friend
    #572837

    Ja Brisk

    I know this is not included, but the slideshow lite is no option.

    relsig Friend
    #737871

    Ja Brisk

    I know this is not included, but the slideshow lite is no option.

    TomC Moderator
    #572970

    <em>@relsig 476411 wrote:</em><blockquote>Ja Brisk

    I know this is not included, but the slideshow lite is no option.</blockquote>

    So, in other words, you want to install JA Slideshow Lite into your JA Brisk template ??

    relsig Friend
    #572972

    No I don’t. I want to use JA slideshow so that I can use the extra features like K2 articles. I would like it to look like the example in the YouTube movie.

    relsig Friend
    #573111

    Hello

    Since I’m not the coder I had to play a little bit around with fire bug. To get a result that I like. Now I have a result that looks fine to me. But unfortunately I’m not sure if I put all the css styles into the correct properties.
    I’m working with JA Brisk and the ja slideshow (not lite) module. I copied the blazes style of the module and made some changes.
    I made changes for the text/mask.

    Here is how it looks at the moment.

    Here is the css file as it looks like right now.
    [PHP]
    /* COMMON STYLE
    ——————————————————— */
    /**
    * ————————————————————————
    * JA Slideshow Module for J25 & J31
    * ————————————————————————
    * Copyright (C) 2004-2011 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
    * @license – GNU/GPL, http://www.gnu.org/licenses/gpl.html
    * Author: J.O.O.M Solutions Co., Ltd
    * Websites: http://www.joomlart.comhttp://www.joomlancers.com
    * ————————————————————————
    */

    .moduletable-slideshow h3 {
    color: #fff
    }

    .ja-slidewrap {
    border: none;
    margin: 0;
    padding: 0;
    position: relative;
    }

    .ja-slide-main-wrap {
    overflow: hidden;
    padding-bottom: 8px;
    position: relative;
    }

    .ja-slide-main { position: absolute; z-index: 1; }

    .ja-slide-item {
    display: block;
    float: left;
    margin: 0;
    overflow: hidden;
    position: relative;
    }

    .ja-slide-item { left: 0; right: 0; }

    .ja-slide-item img { }

    .ja-slide-thumbs-wrap {
    clear: both;
    overflow: hidden;
    position: relative;
    background: #111
    }

    .but_prev, .but_next {
    background: #000
    position: absolute;
    top: 0;
    z-index: 99;
    }

    .but_prev {
    background: url(arrow-l.gif) no-repeat right center;
    left: 0;
    }

    .but_prev:hover, .but_next:hover { cursor: pointer; }

    .but_next {
    background: url(arrow-r.gif) no-repeat left center;
    right: 0;
    }

    Made a lot of changes into the following property

    .maskDesc, .maskdesc{
    cursor: pointer;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #ff0000
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    opacity: 0.6;
    color: #ffffff
    display: none;
    left: 30px;
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 25px;
    position: absolute;
    text-align: left;
    top: 60%;
    z-index: 2;
    }

    .maskDesc .ja-slide-desc a,
    .maskDesc .ja-slide-desc a:hover,
    .maskDesc .ja-slide-desc a:focus,
    .maskDesc .ja-slide-desc a:active {
    border: none !important;
    text-decoration: none !important;
    }

    .maskdesc .ja-slide-desc a,
    .maskdesc .ja-slide-desc a:hover,
    .maskdesc .ja-slide-desc a:focus,
    .maskdesc .ja-slide-desc a:active {
    border: none !important;
    text-decoration: none !important;
    }

    .ja-slide-buttons { }

    .ja-slide-buttons span {
    color: #fff
    cursor: pointer;
    display: block;
    float: left;
    position: absolute;
    z-index: 100;
    margin: 0;
    padding: 0;
    }

    .ja-slide-buttons span.ja-slide-next {
    background: url(btn-next-prev.png) no-repeat 0 0;
    display: block;
    height: 47px;
    right:10px;
    overflow: hidden;
    text-indent: -999em;
    top: 450px;
    width: 30px;
    }

    .ja-slide-buttons span.ja-slide-prev {
    background: url(btn-next-prev.png) no-repeat -30px 0;
    display: block;
    height: 47px;
    overflow: hidden;
    text-indent: -999em;
    left:10px;
    top: 450px;
    width: 30px;
    }

    .ja-slide-buttons span.ja-slide-stop, .ja-slide-buttons span.ja-slide-playback, .ja-slide-buttons span.ja-slide-play { display: none; }

    /*JA Sideshow [ Topspotlight 1]*/
    #ja-slideshow .ja-slidewrap { margin: 0; padding: 0; position: relative; }

    #ja-slideshow .ja-slide-mask {
    background: #ccc
    bottom: 10px;
    display: none;
    height: 70px;
    position: absolute;
    right: 10px;
    width: 210px;
    z-index: 99;
    }

    #ja-slideshow .ja-slide-buttons {
    position: static;
    }

    #ja-slideshow .ja-slide-thumb img { border: 1px solid #000 }

    #ja-slideshow .ja-slide-thumb.active img {}

    #ja-slideshow .ja-slide-item img { border: none; padding: 0; }

    #ja-slideshow .maskDesc { }

    #ja-slideshow .maskDesc .ja-slide-desc {
    color: #fff
    font-size: 100%;
    left: 0;
    padding: 0 30px;
    position: absolute;
    top: 175px;
    }

    #ja-slideshow .maskDesc .ja-slide-desc h3 {
    background: #000
    color: #eee
    display: inline-table;
    font-family: “AbelRegular”, Arial, sans-serif;
    font-size: 250%;
    font-weight: normal;
    margin: 0 0 1px 0;
    opacity: 0.8;
    padding: 5px 10px;
    text-transform: none;
    }

    #ja-slideshow .maskDesc .ja-slide-desc p {
    background: #111
    color: #eee
    opacity: 0.7;
    padding: 5px 10px;
    }

    #ja-slideshow .readon {
    background: url(icon-arrow.gif) 0 5px no-repeat;
    bottom: 15px;
    font-family: Georgia, “Times New Roman”, Times, serif;
    font-style: italic;
    left: 30px;
    padding-left: 12px;
    position: absolute;
    z-index: 9999;
    }

    /* SCROLL LEFT
    —————————————–*/
    /* Horizontal —*/
    .ja-vertical_right {
    overflow: hidden;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 901;
    }

    /* horizontal —*/
    .ja-vertical_left {
    left: 20px;
    overflow: hidden;
    position: absolute;
    top: 20px;
    z-index: 901;
    }

    .ja-vertical_right .active { }

    .ja-vertical_left .active { }

    .ja-slide-right { margin-left: auto; right: 0; top: 0; }

    .ja-slide-thumbs, .ja-slide-thumbs-mask, .ja-slide-thumbs-handles {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 9px;
    width: 5000px;
    z-index: 101;
    }

    .ja-articles .ja-slide-thumbs-handles {}

    .ja-slide-descs { display: none; }

    .ja-slide-thumb, .ja-slide-thumbs-handles span {
    cursor: pointer;
    display: block;
    float: left;
    margin: 0;
    overflow: hidden;
    text-align: center;
    }

    .ja-slide-thumbs-handles span.active, .ja-slide-thumbs div.active span {
    color: #fff
    }

    /* horizontal */
    .ja-vertical_right .ja-slide-thumb, .ja-vertical_right .ja-slide-thumbs-handles span{ float: none!important; }

    .ja-vertical_left .ja-slide-thumb, .ja-vertical_left .ja-slide-thumbs-handles span{ float: none!important; }

    .ja-slide-thumbs-wrap .active .ja-slide-thumb-inner { background: url(grad-bg.gif) repeat-x top left #57212A }

    .ja-slide-thumbs-wrap .active .ja-slide-thumb-inner h3 { color: #fff !important; }

    /*
    .ja-slide-thumbs-handles span {
    }
    */
    .ja-slide-thumbs-mask-left,
    .ja-slide-thumbs-mask-right,
    .ja-slide-thumbs-mask-center { float: left; }

    .ja-vertical_right .ja-slide-thumbs-mask-left,
    .ja-vertical_right .ja-slide-thumbs-mask-right,
    .ja-vertical_right .ja-slide-thumbs-mask-center { display: block; float: none; }

    .ja-vertical_left .ja-slide-thumbs-mask-left,
    .ja-vertical_left .ja-slide-thumbs-mask-right,
    .ja-vertical_left .ja-slide-thumbs-mask-center { display: block; float: none; }

    .ja-slide-thumb-inner {
    background: #000
    border-top: 1px solid #191A1B
    color: #757575
    height: 100%;
    margin-left: 19px;
    padding: 0 15px;
    }

    .ja-vertical_left .ja-slide-thumb-inner { margin-left: 0px; margin-right: 19px; }

    .ja-slide-thumb-inner img {
    background: #000
    border: 1px solid #1C1C1C
    margin: 15px 5px 0 0;
    padding: 3px;
    }

    .ja-slide-thumb-inner h3 {
    font-size: 11px;
    margin: 0px !important;
    padding: 15px 0 0 !important;
    }

    .ja-slide-thumb-inner .ja-createdate { }

    .active .ja-slide-thumb-inner { border: none; color: #fff }

    .active .ja-slide-thumb-inner img { background: #57212A border: 1px solid #67373F }

    .ja-slide-thumbs-mask-left,
    .ja-slide-thumbs-mask-right,
    .ja-slide-thumbs-mask-center { float: left; }

    .ja-slide-thumbs-mask-left, .ja-slide-thumbs-mask-right {
    background: #111
    }

    /* Contain Thumbnails ——-*/
    #ja-slideshow .ja-horizontal {
    background: #111
    border: none;
    right: 20px;
    padding: 0;
    position: absolute;
    z-index: 999;
    bottom: 20px;
    }

    .ja-horizontal .ja-slide-thumbs, .ja-horizontal .ja-slide-thumbs-mask, .ja-horizontal .ja-slide-thumbs-handles {
    padding: 0;
    top: 0;
    }

    .ja-horizontal .ja-slide-thumb, .ja-horizontal .ja-slide-thumbs-handles span {
    background: none;
    margin: 0;
    text-indent: 0;
    color: #fff
    }

    /* From article ——-*/
    #ja-slideshow .ja-articles .ja-slide-desc { left: 439px; padding-right: 40px; top: 0; }

    #ja-slideshow .ja-articles .ja-slide-desc p {
    background: none;
    color: #fff
    margin-bottom: 15px;
    opacity: 1;
    padding: 0;
    }

    #ja-slideshow .ja-articles .ja-slide-desc .readmore {
    background: url(icon-arrow-02.gif) 0 5px no-repeat;
    opacity: 1;
    position: static;
    }

    #ja-slideshow .ja-articles .ja-slide-desc a{ color: #fff }

    #ja-slideshow .ja-articles .ja-slide-desc a span{
    font-family: “AbelRegular”, Arial, sans-serif;
    font-size: 250%;
    font-weight: normal;
    line-height: 100%;
    margin-bottom: 15px;
    }

    .ja-slide-thumbs-handles {

    z-index: 1000 !important;
    }

    .ja-slide-thumbs-wrap.ja-vertical_right .ja-slide-thumb {
    float: right !important;
    }

    .ja-vertical_right .ja-slide-thumbs{
    width: 100% !important;
    z-index: 1000 !important;
    }

    .ja-slide-thumbs-handles span {
    background: #000
    opacity: .1;
    filter: alpha(opacity=0.1);

    }
    [/PHP]

    Could you please tell me if I made the changes at the right spot. Also do they break something somewhere else in the template.

    In the end I would like to use K2 articles for the content, do I have to make some more adjustments to the css style?

    The navigation buttons where further up I also had to add something there. But what if the image is resized, then it won’t work anymore.

    The way it is right now it is not responsive. Is there a lot to do in order to make it responsive? What?

    Thank you

    Roger


    1. Slider1
    2. slideshow-styling
    relsig Friend
    #738144

    Hello

    Since I’m not the coder I had to play a little bit around with fire bug. To get a result that I like. Now I have a result that looks fine to me. But unfortunately I’m not sure if I put all the css styles into the correct properties.
    I’m working with JA Brisk and the ja slideshow (not lite) module. I copied the blazes style of the module and made some changes.
    I made changes for the text/mask.

    Here is how it looks at the moment.

    Here is the css file as it looks like right now.


    /* COMMON STYLE
    --------------------------------------------------------- */
    /**
    * ------------------------------------------------------------------------
    * JA Slideshow Module for J25 & J31
    * ------------------------------------------------------------------------
    * Copyright (C) 2004-2011 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
    * @license - GNU/GPL, http://www.gnu.org/licenses/gpl.html
    * Author: J.O.O.M Solutions Co., Ltd
    * Websites: http://www.joomlart.com - http://www.joomlancers.com
    * ------------------------------------------------------------------------
    */

    .moduletable-slideshow h3 {
    color: #fff
    }

    .ja-slidewrap {
    border: none;
    margin: 0;
    padding: 0;
    position: relative;
    }

    .ja-slide-main-wrap {
    overflow: hidden;
    padding-bottom: 8px;
    position: relative;
    }

    .ja-slide-main { position: absolute; z-index: 1; }

    .ja-slide-item {
    display: block;
    float: left;
    margin: 0;
    overflow: hidden;
    position: relative;
    }

    .ja-slide-item { left: 0; right: 0; }

    .ja-slide-item img { }

    .ja-slide-thumbs-wrap {
    clear: both;
    overflow: hidden;
    position: relative;
    background: #111
    }

    .but_prev, .but_next {
    background: #000
    position: absolute;
    top: 0;
    z-index: 99;
    }

    .but_prev {
    background: url(arrow-l.gif) no-repeat right center;
    left: 0;
    }

    .but_prev:hover, .but_next:hover { cursor: pointer; }

    .but_next {
    background: url(arrow-r.gif) no-repeat left center;
    right: 0;
    }

    Made a lot of changes into the following property

    .maskDesc, .maskdesc{
    cursor: pointer;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #ff0000
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    opacity: 0.6;
    color: #ffffff
    display: none;
    left: 30px;
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 25px;
    position: absolute;
    text-align: left;
    top: 60%;
    z-index: 2;
    }

    .maskDesc .ja-slide-desc a,
    .maskDesc .ja-slide-desc a:hover,
    .maskDesc .ja-slide-desc a:focus,
    .maskDesc .ja-slide-desc a:active {
    border: none !important;
    text-decoration: none !important;
    }

    .maskdesc .ja-slide-desc a,
    .maskdesc .ja-slide-desc a:hover,
    .maskdesc .ja-slide-desc a:focus,
    .maskdesc .ja-slide-desc a:active {
    border: none !important;
    text-decoration: none !important;
    }

    .ja-slide-buttons { }

    .ja-slide-buttons span {
    color: #fff
    cursor: pointer;
    display: block;
    float: left;
    position: absolute;
    z-index: 100;
    margin: 0;
    padding: 0;
    }

    .ja-slide-buttons span.ja-slide-next {
    background: url(btn-next-prev.png) no-repeat 0 0;
    display: block;
    height: 47px;
    right:10px;
    overflow: hidden;
    text-indent: -999em;
    top: 450px;
    width: 30px;
    }

    .ja-slide-buttons span.ja-slide-prev {
    background: url(btn-next-prev.png) no-repeat -30px 0;
    display: block;
    height: 47px;
    overflow: hidden;
    text-indent: -999em;
    left:10px;
    top: 450px;
    width: 30px;
    }

    .ja-slide-buttons span.ja-slide-stop, .ja-slide-buttons span.ja-slide-playback, .ja-slide-buttons span.ja-slide-play { display: none; }

    /*JA Sideshow [ Topspotlight 1]*/
    #ja-slideshow .ja-slidewrap { margin: 0; padding: 0; position: relative; }

    #ja-slideshow .ja-slide-mask {
    background: #ccc
    bottom: 10px;
    display: none;
    height: 70px;
    position: absolute;
    right: 10px;
    width: 210px;
    z-index: 99;
    }

    #ja-slideshow .ja-slide-buttons {
    position: static;
    }

    #ja-slideshow .ja-slide-thumb img { border: 1px solid #000 }

    #ja-slideshow .ja-slide-thumb.active img {}

    #ja-slideshow .ja-slide-item img { border: none; padding: 0; }

    #ja-slideshow .maskDesc { }

    #ja-slideshow .maskDesc .ja-slide-desc {
    color: #fff
    font-size: 100%;
    left: 0;
    padding: 0 30px;
    position: absolute;
    top: 175px;
    }

    #ja-slideshow .maskDesc .ja-slide-desc h3 {
    background: #000
    color: #eee
    display: inline-table;
    font-family: "AbelRegular", Arial, sans-serif;
    font-size: 250%;
    font-weight: normal;
    margin: 0 0 1px 0;
    opacity: 0.8;
    padding: 5px 10px;
    text-transform: none;
    }

    #ja-slideshow .maskDesc .ja-slide-desc p {
    background: #111
    color: #eee
    opacity: 0.7;
    padding: 5px 10px;
    }

    #ja-slideshow .readon {
    background: url(icon-arrow.gif) 0 5px no-repeat;
    bottom: 15px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    left: 30px;
    padding-left: 12px;
    position: absolute;
    z-index: 9999;
    }

    /* SCROLL LEFT
    -----------------------------------------*/
    /* Horizontal ---*/
    .ja-vertical_right {
    overflow: hidden;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 901;
    }

    /* horizontal ---*/
    .ja-vertical_left {
    left: 20px;
    overflow: hidden;
    position: absolute;
    top: 20px;
    z-index: 901;
    }

    .ja-vertical_right .active { }

    .ja-vertical_left .active { }

    .ja-slide-right { margin-left: auto; right: 0; top: 0; }

    .ja-slide-thumbs, .ja-slide-thumbs-mask, .ja-slide-thumbs-handles {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 9px;
    width: 5000px;
    z-index: 101;
    }

    .ja-articles .ja-slide-thumbs-handles {}

    .ja-slide-descs { display: none; }

    .ja-slide-thumb, .ja-slide-thumbs-handles span {
    cursor: pointer;
    display: block;
    float: left;
    margin: 0;
    overflow: hidden;
    text-align: center;
    }

    .ja-slide-thumbs-handles span.active, .ja-slide-thumbs div.active span {
    color: #fff
    }

    /* horizontal */
    .ja-vertical_right .ja-slide-thumb, .ja-vertical_right .ja-slide-thumbs-handles span{ float: none!important; }

    .ja-vertical_left .ja-slide-thumb, .ja-vertical_left .ja-slide-thumbs-handles span{ float: none!important; }

    .ja-slide-thumbs-wrap .active .ja-slide-thumb-inner { background: url(grad-bg.gif) repeat-x top left #57212A }

    .ja-slide-thumbs-wrap .active .ja-slide-thumb-inner h3 { color: #fff !important; }

    /*
    .ja-slide-thumbs-handles span {
    }
    */
    .ja-slide-thumbs-mask-left,
    .ja-slide-thumbs-mask-right,
    .ja-slide-thumbs-mask-center { float: left; }

    .ja-vertical_right .ja-slide-thumbs-mask-left,
    .ja-vertical_right .ja-slide-thumbs-mask-right,
    .ja-vertical_right .ja-slide-thumbs-mask-center { display: block; float: none; }

    .ja-vertical_left .ja-slide-thumbs-mask-left,
    .ja-vertical_left .ja-slide-thumbs-mask-right,
    .ja-vertical_left .ja-slide-thumbs-mask-center { display: block; float: none; }

    .ja-slide-thumb-inner {
    background: #000
    border-top: 1px solid #191A1B
    color: #757575
    height: 100%;
    margin-left: 19px;
    padding: 0 15px;
    }

    .ja-vertical_left .ja-slide-thumb-inner { margin-left: 0px; margin-right: 19px; }

    .ja-slide-thumb-inner img {
    background: #000
    border: 1px solid #1C1C1C
    margin: 15px 5px 0 0;
    padding: 3px;
    }

    .ja-slide-thumb-inner h3 {
    font-size: 11px;
    margin: 0px !important;
    padding: 15px 0 0 !important;
    }

    .ja-slide-thumb-inner .ja-createdate { }

    .active .ja-slide-thumb-inner { border: none; color: #fff }

    .active .ja-slide-thumb-inner img { background: #57212A border: 1px solid #67373F }

    .ja-slide-thumbs-mask-left,
    .ja-slide-thumbs-mask-right,
    .ja-slide-thumbs-mask-center { float: left; }

    .ja-slide-thumbs-mask-left, .ja-slide-thumbs-mask-right {
    background: #111
    }

    /* Contain Thumbnails -------*/
    #ja-slideshow .ja-horizontal {
    background: #111
    border: none;
    right: 20px;
    padding: 0;
    position: absolute;
    z-index: 999;
    bottom: 20px;
    }

    .ja-horizontal .ja-slide-thumbs, .ja-horizontal .ja-slide-thumbs-mask, .ja-horizontal .ja-slide-thumbs-handles {
    padding: 0;
    top: 0;
    }

    .ja-horizontal .ja-slide-thumb, .ja-horizontal .ja-slide-thumbs-handles span {
    background: none;
    margin: 0;
    text-indent: 0;
    color: #fff
    }

    /* From article -------*/
    #ja-slideshow .ja-articles .ja-slide-desc { left: 439px; padding-right: 40px; top: 0; }

    #ja-slideshow .ja-articles .ja-slide-desc p {
    background: none;
    color: #fff
    margin-bottom: 15px;
    opacity: 1;
    padding: 0;
    }

    #ja-slideshow .ja-articles .ja-slide-desc .readmore {
    background: url(icon-arrow-02.gif) 0 5px no-repeat;
    opacity: 1;
    position: static;
    }

    #ja-slideshow .ja-articles .ja-slide-desc a{ color: #fff }

    #ja-slideshow .ja-articles .ja-slide-desc a span{
    font-family: "AbelRegular", Arial, sans-serif;
    font-size: 250%;
    font-weight: normal;
    line-height: 100%;
    margin-bottom: 15px;
    }

    .ja-slide-thumbs-handles {

    z-index: 1000 !important;
    }

    .ja-slide-thumbs-wrap.ja-vertical_right .ja-slide-thumb {
    float: right !important;
    }

    .ja-vertical_right .ja-slide-thumbs{
    width: 100% !important;
    z-index: 1000 !important;
    }

    .ja-slide-thumbs-handles span {
    background: #000
    opacity: .1;
    filter: alpha(opacity=0.1);

    }

    Could you please tell me if I made the changes at the right spot. Also do they break something somewhere else in the template.

    In the end I would like to use K2 articles for the content, do I have to make some more adjustments to the css style?

    The navigation buttons where further up I also had to add something there. But what if the image is resized, then it won’t work anymore.

    The way it is right now it is not responsive. Is there a lot to do in order to make it responsive? What?

    Thank you

    Roger

    Ninja Lead Moderator
    #573558

    JA Slideshow module is not supported by default in JA Brisk template, only JA Slideshow Lite module is supported

    But you can install JA Slideshow module and follow these step to configure it here

    About the css style above, you can put it into templates/ja_brisk/css/custom.css file (create new if it does not exist)

    relsig Friend
    #573747

    I moved back to the slideshow lite, the other one is too complicated for me, I’m not the coder…

    Thanks

    Roger

    relsig Friend
    #738761

    I moved back to the slideshow lite, the other one is too complicated for me, I’m not the coder…

    Thanks

    Roger

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

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

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