Skip to content

General Discussion

A place to talk about anything Lay Theme related
4.8k Topics 20.5k Posts
  • Background image or video not working

    7
    0 Votes
    7 Posts
    197 Views
    arminunruhA
    hey im very sorry this happened and i wasnt fast to fix this! i did a lay theme course at a university last week. i will try and do better testing before i release updates, so i wont create too many new bugs! this will be fixed with the new update im releasing today! you can always get the previous lay theme versions on laykeymanager.com if sth like this happens again
  • Project title as thumb, show thumb-image on hover

    3
    0 Votes
    3 Posts
    100 Views
    arminunruhA
    @kamehouse said in Project title as thumb, show thumb-image on hover: from: thumb image (normal state) / project title (hover) to: project title (normal) / thumb image (hover) hey! i dont understand this you want the normal image the "featured image" aka "project thumbnail" to show up and the title and on hover? i dont understand
  • This topic is deleted!

    5
    0 Votes
    5 Posts
    9 Views
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    3 Views
    No one has replied
  • Web fonts with different glyphs

    2
    0 Votes
    2 Posts
    86 Views
    R
    I found a solution here : https://helpx.adobe.com/au/fonts/using/open-type-syntax.html#calt Thanks anyway :)
  • This topic is deleted!

    2
    0 Votes
    2 Posts
    10 Views
  • This topic is deleted!

    2
    0 Votes
    2 Posts
    10 Views
  • make row height of iframe

    iframe height
    2
    0 Votes
    2 Posts
    142 Views
    ArneRobotA
    @ArneRobot I have solved it myself. It was an error in my own CSS. Sorry!
  • how to Lottie / json animations?

    2
    0 Votes
    2 Posts
    191 Views
    K
    Haven't tested out but you can try to: Include the Lottie library in your project via CDN Link <script src="lottie.min.js"></script> Give the row you would like to assign the animation to a class oder id (e.g. #animation-container) <script> window.laytheme.on("newpageshown", function(){ const animationContainer = document.getElementById('animation-container'); // replace with your div ID const animationData = { container: animationContainer, renderer: 'svg', loop: true, autoplay: true, path: 'your-animation.json' // replace with the path to your Lottie JSON file }; const animation = lottie.loadAnimation(animationData); }); </script> Add this to your Custom CSS #animation-container { background-image: url("data:image/svg+xml;utf8," + encodeURIComponent(animationData.container.innerHTML)); } to make the created SVG your background-image Good luck ;)
  • Collapsed row text style

    3
    2
    0 Votes
    3 Posts
    352 Views
    J
    @arminunruh Nice. Thanks a lot!
  • project thumb to direct to other page[or link]

    4
    0 Votes
    4 Posts
    98 Views
    arminunruhA
    no :( there isnt
  • Website Not secure

    2
    0 Votes
    2 Posts
    84 Views
    arminunruhA
    you need to enable ssl in your webhost control panel and then install a ssl plugin like "simple ssl" you can also google "how to make wordpress website use https"
  • Find all my sites using the licence key.

    5
    0 Votes
    5 Posts
    167 Views
    A
    @arminunruh perfect! Now it works!!! :-DDD
  • show image on text hover

    4
    0 Votes
    4 Posts
    2k Views
    F
    @alasdair17 :'''')
  • burger menu on different color

    mobile menu burger menu color css
    5
    1
    1 Votes
    5 Posts
    360 Views
    H1-StudioOfficeH
    @arminunruh said in burger menu on different color: .slug-bio .burger-default span, .slug-bio .burger-default span:before, .slug-bio .burger-default span:after{ background: white; } That worked! Thanks man.
  • my site title is Redirected to a project

    3
    0 Votes
    3 Posts
    101 Views
    arminunruhA
    can u go to customize -> frontpage and re-set the frontpage? if it doesnt work: can you send your website address, /wp-admin/ username and password and a link to this topic to info@laytheme.com?
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    9 Views
    No one has replied
  • disable mobile rotation / show notification when phone is landscape

    7
    1 Votes
    7 Posts
    610 Views
    arminunruhA
    Or if you want an image: <div class="rotate-notification"> <img src="https://media.istockphoto.com/id/1144546554/vector/rotating-phone-from-vertical-to-horizontal-position-phone-vector-icon.jpg?s=612x612&w=0&k=20&c=dnBtqmZ7_8Cjk2UubtE_o1gDkaIMvs1kStk45tzmEiY="> </div> css: .rotate-notification{ display:none; z-index: 999999; background-color: black; width: 100%; height: 100vh; position: fixed; top: 0; left: 0; } .rotate-notification img{ position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 150px; } @media (orientation: landscape) and (max-width: 1024px){ body.is-touchdevice .rotate-notification{ display: block; } }
  • This topic is deleted!

    1
    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • Split screen - align text to the bottom of footer

    3
    0 Votes
    3 Posts
    70 Views
    arminunruhA
    interesting! good job

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