@marvic Please post your solution here. Comments like "Solved it!" don’t help nobody.
prazzo101
Posts
-
Disable Menu on Fronpage (Desktop only?)Aug 10, 2018, 4:34 PM -
Cover disables the background elementsJun 7, 2023, 2:32 PMI found a way to fix this, just if anyone run into the same problem as I did.
- 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;
}- 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 :)
-
Button styles in menu barSep 25, 2018, 12:56 PMThank you!
-
How can I hide the active menu link from the menu on mobile?Sep 24, 2018, 3:21 PMThank you! You guys rock! :)
-
Adding row numbersJul 25, 2023, 12:07 PM@thomasmaier Yes!! Not being able to place two elements next to each other is a huge bummer. Would be a fantastic improvement if that would be possible!
-
Adding row numbersJul 25, 2023, 10:00 AMWould it be possible to add row numbers to the gridder? I am working on a website that makes extensive use of the expanded/collapsed row feature on a single page and it gets very confusing and cluttered to see what button actually expands and collapses what row. Numbered rows would help immensely.
-
Gridder issues since updateOct 31, 2020, 4:40 PMSame problem. I can’t do anything.
I also code custom websites or custom Lay features.
💿 Email me here: 💿
info@laytheme.com
Before you post:
- When using a WordPress Cache plugin, disable it or clear your cache.
- Update Lay Theme and all Lay Theme Addons
- Disable all Plugins
- 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:
- Post a link to where the problem is
- Does the problem happen on Chrome, Firefox, Safari or iPhone or Android?
- If the problem is difficult to explain, post screenshots / link to a video to explain it