Title: Plugin causing validation errors after posts
Last modified: August 20, 2016

---

# Plugin causing validation errors after posts

 *  [GEPS](https://wordpress.org/support/users/geps/)
 * (@geps)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/plugin-causing-validation-errors-after-posts/)
 * After checking validation of website, after each ‘post’ on my homepage is listed
   a validation error:
 *     ```
       Line 511, Column 10: ID "wpcr_respond_1" already defined
       <div id="wpcr_respond_1"></div>
       ```
   
 * I only use the Customer Review plugin on it’s own page and have it disabled on
   the individual posts… how can I stop “wpcr_respond_1” being called after I make
   a post – to cure the validation error?
 * Thank you
 * [http://wordpress.org/extend/plugins/wp-customer-reviews/](http://wordpress.org/extend/plugins/wp-customer-reviews/)

Viewing 1 replies (of 1 total)

 *  [hansi2003](https://wordpress.org/support/users/hansi2003/)
 * (@hansi2003)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/plugin-causing-validation-errors-after-posts/#post-3228694)
 * I just changed <div id=”wpcr_respond_1″> in <div **class**=”wpcr_respond_1″> 
   in the file wp-customer-reviews.php and it all still works fine but no error 
   in W3C validation anymore. This ID is only used for CSS and in some function 
   as a placeholder.
 * In wp-customer-reviews-admin.php you will find:
    <div id=”wpcr_respond_1″ class
   =”wrap”> But here neither the class nor the id are used anywhere in code or CSS
   so don’t bother to change it.

Viewing 1 replies (of 1 total)

The topic ‘Plugin causing validation errors after posts’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-customer-reviews_47737d.svg)
 * [WP Customer Reviews](https://wordpress.org/plugins/wp-customer-reviews/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-customer-reviews/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-customer-reviews/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-customer-reviews/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-customer-reviews/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-customer-reviews/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [hansi2003](https://wordpress.org/support/users/hansi2003/)
 * Last activity: [13 years, 6 months ago](https://wordpress.org/support/topic/plugin-causing-validation-errors-after-posts/#post-3228694)
 * Status: not resolved