Skip to content

General Discussion

A place to talk about anything Lay Theme related
4.7k Topics 20.3k Posts
  • Exclude footer from indexing

    6
    0 Votes
    6 Posts
    95 Views
    arminunruhA
    yea great idea, will be included in the next update i already have ref nofollow in the buttons that open the page overlays
  • Title mouse hover to menu

    2
    0 Votes
    2 Posts
    59 Views
    arminunruhA
    hello i answered here: http://laythemeforum.com:4567/topic/11172/animated-overlay-menu
  • Animated overlay menu

    4
    0 Votes
    4 Posts
    33 Views
    arminunruhA
    add this in: lay options -> custom css & html -> custom css for desktop /*this will hide the primary menu*/ .laynav.primary{ display: none; } /* this will show the menu and hide the site title if the class "shownav-and-hide-sitetitle" is added to body */ body.shownav-and-hide-sitetitle{ .laynav.primary{ display: block; } .sitetitle{ display: none; } } now add this javascript add this in: lay options -> custom css & html -> Custom HTML at bottom <script> jQuery(document).on('mousemove', function(e){ let y = e.clientY; if(y < 100){ jQuery('body').addClass('shownav-and-hide-sitetitle'); } else { jQuery('body').removeClass('shownav-and-hide-sitetitle'); } }) </script> this will check for your mouse movement and if its less than 100px from the top of the browser, we add the class 'shownav-and-hide-sitetitle'
  • text animation in stack

    5
    0 Votes
    5 Posts
    71 Views
    arminunruhA
    its fixed!
  • Fixed caption with fullscreen slider

    9
    0 Votes
    9 Posts
    170 Views
    E
    got it thank you!
  • Search and languages

    10
    0 Votes
    10 Posts
    144 Views
    arminunruhA
    this should be fixed now with the latest update
  • Left-aligned text not good on mobile

    3
    0 Votes
    3 Posts
    22 Views
    B
    Nice. Thank You!!!
  • scrolling page overlays/panels

    10
    0 Votes
    10 Posts
    105 Views
    arminunruhA
    ah thats a better way of doing it, very good idea!
  • images hover above the nav

    7
    0 Votes
    7 Posts
    78 Views
    C
    thanks Armin šŸ™
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    12 Views
    No one has replied
  • PHP is 8.3.

    2
    0 Votes
    2 Posts
    30 Views
    arminunruhA
    yea! it is compatible
  • active page to appear at top of a menu

    5
    0 Votes
    5 Posts
    66 Views
    E
    alright, got it thanks armin - will look into that
  • possible to disable "scroll animation" for specific page only?

    2
    0 Votes
    2 Posts
    17 Views
    arminunruhA
    hello! you'd need to right click every element on that page, click "set html class and id" and for html class enter: no-animation per page is not possible :(
  • make project thumbnail coloured 'container' including text and image

    8
    0 Votes
    8 Posts
    68 Views
    N
    Incredible thank you Armin. :)
  • Password Form

    8
    0 Votes
    8 Posts
    332 Views
    arminunruhA
    [image: 1753532482575-7d28a2ff-4898-4abd-8e35-19e3b206a9fc-image.png] we have these two settings related to password protected pages now other than that you can use the css .post-password-form{ background-color: pink!important; } to use a bg image: go to your media library, click an image, click copy to clipboard: [image: 1753532604125-56fbe0c2-8844-4a86-9e19-fc7afde853e2-image.png] now use this css .post-password-form{ background-image: url("http://lay.local/wp-content/uploads/2023/11/IMG_2289.jpg"); background-size: cover; background-position: center; } where the URL is your URL (in "") [image: 1753532713646-87f3894e-bc6e-415e-8666-e972cebd2b92-image-resized.png] add this in: lay options -> custom css & html -> custom css for desktop
  • scroll to from menu to a midpoint on my homepage

    14
    0 Votes
    14 Posts
    96 Views
    arminunruhA
    of course no problem! :))
  • long-term support

    2
    0 Votes
    2 Posts
    21 Views
    arminunruhA
    hey! yea, as you can see here: https://laytheme.com/version-history.html this theme has been around since 2015 with updates being released on a monthly basis also here on the forum support questions were answered since then me and my business partner also run this web development company: https://100k.studio/ so we do other web development too thats my job and my main income so im not going to stop it :D i recently also created 2 websites with lay theme, they will probably run for a long time too. one for a design agency and one for a online shop.
  • Activate styllistic sets

    webfonts favorit
    11
    0 Votes
    11 Posts
    1k Views
    arminunruhA
    ok very good!
  • problem with custom burger position

    15
    0 Votes
    15 Posts
    106 Views
    Q
    it is good enough. in a good way. Thanks @arminunruh
  • Dynamic caption for any media using alt-tags

    2
    0 Votes
    2 Posts
    25 Views
    arminunruhA
    .lay-carousel-sink-parent needs to be 100% width. maybe u made it not 100% width by using custom css for .lay-carousel-sink-parent ? u could use this css instead of yours: .lay-carousel-sink-parent { position: absolute; bottom: 0; z-index: 99; display: inline-block; margin-bottom: 0.5vw; padding-right: .8rem; padding-left: .8rem; box-sizing: border-box; width: 100%; } when a sink of carousel has captions and numbers it has the class: sink-with-numbers-and-captions if it has only numbers it has the class: sink-only-numbers [image: 1753262786656-screenshot-2025-07-23-at-11.26.21.png] i can see the issue you have is because you use a background color for your numbers / captions. this css will make a sink with only a number not span the background over the whole carousel: .sink-only-numbers.lay-carousel-sink .numbers{ width: auto!important; display: inline-block!!important; width: auto!important; position: absolute!important; right: 0!important; bottom: 0!important; top: auto!important; }

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