So basically it would count the number of <div class=“slide”> instances and then generate a list (e.g. 1 - 2 - 3 - 4) and each has a hyperlink to that specific slide.
I’m not so hot with Javascript so would love some help with this.
I’m sure that would be fine, as the script acts on the <li>s rather than on the images. The bxSlider site must have been updated recently. The previous examples had text along with images inside each <li>. I don’t see any reason why that can’t still be done.
I just tried replacing the img in bxSlider with a mixture of floated divs and images, and it worked fine. You just have to watch out for some of the styles that already apply to the slider.
But I’m not sure what you mean by a “parent and a slideshow within it”. Maybe I am missing the point.