Hi again.
A quick update….
In the sixteen theme folder there is slider-nivo.php
I’ve changed line number 23
<?php for ($i=1; $i < $count_x; $i++) {
to
<?php for ($i=1; $i < $count_x+1; $i++) {
and it works. All the titles are displayed on the right slide and the div tag for id=caption_5 is generated.
This leaves me to believe that the variable $count_x is wrong and the for loop is not run enough times.
$count_x is set on line 4
$count_x = $count = get_theme_mod('sixteen_main_slider_count'); ?>
So i’ll go and find why sixteen_main_slider_count is giving the wrong amount of slides to $count_x but not $count.