Trevor Stevens

Forum Replies Created

Viewing 7 posts - 16 through 22 (of 22 total)
  • Author
    Posts
  • in reply to: Home Page not displaying Logo #189622
    Trevor StevensTrevor Stevens
    Participant
    • Topics: 11
    • Replies: 22
    • Total: 33
    Member since: December 31, 2021

    Disregard the Theme CSS seemed to need a refresh

    in reply to: Default Slider not showing on tablet or mobile #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

    in reply to: Default Slider not showing on tablet or mobile #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.

    in reply to: Default Slider not showing on tablet or mobile #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.

    in reply to: Default Slider not showing on tablet or mobile #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

    in reply to: Default Slider Not working #189100
    Trevor StevensTrevor Stevens
    Participant
    • Topics: 11
    • Replies: 22
    • Total: 33
    Member since: December 31, 2021

    That fixed it. Ta

    in reply to: Default Slider not showing on tablet or mobile #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

Viewing 7 posts - 16 through 22 (of 22 total)