Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • scannergmbh Friend
    #196019

    Hi,
    in the Purity III Demo, there is a slideshow in the “Corporate-layout”. Is there a possibility to make a fade-effect?

    Thanks…

    Saguaros Moderator
    #527846

    It’s a slider using Twitter Bootstrap Carousel: http://getbootstrap.com/javascript/#carousel and I’m afraid that you must customize it by your self or consider to use another slideshow module like our JA Slideshow Lite (or a 3rd party slideshow module)

    scannergmbh Friend
    #536402

    Fade Effect:

    —————————————–
    .carousel-fade {
    .carousel-inner {
    .item {
    opacity: 0;
    transition-property: opacity;
    }

    .active {
    opacity: 1;
    }

    .active.left,
    .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
    }

    .next.left,
    .prev.right {
    opacity: 1;
    }
    }

    .carousel-control {
    z-index: 2;
    }
    }

    ——————————————-
    <div class=”container”>
    <div id=”carousel-example-generic” class=”carousel slide carousel-fade” data-ride=”carousel”><!– Indicators –> <!– Wrapper for slides –>
    <div class=”carousel-inner”>
    <div class=”item active”><img src=”images/joomlart/slideshow/sl-1.jpg” alt=”Sample image” />
    <div class=”carousel-caption”>
    <h2>Your perfect starting template, Purity III</h2>
    <p>Either it’s your first time with Joomla or you are a developer already, Purity III won’t let you down.</p>
    </div>
    </div>
    <div class=”item”><img src=”images/joomlart/slideshow/sl-2.jpg” alt=”Sample image” />
    <div class=”carousel-caption”>
    <h2>This is the best FREE Joomla 3 template!</h2>
    <p>We have drunken too much of the best… but this repsonsive Joomla template truly is, and IT’S FREE!</p>
    </div>
    </div>
    <div class=”item”><img src=”images/joomlart/slideshow/sl-3.jpg” alt=”Sample image” />
    <div class=”carousel-caption”>
    <h2>The next generation of Purity series</h2>
    <p>Sophisticated in Design, Brilliant in Features. That’s how we define Purity Series.</p>
    </div>
    </div>
    </div>
    <!– Controls –></div>
    </div>

    rgillemus Friend
    #539869

    In which archive I must include the first part. In style.less or in the same module?. Sorry if the answer is obvious, but I am a completly novice. Ah.. and sorry for my awful English

    Saguaros Moderator
    #539943

    You can create a new CSS file called custom.css in this path: /templates/purity_iii/css and add custom css code there.

    Please check out this documentation page for more information: http://t3-framework.org/documentation/bs3-customization#custom-css

    scannergmbh Friend
    #539998

    <em>@rgillemus 433519 wrote:</em><blockquote>In which archive I must include the first part. In style.less or in the same module?. Sorry if the answer is obvious, but I am a completly novice. Ah.. and sorry for my awful English</blockquote>

    For Example, in your own new created Theme-Folder/template.less

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

This topic contains 6 replies, has 3 voices, and was last updated by  scannergmbh 9 years, 10 months ago.

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