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

L

leandrodisler

@leandrodisler
About
Posts
38
Topics
13
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • fixed element on top (z-index issue)
    L leandrodisler

    worked. thank you so much!

    General Discussion

  • fixed element on top (z-index issue)
    L leandrodisler

    Hey
    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; 
    }
    
    General Discussion

  • container project-title
    L leandrodisler

    worked with this:

    .lay-textformat-parent{
    width: 90%;
    }
    
    General Discussion

  • container project-title
    L leandrodisler

    Is 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?

    Bildschirmfoto 2025-02-26 um 18.18.58.png

    General Discussion

  • avoid rounded corners for thumbnails
    L leandrodisler

    worked! thank you so much for your help :)

    General Discussion

  • avoid rounded corners for thumbnails
    L leandrodisler

    hmm dont works :/

    General Discussion

  • avoid rounded corners for thumbnails
    L leandrodisler

    hey
    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;
    }
    
    General Discussion

  • mix-blend-mode: difference -> problem
    L leandrodisler

    fixed it whit:

    html, body {
        overscroll-behavior: none;
    }
    
    General Discussion

  • mix-blend-mode: difference -> problem
    L leandrodisler

    that 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.

    Bildschirmfoto 2025-02-19 um 10.26.23.png

    General Discussion

  • mix-blend-mode: difference -> problem
    L leandrodisler

    Hey
    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.

    Bildschirmfoto 2025-02-18 um 10.51.11.png

    General Discussion

  • Fixed Textbox in Gridder
    L leandrodisler

    Like this?

    .archive{
    font-size:40vh;
    position: fixed;
    top: 32%;
    }

    General Discussion

  • Fixed Textbox in Gridder
    L leandrodisler

    I 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...

    General Discussion

  • Fixed Textbox in Gridder
    L leandrodisler

    Hey
    I've created a centered/fixed text-element on this Page:
    http://leandrodisler.com/archiv
    Password is: hello

    I'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

    General Discussion

  • Mouseover cursor (just for thumbnails)
    L leandrodisler

    Got it. thank you.

    General Discussion

  • Mouseover cursor (just for thumbnails)
    L leandrodisler

    Hey

    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?

    General Discussion

  • Mouseover cursor (just for thumbnails)
    L leandrodisler

    Hey
    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;
    }

    General Discussion

  • Display different name for menu-point on mobile?
    L leandrodisler

    Hey 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

    General Discussion

  • Problem with intro image
    L leandrodisler

    it worked. thank you

    General Discussion

  • Problem with intro image
    L leandrodisler

    No not really.
    I'm a beginner, dont know how to set it up that it works.

    General Discussion

  • 3 Menu points: left, center, right aligned & thumbnail max-height
    L leandrodisler

    Is it possible to have this on Desktop with the 2 menu Points but

    General Discussion max-height thumbnail viewport height
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Recent
  • Tags
  • Popular
  • Users
  • Search