Skip to content
  • Recent
  • Tags
  • Popular
  • Users
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse

Lay Theme Forum

  1. Home
  2. General Discussion
  3. Having a fixed footer

Having a fixed footer

Scheduled Pinned Locked Moved General Discussion
6 Posts 2 Posters 2.3k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    cx
    wrote on last edited by arminunruh
    #1

    Can the Footer or any other page be fixed as an extra overlaying menu on all pages?

    'Sticky Footer Option' seems to stick on single pages.
    I would like to fix it at the bottom of the whole webpage/browser hight, not after the bottom of the page content. ( The original menu is already in use in the top )
    The aim is pretty much just to have an extra menu that I can use.

    Thanks in advance for the help!

    1 Reply Last reply
    1
    • arminunruhA Offline
      arminunruhA Offline
      arminunruh
      Global Moderator
      wrote on last edited by
      #2

      Hey!

      You can use this CSS. Put it in "lay options" -> "custom css & html" -> "custom css for desktop version"

      #footer-region{
          position: fixed;
          bottom: 0;
          left: 0;
          width: 100%;
      }
      
      1 Reply Last reply
      0
      • C Offline
        C Offline
        cx
        wrote on last edited by
        #3

        Thanks for the quick response!
        It works on normal pages but the footer disappears when using the Fullscreen-slider Addon. The Idea was to use it mainly while browsing projectpages.
        You got any suggestions on to how to solve that issue?

        1 Reply Last reply
        0
        • arminunruhA Offline
          arminunruhA Offline
          arminunruh
          Global Moderator
          wrote on last edited by
          #4
          html.fp-enabled #footer-region{
          display: block;
          }
          

          The footer feature never really worked with the fullscreen slider active. Using this css you can show the footer on pages with fullscreen slider activated. I think this should work.

          1 Reply Last reply
          0
          • C Offline
            C Offline
            cx
            wrote on last edited by
            #5

            This works well with the Fullscreen-Slider Addon. The footer is now shown! Thanks :)
            But it seems like it is just added at the bottom of the page just like a sticky footer instead of overlaying the Slider.
            When using 100% content hight or Fullscreen Background videos in projects the content is not shown in the footer area.

            Is there a way to hide the 'Menu Bar' from the footer - giving it a transparent background?
            It seems like the footer ist not really overlaying the slider by now.

            1 Reply Last reply
            0
            • C Offline
              C Offline
              cx
              wrote on last edited by cx
              #6

              Incase somebody tries to implement something similar.
              Adding background-color: transparent !important; was the only thing necessary to override the background of the footer to make it transparent.

              #footer-region{
              position: fixed;
              bottom: 0;
              background-color: transparent !important;
              left: 0;
              width: 100%;
              }

              1 Reply Last reply
              1
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              I also code custom websites or custom Lay features.
              šŸ’æ Email me here: šŸ’æ
              info@laytheme.com

              Before you post:
              1. When using a WordPress Cache plugin, disable it or clear your cache.
              2. Update Lay Theme and all Lay Theme Addons
              3. Disable all Plugins
              4. Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code", click "Save Changes"

              This often solves issues you might run into

              When you post:
              1. Post a link to where the problem is
              2. Does the problem happen on Chrome, Firefox, Safari or iPhone or Android?
              3. If the problem is difficult to explain, post screenshots / link to a video to explain it
              Online Users
              Forgot your key, lost your files, need a previous Lay Theme or Addon version? Go to www.laykeymanager.com
              laytheme.com
              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Recent
              • Tags
              • Popular
              • Users
              • Search