Skip to content
  • Recent
  • Tags
  • Popular
  • Users
  • Search
Skins
  • Light
  • Brite
  • 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

arminunruhA

arminunruh

@arminunruh
Global Moderator
About
Posts
10.3k
Topics
17
Shares
0
Groups
1
Followers
55
Following
0

Posts

Recent Best Controversial

  • Request for another text animation setting or indipendent delay setting
    arminunruhA arminunruh

    sure, will be included with the next update:

    grafik.png

    General Discussion

  • Request for another text animation setting or indipendent delay setting
    arminunruhA arminunruh

    ah ok of course!!

    General Discussion

  • text animation on mobile
    arminunruhA arminunruh

    ok let me check, i will try and code a fix

    Bug Reports

  • Thumbnail navigation for carousel
    arminunruhA arminunruh

    yea its still on my todo list!

    Addons

  • Blurry custom cursors in Safari – Any way to get vector-sharp quality?
    arminunruhA arminunruh

    ok i released the update. please update lay theme and all lay plugins and enable this setting.

    it will be enough to enable the setting in one place, as it became a global setting now, but with multiple checkboxes at different places to enable it

    and also make sure to use svg cursors then

    General Discussion

  • Request for another text animation setting or indipendent delay setting
    arminunruhA arminunruh

    hey i dont really understand the question.
    the "delay" setting when you set it to 5000, for example, it waits for 5 seconds to start the animation

    grafik.png

    you want to be able to just fade in the whole block of text after a wait time of 5 seconds for example?

    General Discussion

  • Keeping/connect image and subtitle text box together (responsive behavior)
    arminunruhA arminunruh

    hey please select your image, then choose "edit caption"

    grafik.png

    or simply put the image and the text element into a stack/group element:
    in +more → +stack/group:

    grafik.png

    General Discussion

  • Row Video Background from Vimeo?
    arminunruhA arminunruh

    next update will get this:

    grafik.png

    and in the next version you'll need to enable this setting and set custom icons, in lay options, new video section:

    Screenshot 2026-04-01 at 14.55.26.png

    General Discussion

  • Row Video Background from Vimeo?
    arminunruhA arminunruh

    pro tip:

    instead of using vimeo pro, you can upload the video to bunny cdn
    https://bunny.net/

    and get the mp4 link from there. apparently thats cheaper than vimeo pro.

    ok let me think about that

    General Discussion

  • text animation on mobile
    arminunruhA arminunruh

    ok when you update lay theme now and check the second setting here:

    grafik.png

    then smooth scroll will be disabled for iphones, then check again please

    Bug Reports

  • text animation on mobile
    arminunruhA arminunruh

    can u check, does it happen too if you disable smooth scroll?

    Bug Reports

  • text animation on mobile
    arminunruhA arminunruh

    year ure right hmm im gonna check it out

    Bug Reports

  • mouse cursor does not work
    arminunruhA arminunruh

    yea u need to enable this setting

    Screenshot 2026-04-01 at 10.52.55.png

    General Discussion

  • Blurry custom cursors in Safari – Any way to get vector-sharp quality?
    arminunruhA arminunruh

    ok so customize → cursor,
    lightbox addon cursor setting,
    carousel addon cursor setting,
    fullscreen slider cursor setting,

    they will all get this new checkbox:

    grafik.png

    if u enable this for all of these, the cursors will be sharp
    update will be released some time this week

    General Discussion

  • Blurry custom cursors in Safari – Any way to get vector-sharp quality?
    arminunruhA arminunruh

    ok so even though svg's can be used as cursors, yea safari doesn't render them sharp, which is a safari thing unfortunately.

    i will need to code this in a way, where the cursor can actually be a HTML/Dom Element instead of using the normal cursor CSS

    General Discussion

  • project thumbnails Vertical alignment / tile view
    arminunruhA arminunruh

    yes! use the thumbnailgrid element or elementgrid element
    then use masonry layout type!

    Screenshot 2026-03-31 at 10.54.44.jpg

    General Discussion

  • Videos in lightbox
    arminunruhA arminunruh

    i see. its still on my todolist. not sure when i will have time to code this

    Addons

  • mouse cursor does not work
    arminunruhA arminunruh

    you mean the links are not clickable?
    can you create a video of that, i cant reproduce this, the links are clickable for me:

    https://www.dropbox.com/scl/fi/ya15z7qbzpql5mvtojfpi/click.mov?rlkey=nsp682mc2i5vdtd0p1a3tes3l&st=sw9tot6m&dl=0

    General Discussion

  • Gridder disappeared
    arminunruhA arminunruh

    can you send your website address, /wp-admin/ username and password and a link to this topic to info@laytheme.com?

    Bug Reports

  • text when hover over image
    arminunruhA arminunruh

    you'll need to use this CSS instead:

    html.no-touchevents .lay-text-on-element-dark-gradient,
    html.no-touchevents .lay-text-on-element-overlay{
    opacity: 0;
    transition: opacity 300ms ease;
    }
    
    html.no-touchevents .col:hover .lay-text-on-element-dark-gradient,
    html.no-touchevents .col:hover .lay-text-on-element-overlay{
    opacity: 1;
    }
    

    if you want this without the fade animation:

    html.no-touchevents .lay-text-on-element-dark-gradient,
    html.no-touchevents .lay-text-on-element-overlay{
    opacity: 0;
    }
    
    html.no-touchevents .col:hover .lay-text-on-element-dark-gradient,
    html.no-touchevents .col:hover .lay-text-on-element-overlay{
    opacity: 1;
    }
    

    there is no mouseover image functionality for images and no easy way to do this with custom css, but i wrote it down as an idea

    General Discussion
  • Login

  • Don't have an account? Register

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