• Carousel not working with WP 5.5.1.. its showing “could not find this template” in place of thumbnails. Any help?

Viewing 1 replies (of 1 total)
  • while an official solution appears, you can fix it editing the carousel-shortcode.php in the /shortcodes folder and replace line:

    $carousel_skin = isset($grid_config['carousel_skin']) ? $grid_config['carousel_skin'] : '';

    by

    $carousel_skin = isset($grid_config['main_skin']) ? $grid_config['main_skin'] : 'thumbnail';

    it worked for me

Viewing 1 replies (of 1 total)

The topic ‘Carousel not working’ is closed to new replies.