General Discussion

4.2k Topics 17.4k Posts
  • Burger Menu in Desktop View

    0 Votes
    4 Posts
    591 Views

    Dear @jerbob

    Thanks for the update with ShiftNav Plugin, good to know :)

    Sorry im just having trouble understanding:
    "the page of my menu charge into the URL, but doesnt recharge in my page"

    Is this " the menu changes to the correct URL but doesn't take me to the correct location on my page"?Screen Shot 2020-12-15 at 4.35.48 PM.png

    Or is it to do with the Menu bar:
    Screen Shot 2020-12-15 at 4.32.46 PM.png

    Best wishes
    Richard :)

  • Imagehover: Image Position

    0 Votes
    3 Posts
    62 Views

    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

    0 Votes
    2 Posts
    49 Views

    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

  • 0 Votes
    6 Posts
    156 Views

    Not that i know of sorry @carouh

    Best
    Richard

  • Image Hover Prev/Next Project in Footer

    0 Votes
    3 Posts
    62 Views

    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!

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

    0 Votes
    16 Posts
    2k Views

    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

    0 Votes
    3 Posts
    40 Views

    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
    120 Views

    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
    339 Views

    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

    0 Votes
    14 Posts
    121 Views

    @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

  • 0 Votes
    5 Posts
    92 Views

    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

    0 Votes
    10 Posts
    422 Views

    Dear @layohno

    Awesome, thanks for sharing!

    Have it bookmarked for reading later :)

    Best wishes
    Richard

  • Book Recommendation: Coding

    0 Votes
    3 Posts
    40 Views

    @Richard-K
    Thanks!

  • Text highlight animation

    0 Votes
    2 Posts
    59 Views

    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

    0 Votes
    4 Posts
    545 Views

    @Pat "Contact Form 7" works pretty good.

  • 0 Votes
    3 Posts
    25 Views

    ok :'-(

    thanks for replying anyway

    regards

    David

  • Meta website description doesn't work

    0 Votes
    9 Posts
    670 Views

    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

    0 Votes
    12 Posts
    921 Views

    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

    0 Votes
    5 Posts
    50 Views

    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

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