Skip to content

Addons

Got a question about an Addon?
819 Topics 3.7k Posts
  • This topic is deleted!

    6
    0 Votes
    6 Posts
    33 Views
  • 3d logo play animation

    2
    0 Votes
    2 Posts
    28 Views
    arminunruhA

    hello! i see i see!

    i have a question. can an animation be inside the 3d model you upload?

    Screenshot 2024-08-28 at 19.02.19.png

    this code example from the link you posted seems like thats the case, no?

    if you want to i can give you access to the sourcecode of the 3d logo addon and you can put your code that runs the animation inside of it

    or maybe just the plugin with unminified javascript code and you can put your extra animation code inside of it

  • carousel 2.4.6 loop issue

    11
    0 Votes
    11 Posts
    152 Views
    arminunruhA

    if its too laggy for you better disable loop

  • carousel addon is blank on the front page

    22
    0 Votes
    22 Posts
    186 Views
    S

    @alasdair17 (@arminunruh)

    YESSSSS, it worked! Thank you so much! I had 2.5.4 installed and downgraded to 2.5.3 and it worked instantly.

    You made my day! :D

  • 0 Votes
    5 Posts
    82 Views
    S

    @arminunruh
    Works! Great! Thanks so much!

  • Best subscription service plugin for Lay Theme

    3
    0 Votes
    3 Posts
    30 Views
    arminunruhA

    i havent really used subscription based plugins for lay theme and shopify, so i dont know :/

  • 0 Votes
    4 Posts
    53 Views
    R

    thanks :)) it solved the problem, i used the css

  • Image hover $pluginname deprecrated

    2
    0 Votes
    2 Posts
    21 Views
    arminunruhA

    ah its just a deprecation warning of some code
    its the updating library that i use

    u can scroll down here
    https://wp-umbrella.com/troubleshooting/turning-off-php-errors-in-wordpress/

    see step 1,
    u can just hide warnings with that setting

    its not an error its just more of a warning

  • imagehover bug

    6
    1 Votes
    6 Posts
    89 Views
    arminunruhA

    so the issue was custom css interfering with imagehover addon

    please always read the blue box, "before you post": - Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code", click "Save Changes"

  • 0 Votes
    6 Posts
    74 Views
    arminunruhA

    i cant replicate the issue

    can you send your website address, /wp-admin/ username and password and a link to this topic to info@laytheme.com?

  • Carousel update – text slides

    12
    0 Votes
    12 Posts
    234 Views
    arminunruhA

    actually you can use custom css:
    lay options → custom css & html → custom css for mobile version

    .lay-carousel .slide-text { padding-left: 60px!important; padding-right: 60px!important; }
  • 0 Votes
    6 Posts
    78 Views
    arminunruhA

    alright, so @spontans said he wanted the title and number both at the bottom left like here:

    unnamed.png

    add this css, additionally to the css in my previous post above.

    /* make number and caption be above one another, with a gap */ .custom-carousel .lay-carousel-sink.captions-left .single-caption-inner{ flex-direction: column; gap: 10px; } /* make caption be on top and number below*/ .custom-carousel .lay-carousel-sink.captions-left .numbers{ order: 1; } .custom-carousel .lay-carousel-sink.captions-left .sink-caption{ order: 0; }

    also in lay options → carousel addon, set numbers position and captions position both to "left"

  • 0 Votes
    30 Posts
    4k Views
    arminunruhA

    mh it seems like this page doesn't have a fullscreen slider active anymore:

    https://www.domaine-des-creisses.com/les-creisses/

    // "afterLoad" is called everytime the animation is done and we arrived (for the standard vertical sliding) jQuery(window).on('fpAfterLoad', function( e, obj ){ console.log(obj.index) console.log(obj.anchorLink) })

    when you scroll down or up, the above event will be fired. based on "obj.index" you can do things. the index is 1 based, so: 1, 2, 3, 4

    this is for horizontal sliding:

    // this is for when you have horizontal sliding: jQuery(window).on('fpAfterSlideLoad', function( e, obj ){ console.log(obj.slideIndex) })

    maybe this will be useful!

    the body also has a class: fp-viewing-4
    the number changes based on which slide you're on, you can use this body class for styling instead of using javascript

    some of the code you wrote wont work i think:

    body.slug-les-creisses.custom-slide-1

    i think this should have a space between, and should be like this:

    body.slug-les-creisses .custom-slide-1

    sorry for the late answer

  • 3d viewer download

    7
    0 Votes
    7 Posts
    102 Views
    arminunruhA

    ok i sent it to you two

  • 0 Votes
    7 Posts
    80 Views
    M

    Thanks a lot Armin, it works!

  • Image hover -> Image on image

    8
    0 Votes
    8 Posts
    184 Views
    arminunruhA

    hey this feature doesn't exist :/

  • Carousel styling

    7
    0 Votes
    7 Posts
    97 Views
    J

    Ah okay that makes sense! thanks for your help

  • Multiple text area on fullscreen slider

    6
    0 Votes
    6 Posts
    60 Views
    A

    @dmncn yeah sorry meant to say use 'browser height' like Armin suggested!

  • 0 Votes
    2 Posts
    17 Views
    arminunruhA

    but dont you use the carousel in mobile view?
    i think the fullscreen slider can be turned off for mobile in lay options → fullscreen slider

  • 0 Votes
    4 Posts
    47 Views
    Y

    (@arminunruh thank you very much! :) )

    I would like to have my menu (that is always in the left upper corner and says "Yanina Isla") in white, when alt-buttons is used in the carrousel.

    Like in this page, in the first slide: http://www.yaninaisla.com/bergman-week/

    Screenshot 2024-05-28 at 15.08.47.png

    I was able to change to white the numbers and captions with the code I shared before, but still couldn't manage for the menu title.

    Sorry for not being more specific before and thanks for all the help!
    Yanina

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