• Resolved bethuber

    (@bethuber)


    Regardless of whether the auto height button is ticked or not, it does not change the height of the testimonials

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support SM Rafiz

    (@srafiz)

    Hi @bethuber
    Greetings. From the link you provided, I can see that the slider auto-height is working fine. Auto-height means that the height of the slider will dynamically adapt and change the total height of the slider section with respect to the currently visible slide height.

    As you can see from your testimonial section, the height is changing when the slide changes to adapt the slide height. Please check the reference screenshots:
    Slide-1: https://prnt.sc/koTn4cQz-Vof
    Slide-2: https://prnt.sc/nLK-kX21Ckhm

    If you want to disable auto-height, just untick the Autoheight button from the Shortcode Generator. Then the slider section height will be fixed and not be changed when changing the slides.

    Thank you.

    Thread Starter bethuber

    (@bethuber)

    is there a way to make the text of the testimonials be in line when they are different lengths? As you can see from the site ones that have a longer title are not in line with the shorter ones?

    Plugin Support SM Rafiz

    (@srafiz)

    Hello.

    From what I understand, you are asking for this type of layout: https://prnt.sc/k_wtlorAasxH

    It can be done with some custom codes.
    Please go to Dashboard->Appearance->Customize->Additional CSS and paste the following CSS codes and Publish:

    body.home .tss-carousel.swiper-autoheight .swiper-wrapper {
    	height: auto !important;
    }
    
    body.home .tss-wrapper .single-item-wrapper h3.author-name {
    	min-height: 60px;
    }
    
    body.home .tss-wrapper .tss-carousel3 .item-content-wrapper {
    	min-height: 220px;
    }

    These codes will transform your testimonials like the above screenshot.

    If you have any other issues, please let us know.

    Thank you.

    Thread Starter bethuber

    (@bethuber)

    Perfect, thanks so much for your swift help!

    Plugin Support SM Rafiz

    (@srafiz)

    We are glad that everything is sorted out fine. Thank you for your nice words.

    If you like our work, can you please consider giving us a 5-star rating from here? It will help us grow.

    Thanks again.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Auto height not working’ is closed to new replies.