Skip to content

General Discussion

A place to talk about anything Lay Theme related
4.2k Topics 17.6k Posts
  • 0 Votes
    9 Posts
    487 Views
    arminunruhA

    very good! i think you did it very well

  • progressive image rendering

    6
    0 Votes
    6 Posts
    27 Views
    arminunruhA

    thx for u too!

  • Next/prev Project Link on .gif´s or Images

    7
    0 Votes
    7 Posts
    17 Views
    arminunruhA

    oh interesting!

  • call to action In the top bar

    4
    0 Votes
    4 Posts
    24 Views
    arminunruhA

    yes its css and html!
    if you learn it a little you can do many nice things!

    and then afterwards if you learn css transitions / animations

    and learn javascript a little, you can do much more!

  • How to make a tag cloud on homepage ?

    6
    0 Votes
    6 Posts
    17 Views
    F

    Ok i will tell you if one is working

  • Submenu in burger menu ?

    4
    0 Votes
    4 Posts
    17 Views
    arminunruhA

    oh ok
    i thought you mean the standard mobile burger menu
    yea u are right there is no way to do this at the moment

  • Sitetitle overlap on menu responsive

    5
    0 Votes
    5 Posts
    6 Views
    E

    Great it work !!! Thank you a lot 🙏 !

  • 0 Votes
    3 Posts
    16 Views
    P

    Hey Armin, thanks a lot – it is working again.

  • split screen only for one page

    5
    0 Votes
    5 Posts
    42 Views
    arminunruhA

    how about

    body.type-project .footer {
    display: none !important;
    }

    this will hide the footer on all project pages

  • 0 Votes
    2 Posts
    31 Views
    arminunruhA

    The first one is that I want to have a "normal" full-width footer at the end of projects built with a split-screen layout, just like on the other pages.

    i think this wont work cause the footer is used as the left half of the splitscreen

    you could only try to create a custom html element yourself and then use that as th footer:

    lay options → custom css & html

    custom html at bottom

    <div class="my-custom-footer"></div>

    custom css:

    .my-custom-footer{ height: 30px; width: 100%; background-color: blue; z-index: 50; position: fixed; bottom: 0; left: 0; }

    this will just be a fixed empty blue bar at the bottom of ur browser

    The second problem is the "Active Background Color" from the project index, and it's kind of strange because it worked already. Even when I turn off all custom code, the problem doesn't disappear. The current project in the index on the left side of the "cases" page only gets the active state when the site is reloaded – I didn't get it after a while of research.

    oh i see!
    i will release an update now that fixes this!

  • fixed rows with scrolling overlay rows

    2
    0 Votes
    2 Posts
    10 Views
    arminunruhA

    top half image of a page stays fixed

    you mean just the top half of a page?

    so maybe u can create a row.
    for example its the first row in your layout

    then right click it,

    choose "set custom row height"
    enter: 50svh

    put something inside the row

    In the gridder, right click on the row and choose "set html class and id". For "html class" enter: fixedrow

    Enter the custom css in "lay options" -> "custom css & html":

    .fixedrow{ position: sticky; top: 0; }

    maybe u need this instead:

    .fixedrow{ position: sticky; top: 0; z-index: 20; }

    not sure

  • images not clickable

    2
    0 Votes
    2 Posts
    13 Views
    arminunruhA

    hey an element grid is not a carousel

    i think u're looking to create a carousel:
    https://laytheme.com/addons/carousel.html

    sorry for the late response

    and can u update lay theme and the carousel addon? maybe it was an issue with that, i just fixed something

    they are two big, is there any way to force the wp to resize the pictures?

    do u mean they are big in data size, like 5Mb or like many megabytes?
    or do u mean they are too big on the website, meaning the dimensions in the browser?

  • 2 lANGUAGES on a website easy?

    4
    0 Votes
    4 Posts
    45 Views
    arminunruhA

    yes read the documentation please

    https://laytheme.com/documentation/multilanguage.html

    here it says to use qTranslate-XT

  • 0 Votes
    7 Posts
    71 Views
    arminunruhA
    #fp-nav ul li a span, .fp-slidesNav ul li a span{ background: red!important; }

    Enter the custom css in "lay options" -> "custom css & html".

  • Align text in project index

    2
    0 Votes
    2 Posts
    15 Views
    arminunruhA

    project index element yes
    google "how to use chrome inspector"

    Screenshot 2024-03-23 at 06.59.39.png

    inspect the projectindex element
    u will find it consists for rows like above
    these rows have classes like "projectindex-project-slug-my-offset-test"
    it has this structure
    "projectindex-project-slug-{yourtitle}"

    .lay-projectindex-row.projectindex-project-slug-yourtitle{ text-align: right; }

    Screenshot 2024-03-23 at 07.02.27.png

    then one row of the projectindex looks like this

    not sure if thats how you want it to look?

  • Customizing html audio player

    2
    0 Votes
    2 Posts
    10 Views
    arminunruhA

    maybe read tutorials like this:

    https://blog.shahednasser.com/how-to-style-an-audio-element/
    https://css-tricks.com/lets-create-a-custom-audio-player/

    maybe u can find a wordpress plugin

  • 0 Votes
    5 Posts
    11 Views
    arminunruhA

    maybe disable "never show resized versions of images"

    or disable your plugin that creates the webp images

    cause it seems like
    Screenshot 2024-03-23 at 06.51.10.png

    all these different image sizes like for example: 512w, should load an image that is 512px.

    but here, it kind of links to "https://i0.wp.com/www.maximilianborchardt.de/wp-content/uploads/2020/04/170419-95-scaled-e1708952758449.jpg?resize=512%2C769&ssl=1"

    instead of 170419-95-scaled-e1708952758449-512…

    and that doesn't seem to work. it seems like when i open this url https://i0.wp.com/www.maximilianborchardt.de/wp-content/uploads/2020/04/170419-95-scaled-e1708952758449.jpg?resize=512%2C769&ssl=1

    then the full sized image is loaded instead of the 512px width image

    Screenshot 2024-03-23 at 06.54.36.png

  • couple of questions

    8
    0 Votes
    8 Posts
    41 Views
    P

    @arminunruh Thank you so much, that was it :)

  • carousel with navigation?

    3
    0 Votes
    3 Posts
    16 Views
    P

    ok thanks

  • page as front page

    4
    0 Votes
    4 Posts
    19 Views
    V

    ok. perfect! Thank you all!!

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