ผู้ใช้รายนี้ไม่มีหัวข้อที่ชื่นชอบ.
หัวข้อฟอรั่มที่ชื่นชอบ
สร้างหัวข้อฟอรัมแล้ว
สถานะ |
หัวข้อ
|
ผู้สนับสนุน | เสียง | กระทู้ | ความสดชื่น |
---|---|---|---|---|---|
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 | 1 months, 4 weeks มาแล้ว | ||
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 | 1 months, 4 weeks มาแล้ว | ||
Eror at automatic translation
เริ่มโดย: ericH-23 ใน: English Support |
2 | 5 | 2 months, 1 weeks มาแล้ว | ||
Buddyboss custom profile field taxonomy is not available in other language
1
2
เริ่มโดย: ericH-23 ใน: English Support |
2 | 19 | 2 months, 1 weeks มาแล้ว | ||
Buddyboss custom profile field taxonomy is not available in other language
เริ่มโดย: ericH-23 ใน: English Support |
2 | 5 | 3 months มาแล้ว | ||
Buddyboss profile field multiselect sorting variables
1
2
3
เริ่มโดย: ericH-23 ใน: English Support |
4 | 35 | 4 months, 4 weeks มาแล้ว | ||
Jobmanager search checkbox label translation, how?
เริ่มโดย: ericH-23 ใน: English Support |
2 | 7 | 5 months มาแล้ว | ||
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 | 5 months มาแล้ว | ||
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 | 5 months, 1 weeks มาแล้ว | ||
The translated product category shows no products
1
2
เริ่มโดย: ericH-23 ใน: English Support |
2 | 33 | 5 months, 3 weeks มาแล้ว | ||
How can I have the DE job seen in all languages?
เริ่มโดย: ericH-23
ใน: English Support
Problem: If this solution does not apply to your case, or if it seems 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. Additionally, if further assistance is needed, please open a new support ticket at WPML support forum. |
2 | 5 | 7 months มาแล้ว | ||
how can I disable with automatically translation of the title and the description of a job?
เริ่มโดย: ericH-23
ใน: English Support
Problem: If this solution does not apply to your case, or if it seems 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. Should you need further assistance, please do not hesitate to open a new support ticket or visit our support forum. |
2 | 8 | 7 months มาแล้ว | ||
how can I set only new/old jobs translated automatically?
เริ่มโดย: ericH-23 ใน: English Support |
2 | 8 | 7 months มาแล้ว | ||
wpml_get_translated_slug register taxonomy needed?
เริ่มโดย: ericH-23
ใน: English Support
Problem: wpml_get_translated_slug filter but are encountering issues where the slug is not consistently returned in English across different language settings. wpml_get_translated_slug filter. For retrieving the English version of a taxonomy slug, the code should look like this: $tmpcss = apply_filters('wpml_get_translated_slug', 'job_listing_type', 'job_listing_type', 'en', 'taxonomy'); Additionally, we suggested checking the WPML > Settings > Taxonomy Translation to ensure that the English slug is correctly copied to other languages. If issues persist, we recommended testing the problem on a clean WordPress installation to isolate the issue. Further assistance with custom code, which is beyond WPML support scope, could be sought from certified WPML contractors, available here: https://wpml.org/contractors/ Please note that 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 issue persists, please open a new support ticket at WPML support forum. |
2 | 12 | 7 months, 1 weeks มาแล้ว | ||
Buddyboss Groups changing privacy request link is shown too long
1
2
เริ่มโดย: ericH-23 ใน: English Support |
4 | 23 | 7 months, 2 weeks มาแล้ว |