Hey @arminunruh and @Richard-Keith,
I hope you both are well.
I just wanted to highlight some issues/glitches with the theme that has been present (as well as reported) for a while now, hoping they can be fixed in the next theme update or so as they are stopping me (and maybe others too?) from publishing the site for a client.
1 — Stacks still get covered by a full-screen video background in the desktop and mobile viewports. This was already mentioned by me here (http://laythemeforum.com:4567/topic/5762/stack-gets-covered-by-a-full-screen-video-background/2). If you place a stack on a full-screen video background, then the video background will overlap the stack and you won’t be able to see the content of the aforementioned stack at all. (In the desktop viewport) you won't get this bug if you place normal text on the video background, but the issue will occur if you put the same text inside the stack.
CMS view:
Page after publishing:
2 — The cover feature still doesn’t seem to work on mobiles, unless you deactivate Fullscreen Slider in the plugin settings. This was previously reported here (http://laythemeforum.com:4567/topic/5448/cover-option-on-mobile-not-working?_=1594199322174). However, if you deactivate Fullscreen slider plugin, then any text placed on a full-screen video background gets overlapped by the video background. So this is almost exactly the same problem as the one described in point #1 above, but this time the text doesn’t even sit inside the stack. Problem disappears when you reactivate Fullscreen slider, but then the cover feature stops working again in the mobile viewport. That’s a vicious circle.
3 — I have a Vimeo embed centred on a page with “Use Browser Height for Row Height” switched on. If the Fullscreen slider is deactivated and the Cover feature is switched on, the video embed goes right to the top of the page instead of staying in the middle. If I disable the Cover feature or deactivate Fullscreen Slider plugin, then page goes back to normal and the arrangement of the elements on the page is correct.
4 — My Laytheme (which is licensed and updated to the latest version) seems to be lacking certain basic options in the Customiser, such as “Front Page”.
5 — Apart from all that, I‘m trying to make a fading rollover effect on the sitetitle and the primary nav using the following code from the Laytheme Documentation page and pasting it in the Customs CSS & HTML section:
/* site title transition /
.sitetitle.txt{ transition: all 600ms ease; -webkit-transition: all 600ms ease; } / navigation transition */ nav.primary a{ transition: all 600ms ease; -webkit-transition: all 600ms ease; }
But it seems to have no effect on the sitetitle as the colour is changing immediately, much faster than the aforementioned 600ms in the code. It works on the primary nav though. Could anyone help?
Unfortunately, I can’t post the link to the site publicly, but I will be more than happy to share it privately together with any other details that may be required.
Many thanks in advance for looking into this!