Este usuario no tiene temas favoritos.
Temas favoritos del foro
Temas del foro creados
Estado |
Tema
|
Colaborador | Voces | Entradas | Frescura |
---|---|---|---|---|---|
Buddyboss job related jobs shon in second language same job
Iniciado por: ericH-23 en: English Support |
1 | 4 | hace 9 horas, 24 minutos | ||
I am developing a site using WP Jobmanager and WPML. I want users to select a resume from a dropdown…
Iniciado por: ericH-23 en: English Support |
0 | 4 | hace 10 horas, 40 minutos | ||
WP Jobmanager application form is shown in all languages in the application form at the job edit
Iniciado por: ericH-23 en: English Support |
0 | 4 | hace 10 horas, 41 minutos | ||
Wp Jobmanager resume manager: resume gives 404
Iniciado por: ericH-23 en: English Support |
0 | 13 | hace 11 horas, 5 minutos | ||
I disabled automatic translations and have no extra code but if I edit a job, he is saved into all l…
Iniciado por: ericH-23 en: English Support |
1 | 2 | hace 19 horas, 22 minutos | ||
I duplicate a job to other languages and have several taxonomies
Iniciado por: ericH-23 en: English Support |
1 | 4 | hace 1 día, 6 horas | ||
Resume Manager Count limit not working with second language
Iniciado por: ericH-23 en: English Support |
0 | 5 | hace 5 días, 11 horas | ||
Media settings
Iniciado por: ericH-23 en: English Support |
1 | 4 | hace 6 días, 10 horas | ||
Resume Manager posts are not deleted
Iniciado por: ericH-23
en: 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 | hace 2 semanas, 3 días | ||
Compatibilty issue with "Tax Exemption Woocommerce"
Iniciado por: ericH-23
en: 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 | hace 2 semanas, 3 días | ||
Resume Manager of WP Jobmanager
Iniciado por: ericH-23
en: English Support
Problem: |
2 | 33 | hace 3 semanas | ||
Post deletion documentation, when what?
1
2
Iniciado por: ericH-23
en: 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 | hace 3 semanas | ||
Translating Profile Type of Buddyboss
1
2
3
4
Iniciado por: ericH-23 en: English Support |
3 | 56 | hace 3 semanas, 3 días | ||
WP Jobmanager add a new job with duplicates too much activity entries in Buddyboss (for every langua…
Iniciado por: ericH-23
en: 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 | hace 1 mes | ||
String translation takes too much time
Iniciado por: ericH-23
en: 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 | hace 1 mes |