[Plugin: WP Carousel] W3C Validation issues: there is no attribute "data-select", "da
-
Hi,
I’m using one carousel on my site and when I try to validate my website with W3C Markup Validation Service I get this kind of errors:
there is no attribute “data-over”
there is no attribute “data-select”
there is no attribute “data-moveby”I updated the plugin to the last version and I copied my custom “Default-sidebar” theme folder, I think the issue is in theme.php here:
<img src="<?php echo $path_to_this_theme_dir; ?>img/opencircle.png" data-over="<?php echo $path_to_this_theme_dir; ?>img/graycircle.png" data-select="<?php echo $path_to_this_theme_dir; ?>img/closedcircle.png" data-moveby="1" />
How to fix it?
THANKS
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[Plugin: WP Carousel] W3C Validation issues: there is no attribute "data-select", "da’ is closed to new replies.