Title: jvier's Replies | WordPress.org

---

# jvier

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar] Error 500 when deleting and editing events](https://wordpress.org/support/topic/error-500-when-deleting-and-editing-events/)
 *  [jvier](https://wordpress.org/support/users/jvier/)
 * (@jvier)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/error-500-when-deleting-and-editing-events/#post-9094871)
 * It seems the error is with a file wich is part of the translation plugin WPML
   and sends the following error when deleting certain events:
 * Fatal error: Class ‘Tribe__Tickets__RSVP’ not found in wordpress\wp-content\plugins\
   woocommerce-multilingual\compatibility\class-wcml-the-events-calendar.php on 
   line 127
 * Disabling the WPML plugin does solve the issue but we need said plugin to be 
   enabled.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar: Category Colors] Translation support?](https://wordpress.org/support/topic/translation-support-15/)
 *  Thread Starter [jvier](https://wordpress.org/support/users/jvier/)
 * (@jvier)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/translation-support-15/#post-8676625)
 * Yes, it works perfectly now both the categories and the colors. Thank you.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar: Category Colors] Translation support?](https://wordpress.org/support/topic/translation-support-15/)
 *  Thread Starter [jvier](https://wordpress.org/support/users/jvier/)
 * (@jvier)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/translation-support-15/#post-8675154)
 * It keeps adding regardless.
    I think maybe it’s because I add the filter to the
   wrong file, what file are you editing it in?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar: Category Colors] Translation support?](https://wordpress.org/support/topic/translation-support-15/)
 *  Thread Starter [jvier](https://wordpress.org/support/users/jvier/)
 * (@jvier)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/translation-support-15/#post-8674994)
 * Using the updated plugin and the add_terms filter don’t seem to have changed 
   anything besides the fact that the add_terms filter keeps adding categories everytime
   the calendar page is loaded.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar: Category Colors] Translation support?](https://wordpress.org/support/topic/translation-support-15/)
 *  Thread Starter [jvier](https://wordpress.org/support/users/jvier/)
 * (@jvier)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/translation-support-15/#post-8671522)
 * I’m afraid I don’t know how to get the variables from the plugin. If you could
   reference me to a tutorial or plugin that does this I’ll provide the variables.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar: Category Colors] Translation support?](https://wordpress.org/support/topic/translation-support-15/)
 *  Thread Starter [jvier](https://wordpress.org/support/users/jvier/)
 * (@jvier)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/translation-support-15/#post-8669400)
 * I tried applying the code you sent me (putting the category slugs in the ‘translated_termx’
   slots) and it does spread the colors to the translations but the calendar disappears
   completely from the frontend only leaving the legend categories.
    I entered the
   code as follows,
 *     ```
       add_filter( 'teccc_get_terms', 'wpml_translated_tec_category_slugs' );
       	function wpml_translated_tec_category_slugs( $all_terms ) {
       	$translated_terms = array( 'atelier-cuisine-en-anglais', 'atelier-cuisine-en-espagnol', 'atelier-cuisine-en-francais', 'cooking-classes-in-english', 'cooking-classes-in-french', 'cooking-classes-in-spanish' );
       	$merged_terms = array_merge( $all_terms, $translated_terms );
       	return $merged_terms;
       	}
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar: Category Colors] Translation support?](https://wordpress.org/support/topic/translation-support-15/)
 *  Thread Starter [jvier](https://wordpress.org/support/users/jvier/)
 * (@jvier)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/translation-support-15/#post-8662334)
 * Hi, sorry for the delayed response.
    I’m not sure what you mean by “a function
   that can get all the translated category terms”. Do you mean it as in “a function
   that lets you edit the translated category themes”. Because in that case there
   is one.

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