Skip to content

Feedback

Got an idea for Lay Theme? I might include it in a new update or code an addon.
454 Topics 1.9k Posts
  • 0 Votes
    4 Posts
    29 Views
    arminunruhA
    ok seems like this was an easy fix. the next lay theme update will include imagehover for text elements in a elementgrid
  • Spam protection / email adress encoder

    5
    0 Votes
    5 Posts
    296 Views
    arminunruhA
    let me know if that worked pls <3
  • All thumbnails above carousel

    5
    0 Votes
    5 Posts
    154 Views
    arminunruhA
    yes thats true! still on my todo list
  • different carousel styles for pages and projects

    3
    0 Votes
    3 Posts
    78 Views
    J
    Thank you!
  • Thumbnail Image aspect Ratio

    6
    0 Votes
    6 Posts
    168 Views
    S
    Thanks Armin, Worked like a charm, would be very useful if there would a way in the future to control it via the Thumb\Element grid visual interface... I've also implemented it for Element Grid: .elements-collection-region .ph{ padding-bottom: 100%!important; } .elements-collection-region .element-wrap img, .elements-collection-region .element-wrap video{ width: 100% !important; height: 100% !important; object-fit: cover !important; object-position: center !important; }
  • Rounded corners pop up on gridder

    3
    0 Votes
    3 Posts
    15 Views
    Y
    Thank you!!!
  • image Rounded corners with caption

    3
    0 Votes
    3 Posts
    36 Views
    Hayo GebauerH
    @arminunruh works now, thanks!
  • vimeo embed

    4
    0 Votes
    4 Posts
    124 Views
    arminunruhA
    hey now vimeo embed has settings, can u check it out? you can disable controls with it, enable autoplay and more! u just need to update lay theme and it should give u these settings when editing/adding a video added with +video -> +youtube/vimeo video
  • Responsive font size

    4
    0 Votes
    4 Posts
    2k Views
    arminunruhA
    in textformats you can set font sizes to % [image: 1747742746841-screenshot-2025-05-20-at-14.05.43.png] not sure how you'd convert this though
  • Can Text Alignment Be Set Separately for Mobile Layouts?

    2
    0 Votes
    2 Posts
    20 Views
    arminunruhA
    So I think for this, you will have to unsync the text elements or you would have to write custom CSS. .type-text > * { text-align: left!important; } .type-text p[style], .type-text h1[style], .type-text h2[style], .type-text h3[style], .type-text h4[style], .type-text h5[style]{ text-align: left!important; } Enter this css in "lay options" -> "custom css & html" -> "custom css for mobile"
  • menu bar typography changing

    2
    0 Votes
    2 Posts
    22 Views
    arminunruhA
    Hey, can you enable your menu bar in customize - menu styles - menu bar? Here set up your menu bar to look like you want it. .navbar{ opacity: 0; visibility: hidden; } .scrolled-down-one-window-height .navbar{ opacity: 1; visibility: visible; } .scrolled-down-one-window-height .laynav a span{ color: red!important; } .scrolled-down-one-window-height .sitetitle-txt-inner{ color: red!important; } Enter this css in "lay options" -> "custom css & html" -> "custom css for desktop" Enter this JS in html at bottom: <script> jQuery(window).on('scroll', function(){ if(window.scrollY > window.innerHeight){ jQuery('body').addClass('scrolled-down-one-window-height') } else { jQuery('body').removeClass('scrolled-down-one-window-height') } }) </script>
  • enable\disable project overlay for certain project categories

    2
    0 Votes
    2 Posts
    21 Views
    arminunruhA
    html.show-project-overlay . laynav{ display: none!important; } Enter this css in "lay options" -> "custom css & html" -> "custom css for desktop" This should hide the menu when your project overlays open. I love the project overlay feature, but I sometimes want to use it only for a certain category and let the other project behave normally. It could be nice to have control over that. Yeah, this is a good idea, but I'm not sure if many people would use it.
  • Feature request regarding the Lightbox Addon

    3
    0 Votes
    3 Posts
    36 Views
    M
    Thanks, Armin, I appreciate the suggestion to use an SVG for the "Close" label. That could work as a temporary solution, but it does introduce some challenges with consistency – especially in terms of sizing and alignment with the main typography, across different devices and screen sizes. A native text option would be much more flexible and scalable. Totally understand that this might not be a priority right now, but I’m glad you’ve noted it down. Looking forward to it if it ever makes it onto the roadmap! Thanks again!
  • 0 Votes
    9 Posts
    172 Views
    P
    hey @arminunruh thanks a lot for your reply. I thought there is a possibility to add project titles only for a specific "Project Thumbnail Grid", within this window and not all the of them at the same time: [image: 1747228763125-screenshot-2025-05-14-at-15.17.25-resized.png] You are right that putting the text to the left or right of the "Thumbnail Grid" might be tricky as they are close to each other. That's why I wanted to target only one "Thumbnail Grid" which has only 1 column. For now I could definitely use the option you described. But it would be helpful in future to turn project titles separately for different "Project Thumbnail Grids". At least for me, I am trying to layout all my work through it, as then I can add a new project - assign the right category and it's up online without a need to add the project to the page. Thanks a lot!
  • Different menu per page

    11
    0 Votes
    11 Posts
    2k Views
    A
    Thanks a lot!
  • lINKABLE STACK

    5
    0 Votes
    5 Posts
    68 Views
    A
    it's a stack that contains a text block + element grid that responds from desktop, tablet and mobile
  • Opacity Options

    3
    0 Votes
    3 Posts
    35 Views
    M
    Thanks a lot, Armin! It would be really nice to have these options in the future – especially being able to set the opacity for a background color. Looking forward to it whenever you find the time!
  • nEWS POSTS

    5
    1 Votes
    5 Posts
    92 Views
    arminunruhA
    Hey there, a carousel for a new thumbnail is now possible. Or a video or mouseover image. I'm not sure if I have enough time at the moment to add this.
  • alternative links in text styles

    4
    1 Votes
    4 Posts
    94 Views
    arminunruhA
    How many styles would you need?
  • activate sound on my intro website

    3
    0 Votes
    3 Posts
    59 Views
    M
    Thanks for your answer !

I also code custom websites or custom Lay features.
💿 Email me here: 💿
info@laytheme.com

Before you post:
  1. When using a WordPress Cache plugin, disable it or clear your cache.
  2. Update Lay Theme and all Lay Theme Addons
  3. Disable all Plugins
  4. Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code", click "Save Changes"

This often solves issues you might run into

When you post:
  1. Post a link to where the problem is
  2. Does the problem happen on Chrome, Firefox, Safari or iPhone or Android?
  3. If the problem is difficult to explain, post screenshots / link to a video to explain it
Forgot your key, lost your files, need a previous Lay Theme or Addon version? Go to www.laykeymanager.com