Default Slider not showing on tablet or mobile

Home Forums All Other Themes Default Slider not showing on tablet or mobile

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #189023
    Trevor StevensTrevor Stevens
    Participant
    • Topics: 11
    • Replies: 22
    • Total: 33
    Member since: December 31, 2021

    Skt Landing page theme. Have got slider working now but only showing OK on PC. If the site is viewed on a tablet or phone, the slider is not present, nor are header pictures to the none home pages. Anyone any ideas?
    Fully working on desktop PC so not de activated, or am i missing something due to screen size settings???

    #189086
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    Kindly show us your website URL please?

    Regards,
    Chris

    #189099
    Trevor StevensTrevor Stevens
    Participant
    • Topics: 11
    • Replies: 22
    • Total: 33
    Member since: December 31, 2021

    Hi Chris, after some twiddling with settings, I have managed to get the slider working in tablet and mobile. However still not able to sort the page header.
    I suppose I can recode but would be nice to use Theme.
    The site is https://bnroadrepair.co.uk
    Site not yet fully sorted so some items need sorting.
    The header layout is number1.
    Trevor

    #189201
    Trevor StevensTrevor Stevens
    Participant
    • Topics: 11
    • Replies: 22
    • Total: 33
    Member since: December 31, 2021

    Sorry mis spelt it https://bnroadrepairs.co.uk
    Sorry

    #189235
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    Okay, Can you send us the screenshot of your issues? Upload your screenshot on https://imgbb.com/ and paste the share url here.

    Regards,
    Chris

    #189261
    Trevor StevensTrevor Stevens
    Participant
    • Topics: 11
    • Replies: 22
    • Total: 33
    Member since: December 31, 2021

    Hi The following shows the problem.
    https://ibb.co/f2vgv4K
    https://ibb.co/t2S0jts
    The first full width desktop is OK when the screen width is greater than 1024px
    However the header picture disappears below this, see second picture.
    The Header picture switch is enabled. Somewhere the system is not allowing the header picture to be displayed. It is also at the point the hamburger menu comes into operation.

    #189262
    Trevor StevensTrevor Stevens
    Participant
    • Topics: 11
    • Replies: 22
    • Total: 33
    Member since: December 31, 2021

    I just checked the demo theme, and that does it as well.

    #189276
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    @media screen and (max-width:479px) {
    .page_head img, .post_head img, .page_head, .post_head { height:150px !important;}
    }
    
    @media screen and (min-width:768px) and (max-width:1023px) {
    .page_head img, .post_head img, .page_head, .post_head { height:150px !important;}
    }

    Regards,
    Chris

    #189352
    Trevor StevensTrevor Stevens
    Participant
    • Topics: 11
    • Replies: 22
    • Total: 33
    Member since: December 31, 2021

    Thanks for this Chris.
    The first part for mobile phones worked a treat.

    First Part
    @media screen and (max-width:479px) {
    .page_head img, .post_head img, .page_head, .post_head { height:150px !important;} }

    However the second part for tablet needed a tweek on the min width to make it work.
    Second part
    @media screen and (min-width:480px) and (max-width:1023px) { .page_head img, .post_head img, .page_head, .post_head { height:150px !important;} }

    The above css now works on Mobile, Tablet and Desktop
    Thanks for you brilliant support
    Trevor

    #189357
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    If you found our service good kindly review us here: https://www.trustpilot.com/review/sktthemes.org

    Regards,
    Chris

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.