• Many of you will be happy to know I got the Carousel to work on my site and hopefully on yours too. It bugged me and had to correct it.

    I edited the carousel-shortcode.php in the /shortcodes folder and added this at line 273

    $item_skin = isset($grid_layout[$index]['skin']) ? $grid_layout[$index]['skin'] : 'thumbnail';

    it’s right before this line

    $item_template = $grid_plus->get_skin_template($item_skin);

    I did create a template but not sure if it’s needed if you just simply adjust Carousel Options in the grid setting page … I will update if template is needed.

    Of course if you edit any files, be sure you have a backup of the original.
    Let me know how you go!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter ozipete

    (@ozipete)

    This, worked for the most part, it only showed thumbnails in the carousel, no links or titles etc. Sorry couldn’t find how to delete this but maybe someone else can try and see why that doesnt work.

    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';

    luck

    Thread Starter ozipete

    (@ozipete)

    Appreciated will give it a try.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Got CAROUSEL to Work’ is closed to new replies.