למשתמש זה אין נושאים מועדפים.
נושאי הפורום המועדפים
נושאי הפורום נוצרו
מצב |
נוֹשֵׂא
|
תוֹמֵך | קולות | פוסטים | טְרִיוּת |
---|---|---|---|---|---|
WPVivid & BuddyBoss
התחיל על ידי: ronnyK-4
ב: 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. If issues persist, please open a new support ticket for further assistance. |
|
2 | 2 | לפני 6 חודשים, שבוע 1 | |
GenerateBlocks Headline Block Issue
התחיל על ידי: ronnyK-4 ב: English Support |
|
2 | 3 | לפני 7 חודשים | |
Change Media default language
התחיל על ידי: ronnyK-4 ב: English Support |
|
2 | 2 | לפני 10 חודשים, 3 שבועות | |
Split: Translated discussion loses the forum assignment in BuddyBoss
התחיל על ידי: ronnyK-4
ב: English Support
Problem: If the solution provided is not relevant to your case, either because it's outdated or it doesn't apply to your situation, we encourage you to open a new support ticket. We also 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 you need further assistance, please contact us in the WPML support forum. |
|
2 | 4 | לפני 11 חודשים, 2 שבועות | |
Lang not filtered in Activities, Latest Replies and Topics Widget for BuddyBoss
1
2
התחיל על ידי: ronnyK-4
ב: English Support
Problem: Latest Feed, Activity and some other BuddyPress pages show all languages in one go without separation between the langauegs Solution: There is a workaround that can be used but it will be a temporary one and it seems that it breaks the pagination but it works as a temporary solution: // Filter the activity feed by the language: // 1. buffer the activity entry output... add_action('bp_before_activity_entry', function () { ob_start(); }); // 2. clean the output if the activity is the post activity and languages don't match, // flush otherwise. add_action('bp_after_activity_entry', function () { $get_lang = $_GET['lang']; $language_code = get_activity_post_language_code(); if ( $language_code && $get_lang && $language_code !== $get_lang ) { ob_end_clean(); } else { ob_end_flush(); } }); function get_activity_post_language_code() { if ( ! bp_get_activity_secondary_item_id() ) { return false; } $language_details = apply_filters( 'wpml_post_language_details', NULL, bp_get_activity_secondary_item_id() ); if ( ! $language_details ) { return false; } return $language_details['language_code']; } |
|
2 | 18 | לפני 11 חודשים, 3 שבועות | |
WPML chat support ticket by ronnyK-4 – 1708527498
התחיל על ידי: ronnyK-4 ב: Chat Support |
|
1 | 2 |
לפני שנה 1
|
|
Deprecated: Creation of dynamic property wpml_cms_nav_cache::$name is deprecated
התחיל על ידי: ronnyK-4 ב: English Support |
|
2 | 12 | לפני שנה 1, 2 חודשים | |
Topic Archive page of translated sites donw show any topic
התחיל על ידי: ronnyK-4 ב: English Support |
|
2 | 12 | לפני שנה 1, 5 חודשים | |
I need the DB cleaning Plugin
התחיל על ידי: ronnyK-4 ב: English Support |
|
2 | 2 | לפני שנה 1, 7 חודשים | |
bbp_has_topics returning false on front-page in translated pages
התחיל על ידי: ronnyK-4 ב: English Support |
|
2 | 6 | לפני שנה 1, 7 חודשים | |
User Profile Translation bbpress
התחיל על ידי: ronnyK-4 ב: English Support |
|
2 | 2 | לפני שנה 1, 7 חודשים | |
Hardcoded string translation issues
התחיל על ידי: ronnyK-4 ב: Chat Support |
|
1 | 2 |
לפני שנה 1, 8 חודשים
|