Announcement

Collapse
No announcement yet.

Sticky Header - mobile (small) screens

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Sticky Header - mobile (small) screens

    Is it possible to have a sticky header on the small screen version?
    Leslie Kirk
    Miva Certified Developer
    Miva Merchant Specialist since 1997
    Previously of Webs Your Way
    (aka Leslie Nord leslienord)

    Email me: [email protected]
    www.lesliekirk.com

    Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

    #2
    Hi Leslie,

    I wouldn't recommend it as it will take up very valuable screen space and may make it difficult to navigate on smaller devices. However, you could make it work by editing the fasten-headers.js file. You would need to remove the following from the IF statement:
    Code:
    (sessionStorage.getItem('USER_CAN_HOVER') === null || sessionStorage.getItem('USER_CAN_HOVER') === 'true') &&
    You may need to make some CSS updates as well.
    Matt Zimmermann

    Miva Web Developer
    Alchemy Web Development
    https://www.alchemywebdev.com
    Site Development - Maintenance - Consultation

    Miva Certified Developer
    Miva Professional Developer

    https://www.dev4web.net | Twitter

    Comment


      #3
      Originally posted by Matt Zimmermann View Post
      Hi Leslie,

      I wouldn't recommend it as it will take up very valuable screen space and may make it difficult to navigate on smaller devices. However, you could make it work by editing the fasten-headers.js file. You would need to remove the following from the IF statement:
      Code:
      (sessionStorage.getItem('USER_CAN_HOVER') === null || sessionStorage.getItem('USER_CAN_HOVER') === 'true') &&
      You may need to make some CSS updates as well.
      I don't like the idea either, but. I will do my very best to dissuade it. What about a fixed footer? Similar to Suivant?
      Leslie Kirk
      Miva Certified Developer
      Miva Merchant Specialist since 1997
      Previously of Webs Your Way
      (aka Leslie Nord leslienord)

      Email me: [email protected]
      www.lesliekirk.com

      Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

      Comment


        #4
        Hi Leslie,

        There is nothing built into Shadows to create a fixed footer. That would have to be custom coded.
        Matt Zimmermann

        Miva Web Developer
        Alchemy Web Development
        https://www.alchemywebdev.com
        Site Development - Maintenance - Consultation

        Miva Certified Developer
        Miva Professional Developer

        https://www.dev4web.net | Twitter

        Comment

        Working...
        X