למשתמש זה אין נושאים מועדפים.
נושאי פורום מועדפים
נושאי פורום שנוצרו
סטטוס |
נושא
|
תומך | קולות | פוסטים | עדכניות |
---|---|---|---|---|---|
How to avoid translate SEOPress dynamic variable
נפתח על ידי: adrienR-5 ב: Chat Support |
|
0 | 4 | לפני חודש 1, שבוע 1 | |
How to prevent images to being duplicated on all other languages for nothing?
נפתח על ידי: adrienR-5 ב: Chat Support |
|
1 | 2 | לפני חודש 1, שבוע 2 | |
Create query_vars and add_rewrite_rule for alternative WPML languages
נפתח על ידי: adrienR-5 ב: Chat Support |
|
1 | 2 | לפני חודש 3, שבוע 2 | |
Can't make a translation
נפתח על ידי: adrienR-5 ב: Chat Support |
|
0 | 2 | לפני חודש 4, שבוע 2 | |
Need help with my previous ticket, chat closed
נפתח על ידי: adrienR-5 ב: Chat Support |
|
0 | 2 | לפני חודש 5, שבוע 1 | |
Blog post translated – Having their own WP categories and not the one from the main blog post
נפתח על ידי: adrienR-5 ב: Chat Support |
|
0 | 2 | לפני חודש 5, שבוע 1 | |
Meta Box Post field [attached to User Profile] – How to modify query so that is returning only post …
נפתח על ידי: adrienR-5 ב: Chat Support |
|
0 | 2 | לפני חודש 7, שבוע 2 | |
WPML Menus conflicting with Object Cache Pro
נפתח על ידי: adrienR-5 ב: English Support |
|
2 | 4 | לפני שנה 1 | |
Object Cache Pro enabled and I can't see my menus (in other languages)
נפתח על ידי: adrienR-5 ב: Chat Support |
|
1 | 2 |
לפני שנה 1
|
|
How to translate Meta Box Post field (inside User WordPress profile)
נפתח על ידי: adrienR-5
ב: English Support
Problem: add_filter( 'wpml_translatable_user_meta_fields', function( $fields ) {<br /> $fields[] = 'franchise_associated';<br /> return $fields;<br />} ); Then, navigate to WPML > String Translation. Search for 'franchise_associated' and translate the CPT numerical id. For example, in the provided Sandbox site, translate from 68 to 70. 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. If issues persist, please open a new support ticket. |
|
2 | 6 | לפני שנה 1, חודש 1 | |
Fetch with WP_Query or get_posts only the posts from a specific taxonomy (for current language)
נפתח על ידי: adrienR-5 ב: English Support |
|
2 | 4 | לפני שנה 1, חודש 1 | |
MB AIO + Bricks + WPML – How to translate the custom archive slug for a CPT
נפתח על ידי: adrienR-5 ב: English Support |
|
2 | 13 | לפני שנה 1, חודש 2 | |
How to translate archive page of custom CPT? And remove translations?
1
2
נפתח על ידי: adrienR-5
ב: English Support
Problem: function sws_remove_cpt_archive_for_other_languages() {<br /> $current_language = apply_filters('wpml_current_language', null);<br /> $default_language = apply_filters('wpml_default_language', null);<br /> if ($current_language !== $default_language) {<br /> add_action('template_redirect', 'sws_disable_cpt_archive');<br /> }<br />}<br />function sws_disable_cpt_archive() {<br /> $cpts_to_disable = array('cpt1', 'cpt2', 'cpt3');<br /> foreach ($cpts_to_disable as $cpt) {<br /> if (is_post_type_archive($cpt)) {<br /> wp_redirect(apply_filters('wpml_home_url', home_url()));<br /> exit();<br /> }<br /> }<br />}<br />add_action('init', 'sws_remove_cpt_archive_for_other_languages', -1); We also suggested modifying the \MBCPT\PostTypeRegister::get_post_types method in wp-content/plugins/meta-box-aio/vendor/meta-box/mb-custom-post-type/src/PostTypeRegister.php by setting suppress_filters = false . This ensures get_posts will fetch posts only in the specific language by bypassing WPML filters. 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. If further assistance is needed, please open a new support ticket. |
|
2 | 20 | לפני שנה 1, חודש 2 | |
2,376 hreflang conflicts within page source code
1
2
נפתח על ידי: adrienR-5
ב: English Support
Problem: Please note that the solution provided 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. |
|
2 | 17 | לפני שנה 1, חודש 2 | |
Missing MB fields to translate inside WPML Advanced Translation Editor
1
2
נפתח על ידי: adrienR-5
ב: English Support
Problem: add_filter('wpml_tm_job_field_is_translatable', '__return_true'); After adding this code, edit the page in the default language, make a minor edit, and then update it. This should allow the missing fields to appear when using the search field in the Advanced Translation Editor. 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 | 20 | לפני שנה 1, חודש 2 |