Skip to content

General Discussion

A place to talk about anything Lay Theme related
4.5k Topics 19.0k Posts
  • red border outline on images

    2
    0 Votes
    2 Posts
    26 Views
    arminunruhA

    damn!

    do you have a link?

  • thumbnail grid categories fixed.

    7
    0 Votes
    7 Posts
    194 Views
    arminunruhA

    great toby!

    what was the css you used in the end to make it work?
    so others can see the answer ^^

  • 0 Votes
    2 Posts
    46 Views
    arminunruhA

    I see

    you mean news pages?

    do you know the height of your menu bar?

    if your menubar height is: 50px
    you could do maybe:

    body.type-lay_news{ padding-top: 50px; }

    or

    body.type-lay_news #grid{ padding-top: 50px!important; }

    in the gridder defaults you can also set "frame top" to 50px, but thats for all pages

    or in the gridder of each news page set frame top to 50px

  • 0 Votes
    4 Posts
    106 Views
    T

    @arminunruh Thanks Armin! It fixed it
    you are awesome :))

  • copy&past elements between multiple pages

    3
    0 Votes
    3 Posts
    103 Views
    C

    thats what I thought. Had to reconsider to idea to just combine the normal footer and my news footer content to one footer that lifes on the news pages now. Thanks. Works for what I use it for

  • Integrate mapbox map

    5
    0 Votes
    5 Posts
    81 Views
    WalkerW

    Thanks a lot for you time!

    Now it works. 😘

  • How to move a fixed element to the front?

    2
    0 Votes
    2 Posts
    49 Views
    arminunruhA

    read about stacking contexts:

    https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context

    so the issue is some of lay theme's divs have position: relative;

    so thats creating a new stacking context

  • 0 Votes
    2 Posts
    38 Views
    arminunruhA

    maybe if you go to lay options

    and check "compatibility mode"

    if u want to make ur website faster:
    https://laytheme.com/documentation/speeding-up-your-website.html

  • loading bar

    2
    0 Votes
    2 Posts
    52 Views
    arminunruhA

    hey dont know!

  • News element date and title order

    2
    0 Votes
    2 Posts
    58 Views
    arminunruhA

    thank u!

    oh yea

    i just coded it, will release it with the next update!

  • 0 Votes
    2 Posts
    56 Views
    arminunruhA

    hey there!
    you can add more text using the "project description" feature which u can activate in "lay options"

    mmh

    maybe if you use the project thumbnail setting where the text is on top of the image on the top right and then use custom css

    like

    transform: translateX(100%);

    or sth like that

  • HTML5 video play/pause on hover

    5
    0 Votes
    5 Posts
    1k Views
    arminunruhA

    try disabling autoplay for the videos

    also make sure the videos are muted

  • X-button (close) on category page

    9
    0 Votes
    9 Posts
    177 Views
    arminunruhA

    noo not possible :(

  • Hide mobile menu, when scrolling down

    6
    0 Votes
    6 Posts
    402 Views
    arminunruhA

    @Ludwig said in Hide mobile menu, when scrolling down:

    where, how, what can i enter, that the mobile-menue hides ?

    hey theres no lay theme built in way for the mobile menu to hide on scroll

    i think @albrecht might have used this code to make it work not sure

    <script> var prevScrollpos = window.scrollY; window.onscroll = function() { var currentScrollPos = window.scrollY; if (prevScrollpos > currentScrollPos) { document.querySelector(".navbar").style.top = "0"; } else { document.querySelector(".navbar").style.top = "-50px"; } prevScrollpos = currentScrollPos; } </script>
  • Vimeo video Lightbox

    2
    0 Votes
    2 Posts
    82 Views
    arminunruhA

    ooh mmh sorry lay theme cant do that :/

  • HOW TO MAKE ELEMENT STICK

    2
    0 Votes
    2 Posts
    228 Views
    arminunruhA

    hey for a logo just use customize → site title

    Another thing, could this fixed element animate to another fixed element when scrolling down?

    im not sure if i know what u mean

    the sticky feature should work, however, it only makes an element sticky within one row

  • 0 Votes
    2 Posts
    67 Views
    arminunruhA

    oh and you want text to the right of the image

    right click on the row, choose "set left image background"

    use this custom css:
    and change the values like width height top and left if u want

    html.objectfit .background-image.background-image-style-left img{ object-fit: contain; width: 50%; height: 100%; position: absolute; right: auto; left: 0; top: 0; }
  • 0 Votes
    2 Posts
    38 Views
    arminunruhA

    oh

    u made it work i see, right?
    yea that needed some custom css

  • border thumbnail mouseover

    2
    0 Votes
    2 Posts
    27 Views
    arminunruhA

    ooh
    i think u need to do custom css

  • news section categories

    2
    0 Votes
    2 Posts
    41 Views
    arminunruhA

    hey there! yea thats on my todo list!
    not sure when i will have time to work on it :(

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