Skip to content

General Discussion

A place to talk about anything Lay Theme related
4.9k Topics 21.2k Posts
  • Snap scrolling

    7
    0 Votes
    7 Posts
    727 Views
    RichardR
    Dear @ckid The Thumbnail Grid has a nice slide-into-view but not snap scrolling like the Fullscreen Slider sorry. You may wish to custom Code it. šŸŒ Best wishes ✨ Richard
  • Responsive Alignment Issues

    2
    0 Votes
    2 Posts
    85 Views
    RichardR
    Dear @yavuzyayla "For instance we can't align the menu in the same hight as the image and logo:" The Margin above the menu may be set to px instead of the responsive % [image: 1648974528964-screen-shot-2022-04-03-at-8.27.52-pm-resized.png] Or your Gridder Frame may be set to px or % [image: 1648974647631-screen-shot-2022-04-03-at-8.29.56-pm-resized.png] This can be changed in Gridder Defaults: [image: 1648974698960-screen-shot-2022-04-03-at-8.30.12-pm-resized.png] I feel a combination of two seperate measurements could be the issue. "We can't add a space in de desktop view between image tiles." Are these spaces the Titles of Project's in a Thumbnail Grid? If so they can be set within Customizing ā–ø Project Thumbnails Project Title: [image: 1648975150714-screen-shot-2022-04-03-at-8.38.13-pm-resized.png] Best wishes ✨ Richard
  • Retina SVG Cursors with mix-blend-mode

    2
    0 Votes
    2 Posts
    424 Views
    RichardR
    Dear @simonnelli The linked images have no cursor applied with CSS: [image: 1648973604405-screen-shot-2022-04-03-at-8.11.49-pm.png] We can see the + in a screenshot which gives away that it's not the true cursor but some element on the website. I think it may be a Unicode applied to the screen with some JS. https://dev.to/b4two/how-to-make-a-custom-cursor-with-css-and-jquery-5g3m When i change the site's font size the Line height of + symbol increases and pushes away from where the true cursor is: [image: 1648974157007-screen-shot-2022-04-03-at-8.18.52-pm.png] [image: 1648974163272-screen-shot-2022-04-03-at-8.18.59-pm.png] For this reason i think it's created out of Text / Unicode. Best wishes 🌠 Richard
  • Tags for SEO

    2
    2
    0 Votes
    2 Posts
    87 Views
    RichardR
    Dear @Astrid Unsure from Lay Theme settings if possible Astrid. Even if you had some Code going through and removing the tags from the HTML, i feel they would still have been outputted initially on page load. https://laytheme.com/documentation/tags.html https://www.redefineyourmarketing.com/blog/hidden-text-seo-what-google-thinks#:~:text=There are Google-approved ways,an increase in crawled pages. A Third-party SEO plugin may have options of non-indexing content but i am not sure of this either sorry Astrid šŸ¤” Best wishes ā­ļø Richard
  • Exception for Blend Mode on one page

    3
    0 Votes
    3 Posts
    172 Views
    RichardR
    Dear Max @MaxWinter " if i turn the color just white for the page, it wont be seen at all because of the blend mode." The aim is not to have the site-title & navigation mix-blend-mode? What happens to your page when setting the body background colour transparent? body{ background-color: #0000ffff; } "Tried to use the slug way" https://laytheme.com/documentation/custom-css-styling.html#css-based-on-current-page Based on the page or project's slug- you could reset the mix-blend-mode:difference nav.primary{ mix-blend-mode:normal !important; } .sitetitle { mix-blend-mode:normal !important; } https://developer.mozilla.org/en-US/docs/Web/CSS/mix-blend-mode https://css-tricks.com/almanac/properties/m/mix-blend-mode/ Talk soon ✨ Richard
  • menu won't show up after messing with header code

    4
    0 Votes
    4 Posts
    61 Views
    RichardR
    @pgroth Great to hear all is working Philipp, have a wonderful weekend! āš”ļø
  • Blur just on text links NOT on linked images

    3
    0 Votes
    3 Posts
    216 Views
    RichardR
    Dear Max @MaxWinter I think i can help šŸŒ When a Link has an image inside of it, we would have the 'nesting' a img{ //insert css here } [image: 1648864825448-screen-shot-2022-04-02-at-2.58.26-pm-resized.png] But in most cases with a link and text - the link would have a span element inside wrapping the text: [image: 1648864890458-screen-shot-2022-04-02-at-2.57.54-pm-resized.png] a span{ // insert css here } Because if this we can target only the links that have span within therefore only text links, e.g a span { color: #000000; transition: ease-in-out 0.2s; } a span:hover { color: #000000; -webkit-filter: blur(10px); /* Safari */ filter: blur(20px); transition: ease-in-out 0.2s; } Best wishes Max, have a great weekend Richard
  • Top Menu/footer

    6
    0 Votes
    6 Posts
    182 Views
    RichardR
    @DanielJulien Thanks Daniel, have a great weekend! ✨
  • Website broken after Lay Theme (4.2.3) Update

    5
    2
    0 Votes
    5 Posts
    249 Views
    RichardR
    Dear @PTD Could you please confirm the following for debugging šŸŒ Wordpress, Lay Theme & Laytheme's Addons are all up to date? ( i know the theme is updated but maybe your plugins aren't) Any custom CSS or JS that may interfere is temporarily removed. Any third-party plugins are de-activated to see if this resolves the issue (most common reason). If using a WordPress Cache plugin, disable it or clear your cache. License key not activated - (in website blank situations or button not available) I see in the developer console that your font "universaltsd black-1" is not loading correctly as well, you may wish to convert it to .woff2 format and re-upload to be sure https://cloudconvert.com/woff-to-woff2 Talk soon & best wishes ✨ Richard
  • Image covering whole viewport

    4
    0 Votes
    4 Posts
    98 Views
    RichardR
    Have a great day @afb šŸ‘
  • Site title and menu different on home page

    4
    1
    0 Votes
    4 Posts
    207 Views
    RichardR
    @lauragrimm Thanks for the update Laura, best wishes ✨
  • Autoplay videos from beginning with Fullscreen Slider

    6
    0 Votes
    6 Posts
    324 Views
    RichardR
    Thanks @TYLM let me know if i can help in the future! ā­ļø
  • Add Webfonts via Adobe Typekit

    webfonts adobe typekit
    6
    2
    0 Votes
    6 Posts
    453 Views
    RichardR
    Hi Marc! @moND0711 Just to clarify: you fixed the problem? or "this" way (via chats )could fix the problem šŸŒ Talk soon Richard
  • 0 Votes
    1 Posts
    84 Views
    No one has replied
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • Menu Point Active Font in Italic

    4
    0 Votes
    4 Posts
    383 Views
    RichardR
    Dear Tim @Tim-B The active menu point will have a class added to it called current-menu-item : [image: 1648099762889-screen-shot-2022-03-24-at-6.28.12-pm.png] You can take advantage of this to target it with CSS and set it italic for example: .current-menu-item { font-style: italic !important; } https://www.w3schools.com/csSref/pr_font_font-style.asp Best wishes šŸŒ Richard
  • show .gif when with mouse hover on a Project Thumbnail / image

    2
    0 Votes
    2 Posts
    210 Views
    RichardR
    Dear @beucccia Although not built in to Lay Theme you could do this via Custom Coding. The .gif could still be called from the media Library via URL ( src=url ) I cant custom code it for you sorry but hopefully these links may help you in the right direction, also if any others on the forum wish to speak up šŸŒ https://sirv.com/help/articles/hover-change-image/#:~:text=To swap an image when,"rollover" image becomes opaque. https://www.tutorialrepublic.com/faq/how-to-change-image-on-hover-with-css.php Also this thread may help with understand how to call the image from the media library: http://laythemeforum.com/topic/6087/imagehover-on-element-grid-lightbox-on-carousel There was also a user who attempted this with a plugin: http://laythemeforum.com/topic/6174/help-plugin-swap-images-on-hover-js Hope this helps @beucccia & have a wonderful day Richard
  • different size images within thumbnail grid

    2
    0 Votes
    2 Posts
    139 Views
    RichardR
    Dear Toby @Toby Not with built in options sorry, the closest would be the Layout type "Masonry" . Because the Thumbnail grid is images with links to the Projects, you could copy your "exact" layout using it's JSON: http://laythemeforum.com/topic/7421/insert-page-into-another And then link the images to the projects. This would create an exact match but has the burden of being manual. Best wishes Richard
  • Carousel Mobile

    2
    0 Votes
    2 Posts
    141 Views
    RichardR
    Dear @SB Am i correct that you are using a"Custom Phone Layout" for mobile? or are you using one Gridder Layout for both? https://laytheme.com/documentation/custom-phone-layouts.html Best wishes Richard
  • Metadescription shows 'Built with Laytheme'

    4
    0 Votes
    4 Posts
    94 Views
    RichardR
    Dear @hirte Thanks, i will be here when you know further from Google šŸŒ Have a wonderful day! Richard

For 1on1 paid Lay Theme Coaching, contact: audrey@cyberslayers.work.

We also code custom websites or custom Lay features.
šŸ’æ Email us 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
Online Users
Forgot your key, lost your files, need a previous Lay Theme or Addon version? Go to www.laykeymanager.com