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. Cover disables the background elements

Cover disables the background elements

Scheduled Pinned Locked Moved General Discussion
5 Posts 2 Posters 131 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.
  • P Offline
    P Offline
    prazzo101
    wrote on Jun 6, 2023, 2:40 PM last edited by
    #1

    Hello!
    I’ve included a javascript that creates a particle animation as a background element on my website and a linear color gradient that is created by CSS. When I activate the cover feature, the color gradient and particle.js get disabled.

    I’ve found this topic and tried that solution, but it didn’t do anything.
    I am already using the z-index for different parts of the website to have the particles overlapping certain elements, so I am not quite sure if I am breaking something by doing this :)

    What should I try to do to fix this?
    Thank you!!

    P 1 Reply Last reply Jun 7, 2023, 2:32 PM
    0
    • P prazzo101
      Jun 6, 2023, 2:40 PM

      Hello!
      I’ve included a javascript that creates a particle animation as a background element on my website and a linear color gradient that is created by CSS. When I activate the cover feature, the color gradient and particle.js get disabled.

      I’ve found this topic and tried that solution, but it didn’t do anything.
      I am already using the z-index for different parts of the website to have the particles overlapping certain elements, so I am not quite sure if I am breaking something by doing this :)

      What should I try to do to fix this?
      Thank you!!

      P Offline
      P Offline
      prazzo101
      wrote on Jun 7, 2023, 2:32 PM last edited by
      #2

      I found a way to fix this, just if anyone run into the same problem as I did.

      1. Put the particle-Animation in front of the other elements by adding a higher z-index value and changing the position to fixed since I didn’t want it to move when I’m scrolling down

      #particles-js {
      position: fixed;
      width: 100%;
      height: 100%;
      z-index: 2;
      }

      1. Moving the gradient from the body-Element to #grid

      #grid {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;

      background: linear-gradient(270deg, #ffc647, #FB4647, #ffffff);
      background-size: 800% 800%;
      -webkit-animation: Gradient 15s ease infinite;
      -moz-animation: Gradient 15s ease infinite;
      animation: Gradient 15s ease infinite;
      

      }

      That did the trick for me.

      If I did something stupid and there is a much better way to do it, please let me know :)

      1 Reply Last reply
      1
      • A Offline
        A Offline
        arminunruh
        Global Moderator
        wrote on Jun 14, 2023, 9:15 AM last edited by
        #3

        good job !

        P 1 Reply Last reply Jun 14, 2023, 1:01 PM
        0
        • A arminunruh
          Jun 14, 2023, 9:15 AM

          good job !

          P Offline
          P Offline
          prazzo101
          wrote on Jun 14, 2023, 1:01 PM last edited by
          #4

          @arminunruh Doesn’t work for mobile though :(
          I had to disable Cover for mobile, otherwise the gradient in the background would be disabled again.

          Is there a way to make that work on mobile too?

          1 Reply Last reply
          0
          • A Offline
            A Offline
            arminunruh
            Global Moderator
            wrote on Jun 15, 2023, 10:37 AM last edited by
            #5

            try to use the inspector of your browser and use custom css

            i dont have time to come up with custom css for you :/

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

            2/5

            Jun 7, 2023, 2:32 PM


            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.
            2 out of 5
            • First post
              2/5
              Last post
            0
            • Recent
            • Tags
            • Popular
            • Users
            • Search