Skip to content

Feedback

Got an idea for Lay Theme? I might include it in a new update or code an addon.
492 Topics 2.1k Posts
  • Table element responisveness

    4
    0 Votes
    4 Posts
    182 Views
    arminunruhA
    Ok, but I'm not sure if that would make sense. Because the amount of columns a table has, they separate the texts in the table into a logical order, grouping them. I think your idea works if we had only two columns and then we would make it so the texts are on top of another instead of next to one another. But what happens if the table has three columns? If we then put all the text on top of another, the grouping gets lost: [image: 1758274304252-32c5eee0-a688-4ff7-b8e2-a5f18a765cee-image.png] You could, for example, create a custom phone layout at the moment.
  • Svg logo

    6
    0 Votes
    6 Posts
    910 Views
    arminunruhA
    aha yea well :D at least its not a massive plugin that slows down your site or sth i think
  • ability to drag rows to change their order

    2
    0 Votes
    2 Posts
    330 Views
    arminunruhA
    ah yes its a great idea im writing it down!
  • simple elegant accordion feature

    10
    0 Votes
    10 Posts
    2k Views
    G
    @arminunruh amazing thanks for making this happen. Great feature addition.
  • carousel additional features

    2
    0 Votes
    2 Posts
    216 Views
    arminunruhA
    yes these are excellent ideas. im finishing up the accordion element, then i need to fix some things for the scrollslider element and then i will work on this maybe
  • Custom burger and close icon for overlay.

    6
    0 Votes
    6 Posts
    330 Views
    arminunruhA
    [image: 1753335822158-screenshot-2025-07-24-at-07.43.37.png] just choose "custom icon" here
  • 0 Votes
    5 Posts
    300 Views
    S
    Yeah 👏! That works now. And thank you for the inspiring examples with the Project Index tool.
  • Spam protection / email adress encoder

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

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

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

    6
    0 Votes
    6 Posts
    437 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
    149 Views
    Y
    Thank you!!!
  • image Rounded corners with caption

    3
    0 Votes
    3 Posts
    172 Views
    Hayo GebauerH
    @arminunruh works now, thanks!
  • 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
    119 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
    146 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
    143 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
    158 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
    462 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!

For 1on1 paid Lay Theme Coaching, contact: audrey@cyberslayers.work.

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

Our Web Development company: 100k.studio

Want to tip me? https://www.paypal.com/paypalme/arminunruh

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