Skip to content

Feedback

Got an idea for Lay Theme? I might include it in a new update or code an addon.
461 Topics 2.0k Posts
  • Distinct project in thumbnail grid

    4
    0 Votes
    4 Posts
    291 Views
    M
    @arminunruh Yes, to highlight one of the projects would be a great solution or to make the general ".landscape" thumbnail-wrap class projects double column width. Same width is beneficial for portrait images, but landscape ones sometimes lose visibility. That's why same height worked better for my case. Regular, same-width column grid [image: 1758140773945-screenshot-2025-09-17-at-22.24.43.png] After CSS "inspector" width adjustment on thumbnail-wrap [image: 1758140774104-screenshot-2025-09-17-at-22.25.02.png]
  • Svg logo

    6
    0 Votes
    6 Posts
    627 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
    200 Views
    arminunruhA
    ah yes its a great idea im writing it down!
  • gridder element “table” refinements

    3
    0 Votes
    3 Posts
    302 Views
    H
    @arminunruh said in gridder element “table” refinements: ah yes very good ideas! 🙏
  • simple elegant accordion feature

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

    2
    0 Votes
    2 Posts
    105 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
  • Ability to lock elements

    15
    1 Votes
    15 Posts
    570 Views
    arminunruhA
    sure its a great idea: will be included with the next update [image: 1756720887276-7d75805b-0b02-4b78-b234-4f5496084e8e-image.png]
  • Custom burger and close icon for overlay.

    6
    0 Votes
    6 Posts
    103 Views
    arminunruhA
    [image: 1753335822158-screenshot-2025-07-24-at-07.43.37.png] just choose "custom icon" here
  • 0 Votes
    5 Posts
    93 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
    317 Views
    arminunruhA
    let me know if that worked pls <3
  • All thumbnails above carousel

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

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

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

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

    4
    0 Votes
    4 Posts
    157 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
    31 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
    32 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
    31 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.

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
Online Users
Forgot your key, lost your files, need a previous Lay Theme or Addon version? Go to www.laykeymanager.com