Skip to content

General Discussion

A place to talk about anything Lay Theme related
4.7k Topics 20.3k Posts
  • full screen slider problems

    9
    0 Votes
    9 Posts
    75 Views
    arminunruhA
    I ended up just disabling lazy loading for images in Lay Options, and now the images show up correctly on Firefox. I'm kind of confused as to why they didn't show up before because they did show up in other projects. It was just this one project where they didn't show up on Firefox as far as I can tell. I hope this solution works for you.
  • Background colour for text only

    5
    0 Votes
    5 Posts
    65 Views
    arminunruhA
    Yeah, I used display inline and a background color. Right-click your text element in the Gridder and choose Set HTML Class and ID. As HTML class add: mybg Enter this css in "lay options" -> "custom css & html" -> "custom css" .mybg p{ display: inline; background-color: green; } Make sure to turn off the background color that you set in the gridder for the text box as this will not work with that one.
  • Alignment of submenu points in horizontal menu

    3
    0 Votes
    3 Posts
    31 Views
    arminunruhA
    The reason why your submenu wasn't centered on your website is: position absolute elements are positioned relative to their position relative parent. In my CSS above, I chose position fixed. position fixed elements are relative to the document itself. You can read more about position's different values and how they work here: https://developer.mozilla.org/en-US/docs/Web/CSS/position And your other concern was you wanted the menus to have the same space between them? The submenu seems to have a bit of a bigger gap right? Maybe you can just play around with your CSS a little bit and for example add a negative top value to the submenu CSS to make this gap smaller.
  • (sUGGS.) Load More for project index

    2
    0 Votes
    2 Posts
    26 Views
    arminunruhA
    Okay, I'm writing it down.
  • syllabification in headlines

    3
    0 Votes
    3 Posts
    23 Views
    D
    Hey thank you very much! That are many options I didn`t know about. Great support!
  • CSS mobile bug (color gradient text)

    3
    0 Votes
    3 Posts
    30 Views
    K
    Works indeed! Thank you @arminunruh
  • Anchor links within overlays - scrolling position issues

    5
    0 Votes
    5 Posts
    21 Views
    R
    Fixed! Thanks Armin :)
  • Using a text link as a 'Close' icon for Overlay Menu

    10
    0 Votes
    10 Posts
    106 Views
    arminunruhA
    im happy it works for u!
  • 0 Votes
    6 Posts
    37 Views
    P
    Thanks @arminunruh, your right. I forgot to change the setting inside the carousel. With these settings its working. But I just found out, that the scroll settings use a different kind of captions and don't center my slides so I get new problems :D I'll look for another solution. Thanks for your advice.
  • E-shop problems

    7
    0 Votes
    7 Posts
    43 Views
    AntoineA
    Thanks Armin, the Lay theme is really functional, I'll be improving the site as I go along.
  • Project Index / exclude

    7
    0 Votes
    7 Posts
    31 Views
    B
    Thanks! I really appreciate it!
  • active cursor / image on hovering

    3
    0 Votes
    3 Posts
    32 Views
    B
    Great, thanks, that worked out fine! :)
  • Accordion: disable content jumping

    11
    0 Votes
    11 Posts
    77 Views
    A
    @arminunruh @dennisbern cheers!
  • style buttons in menu items & navigation visible in password page

    6
    0 Votes
    6 Posts
    53 Views
    D
    Oh! Thanks a lot! You are the best :)
  • cursor with more dpi

    9
    0 Votes
    9 Posts
    132 Views
    arminunruhA
    create a .svg file, open it with a texteditor and insert the following SVG markup. For me, this SVG works as a cursor. <?xml version="1.0" encoding="utf-8"?> <!-- Generator: Adobe Illustrator 18.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg width="32" height="32" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 32 32" enable-background="new 0 0 32 32" xml:space="preserve"> <g> <defs> <rect id="SVGID_1_" width="32" height="32"/> </defs> <clipPath id="SVGID_2_"> <use xlink:href="#SVGID_1_" overflow="visible"/> </clipPath> <path clip-path="url(#SVGID_2_)" fill="#FFFFFF" d="M11.3,20.4c-0.3-0.4-0.6-1.1-1.2-2c-0.3-0.5-1.2-1.5-1.5-1.9 c-0.2-0.4-0.2-0.6-0.1-1c0.1-0.6,0.7-1.1,1.4-1.1c0.5,0,1,0.4,1.4,0.7c0.2,0.2,0.5,0.6,0.7,0.8c0.2,0.2,0.2,0.3,0.4,0.5 c0.2,0.3,0.3,0.5,0.2,0.1c-0.1-0.5-0.2-1.3-0.4-2.1c-0.1-0.6-0.2-0.7-0.3-1.1c-0.1-0.5-0.2-0.8-0.3-1.3c-0.1-0.3-0.2-1.1-0.3-1.5 c-0.1-0.5-0.1-1.4,0.3-1.8c0.3-0.3,0.9-0.4,1.3-0.2c0.5,0.3,0.8,1,0.9,1.3c0.2,0.5,0.4,1.2,0.5,2c0.2,1,0.5,2.5,0.5,2.8 c0-0.4-0.1-1.1,0-1.5c0.1-0.3,0.3-0.7,0.7-0.8c0.3-0.1,0.6-0.1,0.9-0.1c0.3,0.1,0.6,0.3,0.8,0.5c0.4,0.6,0.4,1.9,0.4,1.8 c0.1-0.4,0.1-1.2,0.3-1.6c0.1-0.2,0.5-0.4,0.7-0.5c0.3-0.1,0.7-0.1,1,0c0.2,0,0.6,0.3,0.7,0.5c0.2,0.3,0.3,1.3,0.4,1.7 c0,0.1,0.1-0.4,0.3-0.7c0.4-0.6,1.8-0.8,1.9,0.6c0,0.7,0,0.6,0,1.1c0,0.5,0,0.8,0,1.2c0,0.4-0.1,1.3-0.2,1.7 c-0.1,0.3-0.4,1-0.7,1.4c0,0-1.1,1.2-1.2,1.8c-0.1,0.6-0.1,0.6-0.1,1c0,0.4,0.1,0.9,0.1,0.9s-0.8,0.1-1.2,0c-0.4-0.1-0.9-0.8-1-1.1 c-0.2-0.3-0.5-0.3-0.7,0c-0.2,0.4-0.7,1.1-1.1,1.1c-0.7,0.1-2.1,0-3.1,0c0,0,0.2-1-0.2-1.4c-0.3-0.3-0.8-0.8-1.1-1.1L11.3,20.4z"/> <path clip-path="url(#SVGID_2_)" fill="none" stroke="#000000" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round" d=" M11.3,20.4c-0.3-0.4-0.6-1.1-1.2-2c-0.3-0.5-1.2-1.5-1.5-1.9c-0.2-0.4-0.2-0.6-0.1-1c0.1-0.6,0.7-1.1,1.4-1.1c0.5,0,1,0.4,1.4,0.7 c0.2,0.2,0.5,0.6,0.7,0.8c0.2,0.2,0.2,0.3,0.4,0.5c0.2,0.3,0.3,0.5,0.2,0.1c-0.1-0.5-0.2-1.3-0.4-2.1c-0.1-0.6-0.2-0.7-0.3-1.1 c-0.1-0.5-0.2-0.8-0.3-1.3c-0.1-0.3-0.2-1.1-0.3-1.5c-0.1-0.5-0.1-1.4,0.3-1.8c0.3-0.3,0.9-0.4,1.3-0.2c0.5,0.3,0.8,1,0.9,1.3 c0.2,0.5,0.4,1.2,0.5,2c0.2,1,0.5,2.5,0.5,2.8c0-0.4-0.1-1.1,0-1.5c0.1-0.3,0.3-0.7,0.7-0.8c0.3-0.1,0.6-0.1,0.9-0.1 c0.3,0.1,0.6,0.3,0.8,0.5c0.4,0.6,0.4,1.9,0.4,1.8c0.1-0.4,0.1-1.2,0.3-1.6c0.1-0.2,0.5-0.4,0.7-0.5c0.3-0.1,0.7-0.1,1,0 c0.2,0,0.6,0.3,0.7,0.5c0.2,0.3,0.3,1.3,0.4,1.7c0,0.1,0.1-0.4,0.3-0.7c0.4-0.6,1.8-0.8,1.9,0.6c0,0.7,0,0.6,0,1.1 c0,0.5,0,0.8,0,1.2c0,0.4-0.1,1.3-0.2,1.7c-0.1,0.3-0.4,1-0.7,1.4c0,0-1.1,1.2-1.2,1.8c-0.1,0.6-0.1,0.6-0.1,1 c0,0.4,0.1,0.9,0.1,0.9s-0.8,0.1-1.2,0c-0.4-0.1-0.9-0.8-1-1.1c-0.2-0.3-0.5-0.3-0.7,0c-0.2,0.4-0.7,1.1-1.1,1.1 c-0.7,0.1-2.1,0-3.1,0c0,0,0.2-1-0.2-1.4c-0.3-0.3-0.8-0.8-1.1-1.1L11.3,20.4z"/> <line clip-path="url(#SVGID_2_)" fill="none" stroke="#000000" stroke-width="0.75" stroke-linecap="round" x1="19.6" y1="20.7" x2="19.6" y2="17.3"/> <line clip-path="url(#SVGID_2_)" fill="none" stroke="#000000" stroke-width="0.75" stroke-linecap="round" x1="17.6" y1="20.7" x2="17.5" y2="17.3"/> <line clip-path="url(#SVGID_2_)" fill="none" stroke="#000000" stroke-width="0.75" stroke-linecap="round" x1="15.6" y1="17.3" x2="15.6" y2="20.7"/> </g> </svg>
  • Issues with Fullscreen Slider on Landing Page

    13
    0 Votes
    13 Posts
    58 Views
    arminunruhA
    ok im happy it works for u
  • Disable tablet version

    2
    0 Votes
    2 Posts
    13 Views
    arminunruhA
    just set the phone breakpoint to 1 px or maybe 0 works too in lay options [image: 1745427351354-screenshot-2025-04-23-at-18.55.48.png] not sure if the tablet breakpoint needs to be set to 0 too probably! i think maybe if the tablet breakpoint is bigger than the phone breakpoint it will lead to bugs
  • Ignore a targeted element in the ‘Transitions when Navigating’

    10
    0 Votes
    10 Posts
    121 Views
    C
    it works like this thank you very much :)
  • Hover link when browser small

    5
    0 Votes
    5 Posts
    41 Views
    D
    thank you!
  • Menu interlace

    3
    0 Votes
    3 Posts
    22 Views
    D
    Thank you again! Great!

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