هذا المستخدم ليس لديه مواضيع مفضلة.
مواضيع المنتدى المفضلة
تم إنشاء مواضيع المنتدى
الحالة |
عنوان
|
مؤيد، مشجع، داعم | أصوات | المقالات | نضارة |
---|---|---|---|---|---|
Wp Jobmanager resume manager: resume gives 404
بدأ ب: ericH-23 في: English Support |
0 | 12 | قبل 1 ساعة، 19 دقيقة | ||
Resume Manager Count limit not working with second language
بدأ ب: ericH-23 في: English Support |
0 | 5 | قبل 1 يوم، 18 ساعة | ||
Media settings
بدأ ب: ericH-23 في: English Support |
1 | 4 | قبل يومين، 16 ساعة | ||
Resume Manager posts are not deleted
بدأ ب: ericH-23
في: English Support
Problem: The client reported an issue where resumes are duplicated like jobs in the WP Job Manager Resumes plugin, and when deleted from the frontend, only the current resume is deleted, not the copies. Solution: We recommend following these steps after ensuring you have a full site backup: 1) Navigate to the /wp-content/plugins/wp-job-manager-resumes/includes/ folder. class-wp-resume-manager-shortcodes.php file for editing. case 'delete': // Trash it. wp_trash_post( $resume_id ); To case 'delete': // Trash it. // WPML workaround for compsupp-7757 $trid = apply_filters( 'wpml_element_trid', NULL, $resume_id , 'post_resume' ); $translations = apply_filters( 'wpml_get_element_translations', NULL, $trid, 'resume' ); if ( !empty( $translations ) ) { foreach ( $translations as $lang => $translation ) { $translation_id = absint( $translation->element_id ); wp_trash_post( $translation_id ); } } Please note that this workaround will delete translations, irrespective of the "When deleting a post, delete translations as well" option. If this solution does not resolve your issue or 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. If the problem persists, please open a new support ticket at WPML support forum. |
0 | 8 | قبل 1 أسبوع، 6 أيام | ||
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 | قبل 1 أسبوع، 6 أيام | ||
Resume Manager of WP Jobmanager
بدأ ب: ericH-23
في: English Support
Problem: |
2 | 33 | قبل أسبوعين، 4 أيام | ||
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 | قبل أسبوعين، 4 أيام | ||
Translating Profile Type of Buddyboss
1
2
3
4
بدأ ب: ericH-23 في: English Support |
3 | 56 | قبل أسبوعين، 6 أيام | ||
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 | قبل 4 أسابيع | ||
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 | قبل 4 أسابيع، 1 يوم | ||
I a new job listing is copied into other languages for every language a Buddyboss activity post is d…
بدأ ب: ericH-23 في: Chat Support |
1 | 2 | قبل 1 شهر، 1 أسبوع | ||
I have jobs posts copied automatically and they have location fields only in one language
بدأ ب: ericH-23 في: English Support |
1 | 2 | قبل 1 شهر، 1 أسبوع | ||
Application with a resume with WP Jobmanager shows all language versions of resumes in dropdown list
بدأ ب: ericH-23 في: English Support |
1 | 3 | قبل 1 شهر، 1 أسبوع | ||
Redirect to shop page in 2. languages give 404 error
بدأ ب: ericH-23 في: Chat Support |
0 | 2 | قبل 1 شهر، أسبوعين | ||
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 شهر، 3 أسابيع |