Got CAROUSEL to Work
-
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)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Got CAROUSEL to Work’ is closed to new replies.