Skip to content

General Discussion

A place to talk about anything Lay Theme related
5.0k Topics 21.6k Posts
  • Retina SVG Cursors with mix-blend-mode

    2
    0 Votes
    2 Posts
    502 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
    115 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
    296 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
    118 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
    321 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
    435 Views
    RichardR
    @DanielJulien Thanks Daniel, have a great weekend! ✨
  • Website broken after Lay Theme (4.2.3) Update

    5
    2
    0 Votes
    5 Posts
    554 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
    199 Views
    RichardR
    Have a great day @afb 👍
  • Site title and menu different on home page

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

    6
    0 Votes
    6 Posts
    823 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
    1k 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
    103 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
    623 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
    284 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
    214 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
    203 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
    131 Views
    RichardR
    Dear @hirte Thanks, i will be here when you know further from Google 🌝 Have a wonderful day! Richard
  • can't publish a project on laytheme

    2
    1
    0 Votes
    2 Posts
    146 Views
    RichardR
    Dear @sandraayad Possibly you have not set the "Featured Image" yet. Pages do not need this but Project's do for the Thumbnail Grid: [image: 1647979950610-screen-shot-2022-03-23-at-9.11.54-am-resized.png] Have a wonderful day 🌻 Richard
  • Image hover on images

    4
    0 Votes
    4 Posts
    789 Views
    RichardR
    Dear @Bella I totally understand when the amount of images becomes many, thank you for the feedback and have added it to the development notes ✅ Feedback #1 It would be really fantastic if with future updates the image hover could be extended to images (which I actually thought it was for, to be honest 😬 ). Feedback #2 It would also be great for the Woocommerce product images, but I understand that that's probably more complicated to achieve. So maybe adding an image hover option that works with "regular" images (not products images) would be an option to start with? :) have an amazing day Bella Richard
Online Users
Forgot your key, lost your files, need a previous Lay Theme or Addon version? Go to www.laykeymanager.com