Quote Originally Posted by RescoCCC View Post
I love this mod, but it has an issue I haven't been able to solve. I've been working on eliminating the validation errors for my web site. I started with over 60, and am now down to 8, all of which are generated by this mod. Note: It's currently 8 because I only have one box activated. If I activate the others, it produces many more.

It generates multiples of this:

Line 175, Column 443: ID "carouselPrice" already defined

…te domed costume earrings</a><div id="carouselPrice">$24.95</div><div><a href=…

An "id" is a unique identifier. Each time this attribute is used in a document it must have a different value. If you are using this attribute as a hook for style sheets it may be more appropriate to use classes (which group elements) than id (which are used to identify exactly one element).


Each error is, of course, generated by a different item. I have 8 right now because I have 8 featured items.

Anybody have any ideas how to fix this?
Hi I have had this too and what seems to work right or wrong? but works. When you have two or more carousel going e.g. whats new or featured or specials, the div id is accepted once so change the div id to div class for carouselPrice in two of the three carousel php files. good luck