worked. thank you so much!
leandrodisler
Posts
-
fixed element on top (z-index issue)Mar 3, 2025, 11:08 AM -
fixed element on top (z-index issue)Feb 28, 2025, 8:11 PMHey
I have a text that i placed centered and fixed on my page. Everything worked placement-wise but somehow i cant put it on top of everything else with blend-mode difference. No matter what i put in the z-index.Can someone help?
the page: http://leandrodisler.com/archive/
password: lean.fixedarchive { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 5; text-align: center; white-space: nowrap; mix-blend-mode: difference; pointer-events: none; }
-
container project-titleFeb 27, 2025, 2:45 PMworked with this:
.lay-textformat-parent{ width: 90%; }
-
container project-titleFeb 26, 2025, 5:23 PMIs there a way to make the project-title container bigger? I want to achieve that its like 80% of the width of the thumbnail so it dont puts titles on two lines on smaller devices?
-
avoid rounded corners for thumbnailsFeb 25, 2025, 4:40 PMworked! thank you so much for your help :)
-
avoid rounded corners for thumbnailsFeb 25, 2025, 1:16 PMhmm dont works :/
-
avoid rounded corners for thumbnailsFeb 25, 2025, 10:45 AMhey
i have rounded corners for all my images on vides on my page
how can i have my project thumbnails not rounded while the rest stays rounded?[.ph{ border-radius: 10px; overflow: hidden; } .img{ border-radius: 10px; overflow: hidden; }
-
mix-blend-mode: difference -> problemFeb 25, 2025, 10:19 AMfixed it whit:
html, body { overscroll-behavior: none; }
-
mix-blend-mode: difference -> problemFeb 19, 2025, 9:27 AMthat was easy, checked everything else. sorry.
i have one more issue. when i scroll to the top quick a white layer seems to appear over the menu and site title. -
mix-blend-mode: difference -> problemFeb 18, 2025, 10:27 AMHey
I have problems with blend-modes. I checked multiple topics but could not fix the issue. I added this code to my custom css.nav.primary{ mix-blend-mode: difference; } .sitetitle { mix-blend-mode: difference; }
I want to achieve that the site title and navigation is always difference color to no matter what is behind it. My sitetitle and nav is set to black in customize and the the background to white. Menu-bar is hidden. It seems like something lays over my menu bar now an the effect dont works.
My Site: www.leandrodisler.com (password: lean)
Thank you so much.
-
Fixed Textbox in GridderNov 30, 2018, 4:41 PMLike this?
.archive{
font-size:40vh;
position: fixed;
top: 32%;
} -
Fixed Textbox in GridderNov 30, 2018, 1:36 PMI now changed it to:
.archive{
position: fixed;
top: 35%;
}Now the textbox dont jumps. But i dont have the exact reult as i wanted with the position...
-
Fixed Textbox in GridderNov 29, 2018, 10:37 AMHey
I've created a centered/fixed text-element on this Page:
http://leandrodisler.com/archiv
Password is: helloI've made a regular textbox in the gridder and gave it a HTML class.
This is in my Custom CSS:.archive{
position: fixed;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}Now the Problem: as you see the element is fixed and centered first but when i scroll the element jumps and takes a new position.
What could be the reason for this?
ps. Also i would love to have this text in front of the whole content of the site, is this possible?
Thanks
-
Mouseover cursor (just for thumbnails)Nov 23, 2018, 2:45 PMGot it. thank you.
-
Mouseover cursor (just for thumbnails)Nov 22, 2018, 3:13 PMHey
It worked, thank you. !
Theres just one more problem now. On the other mouseovers i dont have the "mouseover-hand" no more. Is there a solution to have them back? -
Mouseover cursor (just for thumbnails)Nov 21, 2018, 5:00 PMHey
I have a question about custom cursors on mouseover.
I used the code below to get a custom cursor on mouseover. Now i want to achieve that this mouseover cursor only appears on thumbnail mouseovers. And not everwhere else like links in text etc.Is this possible?
—
a {
cursor: url(http://leandrodisler.com/wp-content/uploads/2018/11/plus.png) 15 15, auto !important;
} -
Display different name for menu-point on mobile?Nov 14, 2018, 1:03 PMHey everyone
I have a problem with my mobile menu. Is it possible to display different name for a certain menu-point on mobile than desktop?
Bests Leandro
-
Problem with intro imageMar 20, 2018, 8:54 PMit worked. thank you
-
Problem with intro imageMar 20, 2018, 4:39 PMNo not really.
I'm a beginner, dont know how to set it up that it works. -
3 Menu points: left, center, right aligned & thumbnail max-heightMar 19, 2018, 1:54 PMIs it possible to have this on Desktop with the 2 menu Points but
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