Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • dfirsching Friend
    #205630

    I am having trouble getting the JA Slideshow on JA Biz to work properly for small screen sizes. This includes:
    (1) image resizing
    (2) text size for labels
    (3) text styling for the stack of options (ja-slide-thumb).

    Where do I make these adjustments?

    Thanks!

    Ninja Lead Moderator
    #567598

    The mobile layout is very small and this module was hidden by default for a better look. If you still want to show it, you can try with my tweak as below:

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

    @media (max-width: 767px) {
    .ja-slidewrap .ja-slide-buttons {
    margin-top: -31px !important;
    }

    .ja-slidewrap .maskDesc {
    bottom: 10px !important;
    right: initial !important;
    }
    }

    Hope it helps

    Ninja Lead Moderator
    #732708

    The mobile layout is very small and this module was hidden by default for a better look. If you still want to show it, you can try with my tweak as below:

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

    @media (max-width: 767px) {
    .ja-slidewrap .ja-slide-buttons {
    margin-top: -31px !important;
    }

    .ja-slidewrap .maskDesc {
    bottom: 10px !important;
    right: initial !important;
    }
    }

    Hope it helps

    hooftman Friend
    #568022

    I want to make the navigation buttons disappear for the smaller devices. You know any code for that?

    Thanks in advance

    hooftman Friend
    #733128

    I want to make the navigation buttons disappear for the smaller devices. You know any code for that?

    Thanks in advance

    hooftman Friend
    #568026

    never mind, this worked:
    @media (max-width: 767px) {
    .ja-slidewrap .ja-vertical_left {
    visibility:hidden;
    }
    }

    hooftman Friend
    #733132

    never mind, this worked:
    @media (max-width: 767px) {
    .ja-slidewrap .ja-vertical_left {
    visibility:hidden;
    }
    }

    dfirsching Friend
    #568086

    I actually did get it to work with a number of adjustments. The one trick that I don’t see mentioned here was to put the css code in custom.css under the local folder as opposed to just the regular custom.css file. Apparently the slideshow overrides things otherwise.
    And yes, I had to hide the stacked menu items, suppress the “More”, adjust the slide label size, and gt the images to resize; also had to readjust where I had moved the search module. But all OK now, thanks!

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

This topic contains 8 replies, has 3 voices, and was last updated by  hooftman 9 years ago.

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