Skip to content

General Discussion

A place to talk about anything Lay Theme related
4.5k Topics 18.7k Posts
  • 1 Votes
    4 Posts
    159 Views
    arminunruhA

    ah you can always find the lay.zip file on laykeymanager.com !
    just activate lay theme and your site should be back

    i think i answered you yesterday or the day before by email. sorry for being slow! :O

  • 1 Votes
    10 Posts
    851 Views
    arminunruhA

    you need to activate this feature in lay options -> "custom phone layouts"

  • SVG Cursors Fix

    Pinned
    19
    1 Votes
    19 Posts
    3k Views
    arminunruhA

    u may need to restart your computer

    do u have a link?

    do u mean the custom arrows or the custom mouse cursor?
    if u update your carousel addon the issue with the custom arrow could be fixed mmh

  • 0 Votes
    3 Posts
    16 Views
    W

    @arminunruh thanks for replying - I like the index page exactly how it is, it's the second pic I posted where I'd like the title + categories to show up (hovering over project thumbnails on my homepage.)

    Seems like the option exists to show tags alongside titles, just not categories.

  • Hover on simple Images

    33
    0 Votes
    33 Posts
    4k Views
    L

    Hi,
    I am wondering if the appearance of an image caption on top of an image when you hover over it is still possible. I have used the CSS code that is in the post here, but I don't see how this works with the new versions. I get a darker image when hovering, but no captions anymore. Can I add a lightbox caption and let that appear somehow?

    .slug-editions .img img{ transition: all 300ms ease; } .slug-editions .img:hover img{ filter: brightness(0.5); } .slug-editions .img .caption{ opacity: 0; transition: opacity 300ms ease; } .slug-editions .img:hover .caption{ opacity: 1; } .slug-editions .img .caption{ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
  • Search results

    16
    0 Votes
    16 Posts
    32 Views
    dmncnD

    The search results look accurate now, thank you!

    Will this change be included in the next update? Because in the meantime I have published the site on the final server.

  • text in background

    7
    0 Votes
    7 Posts
    36 Views
    T

    Thanks Armin good to know

  • custom login/register landing page

    4
    0 Votes
    4 Posts
    28 Views
    arminunruhA

    oh you'll need to find a plugin for this, not sure which one is good

    textformats, well every textformat gives you a _htmlclass
    Screenshot 2024-12-20 at 19.55.45.png

    if you can add this anywhere in the event form section it could work, but probably the plugin will have its own settings for fonts i guess

  • Link aren't working

    2
    0 Votes
    2 Posts
    11 Views
    arminunruhA

    the link http://www.mayssajaoudat.com doesnt load at all mh
    but this one works: http://mayssajaoudat.com/

    can you write an email to your webhost and ask why with www it doesnt load?
    its probably a domain setting. you can check the domain settings in your webhost control panel

    can you send your website address, /wp-admin/ username and password and a link to this topic to info@laytheme.com?

    so i can check why lay theme might not work

    did you recently change your domain?
    if so, by using the plugin "better search and replace" you could replace the occurences of your last domain with the new one

  • Menu disappeared/doesn't show

    3
    0 Votes
    3 Posts
    5 Views
    R

    Hey Armin, it's solved. Still playing around and I'm going to post the link as soon as finished. Thanks for your quick reply. Much appreciated!

  • 0 Votes
    5 Posts
    9 Views
    arminunruhA

    sure!! im glad it works

  • Accessibility

    4
    0 Votes
    4 Posts
    24 Views
    arminunruhA

    no theres no plans for this sorry :/

  • Gridder: Column width

    6
    0 Votes
    6 Posts
    39 Views
    arminunruhA

    @Sebaster whats the use case?
    i understand your concerns!

    i too think that tablet settings are important, so i added them for:
    the elementgrid, thumbnailgrid elements. they have the "tablet" button:
    Screenshot 2024-12-20 at 17.45.20.png

    in here, you can change the amount of columns that a layout has for this element.
    also, textformats can have a tablet fontsettings

    i wasnt sure if we'd need more than that mh

    do you think using the elementgrid element could help?

  • project index filter text color

    3
    0 Votes
    3 Posts
    9 Views
    arminunruhA

    Screenshot 2024-12-20 at 17.43.26.png

    style tab

  • Site with high CPU spikes after theme update

    9
    0 Votes
    9 Posts
    7 Views
    arminunruhA

    you can download an earlier version of lay theme on www.laykeymanager.com and try it, im not sure if these errors you have are related to the update mmh
    but of course i could be wrong

  • Sticky elements on Cover

    2
    0 Votes
    2 Posts
    15 Views
    arminunruhA

    i think sticky wont work here. its a limitation of css i think

    Screenshot 2024-12-20 at 17.10.25.png

    if you dont want things to move in your cover, disable this setting in lay options → cover options

  • GSAP scrolltrigger / lottie animation

    5
    0 Votes
    5 Posts
    153 Views
    arminunruhA

    :D

    probably in the code example of the first post here you need to use

    window.laytheme.on('newpageshown', function(){ ...your code })

    instead of

    animation.addEventListener("DOMLoaded", function () { ...your code })
  • fixed sized square video

    9
    0 Votes
    9 Posts
    32 Views
    arminunruhA

    right click your row, choose "use browser height for row height"

    Screenshot 2024-12-20 at 15.04.54.png

    for top frame and bottom frame use: 0

    now select your video in your grid, make sure it is aligned
    Screenshot 2024-12-20 at 15.05.30.png

    to middle

    and make sure to use a square video.
    this way you dont need to use css.

  • 0 Votes
    4 Posts
    13 Views
    arminunruhA

    ok! thanks for the suggestion

  • How to set a close icon "x" in the carousel?

    7
    0 Votes
    7 Posts
    14 Views
    arminunruhA

    use this css to put the overlay x close icon to the bottom right:

    .close-projects-overlay{ top: auto!important; left: auto!important; right: 0px!important; bottom: 0px!important; padding-right: 20px!important; padding-bottom: 20px!important; }
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