Skip to content

General Discussion

A place to talk about anything Lay Theme related
5.0k Topics 21.6k Posts
  • Cursor gif not working in chrome and Firefox

    2
    0 Votes
    2 Posts
    599 Views
    arminunruhA
    i think most browsers just don't support gifs or any animated cursors
  • Round Edges Images / Video

    8
    0 Votes
    8 Posts
    2k Views
    arminunruhA
    try this .type-img img{ border-radius: 10px; } .type-img .ph{ background-color: transparent!important; }
  • javascript changes values on mobile

    4
    2
    0 Votes
    4 Posts
    297 Views
    arminunruhA
    hey please put your javascript in lay options → custom css & html then <script>…</script> put it in custom content for <head> and use https://laytheme.com/documentation/custom-javascript.html#newpage-events
  • slow loading

    8
    0 Votes
    8 Posts
    830 Views
    arminunruhA
    hey so with static websites, no contact form, booking plugins or anything like interactive will work where the user would send any information to the server so if you want me to try and create the static website for you: can you send your website address, /wp-admin/ username and password and a link to this topic to info@laytheme.com?
  • Thumbnail blur without blurring edges

    6
    0 Votes
    6 Posts
    530 Views
    C
    hmmm okey, I will try!
  • Can you embed a page?

    6
    0 Votes
    6 Posts
    553 Views
    arminunruhA
    the page on the right side is always just the page you're on and the page on the left side is always whatever footer page you chose you know [image: 1705745953458-screenshot-2024-01-20-at-11.19.10.png] in lay options → footers you can select these boxes where it says: "Show a select input in the Project Edit Screen to choose a Footer for individual Projects" then for each project/page/category you can choose a different footer page. so this way you can have different pages that show on the left side of the splitscreen layout and whatever page you're on will always be on the right side there are no other settings for this, so im not sure if that covers your use case
  • custom js question

    4
    0 Votes
    4 Posts
    681 Views
    arminunruhA
    oh yea so the text needs to be hidden by default you can use css to have it hidden at the start in lay options → custom css & html → custom css: #footer-region{ opacity: 0; }
  • Carousel as overlay not working

    4
    1 Votes
    4 Posts
    270 Views
    arminunruhA
    [image: 1705745250778-screenshot-2024-01-20-at-11.07.27.png] mmh i see this error in your console. i have never seen that one before! i'd need to dig a little deeper can you send your website address, /wp-admin/ username and password and a link to this topic to info@laytheme.com?
  • Menu and site title fade out only on one or two pages

    2
    0 Votes
    2 Posts
    170 Views
    arminunruhA
    nice customization! well u can use your browsers inspector and see: [image: 1705558464967-screenshot-2024-01-18-at-07.13.22-resized.png] site title and menu just get css added. now if you dont want them to be opacity:0 on certain pages, you'd do this so as far as i can tell you only want the fadeout on one page. and all other pages should not have the fadeout body:not(.slug-archive) .sitetitle{ opacity:1!important; } body:not(.slug-archive) .laynav.desktop-nav{ opacity:1!important; } so this is saying: on any page other than the one with the "slug-archive" class: always show menu and site title https://developer.mozilla.org/en-US/docs/Web/CSS/:not https://laytheme.com/documentation/custom-css-styling.html#css-based-on-current-page
  • Lightbox

    10
    0 Votes
    10 Posts
    619 Views
    arminunruhA
    sure, sorry for the hassle
  • Overlay feature: text instead of icon and z-index

    11
    1 Votes
    11 Posts
    1k Views
    A
    Jesus! So good! I knew there's a alternative way to do it! Armin, thank you so much! Finally!! :-DD
  • align burger menu top left corner

    5
    0 Votes
    5 Posts
    406 Views
    arminunruhA
    thanks a lot :))
  • Embed API in JSON Format

    2
    0 Votes
    2 Posts
    203 Views
    arminunruhA
    hey christian! you'd need to learn about how to fetch api endpoints using javascript: https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API/Using_Fetch then you'd need to use the json you get to create html using javascript and then insert that into the website using javascript as well i think this is hard to do for a beginner, i don't have time to code this for you :/ the link shows an embed, that would be better. can u somehow get that embed code and put it on a lay theme page using → + more → +html or +more → +embed https://www.w3schools.com/tags/tag_embed.asp seems like you could probably just add it using +html
  • carousel captions following cursor

    5
    0 Votes
    5 Posts
    653 Views
    arminunruhA
    maybe other events will be better for u / good reads: https://swiperjs.com/swiper-api#events https://stackoverflow.com/questions/32945099/how-to-detect-current-slide-in-swiper-js https://stackoverflow.com/questions/592396/what-is-the-purpose-of-a-self-executing-function-in-javascript
  • This topic is deleted!

    1
    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • is laytheme compatible with php 8.1?

    3
    0 Votes
    3 Posts
    232 Views
    F
    Thanks for your answer!
  • Only text slides in a carousel

    carousel addon text
    3
    0 Votes
    3 Posts
    658 Views
    ArneRobotA
    Ahhhhhh, perfect! Thank you very much! I didn't realize you could fill in "auto"! Cheers, Arne
  • Help for individual css Project Title

    4
    0 Votes
    4 Posts
    381 Views
    arminunruhA
    [image: 1705019559788-screenshot-2024-01-12-at-01.32.35.png] but it already works no? you can use the settings for this, instead of css: in customize → project thumbnails → project thumbnail mouseover [image: 1705019655084-screenshot-2024-01-12-at-01.34.09.png] use white bg color and opacity like 0 i think or 100 and in: customize → project thumbnails → project title [image: 1705019668727-screenshot-2024-01-12-at-01.34.22.png] show title on mouseover or maybe i don't understand what you're trying to do correctly
  • Lightbox

    2
    0 Votes
    2 Posts
    178 Views
    arminunruhA
    do you have a link? did you do all the steps to the right in the cyan box? i don't see this happening on my lay theme installation
  • How to boost website speed on mobile

    2
    0 Votes
    2 Posts
    255 Views
    arminunruhA
    [image: 1705018364214-screenshot-2024-01-12-at-01.12.39.png] mh here it says its using jpgs instead of webp
Online Users
Forgot your key, lost your files, need a previous Lay Theme or Addon version? Go to www.laykeymanager.com