Skip to content

General Discussion

A place to talk about anything Lay Theme related
4.2k Topics 17.6k Posts
  • Image Hover Prev/Next Project in Footer

    3
    0 Votes
    3 Posts
    63 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
    40 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

  • 0 Votes
    6 Posts
    122 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

  • 0 Votes
    14 Posts
    345 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
    128 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?

    Bug.jpg

  • Vertical Menu / CSS Grid problem

    5
    0 Votes
    5 Posts
    93 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
    425 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
    40 Views
    L

    @Richard-K
    Thanks!

  • Text highlight animation

    2
    0 Votes
    2 Posts
    61 Views
    felix_rabeF

    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
    551 Views
    felix_rabeF

    @Pat "Contact Form 7" works pretty good.

  • 0 Votes
    3 Posts
    26 Views
    P

    ok :'-(

    thanks for replying anyway

    regards

    David

  • Meta website description doesn't work

    9
    0 Votes
    9 Posts
    674 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
    937 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
    54 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
  • Lost download link

    2
    0 Votes
    2 Posts
    14 Views
    RichardR

    Dear Bryn @bd

    If you would like to send an Email to lostfiles@laytheme.com with your License key and a description of what you need - there we can help you with Download Links :)

    best wishes
    Richard

  • hover menue

    4
    0 Votes
    4 Posts
    35 Views
    RichardR

    Dear Hanna @hanna

    Cool! good luck and let me know how you go :)

    Best
    Richard

  • Multilanguage

    1
    0 Votes
    1 Posts
    47 Views
    No one has replied
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
rlonR
Forgot your key, lost your files, need a previous Lay Theme or Addon version? Go to www.laykeymanager.com