Skip to content

General Discussion

A place to talk about anything Lay Theme related
4.8k Topics 20.3k Posts
  • 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
    81 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
    119 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
    184 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
    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
    82 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
    152 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 Votes
    5 Posts
    279 Views
    H
    @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
    598 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
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • Split screen - align text to the bottom of footer

    3
    0 Votes
    3 Posts
    68 Views
    arminunruhA
    interesting! good job
  • project index disable click (keep image hover)

    6
    0 Votes
    6 Posts
    146 Views
    arminunruhA
    <script> jQuery(document).on('.projectindex-project-slug-stageclothing a', 'click', function(e)){ e.preventDefault(); e.stopPropagation(); return; }); </script> look, u need to look at the html code and find the slugs, i underlined them here (in google: right click → inspect element) [image: 1682588726553-screenshot-2023-04-27-at-11.44.48.png] then use the code above so for .projectindex-project-slug-stageclothing and .projectindex-project-slug-iconic-calender it would be: <script> jQuery(document).on('.projectindex-project-slug-stageclothing a, .projectindex-project-slug-iconic-calender a', 'click', function(e)){ e.preventDefault(); e.stopPropagation(); return; }); </script> and css: .projectindex-project-slug-stageclothing a, .projectindex-project-slug-iconic-calender a{ cursor: default; }
  • 0 Votes
    2 Posts
    54 Views
    arminunruhA
    hey for me it looks like this on my desktop: [image: 1682532494574-screenshot-2023-04-26-at-20.08.12.png] that font https://www.jack-kimberley.com/wp-content/uploads/2023/04/Starling.woff the font just doesnt work maybe? or update lay theme? dont know
  • Thumbnail Grid Layout change

    4
    1 Votes
    4 Posts
    159 Views
    arminunruhA
    and its probably easiest to just create a new page with some other thumbnailgrid

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