Skip to content

General Discussion

A place to talk about anything Lay Theme related
4.4k Topics 18.6k Posts
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    9 Views
    No one has replied
  • 1 Votes
    7 Posts
    439 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
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • 0 Votes
    3 Posts
    41 Views
    arminunruhA

    interesting! good job

  • project index disable click (keep image hover)

    6
    0 Votes
    6 Posts
    88 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)

    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
    37 Views
    arminunruhA

    hey for me it looks like this on my desktop:

    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 Votes
    4 Posts
    96 Views
    arminunruhA

    and its probably easiest to just create a new page with some other thumbnailgrid

  • Cannot add footer @ Lay options

    4
    0 Votes
    4 Posts
    43 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:

    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

    2
    0 Votes
    2 Posts
    58 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
    105 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

  • 0 Votes
    3 Posts
    71 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
    24 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
    112 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
    23 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:
    Screenshot 2023-04-26 at 18.04.04.png

  • 0 Votes
    3 Posts
    447 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
    103 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
    45 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
    54 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
    0 Votes
    14 Posts
    265 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

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