Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • qbali JATC
    #182702

    hi all,

    i want to move the description image button to the very bottom of the slideshow, and want to move align description text to the button

    thanks for any help

    Ninja Lead Moderator
    #475343

    You can find css script for description slide button as follows:

    <blockquote>Open templates/ja_university/css/mod_jaslideshowlite.css file</blockquote>

    .ja-ss-desc h3 {
    color: #fff
    line-height: normal;
    font-size: 220%;
    font-weight: normal;
    overflow: visible;
    margin: 0 0 10px;
    padding: 0;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.3);
    }
    .ja-ss-btns {
    bottom: 82px;
    display: block;
    position: absolute;
    left: 0;
    width: 82px;
    z-index: 900;
    }

    .ja-ss-btns span {
    background-image: url(../images/sl-btn-direction.png);
    background-repeat: no-repeat;
    color: #fff
    cursor: pointer;
    display: block;
    float: left;
    height: 40px;
    margin: 0;
    padding: 0;
    width: 40px;
    text-indent: -999em;
    }

    .ja-ss-btns span.ja-ss-prev {
    background-position: left top;
    }

    .ja-ss-btns span.ja-ss-prev:hover {
    background-position: left bottom;
    }

    .ja-ss-btns span.ja-ss-next {
    background-position: right top;
    float: right;
    }

    .ja-ss-btns span.ja-ss-next:hover {
    background-position: right bottom;
    }

    You can customize as you wish.

    dwusoftware Friend
    #503385

    Hi Ninja Lead,

    I want move description position relative with my slide images.
    That’s mean description position not static.
    Please tel me how can I change it like following advance configuration(Changed desc tag)
    =============================================================================

    <h3>DWU IS AN AUTHENTIC MODEL FOR NATIONAL UNITY</h3><p>DWU is a vibrant University with international students and staff body coming from all provinces of Papua New Guinea and other countries.</p>

    <h4>Opportunities to study differently</h4><p>DWU offers innovative approaches to higher education in the 21st century.</p>

    <h4>Your career path</h4><p>DWU offers invigorating pathways for career advancement through its undergraduate and postgraduate programs.</p>

    =============================================================================
    I have added following code to css file but it is does not work.

    .ja-ss-desc2 {
    background: url(../images/trans-d40.png);
    color: #fff
    left: 0;
    position: absolute;
    bottom: 5%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    padding: 20px;
    width: 350px;
    z-index: 110;
    }

    Thanks in advance,
    Manjula.

    Saguaros Moderator
    #503626

    Hi Manjula,

    Could you tell me more details how you want with the description? When the main image changes, the description text changes, also. The only part that’s static here is the background of description.

    dwusoftware Friend
    #503643

    Hi Saguaros,
    Thanks for your reply.
    Actually I want when the main image changes the description position (place) also change with image.
    It should be change width, bottom, left, etc attributes.
    Hop understand.

    Thanks.
    Manjula.

    Saguaros Moderator
    #503893

    Hi Manjula,

    I’m afraid that by default, this module doesn’t support that function. You need to customize a bit to achieve it.

    dwusoftware Friend
    #504019

    Dear Ninja Lead,

    I believe you can help for me to customize this module.
    Please advice.

    Thanks in advance,
    Manjula.

    Ninja Lead Moderator
    #504181

    Hi Manjula,

    It would be awesome if you can possibly include a screenshot and description on that particular screenshot on what you would like to do. It would help to understand the issue and give you specific answers.

    Regards

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

This topic contains 8 replies, has 4 voices, and was last updated by  Ninja Lead 11 years, 2 months ago.

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