sure, will be included with the next update:

sure, will be included with the next update:

ah ok of course!!
ok let me check, i will try and code a fix
yea its still on my todo list!
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
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

you want to be able to just fade in the whole block of text after a wait time of 5 seconds for example?
hey please select your image, then choose "edit caption"

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

next update will get this:

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

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
ok when you update lay theme now and check the second setting here:

then smooth scroll will be disabled for iphones, then check again please
can u check, does it happen too if you disable smooth scroll?
year ure right hmm im gonna check it out
yea u need to enable this setting

ok so customize → cursor,
lightbox addon cursor setting,
carousel addon cursor setting,
fullscreen slider cursor setting,
they will all get this new checkbox:

if u enable this for all of these, the cursors will be sharp
update will be released some time this week
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
yes! use the thumbnailgrid element or elementgrid element
then use masonry layout type!

i see. its still on my todolist. not sure when i will have time to code this
you mean the links are not clickable?
can you create a video of that, i cant reproduce this, the links are clickable for me:
can you send your website address, /wp-admin/ username and password and a link to this topic to info@laytheme.com?
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