Viewing 12 posts - 16 through 27 (of 27 total)
  • Author
    Posts
  • Ninja Lead Moderator
    #539321

    <blockquote>Do you enabled the Autoplay feature on my site?
    I do not want this feature enabled because I want to show only one image (not slide).</blockquote>

    Yes, but it seems you did disable again, no slide now.

    <blockquote>Maybe you did not notice my question. I want to show the slideshow module on small screen (tablet and mobile) but it does resize of images according to the size of the screen. This is the question</blockquote>

    I should have clarified clearer. As JA Slideshow module is not supported by default in JA University template, I just helped you to make it work with desktop version, not tablet and mobile. To have JA Slideshow module responsive in tablet and mobile, it needs heavy customization which is beyond scope of JA support.

    conforturis Friend
    #539878

    <em>@Ninja Lead 432790 wrote:</em><blockquote>Yes, but it seems you did disable again, no slide now.</blockquote>
    Because I want this setting for no.

    Why is it possible in JA Slideshow Lite module and not in JA Slideshow??

    Ninja Lead Moderator
    #539955

    <blockquote>Why is it possible in JA Slideshow Lite module and not in JA Slideshow??</blockquote>

    Because the html, js and css style differ in both modules.

    I am afraid you will need to customize css style in JA Slideshow at your side, and it is beyond scope of JA support in this case.

    conforturis Friend
    #540046

    In module JA Slideshow Lite with Autoplay configured for No (as I want) why never change image every time we refresh the window (F5) like happens in JA Slideshow?
    Is there any way to make it show diferent image every time refresh the window (F5)?

    If you have any way to do this I will use mudulo JA Slideshow Lite and I get solve the image resizing issue.

    Ninja Lead Moderator
    #540110

    In module JA Slideshow Lite could not support random load as JA Slideshow module.

    If you want random load, you have to customize via the modules/mod_jaslideshowlite/assets/js/script.js file

    Find and change this line:

    curIdx: -1,
    To:

    curIdx: Math.floor((Math.random() * (jitems.length)) - 1),

    Let me know if it helps.

    nutungilmu Friend
    #567131

    i have probem, how to change description location slide show lite?

    Ninja Lead Moderator
    #567150

    <em>@nutungilmu 468808 wrote:</em><blockquote>i have probem, how to change description location slide show lite?</blockquote>

    Go to JA Slideshow Lite module from backend site and you click edit button on that and change Description with each item slide show lite, see the screenshot


    1. Screen-Shot-2015-04-16-at-10.18.54
    nutungilmu Friend
    #567332

    I want more up/top or change position


    1. 1
    Ninja Lead Moderator
    #567386

    <em>@nutungilmu 469051 wrote:</em><blockquote> I want more up/top or change position</blockquote>

    Which JA University template and T3 version are you working on?

    nutungilmu Friend
    #567451

    <em>@Ninja Lead 469114 wrote:</em><blockquote>Which JA University template and T3 version are you working on?</blockquote>
    Name: Ja University T3
    Version: 1.1.2
    Released Date: 24 Oct 2014

    Name: T3 Framework
    Version: 2.4.0
    Released Date: Oct 20, 2014

    Ninja Lead Moderator
    #567551

    <em>@nutungilmu 469196 wrote:</em><blockquote>Name: Ja University T3
    Version: 1.1.2
    Released Date: 24 Oct 2014

    Name: T3 Framework
    Version: 2.4.0
    Released Date: Oct 20, 2014</blockquote>
    @nutungilmu: Here is my solution for your question

    Open templates/ja_university_t3/css/mod_jaslideshowlite.css file

    find and see

    @media screen and (min-width: 992px) {
    .ja-ss-desc {
    bottom: 122px;
    }
    }
    @media screen and (min-width: 992px) {
    .ja-ss-btns {
    bottom: 82px;
    }
    }

    to

    @media screen and (min-width: 992px) {
    .ja-ss-desc {
    bottom: 155px;
    }
    }
    @media screen and (min-width: 992px) {
    .ja-ss-btns {
    bottom: 115px;
    }
    }

    Ninja Lead Moderator
    #732661

    <em>@nutungilmu 469196 wrote:</em><blockquote>Name: Ja University T3
    Version: 1.1.2
    Released Date: 24 Oct 2014

    Name: T3 Framework
    Version: 2.4.0
    Released Date: Oct 20, 2014</blockquote>
    @nutungilmu: Here is my solution for your question

    Open templates/ja_university_t3/css/mod_jaslideshowlite.css file

    find and see

    @media screen and (min-width: 992px) {
    .ja-ss-desc {
    bottom: 122px;
    }
    }
    @media screen and (min-width: 992px) {
    .ja-ss-btns {
    bottom: 82px;
    }
    }

    to

    @media screen and (min-width: 992px) {
    .ja-ss-desc {
    bottom: 155px;
    }
    }
    @media screen and (min-width: 992px) {
    .ja-ss-btns {
    bottom: 115px;
    }
    }

Viewing 12 posts - 16 through 27 (of 27 total)

This topic contains 27 replies, has 4 voices, and was last updated by  Ninja Lead 9 years, 6 months ago.

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