Skip to content

General Discussion

A place to talk about anything Lay Theme related
4.8k Topics 20.3k Posts
  • Blur just on text links NOT on linked images

    3
    0 Votes
    3 Posts
    114 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
    96 Views
    RichardR
    @DanielJulien Thanks Daniel, have a great weekend! ✨
  • Website broken after Lay Theme (4.2.3) Update

    5
    0 Votes
    5 Posts
    114 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
    58 Views
    RichardR
    Have a great day @afb πŸ‘
  • Site title and menu different on home page

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

    6
    0 Votes
    6 Posts
    153 Views
    RichardR
    Thanks @TYLM let me know if i can help in the future! ⭐️
  • Add Webfonts via Adobe Typekit

    webfonts adobe typekit
    6
    0 Votes
    6 Posts
    180 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
    41 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
    284 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
    93 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:4567/topic/6087/imagehover-on-element-grid-lightbox-on-carousel There was also a user who attempted this with a plugin: http://laythemeforum.com:4567/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
    80 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:4567/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
    62 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
    60 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
    0 Votes
    2 Posts
    107 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
    189 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
  • Problem with β€žMax width of contentβ€œ

    5
    0 Votes
    5 Posts
    166 Views
    RichardR
    Dear @benni No worries calling me Robert! ⭐️ Thank you for the great solution that will help others πŸ‘ Give the element you want to offset an ID and then use the custom CSS option to define the offset via the translate() CSS function. Here is an example of what your CSS could look like: #img-1 { transform: translateY(-30%); } This bases the offset on the width of the image you gave the ID to. have a wonderful day Richard
  • Site title below background cover video

    4
    0 Votes
    4 Posts
    98 Views
    RichardR
    Dear @dmncn It's a bit of a trick with just z-indexing alone. The whole system works on z-index: Cover: z-index 1 (must be the lowest to slide underneath content) Content: z-index 2 (must be higher to not be hidden by cover) Site-title: z-index 3 (must remain above content). So i think however you assign new z-indexing to the above three elements it wont work for example: Cover: z-index 1 (must be the lowest to slide underneath content) Content: z-index 2 (must be higher to not be hidden by cover) Site-title: z-index 0 (must remain behind cover == but now hidden by content). To use z-indexing for the site-title to be hidden then shown, the Cover must be higher than the image, but then it's also higher than the content and will not slide behind and therefore not be a cover. I think to solve this problem you need some javascript or jquery that "at a certain scroll position the site-titles z-index changes from 0 to 3" Best Richard
  • add social media buttons to mobile menu

    2
    0 Votes
    2 Posts
    115 Views
    RichardR
    Dear Florine @florine This may not be the most graceful way to do it, but maybe it works for you 🌝 The following code clones your social-media group and adds it after the last menu element "uber mich" jQuery('#handyrow').clone().insertAfter('#menu-item-388'); Result: [image: 1647749127889-screen-shot-2022-03-20-at-5.03.12-pm-resized.png] There would need to be some changes to the handyrow css: .mobile-nav #handyrow { position: initial; top: 0; left: 1.5%; z-index: 40; } You can specify it only to apply to the handy-row within the menu by adding .mobile-nav beforehand. Hopefully if this isn't exactly whats needed it still helps you in the right direction Florine ⭐️ best wishes Richard
  • Mobile title size/ tagline missing

    5
    0 Votes
    5 Posts
    195 Views
    RichardR
    Dear Ana @banana 🍌 When you make a new page as a test and apply this new text format are you still unable to have 20px? The correct font size for phone is set in Text formats, it is then applied again within the Gridder and to be sure the Phone settings within Lay Options all look correct, breakpoints have been set. [image: 1647745334190-screen-shot-2022-03-20-at-4.01.20-pm-resized.png] The Site's Tagline does not exist for mobile by default, either we need to custom code this in, or add it to the top of your Mobile page layouts. Regarding the Font Sizing, if you still run into trouble, please feel free to send me a message via 'Chats' and i can login and talk a closer look at the text format settings. Best wishes Richard

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

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