Skip to content

General Discussion

A place to talk about anything Lay Theme related
4.7k Topics 20.3k Posts
  • Multisite installation

    4
    0 Votes
    4 Posts
    63 Views
    arminunruhA
    hey so lay theme is not really made with multisite in mind you may have to go to each admin area of each wordpress site of the multisite and activate the key there so if you have a multisite and have 2 sites on it, then i think you need 2 licenses, one for each site
  • arrows on mobile page & transition speed image hover

    3
    0 Votes
    3 Posts
    38 Views
    arminunruhA
    [image: 1723985696086-screenshot-2024-08-18-at-14.54.52.png]
  • element grid doesn't appear on my website :(

    2
    0 Votes
    2 Posts
    17 Views
    arminunruhA
    can u please post the links here? did you do the steps in the blue box to the right?
  • Image captions appearing on scroll

    2
    0 Votes
    2 Posts
    63 Views
    arminunruhA
    so [image: 1723983943339-screenshot-2024-08-18-at-14.25.39.png] if you have a caption for an image, it has the class ".caption" so you'd need to use css to set the opacity to 0, in lay options -> custom css & html then use javascript: use intersection observer https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API or window scroll event with getBoundingClientRect https://developer.mozilla.org/en-US/docs/Web/API/Element/getBoundingClientRect together with window.laytheme.on('newpageshown', function(){ }) https://laytheme.com/documentation/custom-javascript.html#newpage-events
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    13 Views
    No one has replied
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    9 Views
    No one has replied
  • feature request: image on top of image please

    5
    0 Votes
    5 Posts
    44 Views
    arminunruhA
    when u right click on an image and choose "position freely", then you can place it anywhere [image: 1722861110829-screenshot-2024-08-05-at-14.31.45.png] or if you activate horizontal grid´ [image: 1722861095059-screenshot-2024-08-05-at-14.31.30.png] or if you use browser height row or custom row height on a row, you can place things on a row on top of each other: right click row → choose "use browser height for row height"
  • loading issue - background

    7
    0 Votes
    7 Posts
    125 Views
    D
    amazing, thanks so much
  • Page overlay as separate page

    3
    0 Votes
    3 Posts
    49 Views
    arminunruhA
    hey maybe you can find a wordpress plugin for redirecting you could then redirect to the homepage when anyone goes on one of these urls
  • use different fonts in one menu item ?

    9
    0 Votes
    9 Posts
    144 Views
    arminunruhA
    yea the css needs to go to "css", not "html at bottom" just the javascript needs to go into "html at bottom" css: not closing your css statement with a } sign tells me maybe you need to do a basic css course to learn the basics like this tutorial: https://developer.mozilla.org/en-US/docs/Learn/Getting_started_with_the_web/CSS_basics
  • center all images in carousel

    3
    0 Votes
    3 Posts
    69 Views
    L
    @felix_rabe Thank you!! That worked, I am quite new to lay theme, so this was exactly what I needed! <3
  • front page problem

    8
    0 Votes
    8 Posts
    55 Views
    L
    thank you!! perfect
  • image hover with a color tint

    6
    0 Votes
    6 Posts
    116 Views
    arminunruhA
    did you get it to work? if you dont want the black to be black you can add filter: brightness(1.2); or use opacity css on the image and then use css to have a blue color on the background? idk [image: 1722273183153-screenshot-2024-07-29-at-19.12.59.png] this "generate" button gives you the css, did you get it to work with that? @alasdair17 yea, maybe hes doing a website for a client and doesnt want the client to have to use PS
  • Front page problem

    3
    0 Votes
    3 Posts
    39 Views
    arminunruhA
    you could also see if by any chance you uploaded a index.html file to your ftp, that overrides the frontpage of wordpress but thats not the case, i can tell by looking at your website
  • how to stretch Title and description text wider than the thumbnail image

    7
    0 Votes
    7 Posts
    126 Views
    arminunruhA
    very good felix, only thing that is missing is left: 50%; so it should be: .thumb .title{ white-space: nowrap!important; left: 50%!important; position: relative!important; transform: translateX(-50%)!important; display: inline-block!important; } also it needs to be inline-block and position relative for that to work properly
  • Custom row height + row image background

    14
    0 Votes
    14 Posts
    331 Views
    arminunruhA
    this will probably cut off the left and right image a lot! this is what it looks like for me with 3 portrait images: [image: 1721928546074-screenshot-2024-07-25-at-19.29.03-resized.png]
  • Project Index with tag filter bubbles

    7
    0 Votes
    7 Posts
    136 Views
    arminunruhA
    thumbnailgrids dont support imagehover addon i think only projectindex do
  • Image hover customization

    2
    0 Votes
    2 Posts
    63 Views
    arminunruhA
    hm i dont know look at the code using the chrome inspector, u can see the markups for a hoverimages are right next to the column: [image: 1721747044632-screenshot-2024-07-23-at-17.03.59.png] im not too sure, but maybe you can give the column a class and then use the sibling selector: https://developer.mozilla.org/en-US/docs/Web/CSS/Subsequent-sibling_combinator or you could give the row a class and select the images using that i dont really have time to code this for you
  • website Image background scaling wrong only on iOS

    3
    0 Votes
    3 Posts
    440 Views
    P
    Thank you! At least I didn't screw anything up. I'll try the css way and if that doesn't work I can use the loop as a fallback. And thanks again for the fast answer
  • set row image background (CENTER)

    2
    0 Votes
    2 Posts
    50 Views
    arminunruhA
    http://laythemeforum.com:4567/topic/9818/custom-row-height-row-image-background/7

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