Skip to content

General Discussion

A place to talk about anything Lay Theme related
4.8k Topics 20.3k Posts
  • thumbnail grid categories fixed.

    7
    0 Votes
    7 Posts
    237 Views
    arminunruhA
    great toby! what was the css you used in the end to make it work? so others can see the answer ^^
  • menu bar blocking/overlaying top gridder content

    2
    0 Votes
    2 Posts
    56 Views
    arminunruhA
    I see you mean news pages? do you know the height of your menu bar? if your menubar height is: 50px you could do maybe: body.type-lay_news{ padding-top: 50px; } or body.type-lay_news #grid{ padding-top: 50px!important; } in the gridder defaults you can also set "frame top" to 50px, but thats for all pages or in the gridder of each news page set frame top to 50px
  • display resolution of thumbnails in image-hover

    4
    0 Votes
    4 Posts
    146 Views
    T
    @arminunruh Thanks Armin! It fixed it you are awesome :))
  • copy&past elements between multiple pages

    3
    0 Votes
    3 Posts
    157 Views
    C
    thats what I thought. Had to reconsider to idea to just combine the normal footer and my news footer content to one footer that lifes on the news pages now. Thanks. Works for what I use it for
  • Integrate mapbox map

    5
    0 Votes
    5 Posts
    118 Views
    WalkerW
    Thanks a lot for you time! Now it works. 😘
  • How to move a fixed element to the front?

    2
    0 Votes
    2 Posts
    73 Views
    arminunruhA
    read about stacking contexts: https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context so the issue is some of lay theme's divs have position: relative; so thats creating a new stacking context
  • How to preload / prefetch links and projects from thumbnail grid

    2
    0 Votes
    2 Posts
    64 Views
    arminunruhA
    maybe if you go to lay options and check "compatibility mode" if u want to make ur website faster: https://laytheme.com/documentation/speeding-up-your-website.html
  • loading bar

    2
    0 Votes
    2 Posts
    66 Views
    arminunruhA
    hey dont know!
  • News element date and title order

    2
    0 Votes
    2 Posts
    77 Views
    arminunruhA
    thank u! oh yea i just coded it, will release it with the next update!
  • position Project titles outside the images on the side

    title
    2
    0 Votes
    2 Posts
    79 Views
    arminunruhA
    hey there! you can add more text using the "project description" feature which u can activate in "lay options" mmh maybe if you use the project thumbnail setting where the text is on top of the image on the top right and then use custom css like transform: translateX(100%); or sth like that
  • HTML5 video play/pause on hover

    5
    0 Votes
    5 Posts
    2k Views
    arminunruhA
    try disabling autoplay for the videos also make sure the videos are muted
  • X-button (close) on category page

    9
    0 Votes
    9 Posts
    271 Views
    arminunruhA
    noo not possible :(
  • Hide mobile menu, when scrolling down

    6
    0 Votes
    6 Posts
    538 Views
    arminunruhA
    @Ludwig said in Hide mobile menu, when scrolling down: where, how, what can i enter, that the mobile-menue hides ? hey theres no lay theme built in way for the mobile menu to hide on scroll i think @albrecht might have used this code to make it work not sure <script> var prevScrollpos = window.scrollY; window.onscroll = function() { var currentScrollPos = window.scrollY; if (prevScrollpos > currentScrollPos) { document.querySelector(".navbar").style.top = "0"; } else { document.querySelector(".navbar").style.top = "-50px"; } prevScrollpos = currentScrollPos; } </script>
  • Vimeo video Lightbox

    2
    0 Votes
    2 Posts
    130 Views
    arminunruhA
    ooh mmh sorry lay theme cant do that :/
  • HOW TO MAKE ELEMENT STICK

    2
    0 Votes
    2 Posts
    285 Views
    arminunruhA
    hey for a logo just use customize → site title Another thing, could this fixed element animate to another fixed element when scrolling down? im not sure if i know what u mean the sticky feature should work, however, it only makes an element sticky within one row
  • Fullscreen slider / image vertically cut-off / make content fit

    2
    0 Votes
    2 Posts
    91 Views
    arminunruhA
    oh and you want text to the right of the image right click on the row, choose "set left image background" use this custom css: and change the values like width height top and left if u want html.objectfit .background-image.background-image-style-left img{ object-fit: contain; width: 50%; height: 100%; position: absolute; right: auto; left: 0; top: 0; }
  • Full size background image, very long vertically

    2
    0 Votes
    2 Posts
    61 Views
    arminunruhA
    oh u made it work i see, right? yea that needed some custom css
  • border thumbnail mouseover

    2
    0 Votes
    2 Posts
    37 Views
    arminunruhA
    ooh i think u need to do custom css
  • news section categories

    2
    0 Votes
    2 Posts
    79 Views
    arminunruhA
    hey there! yea thats on my todo list! not sure when i will have time to work on it :(
  • Tag for individual images

    2
    0 Votes
    2 Posts
    101 Views
    arminunruhA
    hey sorry the search function only searches for projects, not for images

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