Skip to content

General Discussion

A place to talk about anything Lay Theme related
4.8k Topics 20.5k Posts
  • different content within one row

    3
    0 Votes
    3 Posts
    68 Views
    A
    @arminunruh "group" feature sounds amazing! This would allow aligning objects within a group, not just within a row. But also having an extra background, textfield, stroke etc. just for a group could be a great design feature. Actually "stack" is kind of having some of these possibilities, but "group" would surely be a further development. :-D All best Aleks
  • This topic is deleted!

    1
    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • sticky element on scroll

    4
    0 Votes
    4 Posts
    107 Views
    B
    @arminunruh solved! missing custom row height
  • menu and internal link to a page

    5
    0 Votes
    5 Posts
    138 Views
    arminunruhA
    this is integrated into lay theme: https://laytheme.com/documentation/jump-to-anchor.html
  • Responsive textfield in carousel

    4
    2
    0 Votes
    4 Posts
    110 Views
    arminunruhA
    ah very good! yea the text element in a carousel is probably only good for shorter texts :/
  • This topic is deleted!

    1
    2
    0 Votes
    1 Posts
    7 Views
    No one has replied
  • imagehover image size Vertical vs horizontal

    3
    2
    0 Votes
    3 Posts
    62 Views
    P
    @arminunruh thanks a lot!
  • different carousel style on desktop and mobile

    3
    0 Votes
    3 Posts
    316 Views
    T
    Thanks for your answer @arminunruh I will make a special layout for the mobile version then, no worries. And thanks for the support! ;)
  • Click anywhere close modal for page intro and carousel caption

    2
    0 Votes
    2 Posts
    66 Views
    arminunruhA
    ok read this: https://javascript.info/bubbling-and-capturing any click event bubbles up the dom tree, meaning you can capture any click on any element just by jQuery(window).on('click', function(){ }) or window.addEventListener("click", function(){ }) the event target value shows you what was clicked on specifically: https://developer.mozilla.org/en-US/docs/Web/API/Event/target jQuery(window).on('click', function(e){ console.log(e.target); })
  • Fullscreen slider and image hover bug?

    2
    1 Votes
    2 Posts
    52 Views
    arminunruhA
    yea i will have to re-evaluate how i coded the imagehover addon we have the same issue when the cover feature is enabled could take a while for me to fix this :|
  • image size, mobile

    4
    0 Votes
    4 Posts
    136 Views
    arminunruhA
    ah i see the sizes of elements depend on their width. they don't depend on the height of your browser. so in that case the image will be cut off so when you look at the website on your phone in landscape, the image is cut off. if you use fullscreen slider you can use lay options -> fullscreen slider -> scroll down, activate "Give elements a max-width and max-height and center them" this only works if the image is the only image in the row im planning to somehow make it possible to restrict image sizes based on the height of the browser when you create a carousel you can for example check "fixed height" and enter a value like 100vh which will make the element as tall as the browser height
  • Mobile menu on tablet

    3
    0 Votes
    3 Posts
    95 Views
    B
    @arminunruh thank you it willl be so cool. At the moment my problem is that i show tablet menu really big: [image: 1688373614919-screenshot-2023-07-03-alle-10.39.29.png] this is my css: .navbar { border-bottom-width: 3px; } .fixed-element{ position: fixed; top: 200px; left: 30%; z-index: 5; } .rotate { animation: rotation 8s infinite linear; } .primary li { color: white; background: var(--primary-color); font-size: 5px; font-weight: 100; line-height: 1em; border: 3px solid; border-radius: 20em; padding: 0.25em 0.5em 0.4em 0.5em; transition: 200ms ease-in-out; } .primary li:hover { color: #1F54FF; line-height: 1em; border: 3px solid; border-radius: 20em; padding: 0.25em 0.5em 0.4em 0.5em; } li.current-menu-item { color: #1F54FF; line-height: 1em; border: 3px solid; border-radius: 20em; padding: 0.25em 0.5em 0.4em 0.5em; } .lay-thumbnailgrid-filter-anchor { background: var(--primary-color); font-size: var(--step--1); font-weight: 300; line-height: 1em; border: 3px solid; border-radius: 20em; padding: 0.25em 0.5em 0.4em 0.5em; transition: 200ms ease-in-out; } .lay-thumbnailgrid-filter-anchor:hover { background-color: #1F54FF; color: white; line-height: 1em; border: 3px solid; border-radius: 20em; padding: 0.25em 0.5em 0.4em 0.5em; } .lay-thumbnailgrid-filter-anchor.lay-filter-active { background-color: #1F54FF; color: white; line-height: 1em; border: 3px solid; border-radius: 20em; padding: 0.25em 0.5em 0.4em 0.5em; } Can you help me?
  • Elements change stack order randomly in Fullscreen Slider

    7
    0 Votes
    7 Posts
    214 Views
    B
    Hey @arminunruh , thanks a lot! The hack you suggested worked :) Even better, I just did the most recent update and now it also works without the hack. Did you work on that issue for the newest lay theme update or is it a coincidence?
  • 0 Votes
    4 Posts
    183 Views
    arminunruhA
    xD ok! will work on it soon
  • mobile site is suddenly aligned to the right

    3
    0 Votes
    3 Posts
    61 Views
    A
    @arminunruh hey there! At the time of posting, I was up to date. I haven't looked again to see if there's a new update available, but I will tell you that sometime from when I went to bed and woke up today, the issue corrected itself. That landing page is now centered on mobile again. If admins want to delete this since it resolved itself, totally cool. Thanks!
  • Chrome shows wrong text weight on certain text blocks

    2
    0 Votes
    2 Posts
    69 Views
    arminunruhA
    some browsers render fonts differently than others can u show a screenshot of which blocks exactly you mean?
  • Link to next project using fullscreen slider last slide

    4
    0 Votes
    4 Posts
    107 Views
    arminunruhA
    how about you link the last row in your projects to #laynextproject maybe that works! as i said: you can right click the row's background and click "set row link"
  • Tap to show/hide on mobile

    2
    0 Votes
    2 Posts
    49 Views
    arminunruhA
    i think you need to use javascript to toggle a html class on tap, not :active
  • only bottom space of images works as a LINK?

    2
    0 Votes
    2 Posts
    42 Views
    arminunruhA
    Post a link to where the problem is if possible, please <3
  • menu with submenues but no page itself

    2
    0 Votes
    2 Posts
    73 Views
    arminunruhA
    maybe create an empty page that you can use for this or a custom menu link maybe that works? not sure [image: 1688141321066-screenshot-2023-06-30-at-17.15.39.png] then in the customizer use the setting where you have to click on the menupoint to make it expand the submenu rather than the option where you just have to mouseover to expand the submenu

I also code custom websites or custom Lay features.
šŸ’æ Email me 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
Online Users
Forgot your key, lost your files, need a previous Lay Theme or Addon version? Go to www.laykeymanager.com