Skip to content

General Discussion

A place to talk about anything Lay Theme related
4.8k Topics 20.3k Posts
  • Split screen webpage: e.preventDefault(); works only while pressing CTRL

    5
    0 Votes
    5 Posts
    680 Views
    O
    Dear @mariusjopen I'm interested in trying this also, and your solution sounds nicely straightforward. However, even so, I'm somehow struggling.... when I give the footer a class the footer simply disappears. Take the custom CSS out and it appears as regular, as a footer at the bottom of the page again. Can you help with this please? Am I entering the CSS tag in the wrong place? I'm simply right-clicking in the footer page and adding it in the add class. Thanks in advance, Sam
  • scrolling effect

    2
    0 Votes
    2 Posts
    60 Views
    R
    Hello all, has anyone perhaps found a solution? thank you
  • Special Requirements for Lay Theme

    7
    0 Votes
    7 Posts
    334 Views
    RichardR
    Dear Paul @paul-oxe Hope you had a good weekend, I haven'y found a specific plugin but these links may help you in your search. Searching via "Imagehover" doesn't work as i can relate to many things. I would suggest hunting with "Image reveal on hover" instead. https://tympanus.net/codrops/2018/11/27/image-reveal-hover-effects/ https://stackoverflow.com/questions/54449307/reveal-image-on-link-hover-with-transition https://greensock.com/forums/topic/24876-image-reveal-while-hovering-on-text/ https://jquery-plugins.net/image-reveal-hover-effects Hope this helps you in the right direction Paul, have a great day & good luck with your project! šŸŒ Richard
  • size images beyond the frame?

    4
    0 Votes
    4 Posts
    78 Views
    RichardR
    Dear David @pk If you wish to apply a 'Bleed' to certain images, i would suggest giving them all the same Custom Class E.g bleed : (right-click on element) [image: 1636343757808-screen-shot-2021-11-08-at-4.54.45-pm-resized.png] [image: 1636343821772-screen-shot-2021-11-08-at-4.54.50-pm-resized.png] Then for a fullscreen bleed you can target these images and define some CSS for them, pushing them outside the frame E.g: .bleed img{ width: 105vw; } ( 105 viewport width, slightly wider than 100% browser width ) Or for a bleed effect on Hover: .bleed img:hover{ width: 150vw; transition: 0.9s ease; } The Custom CSS will be up to you, but i hope this sets you in the right direction. Custom CSS can be added via Lay Options > Custom CSS & HTML or through > Customize > CSS https://laytheme.com/documentation.html#custom-css-styling Talk soon @pk & have a wonderful day 🌻 Richard
  • Adding site title within mobile menu

    mobile site title custom css menu
    8
    0 Votes
    8 Posts
    451 Views
    RichardR
    Amazing great to hear @Garrod !! šŸŒ
  • Mobile spacing

    4
    0 Votes
    4 Posts
    75 Views
    RichardR
    Dear Sally @sallyobrien You should be able to set the distance within Lay Options > Anchorscroll space top: [image: 1636323698986-screen-shot-2021-11-08-at-11.20.38-am-resized.png] Best wishes Richard
  • Holding Page

    4
    0 Votes
    4 Posts
    93 Views
    RichardR
    Dear @Garrod I'll take a look, no need to be sorry, we all get on the forum when we can šŸŒ Best wishes Richard
  • Exporting Projects

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

    1
    0 Votes
    1 Posts
    6 Views
    No one has replied
  • Site title link not working

    10
    0 Votes
    10 Posts
    140 Views
    RichardR
    No worries @sallyobrien Have a wonderful day! šŸŒž Best wishes Richard
  • New burger icon: adjust stroke width

    3
    0 Votes
    3 Posts
    55 Views
    RichardR
    Dear Sally @sallyobrien The following CSS can be used to define the width of the Burger menu, however this will also affect the 'x' close button width as well .burger-default { width: 50px; } An exaggerated example: [image: 1636054646576-screen-shot-2021-11-05-at-8.35.59-am-resized.png] If you really wish to just control the strokes of the Burger menu try .burger-default span { width:20px; } https://laytheme.com/documentation.html#custom-css-styling Best wishes Sally & have a wonderful day 🌻 Richard
  • Trying to Add Drawing Function to Intro Section

    2
    0 Votes
    2 Posts
    53 Views
    H
    I forgot to mention, I also have this above my code (as provided in the Superhi link) <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.3.1/p5.min.js"></script>
  • active category filter: color instead of opacity?

    6
    0 Votes
    6 Posts
    109 Views
    RichardR
    Thanks Gregor! have a wonderful day & thank you for supporting Lay Theme! šŸŒ @GregorGregor
  • hamburger menu (mobile)

    2
    0 Votes
    2 Posts
    52 Views
    V
    hey. nobody any idea how to do it? any tips and tricks are very welcome best g.
  • Alt Costum Mouse Cursor

    4
    0 Votes
    4 Posts
    149 Views
    panteleyP
    @Richard Thank you, :)
  • "Show multiple slides" makes text slides disappear?

    5
    0 Votes
    5 Posts
    81 Views
    RichardR
    Thanks @Remco-van-Dun, Have a wonderful day! 🌻
  • 0 Votes
    3 Posts
    181 Views
    RichardR
    Awesome @thomasmaier thanks for posting!! šŸŒ
  • Imagehover on mobile

    2
    0 Votes
    2 Posts
    44 Views
    RichardR
    Dear Alex @nypaloto The Imagehover Addon doesn't work for Mobile devices because it requires a 'hover' state & mobile devices tend not to have this because you navigate with touch. I see what you mean about the Tablet and Phone widths being confusing, It may be they are there to ensure that if a browser reaches certain tablet and phone sizes Imagehover works correctly ( if viewed on a desktop ). Have a great day Alex and best wishes ✨ Richard
  • Jump to next carousel

    1
    0 Votes
    1 Posts
    50 Views
    No one has replied
  • menu on top that leads to scrolling down section

    8
    0 Votes
    8 Posts
    242 Views
    RichardR
    Dear Norman @Organstudio Awesome! have a wonderful day & thank you for supporting Lay Theme šŸŒ Best wishes Richard

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