Skip to content

General Discussion

A place to talk about anything Lay Theme related
4.8k Topics 20.5k Posts
  • Specific fixed row

    2
    0 Votes
    2 Posts
    84 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" : [image: 1652141060287-screen-shot-2022-05-10-at-12.03.55-pm-resized.png] You can see here the Row is empty of content but has the class: [image: 1652141909883-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
    38 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

    title customize
    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
    65 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
    35 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
  • Pictures and Paragraph styles not shown on mobil

    2
    0 Votes
    2 Posts
    21 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
    78 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
    68 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
    62 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
    109 Views
    RichardR
    Dear @Olga-V Thanks for the update, have a wonderful day 🌻 Best Richard
  • Math/Latex options

    2
    0 Votes
    2 Posts
    22 Views
    RichardR
    Dear @randy_ I haven't researched this personally so unsure sorry šŸ¤” Best Richard
  • My Laytheme doesn't work with PHP 8.0

    8
    1
    0 Votes
    8 Posts
    872 Views
    arminunruhA
    hey can you send your /wp-admin/ login and your ftp login and send a link to this topic and links to the pages where the language switcher does not appear to: info@laytheme.com ?
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    8 Views
    No one has replied
  • 'preview' not showing changes

    5
    0 Votes
    5 Posts
    129 Views
    arminunruhA
    hey unfortunately i cant fix this :|
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • Grid problem

    6
    3
    0 Votes
    6 Posts
    160 Views
    W
    @Richard answered :))
  • This topic is deleted!

    1
    2
    0 Votes
    1 Posts
    6 Views
    No one has replied
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    7 Views
    No one has replied
  • This topic is deleted!

    1
    2
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • Embedded Youtube Videos don't show in Safari

    5
    0 Votes
    5 Posts
    498 Views
    S
    I'd also be interested in a another solution..

I also code custom websites or custom Lay features.
šŸ’æ Email me 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