Skip Navigation

[Resolved] The slider does not work automatically, I have the theme Twenty Seventeen

This support ticket is created 7 years, 4 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 14:00 – 18:00 13:00 – 18:00 -

Supporter timezone: America/Jamaica (GMT-05:00)

This topic contains 16 replies, has 2 voices.

Last updated by Shane 7 years, 4 months ago.

Assisted by: Shane.

Author
Posts
#538789

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi David,

Thank you for the link I was able to setup the duplicator and see the issue.

Also I was able to notice this on a clean install as well as such I will be escalating your ticket to our 2nd tier supporters.

Thanks,
Shane

#540571

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi David,

Could you try this and let me know if it helps.

Access your website through ftp and go to your plugin folder in the wp-content folder.

In the file thats located at layouts\inc\cell_types\wpddl.cell_slider.class.php edit line 180.

Change it from

<div id="slider-<?php echo $unique_id ?>" class="<?php echo $carousel_container_class;?>" <?php echo $pause ?> data-interval="<?php the_ddl_field('interval') ?>" <?php echo $container_additional_attributes;?> >

To:

<div id="slider-<?php echo $unique_id ?>" class="<?php echo $carousel_container_class;?>" <?php echo $pause ?> data-interval="<?php the_ddl_field('interval') ?>" <?php echo $container_additional_attributes;?>  data-ride="carousel" >

Please let me know if the carousel starts working now.

Thanks,
Shane