Skip to content

General Discussion

A place to talk about anything Lay Theme related
4.2k Topics 17.5k Posts
  • Adding mousse hover to overlay x-close button

    3
    0 Votes
    3 Posts
    21 Views
    arminunruhA
    .standard-overlay-close-icon:hover:before{ color: #1000ff!important; }

    can you try this, does that work?

  • Instagram browser height

    7
    0 Votes
    7 Posts
    47 Views
    arminunruhA

    hey sorry this took a while. i fixed it:

    IMG_2523.PNG

    after googling about it a little i realized 100vh and 100svh just dont work as expected in the instagram browser

    i added this code to your website in lay options → custom css& html → custom <head> code:

    <script> var ua = navigator.userAgent || navigator.vendor || window.opera; var isInstagram = (ua.indexOf('Instagram') > -1) ? true : false; if (document.documentElement.classList ){ if (isInstagram) { window.document.body.classList.add('instagram-browser'); window.laytheme.on("newpageshown", function(){ //is front page?: if( jQuery("body").hasClass("id-2294") ) { jQuery(".lay-content").css('min-height', 'calc( 100vh - 60px )'); jQuery(".grid").css('min-height', 'calc( 100vh - 60px )'); jQuery(".fp-section, .fp-slide, .fp-tableCell").css('height', 'calc( 100vh - 60px )'); jQuery(".row, .row-inner, .column-wrap").css('min-height', 'calc( 100vh - 60px )'); } }) } } </script>

    it checks if you are on an ig browser and then just sizes all important divs differently
    the script also checks if we are currently on the page with the id: 2294 because thats the frontpage where u have the issue

    sources:
    https://www.reddit.com/r/web_design/comments/law4yl/instagram_how_many_baby_chicks_need_to_die_before/

    https://jsfiddle.net/toshuu/ab510Lzf/1/

    does it work for you too now?

  • 0 Votes
    7 Posts
    64 Views
    F

    @arminunruh Wow my first ever CSS accomplishment, thank you man!

  • Menu buggy on mobile

    3
    0 Votes
    3 Posts
    8 Views
    arminunruhA

    i just updated to ios 17.3.1

    and to me it looks normal

  • Cover Feature for all rows

    2
    0 Votes
    2 Posts
    16 Views
    arminunruhA

    maybe you can use css to make all rows sticky try that

    .row{ position: sticky!important; top:0!important; }
  • sticky/fixed thumbnail grid filters + buttons

    3
    0 Votes
    3 Posts
    22 Views
    G

    Thank you for your answer @arminunruh !

  • 0 Votes
    2 Posts
    13 Views
    arminunruhA

    hey there!

    https://laytheme.com/troubleshooting.html#critical-error

    you can basically rename lay theme's folder name using FTP
    then
    if that wont fix it rename plugins folder names

    then you might want to get the latest versions of lay theme / plugins on laykeymanager.com and upload it or sth like that

  • room reservation plugin

    2
    0 Votes
    2 Posts
    11 Views
    arminunruhA

    i dont know sorry

  • 0 Votes
    3 Posts
    21 Views
    F

    Awsome man, will check it out. appreciate it.

  • "Load more" Button for Thumbnail Grid

    6
    0 Votes
    6 Posts
    138 Views
    arminunruhA

    no its not possible!
    im writing it down as an idea :O

  • Project Thumbnail Grid

    3
    0 Votes
    3 Posts
    24 Views
    B

    Yesss, that would be great, thanks! :)

  • 0 Votes
    3 Posts
    17 Views
    E

    Thank you @arminunruh!

  • How to access previous version of website?

    4
    0 Votes
    4 Posts
    25 Views
    arminunruhA

    damn

    yes in very rare cases the layout can get invalidated, unfortunately im not sure why this happens

    its best to install a backup plugin like updraftplus that regularly creates backups of your website :|

  • h1 two times

    3
    0 Votes
    3 Posts
    10 Views
    arminunruhA

    it is because you use a custom phone layout!

    when using a custom phone layout, the markup of your desktop layout AND custom phone layout is present on your website

  • Multiple row sticky elements

    2
    0 Votes
    2 Posts
    21 Views
    arminunruhA

    hey great website!

    well you could make elements position fixed using custom css, but thats something quite different than sticky

    you could make a whole row sticky using custom css, by right clicking the row, giving it a class name and then creating custom css for it

    but then the row won't ever stop sticking to the top once you have scrolled it into view

    im in the process of re-developing the gridder and then i will add more functionality to it

    so this will take a very long time!
    so at the moment theres no other way to do it except put things in a stack and yes it really limits your ability to layout things :|

  • 0 Votes
    7 Posts
    35 Views
    arminunruhA

    sure, its on my todo list and i will answer here once i have fixed this

    not sure when i will get around to working on this

  • 0 Votes
    2 Posts
    18 Views
    arminunruhA

    they just put text next to the project thumbnail in the gridder

    and they used project thumbnail mouseover settings in the customizer

  • Pre-order a product on Laytheme shop ?

    2
    0 Votes
    2 Posts
    9 Views
    arminunruhA

    i think its not possible, maybe you can google this or maybe there is a plugin for this?

  • very slow performance

    5
    0 Votes
    5 Posts
    46 Views
    arminunruhA

    for example i use dreamhost too but i use their VPN, so thats much more performant. mh :|

  • Http to https

    3
    0 Votes
    3 Posts
    20 Views
    A

    Yes, thank you for your answers !
    Have a nice day,
    Alexandre

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