• Resolved tarya85

    (@tarya85)


    Hello,

    I would like to know if there’s a way to force the same height on slides. If I add some text with different lenghts, I notice the difference in height once I move from a slide to another.

    It would be great to have an option to set all slides to the maximum height.

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor Tarek Aziz

    (@tarekht)

    Hello @tarya85,

    Thank you very much for reaching out to us ??

    Yes. While the plugin doesn’t have a specific option to force all slides to have the same height, it programmatically forces the same height on slides.

    Please note that if you are using custom content to create slides, all your slides should automatically have the same height. However, if you are creating custom templates and using them as slides, there may be instances where the heights won’t be the same. In such cases, only the slider area will span the maximum height.

    Would it be possible for you to clarify the issue a little more? It would be helpful if you could share details about the widget you are using, along with a screenshot of the issue.

    This will help us understand the issue better and provide an effective solution.

    Looking forward to hearing from you.

    Kind regards,
    Tarek

    Thread Starter tarya85

    (@tarya85)

    Hello,

    I noticed that HT slider is based on slick slider, so I found a solution by adding these lines in the child styles:

    .htslider-slider .slick-track{display: flex !important;}
    .htslider-slider .slick-track > .slick-slide{height: inherit !important;display: flex !important; width:100%;}
    .htslider-slider .slick-track > .slick-slide > div{height: inherit !important;display: flex !important;width:100%;}
    .htslider-slider .slick-track > .slick-slide > div > div{height: inherit !important;}

    It would be great to have an option in HT slider settings, inside Elementor, to force same height slides.

    Have a nice day!

    E

    Plugin Contributor Tarek Aziz

    (@tarekht)

    Hello @tarya85,

    Thank you so much for the prompt response ??

    It’s wonderful to hear that you have found a workaround to address the issue.

    However, adding custom CSS in the child styles might not be an ideal solution for all our users.

    But don’t worry; I have already forwarded your request to our development team.

    We’ll do our best to incorporate an option in the plugin settings, allowing users to enable or disable the same height for all slides easily.

    Your cooperation and support are highly expected.

    Wishing you a fantastic day ahead!

    Thread Starter tarya85

    (@tarya85)

    I agree with you: my custom lines in the style.css it’s just a workaround to fix the issue immediately on my site.

    It would be great to integrate this functionality in your plugin directly.

    Thanks a lot your great support!

    Plugin Contributor Tarek Aziz

    (@tarekht)

    Thank you very much for understanding.

    Yes, certainly! Our development team will integrate such an option into our plugin as soon as possible.

    During this interim period, your patience and support would be greatly appreciated.

    Wishing you a wonderful day ahead!

Viewing 5 replies - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.