Skip to content

General Discussion

A place to talk about anything Lay Theme related
4.4k Topics 18.6k Posts
  • upgrade request from pro to studio

    2
    0 Votes
    2 Posts
    27 Views
    RichardR
    Dear @Antonio-di-Summa

    Your Email has been replied to 🌝

    Best Richard
  • can't select fonts in mobile menu version

    4
    0 Votes
    4 Posts
    105 Views
    RichardR
    Dear Scarlett @scarlettwyner

    Are you not able to create a "text format" of this font and then apply it properly to the Mobile?

    Best wishes Richard
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    14 Views
    No one has replied
  • Tags — only one tag active

    3
    0 Votes
    3 Posts
    40 Views
    B

    Thanks anyways!

  • Four corners menu for mobile

    2
    0 Votes
    2 Posts
    26 Views
    RichardR
    Dear Juan @uz

    The menu in four different corners is not possible with the Mobile layout as this uses the hamburger/accordion menu.

    In this case i would suggest your take the CSS from the Desktop menu and apply on Mobile.

    For example the desktop menu on mobile screen sizes gets display:none and other css so it is not visible. You could reverse this manually.

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

    Of course if you set the phone breakpoint to 0 then desktop layouts would be used on Mobile and there you would keep your menu's.

    Best Richard
  • Page Transition

    1
    0 Votes
    1 Posts
    41 Views
    No one has replied
  • Frontpage made with Lay Theme

    5
    0 Votes
    5 Posts
    212 Views
    RichardR
    Dear @terra

    Have replied to your emails about Website Meta descriptions 🌝

    http://laythemeforum.com:4567/topic/6040/meta-description-wrong/3

    http://laythemeforum.com:4567/topic/4821/meta-description-wrong/10

    http://laythemeforum.com:4567/topic/1478/text-in-google-search/2

    http://laythemeforum.com:4567/topic/823/google-troubleshooting-seo/2

    http://laythemeforum.com:4567/topic/6588/front-page-google-description/2

    http://laythemeforum.com:4567/topic/5461/frontpage-made-with-lay-theme/4

    Best Richard
  • Laytheme crops my 16:9 videos

    11
    0 Votes
    11 Posts
    131 Views
    RichardR

    Thank you for coming back and updating @caromo have a wonderful day 🌻

    Best Richard
  • 0 Votes
    2 Posts
    39 Views
    RichardR
    Dear @terra

    I believe you are referring to the Meta description for your website?
    You can change this within Lay Options > Meta:

    Screen Shot 2022-05-11 at 9.11.09 AM.png
    It will not change instantly as google takes some time to re-index your site. 🌝

    Best Richard
  • Specific fixed row

    2
    0 Votes
    2 Posts
    39 Views
    RichardR
    Dear Des @DLB

    The row itself is empty within the Gridder but has been given a custom class called parallax. You can do this by 'right-clicking' on the row "set HTML Class and ID" :

    Screen Shot 2022-05-10 at 12.03.55 PM.png

    You can see here the Row is empty of content but has the class:
    Screen Shot 2022-05-10 at 11.43.40 AM.png

    They have some custom CSS:

    @media (min-width: 601px){nav.second_menu li:last-child { display: none; } img.lazyloaded, .col img.lazyloaded { height: 100vh; object-fit:cover; } .hero-section { width: 100%; height: 100vh; object-fit:cover; overflow: hidden; position: relative; } .hero-section img { width: 100%; position: absolute; top: 0; left: 50%; transform: translate(-50%); } .parallax { /* The image used */ background-image: url("https://bodyandspace.de/wp-content/uploads/2021/05/PRO22454.jpg"); /* Set a specific height */ min-height: 500px; /* Create the parallax scrolling effect */ background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; }}

    You can see the image is applied to the row as a background via URL.

    This link will help you with inspecting behind the scenes of website to find out how they work:

    https://www.khanacademy.org/computing/computer-programming/html-css/web-development-tools/a/using-the-browser-developer-tools

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

    Best Richard
  • fatal error on line 152

    2
    0 Votes
    2 Posts
    17 Views
    RichardR
    Dear Michael @michaelenglert

    The issue is just with activating the License and hasn't caused any problems to the actual website?

    I can manually reset your License key to make sure if you email me at:

    licensekeys@laytheme.com

    With your Key and reference to this thread 🌝

    Best wishes Richard
  • Hide site title on projects pages

    10
    0 Votes
    10 Posts
    1k Views
    RichardR
    Dear @mogios [data-type="project"] .sitetitle{ display:none; } Best Richard
  • Activate sound on Intro Video

    2
    0 Votes
    2 Posts
    42 Views
    RichardR
    Dear @Warul-Kawa

    Because of modern browsers rules you wont be able to automatically play sound when a user first visits your site. But you can add the buttons for a user to activate sound voluntarily 🌝

    jQuery('#intro-region video').attr('controls',true); Best Richard
  • Buy Lay Theme via Invoice

    2
    0 Votes
    2 Posts
    22 Views
    RichardR
    Dear @LF_DisAssembly

    This is possible! 🌝
    If you could email your details needed for the Invoice to richard@laytheme.com with reference to this thread i can forward to Armin. This way you can purchase via a Bank Transfer.

    Best Richard
  • 0 Votes
    2 Posts
    10 Views
    RichardR
    Dear @RR

    The image elements are being loaded correctly but there seems to be a problem with the image file itself, how was it loaded into the media Library? Are you able to test with some standard .jpeg files and not the SVG's to make sure? 🌝

    Best Richard
  • Open projects in new tab

    3
    0 Votes
    3 Posts
    53 Views
    RichardR
    Dear @Warul-Kawa

    Look into adding target="_blank" to the link's using jQuery 🌝:

    https://www.w3schools.com/tags/att_a_target.asp

    Best Richard
  • 0 Votes
    2 Posts
    47 Views
    RichardR
    Dear Mark @yelmarb

    I would suggest setting the Project Thumbnail title's to "show on mouseover" within Customize.

    Then the following CSS should set all the title's to show on mobile:

    .phone-size .type-thumbnailgrid .thumbnail-wrap .title{ opacity: 1 !important; }

    If you are using a custom phone layout you could target it like this instead:

    #custom-phone-grid .type-thumbnailgrid .thumbnail-wrap .title{ opacity: 1; } Best wishes Richard
  • Background Color in footer mobile

    3
    0 Votes
    3 Posts
    30 Views
    RichardR
    Dear Marlene @mgirl

    The footer within a Custom Mobile Layout is targeted slightly differently, so:

    .id-136 #footer {background-color: #cc9b8f;}

    Will become:

    .id-136 #footer-custom-phone-grid {background-color: #cc9b8f;} Best wishes 🌻 Richard
  • Mobile dropdown menu change order

    6
    0 Votes
    6 Posts
    65 Views
    RichardR
    Dear @Olga-V

    Thanks for the update, have a wonderful day 🌻

    Best Richard
  • Math/Latex options

    2
    0 Votes
    2 Posts
    14 Views
    RichardR
    Dear @randy_

    I haven't researched this personally so unsure sorry 🤔

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