Skip to content

General Discussion

A place to talk about anything Lay Theme related
4.9k Topics 21.2k Posts
  • rid Tag Filter text color on mouseover

    7
    0 Votes
    7 Posts
    652 Views
    shchepinovS
    yeah, it's working! Thanks you so much!
  • Rounded corners

    17
    0 Votes
    17 Posts
    1k Views
    A
    @fernandol97 just realised it wasn't working was because you were missing a closing bracket } that's why it was showing up as red, you needed a closing } after "hidden;"
  • different links for Project Thumbnail Videos on mobile

    8
    0 Votes
    8 Posts
    586 Views
    arminunruhA
    haha its available, i released the update earlier today i hope everything works, i tested it
  • down arrow for covers on iPad

    13
    0 Votes
    13 Posts
    780 Views
    arminunruhA
    okay we were able to fix it with the latest update
  • text / link on image hover

    12
    0 Votes
    12 Posts
    801 Views
    arminunruhA
    hey sorry i dont really know where to look on your site i just see some normal images under each other on mobile
  • Overlay feature - height specification for overlay page

    16
    0 Votes
    16 Posts
    956 Views
    arminunruhA
    sure no problem!
  • add title attrib to images

    3
    0 Votes
    3 Posts
    321 Views
    arminunruhA
    sure no problem! Make caption follow mouse: http://laythemeforum.com/topic/10519/make-image-caption-follow-mouse
  • caption for single videos

    2
    0 Votes
    2 Posts
    258 Views
    arminunruhA
    sure, just select it and click on edit caption [image: 1754665453946-screenshot-2025-08-08-at-17.03.54.png]
  • Tag Order

    7
    1 Votes
    7 Posts
    361 Views
    arminunruhA
    for javascript like that you need to wrap it in window.laytheme.on("newpageshown", function(){ ... })
  • Context based projects

    3
    0 Votes
    3 Posts
    143 Views
    S
    Its a client requirment really i did end up with a work around of doing it using this and the project category pages.
  • Hide header (with menu and site title) on landing page

    9
    0 Votes
    9 Posts
    346 Views
    arminunruhA
    we had forgotten a comma. i corrected the css above. for mobile: body.id-260 .mobile-title, body.id-260 .mobile-nav{ display: none!important; } Enter this css in "lay options" -> "custom css & html" -> "custom css for mobile"
  • Exclude footer from indexing

    6
    0 Votes
    6 Posts
    320 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
    144 Views
    arminunruhA
    hello i answered here: http://laythemeforum.com/topic/11172/animated-overlay-menu
  • Animated overlay menu

    4
    0 Votes
    4 Posts
    175 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
    254 Views
    arminunruhA
    its fixed!
  • Fixed caption with fullscreen slider

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

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

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

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

    7
    0 Votes
    7 Posts
    317 Views
    C
    thanks Armin šŸ™

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