Skip to content

Addons

Got a question about an Addon?
781 Topics 3.5k Posts
  • 0 Votes
    2 Posts
    20 Views
    arminunruhA

    hey there!

    i think it has to do with the position of some rotation axis in the 3d file itself.
    im no expert at this but i think you somehow need to change the 3d file to have a different rotation axis

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • imagehover --> project index not working

    3
    0 Votes
    3 Posts
    43 Views
    I

    Thanks. Got it to work after all.

  • carousel slide alignment left

    11
    0 Votes
    11 Posts
    68 Views
    M

    I change it to
    .col .lay-carousel img{
    -webkit-transform: translate(0%, 0%)!important;
    -ms-transform: translate(0%, 0%)!important;
    transform: translate(0%, 0%)!important;
    left: 0%!important;
    top: 0%!important;
    }
    because some 4:3 (landscape) images started to move vertically.

    thanx!

  • 0 Votes
    4 Posts
    21 Views
    arminunruhA

    ah ok nice!

  • addon request - add to pdf

    2
    0 Votes
    2 Posts
    17 Views
    arminunruhA

    hey thats a cool idea!
    im writing it down

    but im really not sure i will work on this, im not sure if a lot of people would really use it :O

  • carousel / fixed & Centered

    5
    0 Votes
    5 Posts
    26 Views
    arminunruhA

    anyways congratulations very nice website!

  • editing the 3D logo add

    13
    0 Votes
    13 Posts
    102 Views
    arminunruhA
    #lay_canvas{ z-index:0!important; }

    or

    #lay_canvas{ display:none; } .slug-work-2 #lay_canvas{ display: block; }

    https://laytheme.com/documentation/custom-css-styling.html#css-based-on-current-page

  • Index image hover, fill whole background

    2
    0 Votes
    2 Posts
    24 Views
    arminunruhA

    yea

    lay options → imagehover addon →

    Screenshot 2024-01-10 at 08.33.11.png

    then use this image position fullscreen

    if you want to use other image positions for links in texts,
    when you edit a link, choose an image position here in the linkmodal
    Screenshot 2024-01-10 at 08.34.03.png

  • imagehover addon

    6
    0 Votes
    6 Posts
    41 Views
    arminunruhA

    ok there was a bug with a certain combination of settings, i fixed it

  • FULL SCREEN SLIDER Auto Scrolling Doesn't Work

    10
    0 Votes
    10 Posts
    55 Views
    arminunruhA

    ok nice!!

  • carousel height, min, max and clamp

    4
    0 Votes
    4 Posts
    24 Views
    arminunruhA

    not sure if that will work! good luck

  • Mobile carousel caption at the bottom

    3
    0 Votes
    3 Posts
    35 Views
    R

    It works! Thank you so much :)

  • Carousel not working

    5
    0 Votes
    5 Posts
    38 Views
    H

    Ah perfect!
    Thank you so much!

  • 0 Votes
    4 Posts
    32 Views
    arminunruhA

    oh thanks a lot!! :)

  • 0 Votes
    3 Posts
    45 Views
    J

    Great! His code fixed it!
    Thanks so much

  • 0 Votes
    5 Posts
    37 Views
    arminunruhA

    yea it was a bug, if you update imagehover addon again, it will work

  • Carousel loop with video

    2
    0 Votes
    2 Posts
    25 Views
    arminunruhA

    no, only if you turn off loop

  • add link to 3d add on

    2
    0 Votes
    2 Posts
    25 Views
    arminunruhA

    no i dont think so!

  • 0 Votes
    5 Posts
    384 Views
    C

    I managed to make the numbers as custom cursor thanks to chatgpt.
    here's what it looks like : https://www.benoitlefeuvre.com/earthworks/

    here's the js code :

    <script> document.addEventListener("mousemove", (e) => { const followTexts = document.querySelectorAll(".numbers"); const x = e.clientX; const y = e.clientY; // Update the position for each element with the class followTexts.forEach((followText) => { followText.style.left = x + "px"; followText.style.top = y + "px"; }); }); </script>

    then here's the css selector :

    .lay-carousel-sink-parent .numbers { }

    I can't share my exact style because I have several hover states on the carousel, so you'll have to specify the css that works best for you.
    To retain the next/prev slide function, you'll need to add an empty 10x10px png, for example, to the 'custom mouse cursor' parameters.

    I hope this helps !

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