Title: zeroczy's Replies | WordPress.org

---

# zeroczy

  [  ](https://wordpress.org/support/users/zeroczy/)

 *   [Profile](https://wordpress.org/support/users/zeroczy/)
 *   [Topics Started](https://wordpress.org/support/users/zeroczy/topics/)
 *   [Replies Created](https://wordpress.org/support/users/zeroczy/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/zeroczy/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/zeroczy/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/zeroczy/engagements/)
 *   [Favorites](https://wordpress.org/support/users/zeroczy/favorites/)

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] paths of images screwed up after update](https://wordpress.org/support/topic/paths-of-images-crewed-up-after-update/)
 *  [zeroczy](https://wordpress.org/support/users/zeroczy/)
 * (@zeroczy)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/paths-of-images-crewed-up-after-update/#post-4139340)
 * try this
 * [http://wordpress.org/support/topic/nggallerycss-slashes-are-missing?replies=21#post-4590934](http://wordpress.org/support/topic/nggallerycss-slashes-are-missing?replies=21#post-4590934)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] Highlight event category link](https://wordpress.org/support/topic/highlight-event-category/)
 *  Thread Starter [zeroczy](https://wordpress.org/support/users/zeroczy/)
 * (@zeroczy)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/highlight-event-category/#post-4049426)
 * thank you **caimin_nwl** 🙂
 * in my functions.php i added
 *     ```
       //EM event Body Class
       function add_EM_event_body_class( $classes ) {
       global $post;
       $EM_Event = em_get_event($post->ID, 'post_id');
       $classes[] = $EM_Event->output('#_CATEGORYSLUG');
   
       return $classes;
       }
       add_filter( 'body_class', 'add_EM_event_body_class' );
       ```
   
 * and that worked 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[SEO Facebook Comment] [Plugin: SEO Facebook Comment] FB comments are not imported to the wp_comments_fbseo table](https://wordpress.org/support/topic/plugin-seo-facebook-comment-fb-comments-are-not-imported-to-the-wp_comments_fbseo-table/)
 *  [zeroczy](https://wordpress.org/support/users/zeroczy/)
 * (@zeroczy)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/plugin-seo-facebook-comment-fb-comments-are-not-imported-to-the-wp_comments_fbseo-table/#post-2812876)
 * i’ve noticed the same problem. wp_comments_fbseo table is empty.
    (fresh WP 3.4.2,
   Project AR2 theme)
 * Any idea?

Viewing 3 replies - 1 through 3 (of 3 total)