Skip to content

General Discussion

A place to talk about anything Lay Theme related
4.8k Topics 20.3k Posts
  • fade in / out hidden menus

    6
    0 Votes
    6 Posts
    156 Views
    P
    This works perfectly, thank you very much :) The code I used to display the second menu on the mobile site is: .second_menu{ display: none !Important; } body.slug-portraits .second_menu{ display: block !Important; } body.slug-sport .second_menu{ display: block !Important; } body.slug-lifestyle .second_menu{ display: block !Important; } #menu-item-1648 { text-align: center; } #menu-item-1649 { text-align: center; } #menu-item-1650 { text-align: center; }
  • This topic is deleted!

    3
    0 Votes
    3 Posts
    14 Views
  • carousel caption absolute position

    2
    0 Votes
    2 Posts
    63 Views
    arminunruhA
    hey im not sure i understand how you want your caption to be positioned can you do a quick drawing and post it here of how u want it?
  • looking for wp/css developer to support with quick task

    1
    0 Votes
    1 Posts
    62 Views
    No one has replied
  • SEO - Google only indexes a few images & missing Alt-Tags / Alt-Attributes

    10
    0 Votes
    10 Posts
    423 Views
    arminunruhA
    maybe your alt tag shouldn't be so long and should only be more like just "raimund schucht" ? and then when you google raimund schucht, maybe they will just show up? "Siemens Innotrans, 2022, Messe, Kunde: Siemens Mobility, Agentur: BEYOND FUTURE one GmbH, Berlin, Entwurf & Szenografie: Raimund Schucht Raimund Schucht Szenografie" also as you see your alt tag has your name in it two times at the end and maybe it penalizes that, not sure look: [image: 1709138680565-screenshot-2024-02-28-at-17.44.33.png] you have this setting in lay options. so this is how it works: if that textfield above is empty. all alt tags will just use your site title. which is "raimund schucht szenografie" if sth is in the textfield all your tags will be the text in the textfield if you enter the alt tag for the image in the media library for example, that alt tag will be used and the text in the screenshot above (if there is one), will be added to the end of the alt tag
  • can't scroll down the main menu page on worpdress 6.4.1

    23
    0 Votes
    23 Posts
    1k Views
    arminunruhA
    so i think it was an issue only on safari i guess it had to do with this css: html, body{ overscroll-behavior-y: none; } usually this css shouldn't disable scrolling :O but maybe this is an issue in safari at the moment i changed things so this css is only enabled on pages with covers, thats what it was meant for only anyways will be changed with the next update. but not sure if it was really the reason for the bug yet
  • cant update

    5
    0 Votes
    5 Posts
    78 Views
    M
    perfect, thanks a lot
  • LAY RTL-Support for arabic

    5
    0 Votes
    5 Posts
    72 Views
    arminunruhA
    ok i just released the update
  • Text in front of image

    4
    0 Votes
    4 Posts
    72 Views
    arminunruhA
    ok! nice
  • One pager with anchors. scroll to top if user clicks the logo.

    3
    0 Votes
    3 Posts
    82 Views
    M
    Hey armin, thanks this works well! weird i used the search for this and had no luck finding it..
  • Video controls on a fullscreen video background

    5
    0 Votes
    5 Posts
    189 Views
    R
    Works great! Thanks a lot!
  • Landing Page with video (full screen)

    2
    0 Votes
    2 Posts
    102 Views
    arminunruhA
    maybe use the intro feature! https://laytheme.com/documentation/intro-image-or-video.html please don't send an email and post on the forum with the same question
  • delete all projects (8.227) after hack

    4
    0 Votes
    4 Posts
    59 Views
    P
    @alasdair17 yes, that worked! thanks a lot :)
  • Specific row height for iPad browser

    5
    0 Votes
    5 Posts
    92 Views
    C
    Hi It's working perfectly, thanks!!
  • Website loading / navigation not loading

    6
    0 Votes
    6 Posts
    149 Views
    arminunruhA
    ok great! which hosting plan did you get?
  • Adding mousse hover to overlay x-close button

    3
    0 Votes
    3 Posts
    71 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
    295 Views
    arminunruhA
    hey sorry this took a while. i fixed it: [image: 1708422836694-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?
  • proportional old style figures. (typography)

    opentype type
    7
    0 Votes
    7 Posts
    334 Views
    F
    @arminunruh Wow my first ever CSS accomplishment, thank you man!
  • Menu buggy on mobile

    3
    0 Votes
    3 Posts
    44 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
    70 Views
    arminunruhA
    maybe you can use css to make all rows sticky try that .row{ position: sticky!important; top:0!important; }

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