Skip to content

Addons

Got a question about an Addon?
862 Topics 4.0k Posts
  • Show unmute / mute custom css is not working / Carousel addon

    3
    0 Votes
    3 Posts
    72 Views
    arminunruhA
    try !important, like: bottom: 40px!important;
  • Carousel — images with text low res

    7
    0 Votes
    7 Posts
    156 Views
    arminunruhA
    ah it works now? ok nice
  • Carousel issue / Autoplay stops after first image

    4
    1 Votes
    4 Posts
    96 Views
    C
    Fixed with a carousel plugin update by Armin. Thx!
  • Carousel bug

    2
    0 Votes
    2 Posts
    57 Views
    arminunruhA
    do u have a link
  • Carousel: Custom easing functions?

    2
    0 Votes
    2 Posts
    80 Views
    arminunruhA
    hey no there is not, and that data- attribute wont do anything on the carousel im writing it down to add this feature at a later point
  • lightbox: how to go back to project instead of home with back button

    7
    0 Votes
    7 Posts
    187 Views
    arminunruhA
    i've been working on the projects overlays feature, im going to release it now. with this you can have a X close icon to get back to the page you just came from. i think this will work as you wanted to have it @betty however, this has nothing to do with the lay theme lightbox addon, but i can see the similarities, because you're talking about overlays so you used lightbox to describe it
  • Carousel randomizer

    2
    0 Votes
    2 Posts
    59 Views
    arminunruhA
    no its not possible!
  • This topic is deleted!

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

    2
    0 Votes
    2 Posts
    89 Views
    arminunruhA
    hello! i see i see! i have a question. can an animation be inside the 3d model you upload? [image: 1724864543083-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
    263 Views
    arminunruhA
    if its too laggy for you better disable loop
  • carousel addon is blank on the front page

    22
    0 Votes
    22 Posts
    748 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
  • Fullscreen Slider: Image align (left/center/right)

    5
    0 Votes
    5 Posts
    148 Views
    S
    @arminunruh Works! Great! Thanks so much!
  • Best subscription service plugin for Lay Theme

    3
    0 Votes
    3 Posts
    70 Views
    arminunruhA
    i havent really used subscription based plugins for lay theme and shopify, so i dont know :/
  • full page carousel on mobile

    carousel mobile fullscreen
    4
    0 Votes
    4 Posts
    199 Views
    R
    thanks :)) it solved the problem, i used the css
  • Image hover $pluginname deprecrated

    2
    0 Votes
    2 Posts
    60 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
    169 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"
  • Carousel: continuous movement instead of stoping for each slide

    6
    0 Votes
    6 Posts
    167 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
    335 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; }
  • CHANGING THE POSITION OF NUMBERS AND TITLE OF CAROUSEL

    6
    0 Votes
    6 Posts
    435 Views
    arminunruhA
    alright, so @spontans said he wanted the title and number both at the bottom left like here: [image: 1719994679755-unnamed-resized.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"
  • Different menu color for each slide on Fullscreen slider

    slider fullscreen color
    30
    0 Votes
    30 Posts
    5k 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

I also code custom websites or custom Lay features.
šŸ’æ Email me here: šŸ’æ
info@laytheme.com

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