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. Bug Reports
  3. After Update Footer no longer transparent

After Update Footer no longer transparent

Scheduled Pinned Locked Moved Bug Reports
8 Posts 2 Posters 146 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.
  • M Offline
    M Offline
    m-czyk
    wrote on last edited by m-czyk
    #1

    Hello after the update the background color of the footer was no longer transparent. It is now always white.
    When I check it with chrome it says that it is transparent.
    Any idea how I can fix this?

    Example: https://studio-boldig.de/hochsauerland-honig
    Custom CSS for Desktop Version:
    #footer-region{
    background-color: transparent !important;}

    In addition, the font at the bottom of the contact form is no longer white or is not displayed at all.

    Example: https://studio-boldig.de/agentur

    Best regards
    Marcin

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

      seems to be transparent

      but i mean the background is just white because behind the footer the background is white

      maybe its best to do background: black!important;

      Screenshot 2020-04-21 at 18.10.41.png

      1 Reply Last reply
      0
      • M Offline
        M Offline
        m-czyk
        wrote on last edited by
        #3

        Thanks for the quick answer.
        Every project has a different background color, so the footer should be transparent, so that the footer becomes brown, as in this example. That's how it was before the update and he didn't make it white. For the projects, the background is also #483523, as in this example.

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

          mh mh

          yea i changed the way the background color is set :/ the color is no longer set on the body element but the gridder's grid element

          so in your case you could write some javascript (in lay options -> custom css & html -> custom <head> content)

          <script>
          
          window.laytheme.on('newpageshown', function(){
          setTimeout(function(){
          var color = jQuery('#grid').css('background-color');
          jQuery('#footer-region').css('background-color', color);
          }, 0);
          });
          
          </script>
          

          haven't tested this, could work!

          M 1 Reply Last reply
          0
          • arminunruhA arminunruh

            mh mh

            yea i changed the way the background color is set :/ the color is no longer set on the body element but the gridder's grid element

            so in your case you could write some javascript (in lay options -> custom css & html -> custom <head> content)

            <script>
            
            window.laytheme.on('newpageshown', function(){
            setTimeout(function(){
            var color = jQuery('#grid').css('background-color');
            jQuery('#footer-region').css('background-color', color);
            }, 0);
            });
            
            </script>
            

            haven't tested this, could work!

            M Offline
            M Offline
            m-czyk
            wrote on last edited by
            #5

            unfortunately, it's not working. I think I'll do it for each page separately via body and the id. The main thing is that it works again.

            Do you have an idea why the contact form is not displayed correctly anymore?

            M 1 Reply Last reply
            0
            • M m-czyk

              unfortunately, it's not working. I think I'll do it for each page separately via body and the id. The main thing is that it works again.

              Do you have an idea why the contact form is not displayed correctly anymore?

              M Offline
              M Offline
              m-czyk
              wrote on last edited by
              #6

              @m-czyk Found the issue. Can´t display em. just px

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

                i think the contact form appears correctly:
                Screenshot 2020-04-22 at 14.01.01.png

                always make sure to write a link to where ur issue is please

                Can´t display em. just px

                What do you mean?

                M 1 Reply Last reply
                0
                • arminunruhA arminunruh

                  i think the contact form appears correctly:
                  Screenshot 2020-04-22 at 14.01.01.png

                  always make sure to write a link to where ur issue is please

                  Can´t display em. just px

                  What do you mean?

                  M Offline
                  M Offline
                  m-czyk
                  wrote on last edited by
                  #8

                  @arminunruh thx armin, i found already the issue :)
                  great theme!

                  1 Reply Last reply
                  0
                  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