Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • synapsis Friend
    #202739

    On smaller screens, the description box on JA Slideshow Lite disappears, leaving only the slide image. But on my site, the descriptions are more important than the images, which only really fill the slide space not covered by the description box (ja-ss-desc).

    Is there any way to keep it visible on smaller screens, and have the font scale to fit? Or, have the description box become the slide, and just remove the image at those smaller sizes?

    At a certain size, it’ll be too small to read, and then I’d rather the whole slideshow vanish (ie: hidden-xs), which I’ve already set in the slideshow.php file.

    I also need to make the navigation buttons (prev & next) a different color. Please show me where to configure this, because with them white, they don’t show up on my white background slides. How might I make them black and turn blue on mouse-over? (They’re currently white and turn blue on mouse-over.) I sincerely looked, but could not find this information in the documentation for JA Slideshow Lite or the JA Medicare template.

    Thanks!
    Matt

    Adam M Moderator
    #555415

    Hi Matt,

    1. Please open file root_folder/templates/ja_medicare/css/custom.css (if you don’t have this file, just create a new one) then add this code to make the description display in smaller resolution (you can change 768px with smaller value if you want) :

    @media (min-width: 768px) {
    .ja-ss-desc {
    display: block;
    left: 90px;
    padding: 50px;
    width: 470px;
    }
    }

    2. At the moment we use the icon root_folder/templates/ja_medicare/images/ctrl-btns.png to implement normal / hover state of prev / next button.

    synapsis Friend
    #555537

    Very helpful, @adam M

    Thank you.
    Matt

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

This topic contains 3 replies, has 2 voices, and was last updated by  synapsis 10 years ago.

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