You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I'm just implementing Cycle2. Seems to work great. But I get errors when validating the HTML on [``]((https://validator.w3.org)
In the html page header I place the script statements:
<!-- include jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<!-- include Cycle2 -->
<script src="cycle2/jquery.cycle2.js"></script>
In the html page body I have the following statements:
The functionality is fine. The images cycle through. However, this code produces a number of errors. They are all the options used in the DIV CLASS=CYCLE-SLIDESHOW statement. Some examples are: there is no attribute "data-cycle-title"
there is no attribute "data-cycle-fx"
My site gets audited occasionally. How can I use Cycle2 so that it includes the captions below the image but doesn't produce validation errors?
Thanks for checking.
The text was updated successfully, but these errors were encountered:
The problem went away. I had a class "cycle-slideshow" identified in the CSS file. It wasn't doing anything. Once I removed it, the validation worked fine.
Hello,
I'm just implementing Cycle2. Seems to work great. But I get errors when validating the HTML on [``]((https://validator.w3.org)
In the html page header I place the script statements:
In the html page body I have the following statements:
The functionality is fine. The images cycle through. However, this code produces a number of errors. They are all the options used in the DIV CLASS=CYCLE-SLIDESHOW statement. Some examples are:
there is no attribute "data-cycle-title"
there is no attribute "data-cycle-fx"
My site gets audited occasionally. How can I use Cycle2 so that it includes the captions below the image but doesn't produce validation errors?
Thanks for checking.
The text was updated successfully, but these errors were encountered: