Skip to content

Need Custom Coding for Lay Theme? Find 3rd Party Developers here.

Find a developer who can use HTML or JavaScript or CSS to customize your Website. This is just a place to connect people and we do not take responsibility and I do not offer support for any custom coding done for you. The developers here are not part of the team working on Lay Theme.

108 Topics 358 Posts
  • Anchor scroll position, relative to filterbutton div height

    3
    0 Votes
    3 Posts
    64 Views
    arminunruhA
    1.: you could use a textformat for the buttons that uses a % based font size, namely vw: [image: 1765364227593-659e0a28-ef6c-4f86-bc8c-2345cd6972c6-image.png] in textformats, click this and vw will appear. this will make the font size scale with the browser width 2.: second issue is some new thing with the ios safari, nothing that can be done here as far as i know! found nothing online
  • Custom Header & Tour (project) Search Functionality

    2
    0 Votes
    2 Posts
    93 Views
    arminunruhA
    sure, i can code that! should the design for the header look exactly like here? https://peter-roden.com/gomo/ can you send me the wp-admin login of the website you built so far? to armin.unruh@gmail.com then i can create a estimate for you
  • custom header item

    6
    2
    0 Votes
    6 Posts
    4k Views
    arminunruhA
    actually you can now use this feature: [image: 1760952298162-7379c736-7594-4ee5-9283-f54920e45629-image.png] fixed header. with this you can use a page as a fixed overlay over your website!
  • Custom Js not working on 600px breakpoint

    3
    0 Votes
    3 Posts
    911 Views
    P
    @arminunruh Thanks for pointing me in the right direction. I did some tweaks to my code, and it's working for now.
  • Insert Footer in WooCommerce Shop

    6
    0 Votes
    6 Posts
    999 Views
    arminunruhA
    i fixed it with the latest update. this bug came back up again recently :O
  • help with mobile menu styling needed

    4
    1
    0 Votes
    4 Posts
    278 Views
    arminunruhA
    im happy it works for you! no problem! sorry for the wait
  • custom collapsible mobile filter menu - need some javascript help

    10
    0 Votes
    10 Posts
    586 Views
    arminunruhA
    Oh great job. Sorry I didn't find the time to do this. I'm working on like three websites at the same time at the moment, all of them are Lay Theme websites :O.
  • Cursor invert color (black/white text)

    20
    0 Votes
    20 Posts
    3k Views
    arminunruhA
    to use a svg image, use https://developer.mozilla.org/en-US/docs/Web/CSS/background-image in HTML at bottom: <script> jQuery("body").append('<div class="pointer"></div>'); jQuery("body").on("mousemove", function(e) { jQuery(".pointer").css({ top: e.clientY + "px", left: e.clientX + "px" }); }); </script> In "Custom CSS": *{ cursor: none!important; } .pointer { cursor: none; position: fixed; text-align: center; width: 52px; height: 52px; z-index: 1000; transform: translate(-50%, -50%); pointer-events: none; mix-blend-mode: difference; overflow: hidden; border-radius: 50%; background-image: url("http://localhost:10020/wp-content/uploads/2024/09/close-button.svg"); background-position: center; background-repeat: no-repeat; } this is the part u change: background-image: url("http://localhost:10020/wp-content/uploads/2024/09/close-button.svg"); get the url from wp-admin media library, when u click on an image u get File URL: [image: 1739952320433-screenshot-2025-02-19-at-09.05.14.png]
  • PAID job: Video Thumbnails not loading - special code needed?

    1
    0 Votes
    1 Posts
    509 Views
    No one has replied
  • -> Skilled LayTHeme Developer available

    4
    1 Votes
    4 Posts
    1k Views
    CyberSlayersC
    Thank you @arminunruh for all the support you share with this community!
  • Moving text CSS

    8
    1
    0 Votes
    8 Posts
    1k Views
    arminunruhA
    hey mandax can you explain more, what is the problem? can you show me how it currently looks and how you want it to be? do u have a link
  • custom magnifier cursor

    2
    0 Votes
    2 Posts
    1k Views
    CyberSlayersC
    Hi, Sometimes I notice that it helps to target the "img" within ".magnifier"
  • mixing newsgirl and project thumbnails

    6
    0 Votes
    6 Posts
    1k Views
    arminunruhA
    you can try the event 'newpage' or the event 'before_content_replacement' not sure if it will work maybe this window.laytheme.on('before_content_replacement', function(){ setTimeout(function(){ console.log('hi') // your code here }, 0) })
  • Looking to emulate the navigation seen on this site with Lay

    6
    0 Votes
    6 Posts
    989 Views
    arminunruhA
    hey mh im not sure!! i put it on my todolist though not sure when i would have time for it
  • Image captions appearing on scroll

    2
    0 Votes
    2 Posts
    875 Views
    arminunruhA
    i can code this for you for some €€, you can write me: armin.unruh@gmail.com please add a link to your page and your /wp-admin/ login data
  • Events calendar for LayTheme?

    3
    0 Votes
    3 Posts
    1k Views
    O
    @PjotrPjotr would be really happy to know what you came up with? :)
  • index

    2
    0 Votes
    2 Posts
    874 Views
    arminunruhA
    with thumbnailgrids you can filter by tags, but it wont look exactly like what ur link looks like with thumbnailgrids, multiple tags can be selected. but its not a list of text links but its rather a grid of pictures u can click on to enter the project this page also looks a little like the projectindex element but the projectindex element has no pagination and no tag filters, u can just sort by tags for example
  • help needed :O

    5
    1
    0 Votes
    5 Posts
    1k Views
    A
    @teteerck The smooth scroll is achieved with JS Library GSAP and their plug-in ScrollSmoother https://gsap.com/scroll/ but you can use a free library like Lenis and achieve pretty much The same result. The grain effect is framer code component. If you want to do it yourself you could loop one second video with blending and transparency or code it procedurally.
  • How do i make Images inserted via Shortcode responsive?

    5
    3
    0 Votes
    5 Posts
    1k Views
    arminunruhA
    nice! i had to change this before because some people had the exact opposite problem. ^^
  • Fixed text messes layout after updates

    2
    0 Votes
    2 Posts
    830 Views
    arminunruhA
    .xxx { position:fixed; width: 500px; left: 50px; } u could add more css to it like this one that gives it a width and some space to the left

I also code custom websites or custom Lay features.
šŸ’æ Email me here: šŸ’æ
info@laytheme.com

Our Web Development company: 100k.studio

Want to tip me? https://www.paypal.com/paypalme/arminunruh

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
Forgot your key, lost your files, need a previous Lay Theme or Addon version? Go to www.laykeymanager.com