Lay Theme Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Popular
    • Users
    • Search

    After Update Footer no longer transparent

    Bug Reports
    2
    8
    24
    Loading More Posts
    • 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
      m-czyk last edited by m-czyk

      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 Reply Quote 0
      • arminunruh
        arminunruh Global Moderator last edited by

        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 Reply Quote 0
        • M
          m-czyk last edited by

          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 Reply Quote 0
          • arminunruh
            arminunruh Global Moderator last edited by 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 1 Reply Last reply Reply Quote 0
            • M
              m-czyk @arminunruh last edited by

              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 Reply Quote 0
              • M
                m-czyk @m-czyk last edited by

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

                1 Reply Last reply Reply Quote 0
                • arminunruh
                  arminunruh Global Moderator last edited by

                  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 Reply Quote 0
                  • M
                    m-czyk @arminunruh last edited by

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

                    1 Reply Last reply Reply Quote 0
                    • First post
                      Last post
                    Post a link to where the problem is
                    I don't answer or check forum DMs, please just post on the forum.
                    Forgot your key, lost your files, need a previous Lay Theme or Addon version? Go to www.laykeymanager.com

                    Before you post:

                    Use the Search Feature. Maybe there is already a solution to your issue.

                    1. Update Lay Theme and all Lay Theme Addons
                    2. Disable all Plugins
                    3. Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code ", click "Save Changes"
                    4. Now see if your problem solved itself
                    5. Go here, see if your problem is listed here:
                    Troubleshooting

                    When you post:
                    1. Post a link to where the problem is
                    2. If the problem is difficult to explain, post screenshots / link to a video to explain it

                    Thanks!

                    Online Users

                    K

                    Recent Topics

                    • S

                      Changing space above/below gets delete

                    • A

                      Corruption of website

                    • A

                      installation/website bearbeiten

                    • R

                      Slow loading overall

                    laytheme.com