Skip to content

General Discussion

A place to talk about anything Lay Theme related
4.8k Topics 20.3k Posts
  • Imagehover: Image Position

    3
    0 Votes
    3 Posts
    125 Views
    J
    Dear @Richard-K Thank you for your reply. The image should warp proportionally to a certain percentage value, probably around 80% height. Is there some documentation for this kind of custom CSS? Thank you very much! Best Johannes
  • blend mode for title and menu

    2
    0 Votes
    2 Posts
    83 Views
    RichardR
    Dear David @pk Could you post a link to your website for a better look :) If not i assume you are looking for this? : .sitetitle { mix-blend-mode: exclusion; } Let me know :) Best Richard
  • Carousel prev/next buttons outside slide, different stylings?

    6
    0 Votes
    6 Posts
    383 Views
    RichardR
    Not that i know of sorry @carouh Best Richard
  • Image Hover Prev/Next Project in Footer

    3
    0 Votes
    3 Posts
    125 Views
    L
    Hi Richard, thank you very much for your answer and apologies for my very late reply. I’ll have a look re the links below. It would be great if you guys could implement my little request one day :-) Keep up the great work! Lukas
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    3 Views
    No one has replied
  • WP Google Map Plugin shortcode not working

    16
    0 Votes
    16 Posts
    2k Views
    RichardR
    Hi Christian @cschm-tz Have addressed your other thread :) http://laythemeforum.com:4567/topic/6289/google-maps-and-text/2 Best Richard
  • big title mouseover thumbnail

    3
    0 Votes
    3 Posts
    103 Views
    RichardR
    Hi Bart @maarschalk Currently from the built in Options this is not possible, but with Some Custom CSS it is if you are willing to give it a go. Here i have two other threads where i outlined similar ideas: http://laythemeforum.com:4567/topic/6087/imagehover-on-element-grid-lightbox-on-carousel/3 http://laythemeforum.com:4567/topic/6128/image-hover-make-html5-video-instead-of-gif/2 however in your Gridder, you will be setting a custom class or ID to the image, and then a custom class or ID to a text element, to link them. There are definitely more beautiful/elegant ways to achieve this, but if you like it give it a go :) Good Luck and best wishes! thanks for using Lay Theme! Richard
  • HTML CSS: Show background picture/ video on hover (Custom HTML)

    6
    0 Votes
    6 Posts
    294 Views
    RichardR
    Dear @antonia_viola Ok im back, i see what your doing now with the code, however what do you wish to achieve again, sorry i dont understand. When i hover over a title i get an image in the background, you need this to be fullscreen? or something else im missing? :) Script: //get project element const project5 = document.getElementById('project-5'); //set url of the background image const imageProject5 = 'https://antoniaviola.com/wp-content/uploads/2020/12/website81.jpg'; //add listeners for image try{ window.addHoverBackgroundImage(project5, imageProject5); }catch(e){ console.log("Add hover bg img not found :("); } Best Richard
  • Single page website with everything on display, organized by category

    14
    0 Votes
    14 Posts
    642 Views
    RichardR
    Dear Andrea Not a bother at all! :) Great rundown of the bugs behaviour, A new update has been released for the theme, does the issue remain? http://laythemeforum.com:4567/topic/6244/anchor-link-in-mobile-not-working-anymore/5 Armin also mentions that LayTheme has built in anchor scrolling Best wishes Andrea and have a lovely day Richard
  • Portrait Landscape Font Bug

    14
    0 Votes
    14 Posts
    400 Views
    D
    @Richard-K Hey, thank you very much for researching my issue. I couldn’t fix the problem yet. One last question: Why are all other elements fine for mobile? Only the text (Screenshot) switches to some bigger version, even if I give them the same size for mobile and desktop? [image: 1607344051732-bug-resized.jpg]
  • Vertical Menu / CSS Grid problem

    laytheme gridder menu
    5
    0 Votes
    5 Posts
    489 Views
    RichardR
    Dear @Louis-josek If you want it to be a simple solution try this: #grid{ margin-left:30%; } Hope this helps :) Best Richard
  • http to https

    10
    0 Votes
    10 Posts
    575 Views
    RichardR
    Dear @layohno Awesome, thanks for sharing! Have it bookmarked for reading later :) Best wishes Richard
  • Book Recommendation: Coding

    3
    0 Votes
    3 Posts
    127 Views
    L
    @Richard-K Thanks!
  • Text highlight animation

    2
    0 Votes
    2 Posts
    140 Views
    F
    solved it with: .note { mix-blend-mode: multiply; background: linear-gradient(to left, transparent 50%, yellow 50%) right; background-size: 200%; transition: 2s ease-out; background-position: 0%; animation: marker 5s; } @-webkit-keyframes marker { 0% { background-position: 100%; } 100% { background-position: 0%; } }
  • Contact form

    4
    0 Votes
    4 Posts
    703 Views
    F
    @Pat "Contact Form 7" works pretty good.
  • Is it possible to set a color for the row gutter?

    3
    0 Votes
    3 Posts
    65 Views
    P
    ok :'-( thanks for replying anyway regards David
  • Meta website description doesn't work

    9
    0 Votes
    9 Posts
    893 Views
    RichardR
    Dear Marie @MarieP When you de-activate any Third-party plugins temporarily like Yoast etc, does the issue get resolved? Any Custom CSS or JS that may interfere is temporarily removed? Best Richard
  • Hide menu bar from home page only

    12
    0 Votes
    12 Posts
    1k Views
    RichardR
    Dear Peter @peti-peti Yeah sure :) You would target the highest parent of the heirachy and all its descendants will inherit that CSS :) Things like 'site title' and a solid 'navbar' you can turn off in 'Customise' in the Wordpress admin bar (left bar) You may also have a 'padding-top' that you can change within Laytheme's Options' So we would target the specific page like you have done: .slug-startseite Then i believe you want the highest parent which would be 'laynav' but also on mobile a Burger menu would appear so: .slug-startseite .laynav, .burger-wrap { display:none; } Let me know how that goes for you Peter, or if i answered your question correctly and have a wonderful day :) Best Richard
  • Animated Circle and positioning on Website

    5
    0 Votes
    5 Posts
    235 Views
    RichardR
    Dear Dennis @weodeo Thanks for getting back to me, Awesome to hear that you succeeded! :) Good luck on the rest of your Lay Theme journey, thank you for using the Theme and have a wonderful day, Best Richard
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    4 Views
    No one has replied

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