I had the same problem! I am a stickler for validation, and was very disappointed. I like this plugin and think its very easy to use, but this is one tweak that might not be that easy. Here is what I had to do.
**WARNING: Only do this if you know what you're doing... Im not an admin, just a common user and they might find a better way to do this. Use at your own risk***
I went into featured-content-gallery plugin folder and edited gallery.php. I commented out the portion that contained the
- Code: Select all
<style type="text/css">
.jdGallery .slideInfoZone
{
height: <?php echo get_option('gallery-info'); ?>px;
}
</style>
That whole section (starting line 11, ending line 17) is now commented out.
I copied that whole section of code and then went into my index.php (some may need to go into header.php depending where the <head> tag is in the template) and then I pasted that section of code into my head tag. Wallah! Passed validation as xhtml 1.0
Once again, don't do this unless you know what you're doing. I suppose you could also just comment that portion out in the gallery.php and then the .jdgallery .slideInfoZone manually into your css, but then you would have to specify the height and couoldn't modify it through the settings menu.
Awesome plugin, thanks for all the hard work on this dev team!
Hope this helps.