This user has no favorite topics.
Favorite Forum Topics
Forum Topics Created
Status |
Topic
|
Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
ActiveCampaign – Unable to translate shortcodes with ATE
Started by: cyrillek
in: English Support
Problem: Solution: If this solution doesn't seem relevant to your issue, please open a new support ticket in our forum: WPML Support Forum. |
|
3 | 7 | 1 year, 5 months ago | |
Astra – Related posts not showing up on original content
Started by: cyrillek in: English Support |
|
2 | 5 | 1 year, 5 months ago | |
Bug appeared again: Buddypress and bbpress issues with wpml
Started by: cyrillek in: English Support |
|
2 | 3 | 2 years, 7 months ago | |
Activation after updated loading indifinitely
Started by: cyrillek in: English Support |
|
2 | 6 | 3 years, 7 months ago | |
Divi custom CSS issue
Started by: cyrillek in: English Support |
|
2 | 7 | 3 years, 11 months ago | |
Login page translation redirect not working
Started by: cyrillek in: English Support |
|
2 | 8 |
4 years, 5 months ago
cyrillek |
|
Buddypress and bbpress issues with wpml
Started by: cyrillek
in: English Support
Problem: Solution: - Change next function: private function maybe_adjust_parent( $q, $post_type, $current_language ) { $post_type = ! is_scalar( $post_type ) && count( $post_type ) === 1 ? end( $post_type ) : $post_type; if ( ! empty( $q->query_vars['post_parent'] ) && $q->query_vars['post_type'] !== 'attachment' && $post_type && is_scalar( $post_type ) && $this->sitepress->is_translated_post_type( $post_type ) ) { $q->query_vars['post_parent'] = $this->post_translations->element_id_in( $q->query_vars['post_parent'], $current_language, true ); } return $q; } to private function maybe_adjust_parent( $q, $post_type, $current_language ) { $post_type = ! is_scalar( $post_type ) && count( $post_type ) === 1 ? end( $post_type ) : $post_type; if ( ! empty( $q->query_vars['post_parent'] ) && $q->query_vars['post_type'] !== 'attachment' && $post_type && $post_type != 'topic' && $post_type != 'reply' && is_scalar( $post_type ) && $this->sitepress->is_translated_post_type( $post_type ) ) { $q->query_vars['post_parent'] = $this->post_translations->element_id_in( $q->query_vars['post_parent'], $current_language, true ); } return $q; } In the meantime, we are working on a permanent fix that will be included in one of the next WPML versions. Relevant Documentation: |
|
2 | 9 | 4 years, 6 months ago | |
Events Manager: translated string is not shown up on the translated page
Started by: cyrillek in: English Support |
|
2 | 15 | 4 years, 7 months ago | |
Issues with the Events Manager plugin in the secondary languages
Started by: cyrillek in: English Support |
|
3 | 5 |
4 years, 7 months ago
cyrillek |