Skip to content

General Discussion

A place to talk about anything Lay Theme related
4.4k Topics 18.6k Posts
  • scroll effect

    3
    1 Votes
    3 Posts
    274 Views
    R

    Hi,

    you mean just a fixed image?

    That would be

    .fixed {
    position:fixed;
    }

    and give that image in your gridder a rightclick > class called fixed

  • add menu and redistribution of the menu

    3
    0 Votes
    3 Posts
    34 Views
    RichardR
    Dear @Louie

    If using "Multiple Menu's" is not an option for you:

    https://laytheme.com/documentation/menus.html#multiple-menus

    Then:
    Custom CSS:

    .menu-item-564 { position: fixed; top: 22px; right: 0.5%; }

    Result:
    Screen Shot 2022-02-26 at 6.25.50 PM.png

    https://laytheme.com/documentation/custom-css-styling.html

    Best wishes 🌝 Richard
  • Youtube Cookies always set?

    5
    0 Votes
    5 Posts
    393 Views
    RichardR
    Dear @dkgrieshammer @neunzehnachtneun

    http://laythemeforum.com:4567/topic/7504/youtube-nocookie-embed-feature-request/4

    Richard
  • Saturation loss in Projects

    2
    0 Votes
    2 Posts
    28 Views
    RichardR
    Dear Johannes @Johannes-Meger

    I had seen this before & wondering if its a Lay Theme problem but more likely Wordpress & Media Library. Does this link help?

    https://enviragallery.com/how-to-fix-the-image-desaturation-issue-in-wordpress/

    Searching "wordpress media library desaturates image?" gives some possible solutions 🌝

    Best Richard
  • mobile menu scrolls to top

    4
    0 Votes
    4 Posts
    42 Views
    RichardR
    Dear @vernandel

    Awesome to hear we are working again!
    I don't currently know one sorry that will work with this version of Lay Theme. Haven't tested any myself lately 🌝

    Best Richard
  • Rank Math not visible anymore

    9
    0 Votes
    9 Posts
    123 Views
    RichardR

    Thank you @Johannes-Meger for the update, good to know, have a great day 🌝

  • WEBFONT NOT SHOWING IN FIREFOX

    10
    0 Votes
    10 Posts
    86 Views
    G

    thanks a lot!

  • Mobile Menu in four corners of screen

    5
    0 Votes
    5 Posts
    112 Views
    RichardR
    Dear @oo

    You are using this Custom CSS suggestion from @Mariannep?
    If you post a link to your website i can check for a simple fix, the above code should work. But the menu-item # (number) will be different for each website.

    Best Richard
  • Open a project and come back to same "level"

    4
    0 Votes
    4 Posts
    41 Views
    RichardR

    Have a wonderful day @Lalitosfera ! ⭐️

  • Search feature on custom Link

    5
    0 Votes
    5 Posts
    219 Views
    RichardR
    Dear Martin @mg

    You can implement the Search Feature into a project/page using +More - +HTML:

    Screen Shot 2022-02-23 at 3.01.09 PM.png

    The following is raw HTML so it's unlikely that it has any styling or CSS. It will probably not appear as it has no height/width or font-size. For this reason we should add a Class to it for easy targeting later. class="custom-search"

    <a href="#search" class="custom-search" data-type="custom"><span>WHAT I WANT TO CALL MY SEARCH</span></a>

    Example CSS (basic)

    .custom-search { font-size: 33px; }

    The Custom CSS can be added via > Lay Options > Custom CSS & HTML >

    https://laytheme.com/documentation/custom-css-styling.html

    Best Richard
  • Mobile Videos not working in autoplay

    2
    0 Votes
    2 Posts
    107 Views
    RichardR
    Dear Johannes @jwk

    Unable to re-create issue sorry.
    Videos do autoplay using a browser Mobile tester and a true mobile simulator:

    Screen Shot 2022-02-23 at 1.43.42 PM.png
    Screen Shot 2022-02-23 at 1.44.06 PM.png

    Best Richard
  • HTML5 Videos not showing in Safari

    4
    0 Votes
    4 Posts
    57 Views
    RichardR
    Dear Felix @ffinger

    No worries & best wishes πŸ‘

  • Site Title - Navigation - IntersectionObserver

    1
    0 Votes
    1 Posts
    19 Views
    No one has replied
  • How to have images in the same column?

    2
    0 Votes
    2 Posts
    27 Views
    RichardR
    Dear @paulius

    Does the "Stack" feature work for you?

    https://laytheme.com/documentation/gridder-elements.html#stack-element

    Best Richard
  • Mobile CSS but no burger

    2
    0 Votes
    2 Posts
    26 Views
    RichardR
    Dear Joris @betonnemans

    If you are already playing with Custom CSS then you may wish to use your own media queries to trigger CSS changes. You can then keep the Lay Options > mobile breakpoint setting at 0 to restrict the Burger Menu.

    https://www.w3schools.com/css/css_rwd_mediaqueries.asp

    Best Richard
  • 0 Votes
    7 Posts
    120 Views
    RichardR
    Dear Johannes @timperangel

    I dont think this will be implemented in the next weeks sorry, best wishes

    Richard
  • 0 Votes
    3 Posts
    49 Views
    RichardR
    Dear @franksvamp

    Hope you come to a solution soon, i don't have time at present sorry to guide you through, but may set you in a possible direction. 🌝
    I was thinking of a faster hack but might not be elegant or work out correctly with your design:

    You create 3 identical single-column "Project thumbnail grids" (a,b&c):

    A B C
    1 1 1
    2 2 2
    3 3 3
    4 4 4
    5 5 5
    6 6 6
    7 7 7
    8 8 8
    9 9 9

    And then using Custom CSS remove the necessary ones to create the effect:

    https://css-tricks.com/useful-nth-child-recipies/

    A - B - C
    1 - 4 - 7
    2 - 5 - 8
    3 - 6 - 9

    Therefore:
    Off column A was removed thumbnails 4,5,6,7,8,9
    Off Column B was removed thumbnails 1,2,3 & 7,8,9
    Off Column C was removed thumbnails 1,2,3,4,5,6

    Best wishes Richard
  • Simple text description hover?

    2
    0 Votes
    2 Posts
    469 Views
    RichardR
    Dear @vthevoz

    This should set you in the right direction, sorry that i cannot help you completely through the process. You will see what's happening here though and what to do further:

    https://laytheme.com/documentation/custom-css-styling.html

    https://laytheme.com/documentation/custom-javascript.html

    Gridder Setup:
    Screen Shot 2022-02-22 at 7.25.06 PM.png

    Important to note that you should make use of Lay Theme's built in captions as this should be much easier than adding HTML text areas under the images.

    The Image element should be given either a Custom Class or ID so we can target it easier:

    Screen Shot 2022-02-22 at 7.24.25 PM.png

    Custom CSS:

    .magic-caption .caption{ display:none; } .caption-visible{ display:block !important; }

    JQuery:

    <script> window.laytheme.on("newpageshown", function(layoutObj, type, obj){ jQuery(".magic-caption").click(function(){ jQuery(".caption").toggleClass("caption-visible"); }); }); </script>

    Reference:

    https://www.w3schools.com/jquery/html_toggleclass.asp

    Result:

    Screen Shot 2022-02-22 at 7.45.50 PM.png

    Screen Shot 2022-02-22 at 7.46.03 PM.png

    The Class caption-visible is added to the caption. This comes with new CSS information that tells this HTML element now to be visible.

    NOTE: you will see that the caption height created by becoming visible also affects the image to it's right horizontally. Both are pushed upwards. This is something to figure out 🌝

    Hope this sets you in the right direction & best wishes Richard
  • Vertical Lines

    8
    0 Votes
    8 Posts
    180 Views
    RichardR
    Dear W @wardh

    This was done with the developer tools of the browser, they are extremely helpful for testing things before hard-coding.

    Any custom code would be added to your website via:

    Lay Options > Custom CSS & HTML > Custom CSS

    The documentation page will really help you with this (there is also help with developer tools):

    https://laytheme.com/documentation/custom-css-styling.html

    Best wishes Richard
  • 0 Votes
    2 Posts
    44 Views
    RichardR
    Dear @NDT

    Custom CSS:

    #footer-region{ z-index:10; background-color:white; }

    Result:

    Screen Shot 2022-02-22 at 12.14.35 PM.png

    https://laytheme.com/documentation/custom-css-styling.html

    best wishes and have a wonderful day ✨ 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
V
Forgot your key, lost your files, need a previous Lay Theme or Addon version? Go to www.laykeymanager.com