Skip to content

General Discussion

A place to talk about anything Lay Theme related
4.8k Topics 20.5k Posts
  • Split Screen Footer and .lay-project-index-current-project

    2
    0 Votes
    2 Posts
    130 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
    48 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
    1
    0 Votes
    2 Posts
    57 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?
  • Fullscreen slider: colour of navigation circles

    7
    0 Votes
    7 Posts
    165 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
    99 Views
    arminunruhA
    project index element yes google "how to use chrome inspector" [image: 1711187985168-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; } [image: 1711188163099-screenshot-2024-03-23-at-07.02.27-resized.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
    1
    0 Votes
    2 Posts
    1k 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
  • pictures load delayed, even though they're just a few kb

    5
    0 Votes
    5 Posts
    124 Views
    arminunruhA
    maybe disable "never show resized versions of images" or disable your plugin that creates the webp images cause it seems like [image: 1711187476495-screenshot-2024-03-23-at-06.51.10-resized.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 [image: 1711187682017-screenshot-2024-03-23-at-06.54.36.png]
  • couple of questions

    8
    0 Votes
    8 Posts
    163 Views
    P
    @arminunruh Thank you so much, that was it :)
  • carousel with navigation?

    3
    0 Votes
    3 Posts
    68 Views
    P
    ok thanks
  • page as front page

    4
    0 Votes
    4 Posts
    80 Views
    V
    ok. perfect! Thank you all!!
  • Soft Lock one-page feature

    5
    0 Votes
    5 Posts
    136 Views
    arminunruhA
    sure! u can also use this new css feature: https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_scroll_snap
  • Front page empty

    safari chrome
    39
    0 Votes
    39 Posts
    10k Views
    arminunruhA
    can you send your website address, /wp-admin/ username and password and a link to this topic to info@laytheme.com?
  • Migrate/Copy Page Content to Project

    6
    0 Votes
    6 Posts
    858 Views
    I
    @arminunruh Worked like a charm, thank you!
  • Overlay on mobile devices

    2
    0 Votes
    2 Posts
    84 Views
    S
    fount it out, thanks!
  • How to control custom media sizes

    13
    0 Votes
    13 Posts
    315 Views
    K
    perfect, it works now. Thank you again
  • Thumbnail grid, category filter text margins

    3
    1
    0 Votes
    3 Posts
    74 Views
    J
    Dear Armin, many thanks / vielen dank ;)
  • link doesn´t work with overlay element

    5
    1
    0 Votes
    5 Posts
    126 Views
    arminunruhA
    In the gridder, right click on the element and choose "set html class and id". For "html class" enter: ontop (make sure u actually right-click on the stack element, not on one of the elements inside the stack) Enter the custom css in "lay options" -> "custom css & html": .ontop{ z-index: 99!important; }
  • Side cart Button Woocommerce

    6
    1
    0 Votes
    6 Posts
    165 Views
    V
    @arminunruh Thankyou Armin !
  • Scroll zoom transition

    9
    0 Votes
    9 Posts
    170 Views
    P
    @felix_rabe <3 thanks so far mate! Looks good. I might try again to do it hehe.
  • « hide when scrolling down » Mobile problem

    2
    0 Votes
    2 Posts
    50 Views
    arminunruhA
    is it the issue where it hides when you scroll up to the top? is ur lay theme up to date? i think i fixed it one version ago yea i just tested it, its already fixed sorry for the bug

I also code custom websites or custom Lay features.
💿 Email me here: 💿
info@laytheme.com

Our Web Development company: 100k.studio

Want to tip me? https://www.paypal.com/paypalme/arminunruh

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