Skip to content

General Discussion

A place to talk about anything Lay Theme related
4.5k Topics 19.0k Posts
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    4 Views
    No one has replied
  • WordPress 5.6

    2
    0 Votes
    2 Posts
    30 Views
    RichardR

    Dear @bbbfg

    Currently i am running Wordpress 5.6 without issue, I cannot speak for all Lay Theme users - However you could always backup your Wordpress as a precaution :)

    Best
    Richard

  • 0 Votes
    2 Posts
    69 Views
    RichardR

    Dear @PC

    I have followed up in your other thread post:
    http://laythemeforum.com:4567/topic/6301/menu-spaces-between-adapt-to-browser-width

    Best :)
    Richard

  • 0 Votes
    6 Posts
    116 Views
    RichardR

    Dear @jordanm

    Good luck! & best wishes :)

  • 0 Votes
    2 Posts
    55 Views
    RichardR

    Dera @ramgonru

    If the pages are all different colours
    This can be achieved through adding some custom code to 'Lay Options - Custom CSS & HTML'

    Do you have any example of what you wish to achieve or the link to your website?
    This would be a first step but there are many options out there :)

    https://stackoverflow.com/questions/6750695/jquery-change-text-color-based-on-containing-elements-background-color

    Best
    Richard

  • Fixed Close button on top of image

    2
    0 Votes
    2 Posts
    42 Views
    RichardR

    Dear @barbarama

    What would the closed button 'close/activate? you can do this with adding HTML to the Gridder and then assigning some jQuery to it - just need to know its function :)

    Best wishes and have a wonderful day
    Richard

  • Revert to previous version of page?

    4
    0 Votes
    4 Posts
    180 Views
    RichardR

    Dear @Neil

    I dont think its possible from Lay Theme's current options sorry

    Best wishes, let me know if i can be of more help
    Richard

  • 0 Votes
    8 Posts
    202 Views
    RichardR

    Dear @jerbob

    Great to hear :)

    Best
    Richard

  • Burger Menu in Desktop View

    4
    0 Votes
    4 Posts
    740 Views
    RichardR

    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

    3
    0 Votes
    3 Posts
    83 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
    73 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

  • 0 Votes
    6 Posts
    267 Views
    RichardR

    Not that i know of sorry @carouh

    Best
    Richard

  • Image Hover Prev/Next Project in Footer

    3
    0 Votes
    3 Posts
    108 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
    75 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
    224 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
    503 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
    237 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
    173 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

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