Cet utilisateur n'a pas de sujets favoris.
Sujets préférés du forum
Sujets de forum créés
Statut |
Sujet
|
Supporter | Les voix | Articles | Fraîcheur |
---|---|---|---|---|---|
Resume Manager posts are not deleted
Démarré par: ericH-23 en: English Support |
0 | 8 | Il y a 1 jour et 18 heures | ||
Compatibilty issue with "Tax Exemption Woocommerce"
Démarré par: ericH-23 en: English Support |
0 | 5 | Il y a 1 jour et 22 heures | ||
Media settings
Démarré par: ericH-23 en: English Support |
1 | 3 | Il y a 2 jours et 6 heures | ||
Resume Manager of WP Jobmanager
Démarré par: ericH-23
en: English Support
Problem: |
2 | 33 | Il y a 6 jours et 6 heures | ||
Post deletion documentation, when what?
1
2
Démarré par: ericH-23 en: English Support |
0 | 18 | Il y a 6 jours et 6 heures | ||
Translating Profile Type of Buddyboss
1
2
3
4
Démarré par: ericH-23 en: English Support |
3 | 56 | Il y a 1 semaine et 2 jours | ||
WP Jobmanager add a new job with duplicates too much activity entries in Buddyboss (for every langua…
Démarré par: 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 | Il y a 2 semaines et 2 jours | ||
String translation takes too much time
Démarré par: 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 | Il y a 2 semaines et 3 jours | ||
I a new job listing is copied into other languages for every language a Buddyboss activity post is d…
Démarré par: ericH-23 en: Chat Support |
1 | 2 | Il y a 3 semaines et 6 jours | ||
I have jobs posts copied automatically and they have location fields only in one language
Démarré par: ericH-23 en: English Support |
1 | 2 | Il y a 3 semaines et 6 jours | ||
Application with a resume with WP Jobmanager shows all language versions of resumes in dropdown list
Démarré par: ericH-23 en: English Support |
1 | 3 | Il y a 4 semaines et 1 jour | ||
Redirect to shop page in 2. languages give 404 error
Démarré par: ericH-23 en: Chat Support |
0 | 2 | Il y a 1 mois | ||
Adding posts in a second language and making available in all languages
Démarré par: ericH-23
en: 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 | Il y a 1 mois et 2 semaines | ||
Jobmanager resume limit count is false
1
2
Démarré par: ericH-23
en: 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 | Il y a 1 mois et 2 semaines | ||
Eror at automatic translation
Démarré par: ericH-23 en: English Support |
2 | 5 | Il y a 1 mois et 3 semaines |