このユーザーにはお気に入りのトピックがありません。
お気に入りのフォーラムトピック
作成したフォーラムトピック
ステータス |
トピック
|
サポーター | 声 | 投稿 | 新着度 |
---|---|---|---|---|---|
Compatibilty issue with "Tax Exemption Woocommerce"
開始者:ericH-23
カテゴリ:English Support
Problem: If this solution does not resolve your issue or seems irrelevant due to being outdated or not applicable to your case, we highly recommend checking related known issues at https://wpml.org/known-issues/, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. Additionally, if you need further assistance, please open a new support ticket at WPML support forum. |
|
0 | 5 | 8ヶ月、 3週前 | |
Resume Manager of WP Jobmanager
開始者:ericH-23
カテゴリ:English Support
Problem: |
|
2 | 33 | 8ヶ月、 3週前 | |
Post deletion documentation, when what?
1
2
開始者:ericH-23
カテゴリ:English Support
Problem: The client was experiencing issues with the WPML setting 'When deleting a post, delete translations as well' not functioning correctly for duplicated posts when deleted from the frontend. The main post would be deleted, but its duplicates would remain. Solution: We recommended the following steps after ensuring a full site backup: 1) Navigate to the /wp-content/plugins/wp-job-manager/includes/ folder. class-job-dashboard-shortcode.php file for editing. From case 'delete': // Trash it. wp_trash_post( $job_id ); To case 'delete': // Trash it. // WPML workaround for compsupp-7729 $trid = apply_filters( 'wpml_element_trid', NULL, $job_id , 'post_job_listing' ); $translations = apply_filters( 'wpml_get_element_translations', NULL, $trid, 'job_listing' ); if ( !empty( $translations ) ) { foreach ( $translations as $lang => $translation ) { $translation_id = absint( $translation->element_id ); wp_trash_post( $translation_id ); } } This code ensures that when a job post is deleted from the frontend, all its translations are also trashed, regardless of the WPML setting. If this solution does not resolve your issue or seems irrelevant due to updates or differences in your case, we highly recommend checking related known issues at https://wpml.org/known-issues/, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If issues persist, please open a new support ticket at WPML support forum. |
|
0 | 18 | 8ヶ月、 3週前 | |
WP Jobmanager add a new job with duplicates too much activity entries in Buddyboss (for every langua…
開始者:ericH-23
カテゴリ:English Support
Problem: If this solution does not apply to your case, or if it seems outdated, we highly recommend opening a new support ticket. Please also check related known issues (https://wpml.org/known-issues/), verify the version of the permanent fix, and confirm that you have installed the latest versions of themes and plugins. For further assistance, you can contact us directly at the WPML support forum. |
|
0 | 14 | 9ヶ月、 1週前 | |
String translation takes too much time
開始者:ericH-23
カテゴリ:English Support
Problem: This solution might be outdated or not applicable to your specific case. We highly recommend checking related known issues at https://wpml.org/known-issues/, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If the problem persists, please open a new support ticket. |
|
0 | 8 | 9ヶ月、 1週前 | |
I have jobs posts copied automatically and they have location fields only in one language
開始者:ericH-23 カテゴリ:English Support |
1 | 2 | 9ヶ月、 2週前 | ||
Application with a resume with WP Jobmanager shows all language versions of resumes in dropdown list
開始者:ericH-23 カテゴリ:English Support |
1 | 3 | 9ヶ月、 3週前 | ||
Adding posts in a second language and making available in all languages
開始者:ericH-23
カテゴリ:English Support
Problem: add_action('wp_insert_post', 'my_duplicate_on_publishh');<br />function my_duplicate_on_publishh($post_id) {<br /> if (get_post_meta($post_id, '_duplicate_processed', true)) {<br /> return;<br /> }<br /> $post = get_post($post_id);<br /> if (defined('DOING_AUTOSAVE') && DOING_AUTOSAVE) return;<br /> if (isset($post->post_type) && $post->post_type === 'revision') return;<br /> if (isset($post->post_type) && $post->post_type === 'job_listing') {<br /> remove_action('wp_insert_post', 'my_duplicate_on_publishh');<br /> $is_translated = apply_filters('wpml_element_has_translations', '', $post_id, $post->post_type);<br /> if (!$is_translated) {<br /> error_log("Creating duplicates for post ID: $post_id");<br /> do_action('wpml_admin_make_post_duplicates', $post_id);<br /> update_post_meta($post_id, '_duplicate_processed', true);<br /> }<br /> add_action('wp_insert_post', 'my_duplicate_on_publishh');<br /> }<br />} Ensure that listings are set to 'translatable' in WPML->Settings. If further customization is needed, consider hiring a specialized developer with WPML experience from https://wpml.org/contractors/. If this solution does not resolve your issue or seems outdated, please check related known issues at https://wpml.org/known-issues/, verify the version of the permanent fix, and confirm that you have installed the latest versions of themes and plugins. If the problem persists, we highly recommend opening a new support ticket at https://wpml.org/forums/forum/english-support/. |
|
3 | 12 | 10ヶ月前 | |
Jobmanager resume limit count is false
1
2
開始者:ericH-23
カテゴリ:English Support
Problem: resume_manager_count_user_resumes function within your plugin files. Specifically, us the workaround in the following comment: https://wpml.org/forums/topic/jobmanager-resume-limit-count-is-false/#post-16373844 This modification ensures that the resume count only includes original language posts, excluding translations, thus providing an accurate count per user. Take note, that the author is informed and will implement this fix in a future version of the plugin. If this solution does not resolve your issue or becomes outdated, we highly recommend checking related known issues at https://wpml.org/known-issues/, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If further assistance is needed, please open a new support ticket at WPML support forum. |
|
3 | 18 | 10ヶ月前 | |
Eror at automatic translation
開始者:ericH-23 カテゴリ:English Support |
|
2 | 5 | 10ヶ月、 2週前 | |
Buddyboss custom profile field taxonomy is not available in other language
開始者:ericH-23 カテゴリ:English Support |
|
2 | 5 | 11ヶ月、 1週前 | |
Jobmanager search checkbox label translation, how?
開始者:ericH-23 カテゴリ:English Support |
|
2 | 7 | 1年、 1ヶ月前 | |
Jobmanager resumes in other languages gives 404 error
開始者:ericH-23
カテゴリ:English Support
Problem: If this solution does not resolve your issue, or if it seems outdated or irrelevant to your case, we highly recommend checking related known issues at https://wpml.org/known-issues/, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If the problem persists, please open a new support ticket at WPML support forum for further assistance. |
|
2 | 12 | 1年、 1ヶ月前 | |
Info from old ticket
開始者:ericH-23
カテゴリ:English Support
Problem: If this solution does not resolve your issue, or if it seems outdated or irrelevant to your case, we highly recommend checking related known issues at https://wpml.org/known-issues/, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. Additionally, you can open a new support ticket for further assistance at WPML support forum. |
|
2 | 2 | 1年、 1ヶ月前 | |
The translated product category shows no products
1
2
3
開始者:ericH-23 カテゴリ:English Support |
|
2 | 33 | 1年、 1ヶ月前 |