ผู้ใช้นี้ไม่มีหัวข้อที่ชื่นชอบ.
หัวข้อฟอรัมที่ชื่นชอบ
หัวข้อฟอรัมที่สร้าง
สถานะ |
หัวข้อ
|
ผู้สนับสนุน | เสียง | โพสต์ | ความใหม่ |
---|---|---|---|---|---|
ActiveCampaign – Unable to translate shortcodes with ATE
เริ่มโดย: cyrillek
ใน: 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 years, 7 months มาแล้ว | |
Astra – Related posts not showing up on original content
เริ่มโดย: cyrillek ใน: English Support |
|
2 | 5 | 1 years, 7 months มาแล้ว | |
Bug appeared again: Buddypress and bbpress issues with wpml
เริ่มโดย: cyrillek ใน: English Support |
|
2 | 3 | 2 years, 9 months มาแล้ว | |
Activation after updated loading indifinitely
เริ่มโดย: cyrillek ใน: English Support |
|
2 | 6 | 3 years, 9 months มาแล้ว | |
Divi custom CSS issue
เริ่มโดย: cyrillek ใน: English Support |
|
2 | 7 | 4 years, 1 months มาแล้ว | |
Login page translation redirect not working
เริ่มโดย: cyrillek ใน: English Support |
|
2 | 8 |
4 years, 8 months มาแล้ว
cyrillek |
|
Buddypress and bbpress issues with wpml
เริ่มโดย: cyrillek
ใน: 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, 9 months มาแล้ว | |
Events Manager: translated string is not shown up on the translated page
เริ่มโดย: cyrillek ใน: English Support |
|
2 | 15 | 4 years, 9 months มาแล้ว | |
Issues with the Events Manager plugin in the secondary languages
เริ่มโดย: cyrillek ใน: English Support |
|
3 | 5 |
4 years, 9 months มาแล้ว
cyrillek |