Skip to content

General Discussion

A place to talk about anything Lay Theme related
4.8k Topics 20.3k Posts
  • hiddle title column project index

    2
    0 Votes
    2 Posts
    57 Views
    arminunruhA
    yea [image: 1702810582669-screenshot-2023-12-17-at-07.56.18.png] just go to the "filter" tab and uncheck "show filters"
  • This topic is deleted!

    2
    0 Votes
    2 Posts
    2 Views
  • Element grid not working on mobile

    3
    0 Votes
    3 Posts
    61 Views
    arminunruhA
    can you send your website address, /wp-admin/ username and password and a link to this topic to info@laytheme.com?
  • setting doesn't show up (Favicon, Cursor)

    9
    0 Votes
    9 Posts
    208 Views
    T
    @felix_rabe thank you. I found the mistake by my side :)
  • Overview page for tags / link to filtered tags

    3
    0 Votes
    3 Posts
    94 Views
    D
    Cool, thanks! Let me know if this is implemented some day :-)
  • Polylang switcher in the overlay (using it as a menu)

    9
    0 Votes
    9 Posts
    664 Views
    A
    Hello Armin, the page is working correctly now. I uninstalled plugins one by one, and it seems there was an issue with Polylang. The issue is gone now. However, I don't know what caused it or if it will reoccur. I can work again now. ;-) All best Aleks
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • Customized menu (Info/Close)

    9
    0 Votes
    9 Posts
    191 Views
    arminunruhA
    insert your text into one row, that row needs to have browser height
  • When will "sticky" become STICKY?

    8
    2 Votes
    8 Posts
    357 Views
    arminunruhA
    yea thats true .fixed{ position: fixed!important; top: 50px!important; width: 50%!important; left: 20%!important; z-index: 20!important; } you can play around with the width and left parameters to change the width and the space to the left you might want to remove the "fixed" class from your element, and add the "fixed" class to a row that contains only your text. right click an empty spot of the row, and choose "set html class and id" if the whole row gets fixed, it might still respect the column left and width of the gridder
  • Tags (next project and display of tags)

    4
    0 Votes
    4 Posts
    114 Views
    D
    It works with the plugin Taxopress. There is an option for "Terms for Current Post", where you can get a shortcode, which you can put in every project. For me the Shortcode is [taxopress_postterms id="1"].
  • Maintenance/coming soon

    15
    0 Votes
    15 Posts
    832 Views
    StarcS
    HI @arminunruh ! I set my custom "coming soon page" page as a frontpage via "customize". Then i put this css in "custom CSS" in lay option: .slug-coming-soon-page nav { display:none; } .slug-coming-soon-page .sitetitle { display:none; } Sitetitle and menu have disappeared but the navbar remain. How can I hide this header (the green bar in the screenshot) - only for this coming soon page? ![alt text]([image: 1701866233501-f78016d0-101f-4166-a2af-cbe2b8474d1a-image-resized.png] image url) ⭐️SOLVED⭐️ With .slug-coming-soon-page div.navbar {display:none;}
  • Adding color overlay on basic Images

    10
    0 Votes
    10 Posts
    324 Views
    arminunruhA
    so i mean, with images, you can't really have a text on top of them when you hover over an image :⁄ so im not sure if what u want is even possible :O
  • Overlay burger position

    3
    0 Votes
    3 Posts
    73 Views
    M
    Thank you so much @arminunruh Is it possible to apply "move away when scrolling" behaviour to the overlay burger? I have this applied to the top bar and would love for the overlay burger to match. Tried looking this up through dev tools but couldn't figure it out 🙈 Thanks a lot again!
  • Text not centered on Android

    3
    0 Votes
    3 Posts
    75 Views
    D
    Thanks for your reply! You can find it here: https://coraliespatig.ch/startseite-test/ It happens on Android with Chrome. iPhone/Safari is fine.
  • This topic is deleted!

    8
    0 Votes
    8 Posts
    10 Views
  • Text on the bottom of the page_possible?

    6
    0 Votes
    6 Posts
    136 Views
    arminunruhA
    make sure this is enabled: [image: 1701349596172-screenshot-2023-11-30-at-10.06.31.png] in lay options → footer
  • News element: how to show full width

    2
    0 Votes
    2 Posts
    55 Views
    arminunruhA
    do u have a link
  • css id for individual row?

    3
    0 Votes
    3 Posts
    473 Views
    arminunruhA
    https://www.google.com/search?q=learn+how+to+use+chrome+inspector&oq=learn+how+to+use+chrome+inspector&gs_lcrp=EgZjaHJvbWUyBggAEEUYOTIHCAEQABiABDIHCAIQABiABDIHCAMQABiABDIHCAQQABiABDIHCAUQABiABDIHCAYQABiABDIHCAcQABiABDIHCAgQABiABDIHCAkQABiABNIBCDc1NThqMGo3qAIAsAIA&sourceid=chrome&ie=UTF-8 learn how to use your browser's inspector [image: 1701340205621-screenshot-2023-11-30-at-07.29.58.png] look, rows have classes like these: row row-col-amt-2 no-stickies no-y-offsets no-webglslideshow no-row-hoverimage row-id-1 first-row row-0 there is an id: row-id-1 and a counter: row-0 you can combine this with page selectors: https://laytheme.com/documentation/custom-css-styling.html#css-based-on-current-page like body.slug-frontpage .row-0{ }
  • Issues with 'Use as Scroll to Top Button' in project pages

    4
    0 Votes
    4 Posts
    67 Views
    arminunruhA
    ah nice you can also right click the image in the gridder and click "disable lightbox" i think! (if your lightbox plugin is enabled)
  • Mix-blend-mode for Header Text

    7
    0 Votes
    7 Posts
    719 Views
    arminunruhA
    ah very good! also i noticed on iphone / mobile version the mix blend mode didn't work for the site title i noticed, mix blend mode may only work if the text that its applied to is a direct child of the body so with this HTML it works: <div class="mobile-title">Hello!</div> but with this it doesn't: <div class="mobile-title"><span>Hello!</span></div> so for mobile to make it work for a site title on phone, you can use this script and css in lay options -> custom css & html at bottom: <script> jQuery(".mobile-title span *").unwrap(); </script> <style> .mobile-title{ mix-blend-mode: difference; } </style>

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