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

Post Gallery

Home / Forums / Ascend Theme / Post Gallery

This topic is: Not a support question
[Not a support question]
Posted in: Ascend Theme
February 1, 2019 at 1:52 am

Hi,

i use the post gallery with thumbnails and used this:

<script type="text/javascript">
jQuery(document).ready(function ($) {
$('.single-post .postfeat .kt-slickslider').attr('data-slider-auto', 'false');
});
</script>

to stop it from sliding. This doesn’t work anymore, maybe since last update, but not sure.

I now, also tried this slow it down.. also not working and i’m pretty sure it did before:

<script type="text/javascript">
jQuery(document).ready(function ($) {
$('#post-carousel-gallery.kt-slickslider').attr('data-slider-speed', '15000');
});
</script>

Please help stop the auto-play-slider.

Thank you

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