Skip to content

General Discussion

A place to talk about anything Lay Theme related
4.7k Topics 20.3k Posts
  • Row as link to page

    23
    0 Votes
    23 Posts
    1k Views
    arminunruhA
    maybe try this: tr:hover { color: #B2AAE3!important; font-style: italic; cursor: pointer; } or try this: tr:hover{ cursor: pointer; } tr:hover > * { color: #B2AAE3!important; font-style: italic; }
  • Mouseover on mobile not working

    2
    0 Votes
    2 Posts
    16 Views
    arminunruhA
    what is the website address?
  • youtube autoplay solution

    2
    1 Votes
    2 Posts
    37 Views
    arminunruhA
    very good daniel! thanks for the calendar i got it in my mail!
  • Current date & time shown in real time on the Footer

    9
    0 Votes
    9 Posts
    2k Views
    arminunruhA
    on google you can find a lot of tutorials for this for example: https://www.shecodes.io/athena/2587-creating-a-clock-in-javascript#:~:text=You can make a clock,update the clock every second. you will need to use setInterval to continually update the text with the latest time
  • Cookie-banner after intro video

    3
    0 Votes
    3 Posts
    100 Views
    arminunruhA
    .cmplz-cookiebanner{ z-index: 49!important; } try this css!
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    5 Views
    No one has replied
  • Prevent images on your website from appearing in Google search results

    4
    0 Votes
    4 Posts
    344 Views
    arminunruhA
    i think in your FTP server you need to put it in your root folder its the folder that contains the folders "wp-content" and "wp-admin"
  • hide specific project from project thumb grid

    3
    0 Votes
    3 Posts
    44 Views
    arminunruhA
    very good you can also try this: .thumbnail-wrap:has(>[data-id="2934"]){ display: none; } 2934 needs to be the id of your project src: https://stackoverflow.com/questions/1014861/is-there-a-css-parent-selector
  • Different overlays for specific pages

    3
    0 Votes
    3 Posts
    114 Views
    Q
    I successfully used this method http://laythemeforum.com:4567/topic/9592/show-an-overlay-menu-element-only-in-homepage to create different overlay menus for two languages
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    22 Views
    No one has replied
  • Hide specific project from project index

    3
    0 Votes
    3 Posts
    87 Views
    M
    Nice thanks Armin I'll try that this evening ! Things is, as I explained in a previous post on the forum, I couldn't match a "page" page project-index with a project's page project-index position, that's why I decided to make my home page a project page, not ideal but it works.
  • Burger menu to show a custom page?

    5
    0 Votes
    5 Posts
    96 Views
    arminunruhA
    very good @alasdair17 thanks a lot for answering people! he can also hide the mobile menu in the customizer → mobile → mobile menu → hide i think
  • 0 Votes
    3 Posts
    32 Views
    arminunruhA
    (sorry for the late response)
  • Problem with text block position

    6
    0 Votes
    6 Posts
    92 Views
    arminunruhA
    hey for pages you should always use a page or maybe a category page. so pages are things like frontpage/homepage, about page or contact page. dont use a project for the homepage, because a project can be part of a projectindex element, or a project thumbnailgrid ok im sorry it is still not in the right spot! did you do the steps in the blue box? like disabling all plugins to see if it changes anything? 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? also: can you please send me the link to the new page that you have problems with? because you re-created the page not as a category but as a different page right.
  • Presale questions

    2
    0 Votes
    2 Posts
    55 Views
    arminunruhA
    hey! no :/ only with custom css, for example with this: http://laythemeforum.com:4567/topic/9348/sit-carousel-captions-at-bottom-of-page/13?_=1718794871520 but you could also use the fullscreen slider addon. on the link you showed me you also have fullscreen images, so the fullscreen slider in horizontal mode would be better. the captions and numbers can then be put into the corners. you would create browser filling rows: https://laytheme.com/documentation/gridder-rows.html#use-browser-height-for-row-height then you'd put images in there and texts in the corners. each one of these browser filling rows is then turned into a "slide" just like on the link you provided. here, you could also add a button to a product: https://laytheme.com/documentation/buttons.html 3.: i think probably yes yea. but it cant be added to a product page. but to any other type of pages i think! using +more → +shortcode
  • 0 Votes
    2 Posts
    107 Views
    arminunruhA
    hey! so if i was you i would try and create both types of menus. then i would use custom css to hide and show the menus based on which page you're on https://laytheme.com/documentation/custom-css-styling.html#css-based-on-current-page so lets assume your homepage has the slug home. and you have two menus: .menu-1 and .menu-2 then you'd do //by default, menu1 is always shown, and menu2 is always hidden .menu-1{ display: block!important; } .menu-2{ display: none!important; } // but on homepage, hide menu1 and show menu2 instead .slug-home .menu-1{ display: none!important; } .slug-home .menu-2{ display: block!important; } this css is the basic logic behind how you show one menu on the homepage and hide the other. and on all other pages its the other way around. but your classes you use will be different because you will need to hide/show a menu, a mobile menu or a button that opens an overlay. so you'll need to get comfortable with the "chrome inspector" for example to find the correct css selectors and write the css yourself. also you're right you can't create multiple menus for mobile. for desktop you can have up to 4. one way to get around this is to use "custom css & html" → "custom html at top/bottom" in here you can hard-code some anchor tags and use custom css to style them. this could act as an additional menu on mobile. all of this needs quite some knowledge in html and css but with some patience and learning you will be able to do it
  • HTML VIDEO MAXIMUM UPLOADING SIZE

    4
    0 Votes
    4 Posts
    74 Views
    E
    @alasdair17 Thank you man! Thought this limitation comes from Laytheme but definitely trying increasing it through server tonight.
  • overflow scroll for one row in fullscreen slider

    3
    0 Votes
    3 Posts
    69 Views
    arminunruhA
    o i think it only works if you use the horizontal slider you use the vertical one, with this it wont work :/
  • List of Tags

    2
    0 Votes
    2 Posts
    44 Views
    arminunruhA
    oh no, but maybe you can find a plugin for this
  • Blackness in the transition

    2
    0 Votes
    2 Posts
    19 Views
    arminunruhA
    yea can you go to customize → background and set the background color to white for example

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