Skip to content

General Discussion

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

    3
    0 Votes
    3 Posts
    54 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
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • sticky element on scroll

    4
    0 Votes
    4 Posts
    66 Views
    B

    @arminunruh solved! missing custom row height

  • menu and internal link to a page

    5
    0 Votes
    5 Posts
    75 Views
    arminunruhA

    this is integrated into lay theme:

    https://laytheme.com/documentation/jump-to-anchor.html

  • Responsive textfield in carousel

    4
    0 Votes
    4 Posts
    46 Views
    arminunruhA

    ah very good!

    yea the text element in a carousel is probably only good for shorter texts :/

  • Automatic update for theme and plugins

    2
    0 Votes
    2 Posts
    32 Views
    arminunruhA

    there is a settings for this for the theme:

    Screenshot 2023-07-11 at 12.19.12.png

    "Enable auto-updates"

    for plugins i think there's no such setting

    theres no way to get emails about this i think

  • This topic is deleted!

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

    3
    0 Votes
    3 Posts
    38 Views
    P

    @arminunruh thanks a lot!

  • different carousel style on desktop and mobile

    3
    0 Votes
    3 Posts
    160 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! ;)

  • 0 Votes
    2 Posts
    47 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
    32 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
    64 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

  • 0 Votes
    3 Posts
    70 Views
    O

    @arminunruh

    thanks for your answer
    i will check the plugins out, and thanks for writing down the idea <3

  • Mobile menu on tablet

    3
    0 Votes
    3 Posts
    69 Views
    B

    @arminunruh thank you it willl be so cool.

    At the moment my problem is that i show tablet menu really big: 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?

  • 0 Votes
    7 Posts
    106 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
    96 Views
    arminunruhA

    xD ok! will work on it soon

  • mobile site is suddenly aligned to the right

    3
    0 Votes
    3 Posts
    35 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!

  • 0 Votes
    2 Posts
    32 Views
    arminunruhA

    some browsers render fonts differently than others

    can u show a screenshot of which blocks exactly you mean?

  • 0 Votes
    4 Posts
    69 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
    36 Views
    arminunruhA

    i think you need to use javascript to toggle a html class on tap, not :active

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
L M S
Forgot your key, lost your files, need a previous Lay Theme or Addon version? Go to www.laykeymanager.com