Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • moody Friend
    #1067974

    The slideshow disappear in mobile device. How to enable it ?

    timtecsa Friend
    #1067997

    Take a look to see if it is turned OFF in layout for extra small screen.

    Tim


    1. hotelss
    Pankaj Sharma Moderator
    #1068014

    Hi
    Kindly apply the suggestion as shared by Tim in last post.
    Here is documentation for how to show or hide and change position size of a module position in the template for different screen sizes.
    Click on eye icon to hide the position in that view.
    Regards

    moody Friend
    #1068140
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #1068235

    after i enable the slideshow, on the mobile device, the image looks cropped..not showing the whole image…..anyway to adjust it?
    thanks a lot.

    The image used as background as there is text and description on it. Also, ti does not fit well, this is why it was hidden.
    If image using 100% width the text will not come over the bg image and it breaks the style.

    Regards

    moody Friend
    #1069112

    i can remove the text, as long as the image shows in 100% width on all devices.
    any suggestion?

    Pankaj Sharma Moderator
    #1069389

    Hi
    Add below code in custom.css file to hide slideshow content in mobile

    @media(max-width:468px) { .block-slideshow-item.fade-style.active .slideshow-content {display:none;}}

    Regards

    moody Friend
    #1069604

    hi there, text is not show on the mobile device. but the image is not showing 100% width.
    any solution?

    Pankaj Sharma Moderator
    #1069663

    Hi
    Add this code in custom.css file to make image 100% size

    @media screen and (max-width: 767px)
    {
    .block-slideshow-item .block-bg {
        background-size: 100%;
    }
    .block-slideshow.full-screen {
        padding: 0;
        max-height: 300px;
    }
    }

    Regards

    moody Friend
    #1069781

    hi there,
    i have put the coding you mentioned in custom.css. but the background image is still not showing in 100% width. can you check for me? thanks a lot

    Pankaj Sharma Moderator
    #1069896

    Hi
    Add !important in the code and it will work for sure
    example:

    @media screen and (max-width: 767px)
    {
    .block-slideshow-item .block-bg {
        background-size: 100%!important;
    }}

    Regards

    moody Friend
    #1070071
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #1070112

    but on mobile device, there’s a gray color gap below the slide-show.
    how to remove this gap?

    Change the height value from the code i shared to set it for mobile.

    Regards

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

This topic contains 12 replies, has 3 voices, and was last updated by  Pankaj Sharma 6 years, 6 months ago.

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