Skip to content

General Discussion

A place to talk about anything Lay Theme related
5.0k Topics 21.6k Posts
  • Adjusting space between images in carousel

    9
    0 Votes
    9 Posts
    2k Views
    D
    Cool, thanks!! Yes, it is only shown while sliding. It is a detail, but it bothered me, especially because I had rounded corners on the images :)
  • 3D Addon won`t work

    4
    0 Votes
    4 Posts
    155 Views
    arminunruhA
    for html5 video elements? <script> window.laytheme.on("newpageshown", function(){ jQuery('video').on('mouseenter', function(){ this.pause(); }).on('mouseleave', function(){ this.play(); }) }) </script> Enter this css in "lay options" -> "custom css & html" -> "custom head content" autoplay must be on mute must be on [image: 1743434842795-screenshot-2025-03-31-at-17.27.20.png] this way the video will play at first and when you mouseover it pauses. then when you move mouse away it plays again
  • How to align table Text to the top

    4
    1
    0 Votes
    4 Posts
    444 Views
    arminunruhA
    unfortunately tables are really not so great in the texteditor. its just the standard table plugin of the texteditor. i might need to create some kind of table element one day :O
  • tumbnail grid photos all squared

    14
    2
    0 Votes
    14 Posts
    1k Views
    arminunruhA
    maybe if you try this instead? .type-elementgrid .ph{ padding-bottom: 100%!important; } .type-elementgrid img, .type-elementgrid video{ height: 100%!important; width: 100%!important; object-fit: cover!important; object-position: center; } .type-thumbnailgrid .ph{ padding-bottom: 100%!important; } .type-thumbnailgrid img, .type-thumbnailgrid video{ height: 100%!important; width: 100%!important; object-fit: cover!important; object-position: center; }
  • keep site title and navigation showing with lightbox feature

    6
    0 Votes
    6 Posts
    528 Views
    arminunruhA
    i have a paypal :D armin.unruh@gmail.com please dont send more than 5€, this support here is included in the price of lay theme ^^ if you want me to do more extensive programming for a website, like you need many customizations or even custom lay theme elements, you can write an email to me and i can create a cost estimate doing this is a little tricky. because the size of the image is calculated with javascript to have the right space at the top and bottom. however, what you could try is this css which simply scales down the image while the space at the bottom should remain the same: #lightbox-region .swiper-slide img{ transform: translate(-50%, calc(-50% + 20px)) scale(0.8)!important; } you can play around with 20px and 0.8 for different sizing and positioning
  • Is it Possible to Add imagen Hover to an Overlay with a Project Index?

    3
    0 Votes
    3 Posts
    227 Views
    arminunruhA
    mmh for me it works. do you have a link? can you update lay theme?
  • Videos playing in 3D Object by hover-on

    4
    0 Votes
    4 Posts
    188 Views
    B
    thank you very much armin
  • Horizontal & vertical

    8
    0 Votes
    8 Posts
    714 Views
    B
    awesome i saw it on IG!
  • Left/right background image to have margins

    2
    2
    0 Votes
    2 Posts
    203 Views
    arminunruhA
    its a good idea you can do sth like this with css: .background-image.background-image-count-2 img:first-child{ left: 20px!important; width: calc(50% - 30px)!important; } .background-image.background-image-count-2 img:last-child{ right: 20px!important; width: calc(50% - 30px)!important; left: auto!important; } Enter this css in "lay options" -> "custom css & html" -> "custom css for desktop"
  • Mobile. Not all projects are displayed

    2
    0 Votes
    2 Posts
    76 Views
    arminunruhA
    hey i need a link. maybe ure using custom phone layout and forgot to put all content into it?
  • Opacity of Background Color for a Page

    2
    0 Votes
    2 Posts
    155 Views
    arminunruhA
    .lay-overlay>.lay-content{ background-color: transparent; } .lay-overlay>.lay-content #grid{ background-color: rgba(255,255,255,0.9)!important; } maybe it could be good to learn how to use the browser inspector and how to create custom css for you with the browser inspector you can see which html elements are on a page and what css is currently applied to them. then in there you can change the css live to get a preview of what css would nee to be written to change how things look, pls google that
  • Can you turn off Lightbox for images in the Element grid?

    16
    0 Votes
    16 Posts
    1k Views
    arminunruhA
    [image: 1743421992385-screenshot-2025-03-31-at-13.53.08.png] will be included with the next update
  • make image caption follow mouse!

    3
    2 Votes
    3 Posts
    788 Views
    arminunruhA
    next lay theme update will include a setting in customize → project thumbnails → project title to Have project titles also follow the mouse on non touch devices
  • Carousel Text Alignment (Baseline Consistency)

    5
    0 Votes
    5 Posts
    358 Views
    M
    Thanks, Armin. I found that the best approach to make it work was: Set the vertical alignment of the text slides to "Top." Select "Fixed Height" for the carousel. Set the height to 60vh. Align the carousel to the bottom of the row in the grid layout.
  • SEO plugins don't recognise text

    6
    0 Votes
    6 Posts
    720 Views
    E
    Hii! No worries. I congratulate you to taking your time! Thank you for having another look at it. For now it's fine if it can read text. Maybe this is a good idea for future improvements! :) Ganz liebe Grüsse Sirkka
  • Any options for using an external CSS-editor?

    9
    0 Votes
    9 Posts
    1k Views
    D
    for me this is way easier: insert the following line into the custom CSS field: @import url('/wp-content/themes/mylay/additionalstyles.css'); Then you can save a css file named additionalstyles.css in the themes-folder /mylay/…, and this file you can open with for example Transmit (FTP-Client) & Sublime text (Editor), save, and in 2 seconds its done. then clean the browser cache and reload your website.
  • How to set Row Image Background to 100% width on mobile?

    6
    0 Votes
    6 Posts
    558 Views
    M
    Thanks, Armin, for the fix! It works perfectly!
  • Square "containers" for gridder

    9
    0 Votes
    9 Posts
    755 Views
    Y
    Thank you again Armin, that works perfectly and is just what I was after.
  • This topic is deleted!

    1
    2
    0 Votes
    1 Posts
    12 Views
    No one has replied
  • Possible to have some project Categories with Overly and some without?

    2
    0 Votes
    2 Posts
    172 Views
    arminunruhA
    you mean project overlays? no its not possible
Online Users
Forgot your key, lost your files, need a previous Lay Theme or Addon version? Go to www.laykeymanager.com