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. Using Footer with Fullscreen Slider

Using Footer with Fullscreen Slider

Scheduled Pinned Locked Moved General Discussion
20 Posts 7 Posters 1.1k 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.
  • telmotypeT telmotype

    Sure:

    I added this:

    html.fp-enabled #footer-region{
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
    }
    

    (Sorry, I don't know how to include code snippets here)

    Marian FitzM Offline
    Marian FitzM Offline
    Marian Fitz
    wrote on last edited by
    #7

    Dear @telmotype @mariusjopen

    unfortunately does not work after the last update :-(

    #footer-region{
        display: block !important;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
    
    }
    

    any ideas?

    1 Reply Last reply
    0
    • mariusjopenM Offline
      mariusjopenM Offline
      mariusjopen
      Global Moderator
      wrote on last edited by
      #8

      Dear @Marian-Fitz
      so what is the current question here?
      Best!
      Marius

      www.mariusjopen.world

      Marian FitzM 1 Reply Last reply
      0
      • mariusjopenM mariusjopen

        Dear @Marian-Fitz
        so what is the current question here?
        Best!
        Marius

        Marian FitzM Offline
        Marian FitzM Offline
        Marian Fitz
        wrote on last edited by
        #9

        thx @mariusjopen

        how can i show my footer on the fullscreen slider?

        as u can see the code works on the about page

        https://studiovd.de/about/
        (password: 123)

        #footer-region{
            display: block !important;
            position: fixed;
            bottom: 0;
            left: 0;
            width: 100%;
        
        }
        

        but not on the front page /:

        https://studiovd.de/

        Best!
        Marian

        1 Reply Last reply
        0
        • A Offline
          A Offline
          andrewbmcgill
          wrote on last edited by
          #10

          @mariusjopen I am also trying to get a footer menu to work with fullscreen slider but using the Custom CSS code above it will not show up. Any work around here?

          1 Reply Last reply
          0
          • mariusjopenM Offline
            mariusjopenM Offline
            mariusjopen
            Global Moderator
            wrote on last edited by
            #11

            Dear @Marian-Fitz
            Armin should have a look soon.
            Best!
            Marius

            www.mariusjopen.world

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

              hey @mariusjopen you could have solved this too
              Screenshot 2020-05-11 at 14.57.20.png
              use:

              #footer-region{
              display: block!important;
              }

              1 Reply Last reply
              0
              • A Offline
                A Offline
                andrewbmcgill
                wrote on last edited by
                #13

                @arminunruh display: block!important; works! thanks

                1 Reply Last reply
                0
                • A Offline
                  A Offline
                  andrewbmcgill
                  wrote on last edited by
                  #14

                  @arminunruh @mariusjopen another Footer question: Is it possible to have two or more different footers in a single project?

                  Currently I am using a text field below images and setting their x,y position but I'd like to use a fixed footer instead. The text moves around depending on the size of the image it's under or beside.

                  I'm using a fixed footer on other projects but I'd like to change the text in the footer depending on what image is shown in the project for this one.

                  check out my page here: https://andrewblakemcgill.com/commissions/

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

                    hm im not a 100% sure what you mean, but you can show a different footer for each project (in footer settings set it to "Show a select input in the Project Edit Screen to choose a Footer for individual Projects")

                    Or you can use custom html: lay options -> custom css & html -> custom html at bottom

                    and then show or hide that html via CSS
                    http://laytheme.com/documentation.html#css-based-on-current-page

                    1 Reply Last reply
                    0
                    • A Offline
                      A Offline
                      andrewbmcgill
                      wrote on last edited by
                      #16

                      Thanks ! @arminunruh, I'll use custom css for this. The idea is to have a different caption that stays in the same place for each image set in the fullscreen slider.

                      1 Reply Last reply
                      -1
                      • T Offline
                        T Offline
                        thomasmaier
                        wrote on last edited by
                        #17

                        You can also create an update-proof footer by adding whole new footer html in the custom html/css sub page in the lay theme settings in the backend. the last text area is for "body html at the bottom". with css you can style your new footer which supposedly would otherwise have only very basic css.

                        1 Reply Last reply
                        0
                        • mariusjopenM Offline
                          mariusjopenM Offline
                          mariusjopen
                          Global Moderator
                          wrote on last edited by
                          #18

                          Dear @thomasmaier
                          Thank you for helping!
                          We appreciate the time people take to make the LayTheme community stronger.
                          Best!
                          Marius

                          www.mariusjopen.world

                          1 Reply Last reply
                          0
                          • Marian FitzM Offline
                            Marian FitzM Offline
                            Marian Fitz
                            wrote on last edited by
                            #19

                            dear @mariusjopen @arminunruh @andrewbmcgill

                            I think I got it
                            using the z-index

                            Bildschirmfoto 2020-05-21 um 11.15.57.png

                            #footer-region {
                                display: block!important;
                                position: fixed!important;
                                bottom: 0;
                                z-index:5;
                                left: 3px;
                                width: 100%;
                            }
                            

                            best Marian

                            1 Reply Last reply
                            0
                            • mariusjopenM Offline
                              mariusjopenM Offline
                              mariusjopen
                              Global Moderator
                              wrote on last edited by
                              #20

                              Dear @Marian-Fitz
                              Nice!
                              Thank you for letting us know!
                              Best and have a wonderful day!
                              Marius

                              www.mariusjopen.world

                              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