Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • aijosh Friend
    #948564

    Hello,
    I cannot find a fix to make these blocks visible (position 1, position 2, position 3, slideshow) on a mobile phone.

    I have looked through the template responsive layout and they all show as visible but they aren’t displaying when I view the website on a mobile phone.

    How do I get them to display?

    Pankaj Sharma Moderator
    #948596

    Hi
    Due to the concept of this template, the slideshow and spotlight blocks are hidden in mobile view for better performance.
    If you still want to show it, try going to Backend > Extensions > Templates > select JA Hawkstore template style > Layout (tab) > Responsive layout and enable block to display in mobile layout as you wish.
    Check the position for mobile layouts

    If this not working try below code in /css/custom.css file

    .slideshow {display:block!important;}
    .t3-sl-1 {display:block!important;}
    
    aijosh Friend
    #948809

    Thanks

    @media all and (max-width:767px) {
    #t3-slideshow {display:block!important;}
    .t3-sl-1 {display:block!important;}
    .t3-sl-1 .span4{width:100%}
    }
    handalah Friend
    #985840

    where is this?? /css/custom.css
    in folder /css dont have custom.css

    handalah Friend
    #985843

    ok I already create the custom.css & use this code
    @media all and (max-width:767px) {

    t3-slideshow {display:block!important;}

    .t3-sl-1 {display:block!important;}
    .t3-sl-1 .span4{width:100%}
    }

    but the problem is the slideshow images is not responsive..how to make it responsive & auto-fit at all mobile display..

    tq

    Pankaj Sharma Moderator
    #985845

    Hi
    Thia thread was already answered for different topic ,( to show module position) . Kindly open your own thread with details .
    It Also helps other users.

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

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

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