Skip to content

General Discussion

A place to talk about anything Lay Theme related
4.9k Topics 21.2k Posts
  • disable mobile rotation / show notification when phone is landscape

    7
    1 Votes
    7 Posts
    829 Views
    arminunruhA
    Or if you want an image: <div class="rotate-notification"> <img src="https://media.istockphoto.com/id/1144546554/vector/rotating-phone-from-vertical-to-horizontal-position-phone-vector-icon.jpg?s=612x612&w=0&k=20&c=dnBtqmZ7_8Cjk2UubtE_o1gDkaIMvs1kStk45tzmEiY="> </div> css: .rotate-notification{ display:none; z-index: 999999; background-color: black; width: 100%; height: 100vh; position: fixed; top: 0; left: 0; } .rotate-notification img{ position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 150px; } @media (orientation: landscape) and (max-width: 1024px){ body.is-touchdevice .rotate-notification{ display: block; } }
  • This topic is deleted!

    1
    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • Split screen - align text to the bottom of footer

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

    6
    0 Votes
    6 Posts
    269 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
    97 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
    315 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
    118 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
    241 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
    354 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
    188 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
    67 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
    511 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
    173 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
    1k 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
    249 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
    141 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
    146 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
    1k 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

For 1on1 paid Lay Theme Coaching, contact: audrey@cyberslayers.work.

We also code custom websites or custom Lay features.
💿 Email us 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