Skip to content
  • Recent
  • Tags
  • Popular
  • Users
  • Search
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse

Lay Theme Forum

M

mmbb

@mmbb
About
Posts
9
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Carousel Captions are changing when expanding the text (after update to 7.1.3)
    M mmbb

    @arminunruh
    I had to choose a row with a click and a second click deselected the row but the "OK" button still worked.

    Are there any tools to create an expandable caption? Would be great to use the description from the image...

    Bug Reports

  • Carousel Captions are changing when expanding the text (after update to 7.1.3)
    M mmbb

    Any thoughts?

    Bug Reports

  • Carousel Captions are changing when expanding the text (after update to 7.1.3)
    M mmbb

    Hi,
    the problem is with long captions with more than one carousel. When you expand the caption and change the slide it will show the wrong caption under the the slides.

    See example: carusel-caption-test-copy

    Two carousel with two slides.
    Go to slide 2 of carousel 2.
    Expand the "caption collapsed C1S1" under the first slide of carousel 1.

    The caption of slide 2 in carousel 2 will also open.
    This is the bug.

    I build this without cloning the carousel.
    The example below is with a cloned carousel and it much more confusing, every caption is changing:
    carusel-caption-test

    On the real site I have three carousel with around 15 to 20 slides, there is a big mass going on with the captions...

    Thanks. Mario

    Bug Reports

  • carousel slide alignment left
    M mmbb

    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!

    Addons

  • carousel slide alignment left
    M mmbb

    I realized that every image should be moved to the left side. So my solution so far is:
    .col .lay-carousel img[data-h="2250"] {
    -webkit-transform: translateX(0%)!important;
    -ms-transform: translateX(0%)!important;
    transform: translateX(0%)!important;
    left: 0%!important;
    }
    correct?

    Addons

  • carousel slide alignment left
    M mmbb

    Hi!
    It worked with this for the the 1:1 and 3:4 (portrait) images:

    .col .lay-carousel img[data-ar="1.3345195729537"] {
    -webkit-transform: translateX(0%)!important;
    -ms-transform: translateX(0%)!important;
    transform: translateX(0%)!important;
    left: 0%!important;
    }
    .col .lay-carousel img[data-ar="1"] {
    -webkit-transform: translateX(0%)!important;
    -ms-transform: translateX(0%)!important;
    transform: translateX(0%)!important;
    left: 0%!important;
    }

    Is the a way to modify the data-ar=... to something like >= (bigger or equal) then 1?
    So every image which is square or portrait oriented will be moved to left?
    Thanx!

    Addons

  • carousel slide alignment left
    M mmbb

    Did't work.

    Maybe two stupid questions but:
    I am putting this there .col.... into the Custom CSS field - right?
    And why is everything 0%?

    About the gray borders: this was a workaround but I don't want them. The first image in the first carousel should move to left.

    Addons

  • carousel slide alignment left
    M mmbb

    yes. Because the 4:3 images fit into the 4:3 ratio of the carousel.
    https://werkundbild.at/left-copy/

    Addons

  • carousel slide alignment left
    M mmbb

    Hi!
    after searching and searching nothing worked out.

    Need the slides/images (4:3, 1:1, 3:4) of a carousel aligned to the left side in 4:3 fixed carousel.

    I tried this CSS with no success:
    .col .lay-carousel img.h100 {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    left: 0%;
    }

    This CSS works but is doing the wrong thing. It moves every slide to the left side. Not just the 1:1 and 3:4 slides:
    .lay-carousel-slide{
    transform: translateX(-15%);
    }

    any ideas?
    THanx
    Bildschirmfoto 2024-01-15 um 16.31.36.png

    Addons
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Recent
  • Tags
  • Popular
  • Users
  • Search