Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • mpatriarca Friend
    #200166

    Hi Joomlart, we saw that Banner3 from the photoshop source file (full slideshow screen image) is not present in the template demo. There is a limitation for full image in this slideshow lite override ?

    Css Magician Friend
    #544100

    @mpatriarca: So that I can take a look and try to assist, please provide the url of the site you’re working on and a screenshot and description on that particular screenshot on what you would like to do. I will help you check further

    mpatriarca Friend
    #544615

    we want to have a slideshow the same as sugite. there is a div container in php source but even if we comment the div, we cannot have the same results.

    ja_nuevo: http://preview.eurotel.it/etlnuevo
    ja_sugite: http://preview.eurotel.it/eurotel

    TomC Moderator
    #544682

    mpatriarca:

    It would be very helpful if you could throw together a quick screenshot mockup of how you want YOUR site to display. It would also be helpful if you could provide the url of the site you’re working on.

    mpatriarca Friend
    #544697

    the site we are workin oh has been already posted. we are trying to change the slideshow in ja_nuevo: http://preview.eurotel.it/etlnuevo the same as ja_sugite: http://preview.eurotel.it/eurotel using the native backgroung of jaslideshowlite, not the fixed background….

    TomC Moderator
    #544702

    <em>@mpatriarca 439717 wrote:</em><blockquote>the site we are workin oh has been already posted. we are trying to change the slideshow in ja_nuevo: http://preview.eurotel.it/etlnuevo the same as ja_sugite: http://preview.eurotel.it/eurotel using the native backgroung of jaslideshowlite, not the fixed background….</blockquote>

    Have you reviewed the backend settings for JA SlideshowLite in JA_Sugite (against those of JA_Nuevo)?

    JA Sugite Slideshow Module Settings

    JA Nuevo Slideshow Module Settings

    mpatriarca Friend
    #544712

    yes, of course. i think the main issue come from ja_nuevo/tpls/blocks/slideshow.php, where a <div class=”container” surround the slideshow module…
    defined(‘_JEXEC’) or die;
    ?>

    <?php if ($this->countModules(‘slideshow’)) : ?>
    <!– Slideshow –>
    <div class=”wrap ja-slideshow <?php $this->_c(‘slideshow’) ?>”>
    <div class=”container”>
    <jdoc:include type=”modules” name=”<?php $this->_p(‘slideshow’) ?>” style=”raw” />
    </div>
    </div>
    <!– //Slideshow –>
    <?php endif ?>

    TomC Moderator
    #544714

    Possibly . . . I’m also thinking it may be an issue of how each template was specifically designed for use with JA-SlideshowLite.

    I am escalating this onto the JA Development Team to review and comment further.

    Ninja Lead Moderator
    #544748

    <em>@mpatriarca 439621 wrote:</em><blockquote>we want to have a slideshow the same as sugite. there is a div container in php source but even if we comment the div, we cannot have the same results.

    ja_nuevo: http://preview.eurotel.it/etlnuevo
    ja_sugite: http://preview.eurotel.it/eurotel</blockquote>

    Please check my answer below :

    Open templates/ja_nuevo/css/custom.css file and add new rule

    .ja-ss-btns .ja-ss-prev {
    left: 0px;
    }
    .ja-ss-btns .ja-ss-next {
    right: 0px;
    }
    .ja-slideshow .container {
    width: 100% !important;
    }

    Hope it helps you to show full width in JA Slideshow Lite module.

    mpatriarca Friend
    #544757

    We also had to remove the php container code:
    <!– Slideshow –>
    <div class=”wrap ja-slideshow <?php $this->_c(‘slideshow’) ?>”>
    <!– <div class=”container”> –>
    <jdoc:include type=”modules” name=”<?php $this->_p(‘slideshow’) ?>” style=”raw” />
    <!– </div>–>
    </div>
    <!– //Slideshow –>

    is it failsafe ? thanks

    Ninja Lead Moderator
    #544764

    <em>@mpatriarca 439788 wrote:</em><blockquote>We also had to remove the php container code:
    <!– Slideshow –>
    <div class=”wrap ja-slideshow <?php $this->_c(‘slideshow’) ?>”>
    <!– <div class=”container”> –>
    <jdoc:include type=”modules” name=”<?php $this->_p(‘slideshow’) ?>” style=”raw” />
    <!– </div>–>
    </div>
    <!– //Slideshow –>

    is it failsafe ? thanks</blockquote>

    You can change that on your site or you can try to apply my solution above .

    mpatriarca Friend
    #544809

    if i omit the php change, there are two background band on the left/right of the slideshow…


    1. Schermata-2014-08-06-alle-13.11.03
    Ninja Lead Moderator
    #545004

    I see your site is using with my solution above and it’s working fine on your site,

    Let me know if you need any further assistance


    1. slide_1-large
    2. slide_2-large
    mpatriarca Friend
    #545083

    yes, i used your solution, with the following addition in custom.css
    div.wrap.ja-slideshow > div{
    padding-left:0px;
    padding-right:0px;
    }

    many thanks

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

This topic contains 14 replies, has 4 voices, and was last updated by  mpatriarca 9 years, 8 months ago.

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