Man that's pretty cool to have that 3d in an iframe. You are right, it is just oembeds, these are supported when u scroll down a bit: https://codex.wordpress.org/Embeds
Yes yes I think it is a good idea! Hm maybe it would need settings for sizing then. Like "aspect ratio" or "fill browser height". I'm writing it down and will think about it.
Hey thanks a lot! :D
Yes, this is an issue, I need to make the paths relative, gonna work on that. At the moment lay theme doesn't handle switching from http:// to https:// well. You'd need to click "x Remove" and re-upload the webfonts. If they have the same fontnames, then everything will be replaced and you won't need to re-choose the right fonts for your textformats and customizer settings.
Hello danielm!
Custom header, I guess you are looking for something like the footer feature, but instead having a header.
Good ideas! :) Wrote them down.
hey moritz!
in the texteditor there are 2 buttons "soft hyphen" and "nonbreaking space"
[image: upload-6bc97ca5-aa41-46f8-b02a-dfb295a16732.png]
soft hyphen is cool because it basically tells the browser: "if you break the word, break it at this position"
what you are referring to is some css that you can insert into lay theme in "lay options" -> "custom css"
-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
Not sure if that is sth really useful I haven't used this css before
Hey jannik!
Yes yes, on my todo list there is:
Not use mobile menu with burger for phone but just the standard menu
and maybe
mobile menu that covers the whole screen (fullscreen). let's see.
This is cool!
The closest thing to this that I have right now is to use the intro image (but yea its only on the frontpage of your website). And then set the intro image "transition" option to "go up".
Thanks :)
Anchor support you can code by yourself if you know some javascript.
Yes, go to top for images would make sense. Actually you can give an image a class of "scrolltotop" and it will work like a scrolltotop button.
True true. I will think about that. I too think that a very simple woocommerce integration can have a great benefit for the theme.
I dont think that I will integrate it anytime soon, as I am currently focusing more on the laygridder plugin.
yes there are plans for it! its the masonry-style layout thats currently not really possible with lay theme..
cant tell u when exactly i'm gonna work on that though. lots of plans, lots of things to do ^^