Skip to content

General Discussion

A place to talk about anything Lay Theme related
4.7k Topics 20.3k Posts
  • Carousel: enable only horizontal scroll

    5
    0 Votes
    5 Posts
    170 Views
    arminunruhA
    but many people cant scroll horizontally unless they have a touchpad OR unless you have a scrollbar on a container cause for example how will someone scroll through the images who visits your page on a windows desktop computer with just a normal mouse
  • HTML5 video as a mouseover in the project thumbnail

    11
    0 Votes
    11 Posts
    672 Views
    arminunruhA
    and when you use this JS: http://laythemeforum.com:4567/topic/9038/start-gif-video-mouse-hover-in-project-thumbnail/6 then the videos always start playing from the beginning i might add all of this as a feature one day so u dont have to use custom code for this
  • Lazy load with blurred preview

    9
    0 Votes
    9 Posts
    299 Views
    arminunruhA
    ok sure i wrote it down
  • Menu alligned with gridder

    2
    0 Votes
    2 Posts
    39 Views
    arminunruhA
    i looked at your css and you set the anchors to position fixed. can you give the row where you have your buttons/anchors in a class and then set the whole row to fixed? .menu-row{ position: fixed; width: 100%; } probably you tried this before and the width: 100% part was missing
  • Embed bandcamp code not saving

    6
    0 Votes
    6 Posts
    201 Views
    O
    Awesome ! Success. I was able to put the html code inside the stack element, and it came out nicely. Thanks !
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    15 Views
    No one has replied
  • Lightbox image transition

    5
    0 Votes
    5 Posts
    411 Views
    arminunruhA
    [image: 1728311134279-screenshot-2024-10-07-at-16.25.30.png] you can set sliding duration to 0 in lay options → lightbox addon, then it will at least not have the left and right animation, but there is no fade effect for switching between images but its a great idea yea
  • Overlay Feature for projects

    16
    1 Votes
    16 Posts
    531 Views
    arminunruhA
    page overlays only broke safari on iOS when you used like 10 page overlays on one page usually this happened when people created pages instead of projects to then open all these pages as overlays at the moment, only overlays that are open-able on the current page are loaded into the markup, so this reduces the chance that we get too many page overlays at once the reasoning behind this preloading of page overlays was just: i thought people would have max 2 overlays on a page. maybe a about/contact overlay and a desktop burger menu when the overlay markup already exists and is just hidden, a click to make the overlay show will show it immediately without any loading (which i think is important for burger menus for example) but since we now have the project overlays feature, theres no reason to misuse the page overlays feature like i described so i guess its fine, but let me know if you run into any issues!
  • I Need help to do a Great index

    4
    0 Votes
    4 Posts
    165 Views
    arminunruhA
    so this here https://www.gilesclement.com/ you can try this: https://laytheme.com/documentation/gridder-rows.html#fullscreen-background-image for having a fullscreen image just set top frame and bottom frame to 0 and row height to browser height, then u cant scroll if u want to hide the sitetitle on specific pages use css please read this: https://laytheme.com/documentation/custom-css-styling.html#css-based-on-current-page .slug-home . sitetitle{ display: none!important; } this could be the css to hide your site title if the name of your homepage is "home"
  • coming soon page

    4
    0 Votes
    4 Posts
    86 Views
    arminunruhA
    i dont have a recommendation, yes they should all be!
  • Spanish translation back end Lay options and the gridder

    2
    0 Votes
    2 Posts
    44 Views
    arminunruhA
    hey! i see, i will read about it!
  • Delay appearance of Project thumbnail mouseover image

    3
    0 Votes
    3 Posts
    65 Views
    U
    Thanks! This code worked for me: /* delaying the the appearance of project thumbnail mouse hover images */ .thumb.has-mouseover-img img { transition: opacity 1.0s ease; } .thumb.has-mouseover-img img.mo_thumb { opacity: 0; transition: opacity 1.0s ease 0.2s; } .thumb.has-mouseover-img:hover img:first-child { opacity: 0; } .thumb.has-mouseover-img:hover img.mo_thumb { opacity: 1; }
  • mouseover images for social media icons

    4
    0 Votes
    4 Posts
    78 Views
    arminunruhA
    nice website!
  • Layout shift as webfont loads - possible to preload webfont?

    2
    0 Votes
    2 Posts
    46 Views
    arminunruhA
    no thats not possible but u can do lay options -> Enable "font-display: swap;" disable this setting
  • spaces and offsets images

    15
    0 Votes
    15 Posts
    158 Views
    J
    @arminunruh Hey, sure, I'll send it to you right now. Thanks.
  • anchor links on the same page do not work

    12
    0 Votes
    12 Posts
    118 Views
    U
    @arminunruh Did work like this – thanks!
  • Converting pages into projects

    3
    0 Votes
    3 Posts
    72 Views
    N
    @arminunruh Great!!!
  • Icon as menu item not working on mobile

    5
    0 Votes
    5 Posts
    63 Views
    C
    Awesome- thanks, I'd missed that there was the option of different CSS for desktop & mobile. That's all working a treat now. In case it should help someone else in the future, I did have to make a small change to the mobile CSS to get the icon positioned correctly: .instaicon a { background-image: url(/wp-content/themes/lay-child/images/Instagram-16x16-1.svg); background-repeat: no-repeat; background-position: 23px; background-size: 20px; } Really appreciate your help :)
  • Use a Lightbox but still show site title and menue

    5
    0 Votes
    5 Posts
    72 Views
    arminunruhA
    i dont understand, do you have a link? you wanted the site title to overlap the image no? maybe increase the z-index value?
  • Anchor point separated projects

    7
    0 Votes
    7 Posts
    118 Views
    arminunruhA
    hey so the laygridder plugin and lay theme are not supposed to be used at the same time laygridder is just a plugin thats for theme programmers wo want to include some layouting capabilities into their theme it can be bought on laygridder.com

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