Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • pressmar Friend
    #185518

    Please tell me in which file the changes from normal – to tablet espacially iphone are located. I need to make the font smaller in the smaller layouts and i need to show the text even in iphone mode.

    Hope you can help.
    Oliver

    happywebbie Friend
    #485859

    Hi there,
    same on android too :((
    It shows only (big) empty block under the image and you can’t swipe down over an image (at least I can’t)
    Is there a way to:

    • show the description text
    • position the description over the image
    • remove the description for mobile phones?

    Cheers

    phong nam Friend
    #486008

    Hi pressmar,

    By default, we make the description of JA Slideshow lite invisible on mobile resolutions because of its font-size. But, you can enable it by below steps:
    On your server, open templatesja_merolessresponsive-style.less, replace lines:

    @media (max-width: 360px) {
    //Slideshow
    .ja-slideshow .ja-ss-desc {
    display: none;
    }

    with

    @media (max-width: 360px) {
    //Slideshow
    .ja-slideshow .ja-ss-desc {
    display: block;
    }

    >> Then Compile LESS to CSS in Template Manager to apply the css changes.

    Or if you just use this template style only with Development Mode (No), you can do above guide in templatesja_merocsstemplate-responsive.css.
    @happywebbie : Lets try on my above guides, then inform me your results.

    Regards,

    Leo

    happywebbie Friend
    #487592

    Hi Leo,

    Thank you, your solution works.:)

    However, in order to see the rest of the content of the page you need to be able to swipe/scroll down over the image/slide show, which isn’t possible unless you press and hold on the slide show container. This is a serious usability issue when viewing the site on a smart phone and your page start with a slide show.

    Can we overcome this problem or is this just one of the limitations of responsive design?

    Best regards,
    Jeff

    phong nam Friend
    #487643
    happywebbie Friend
    #487877

    Hi Leo,

    it works but it leaves a blank space where the slide show would be.
    Removing

    if(vars.touch){
    this.initTouchDevice();
    }

    solved it 🙂

    Thanks,
    Jeff

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

This topic contains 6 replies, has 3 voices, and was last updated by  happywebbie 11 years, 7 months ago.

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