Title: W3C Validator shows error
Last modified: August 22, 2016

---

# W3C Validator shows error

 *  Resolved [kostya](https://wordpress.org/support/users/kostya/)
 * (@kostya)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/w3c-validator-shows-error/)
 * Hello, this is not really a plugin problem per se, it just bothers the sperg 
   inside me:
 * I am getting 3 errors in the w3c validator for html5: [http://validator.w3.org/check?uri=http%3A%2F%2Fdigitalgrid.cl%2Fk%2Fbrotec-constructora%2F&charset=%28detect+automatically%29&doctype=Inline&group=0&user-agent=W3C_Validator%2F1.3+http%3A%2F%2Fvalidator.w3.org%2Fservices](http://validator.w3.org/check?uri=http%3A%2F%2Fdigitalgrid.cl%2Fk%2Fbrotec-constructora%2F&charset=%28detect+automatically%29&doctype=Inline&group=0&user-agent=W3C_Validator%2F1.3+http%3A%2F%2Fvalidator.w3.org%2Fservices)
 * Line 378, Column 213: Element link is missing required attribute property.
    …/
   includes/prettyphoto/prettyphoto.css?ver=4.1.1′ type=’text/css’ media=’all’ /
   >
 * I checked and the format is the same as for other included files, but for some
   reason these 3 are giving me an error. I’d just like to show the client a green
   validation screen 😉 What could be causing this?
 * Thanks.
 * [https://wordpress.org/plugins/nimble-portfolio/](https://wordpress.org/plugins/nimble-portfolio/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Nimble3](https://wordpress.org/support/users/nimble3/)
 * (@nimble3)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/w3c-validator-shows-error/#post-5892116)
 * For a temporary workaround, please replace this line (#54)
 *     ```
       add_action('wp_head', array(__CLASS__, 'enqueueStyle'));
       ```
   
 * in nimble-portfolio.php with
 *     ```
       add_action('wp_head', array(__CLASS__, 'enqueueStyle'),1);
       ```
   
 * We will add this next plugin update.

Viewing 1 replies (of 1 total)

The topic ‘W3C Validator shows error’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/nimble-portfolio_e1ebf4.svg)
 * [Wordpress Picture / Portfolio / Media Gallery](https://wordpress.org/plugins/nimble-portfolio/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/nimble-portfolio/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/nimble-portfolio/)
 * [Active Topics](https://wordpress.org/support/plugin/nimble-portfolio/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/nimble-portfolio/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/nimble-portfolio/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Nimble3](https://wordpress.org/support/users/nimble3/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/w3c-validator-shows-error/#post-5892116)
 * Status: resolved