Skip to content

General Discussion

A place to talk about anything Lay Theme related
4.8k Topics 20.5k Posts
  • Split screen - align text to the bottom of footer

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

    6
    0 Votes
    6 Posts
    147 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
    56 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
    1 Votes
    4 Posts
    165 Views
    arminunruhA
    and its probably easiest to just create a new page with some other thumbnailgrid
  • Cannot add footer @ Lay options

    4
    1
    0 Votes
    4 Posts
    67 Views
    arminunruhA
    @philipbaz said in Cannot add footer @ Lay options: I can not choose a page as footer inside of the lay options even tough I never purchased the Fullscreen Slider Addon. The choose button just does not show up. Updated everything, disabled plugins and turned of custom code. So the fullscreen slider and the footer option are two different things The footer wont show up for pages with fullscreen slider active Try to see if both fullscreen slider and lay theme are up to date. If you have checked "Show select input in project edit screen…" in fullscreen slider options, and the select box doesn't show up when you edit your project: [image: 1682531780798-screenshot-2023-04-26-at-19.56.15.png] at the top right click "screen options" and see if maybe you're hiding that box otherwise: can you send your website address, /wp-admin/ username and password and a link to this topic to info@laytheme.com?
  • MISSING license key

    license
    2
    0 Votes
    2 Posts
    93 Views
    arminunruhA
    hey did i send you the key? send an email to info@laytheme.com if you still didn't get the key
  • Carousel numbers alignment

    6
    0 Votes
    6 Posts
    237 Views
    arminunruhA
    u could always just also use the fullscreen slider addon to do this and like in lay options → fs slider addon use slide on page click and use fade effect then for every row in your gridder, use a browser height row and place your text and image in there
  • Carrousel: Changing colour depending upon project category

    3
    2
    0 Votes
    3 Posts
    114 Views
    arminunruhA
    hi sorry for the wait!! if you look at the body html classes, the body has a class of category-* i think furniture has: category-1 so your css would be: body.category-1 .lay-carousel-sink-parent span.numbers._Default_no_spaces { color: #543823; } and the other is category-6 body.category-6 .lay-carousel-sink-parent span.numbers._Default_no_spaces { color: #011e41; } not sure if i used the correct colors in my css code above very beautiful work and website!
  • mp4 as a project feature image

    2
    0 Votes
    2 Posts
    36 Views
    arminunruhA
    yes sure! go to lay options and activate the setting "Activate Video for Thumbnails" sorry for the wait!
  • Whitelabeling Lay theme source

    8
    0 Votes
    8 Posts
    248 Views
    arminunruhA
    @Monamos yes u're right i've heard of this too this one interior design marketing agency, they build websites for their clients and use a white labeled version of editor-x or wix i think. maybe check out one of those!
  • Primary menu background color not working

    2
    0 Votes
    2 Posts
    42 Views
    arminunruhA
    maybe try and see if you set the transparency to 0 in customizer in customizer → menu style → menu bar see if your opacity is not set to 0, or height not set to 0 or "hide" not checked: [image: 1682525133496-screenshot-2023-04-26-at-18.04.04.png]
  • prevent horizontal scroll on mobile (overflow-x: hidden)

    3
    0 Votes
    3 Posts
    620 Views
    arminunruhA
    ah very good yea the mobile version shouldn't have any x overflow the desktop version neither
  • Website Staging with lay theme and strato

    2
    0 Votes
    2 Posts
    152 Views
    arminunruhA
    hey! the wp-config.php file is created once you have installed wordpress and once u did the wordpress "setup wizard" you can also find the wp-config.php on the ftp server of your existing live website
  • position of thumbnails titles on mouseover

    3
    0 Votes
    3 Posts
    89 Views
    A
    Hi @arminunruh and thank you so much for pointing me in the right direction! I adjusted all the parent elements and it works now. Thanks again! Andrea
  • clean up media library

    3
    0 Votes
    3 Posts
    81 Views
    C
    @alasdair17 Thanks, I will try it out :)
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    8 Views
    No one has replied
  • Customizer is not loading ...

    14
    1
    0 Votes
    14 Posts
    553 Views
    G
    Hi there, I had this problem as well. I found out, that in my case it was an issue with my safari browser. With firefox everything works fine. Maybe this helps somebody
  • This topic is deleted!

    1
    1
    0 Votes
    1 Posts
    11 Views
    No one has replied
  • Laykeymanager.com

    2
    2 Votes
    2 Posts
    66 Views
    arminunruhA
    yes that would be cool, i need to work on this one day! until then just write an email to licensekeys@laytheme.com and tell me which domains you want disabled from the key and i'll do it
  • Font Flickering On Page Load

    3
    0 Votes
    3 Posts
    112 Views
    M
    @arminunruh thx!

I also code custom websites or custom Lay features.
💿 Email me here: 💿
info@laytheme.com

Our Web Development company: 100k.studio

Want to tip me? https://www.paypal.com/paypalme/arminunruh

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
Forgot your key, lost your files, need a previous Lay Theme or Addon version? Go to www.laykeymanager.com