Hi Armin,
What is "Added night mode to more Gridder modals" in changelog?
A sort of dark mode for page editor is possible?
Hi Armin,
What is "Added night mode to more Gridder modals" in changelog?
A sort of dark mode for page editor is possible?
Thank you Armin,
I solved it (Claude) in this way via custom js
// DOVREBBE REDICTARE I PROGETTI
document.addEventListener('click', function(e) {
var link = e.target.closest('a.thumb[data-id]');
if (!link) return;
var wipIds = ['93', '101']; // 93 Ventrice Odontoiatria 101 Psinel
var wipUrl = '[Custom link for WIP placeholder page]';
if (wipIds.indexOf(link.getAttribute('data-id')) !== -1) {
e.preventDefault();
e.stopImmediatePropagation();
window.location.href = wipUrl;
}
}, true);
// DOVREBBE REDICTARE I PROGETTI
When the thumbnail is clicked this autoredirect to a specific work in progress page. When the page is finished i will remove the id number from this
var wipIds =
Hi Armin,
I'm working on and compiling some project pages that I haven't finished yet. I'm fine with having thumbnails of these projects show up in the thumbnail grid view, but I'd like them to link to a sort of maintenance page when clicked.
It would be great to have something like a maintenance mode option for WIP project pages.
Is this possible in some way?
Hi Armin
The animation still persist, even with "no-animation" assigned
"Load more" button now show elements still after the hard reload of the page or page navigation.
It reset after deleting the cache.
Tested it with chrome, brave and safari
Thank you Armin, i don't understand but ill' see :)
edit: only corner radius is still not ok but ok for the rest!
Hi Armin,
Shadow, border, background etc. are on the container and not on the image.
Is this ok or you can fix it?
https://www.dropbox.com/scl/fi/b5udjr4ns4eig2nbee52a/img.png?rlkey=gyqym6yhpvx8emkn9mzurm6a7&dl=0
Hi Armin, is Rank Math compatible with Lay theme?
I'm using it and seem ok overall.
Some meta descriptions and titles are not being updated even after uploading the sitemap to Google Search Console, but maybe these are just other issues unrelated to Lay Theme, or it just takes some time.
oh yes! thank you
the border and background (in text elements and stack) are excluded from the scroll animation when animating an entire stack
Hi Armin, text animation override some letter spacing in text.
I tried this effect with layers and text animation.
it happens with every animation exept typewriter, typewriter fade and whole text.
Inside and also outside a stack element.
thank you!
Hi Armin, in text elements with animation enable there is no more space after "."
Thank you @arminunruh, sorry for late reply. It works only for desktop, for mobile no.
Hi Armin, default jumping is a bit brutal, there is a way to achieve it via js bypassing lay theme system? I tried something but no way
thank you!!
@arminunruh said in Request for another text animation setting or indipendent delay setting:
you want to be able to just fade in the whole block of text after a wait time of 5 seconds for example?
Yes correct, just fade the whole block without line/character/word animation. maybe something Animation type: "Fade block"
Hi Armin,
I really like being able to use delay, but I don’t want to apply it to a line of text, a word, or a character, i prefer to apply to the entire text block.
Animation: Fade block
It would be useful to have an independent “delay” parameter (maybe usable also for images or every element?)
Oh thank you :D