Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Bug in Kadence Slider 1.5.2

Home / Forums / Pinnacle Theme / Bug in Kadence Slider 1.5.2

This topic is: Resolved
[Resolved]
Posted in: Pinnacle Theme
February 19, 2016 at 9:16 pm

Hi,

Kadence Slider version 1.5.2 is great with the new “respect ratio” option, thanks a lot.

But it comes with a bug : sliders in full height without respect ratio are not full height anymore.

As far as I can see, the “data-ktslider-height-type” is missing in the kad-slider-wrapper div.

I fixed it quickly on my install by changing line 169 (addded part in bold) of /plugins/kadence-slider/kadence-slider-shortcode.php

<div class=”kad-slider-wrapper <?php echo esc_attr($slider_parallax_class);?> <?php if($slidecount == 1) {echo ‘kt_slider_single_slide’;}?> kad-slider-<?php echo esc_attr($id);?>” data-ktslider-id=”<?php echo esc_attr($id);?>” data-ktslider-auto-play=”<?php echo esc_attr($auto_play_data);?>” data-ktslider-pause-time=”<?php echo esc_attr($pause_data);?>” data-ktslider-height=”<?php echo esc_attr($data_height);?>” data-ktslider-height-type=”<?php echo esc_attr($data_height_type);?>” style=”max-width:<?php echo esc_attr($max_width);?>; margin-left: auto; margin-right:auto;”>

  • The forum ‘Pinnacle Theme’ is closed to new topics and replies.