Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • dulcepagotto Friend
    #183199

    Would like computers images to overlap on this page, like in SLIDESHOW LITE CUSTOM in JA ZITE.
    I think is something with Z-INDEX, but I didn’t find it.

    http://www.rivainfo.com/computer


    1. jauniversity
    2. jazite
    TomC Moderator
    #476704

    Workin’ on this one for ya …. stay tuned

    ahshrup Friend
    #476718

    i’m joomla beginner. can u give me hoe to customize this template?tqvm.:-[

    Ninja Lead Moderator
    #477048

    @dulcepagotto: you can see this configuration of JA SlideShow Lite Module in this user guide on JA University Template here: http://www.joomlart.com/forums/topic/user-guide-ja-university-template-for-joomla-2-5/ but about “overlap on this page” i’m not sure regarding to z-index on module
    @ahshrup: How do you want to customize on this template, please show me i shall help you more than.

    dulcepagotto Friend
    #477110

    you can see the configuration of JA University Template here: http://www.joomlart.com/forums/topic/user-guide-ja-university-template-for-joomla-2-5/

    dulcepagotto Friend
    #477111

    <em>@ahshrup 351229 wrote:</em><blockquote>i’m joomla beginner. can u give me hoe to customize this template?tqvm.:-[</blockquote>

    you can see the configuration of JA University Template here: http://www.joomlart.com/forums/topic/user-guide-ja-university-template-for-joomla-2-5/

    but if you want to configure the slideshow lite custom like in JA ZITE
    go to : extensions/template manager/ja university/layout/default – edit
    change this line: <block name=”slideshow” style=”raw”>slideshow</block>
    to:
    <block name=”slideshow” no-main=”1″ >slideshow</block>

    DELETE the mask image
    and copy the slideshow information and images from JA ZITE.
    I DIDN’T FIND A WAY TO OVERLAP THE IMAGES LIKE IN JA ZITE YET, BUT I AM WORKING ON IT.

    dulcepagotto Friend
    #477112

    Thank you very much! TomC, let me know if you find out

    Thank you very much! Ninja Lead, I am just trying to get the computers images to overlap on this page, like in SLIDESHOW LITE CUSTOM in JA ZITE. I am trying hard, but everything I do, didn’t work.

    Ninja Lead Moderator
    #477136

    You can try to do with this
    <blockquote>Open templates/ja_university/css/mod_jaslideshowlite.css file</blockquote>
    from

    .ja-ss-wrap {
    overflow: hidden;
    position: relative;
    width: 100%;
    }

    .ja-ss-item {
    display: block;
    float: left;
    margin: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    }

    change to

    .ja-ss-wrap {
    position: relative;
    width: 100%;
    }

    .ja-ss-item {
    display: block;
    float: left;
    margin: 0;
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    }

    Let me know if it helps

    dulcepagotto Friend
    #477269

    thank you very much Ninja Lead, IT WORKED! I am very grateful for your help!

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

This topic contains 9 replies, has 4 voices, and was last updated by  dulcepagotto 11 years, 10 months ago.

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