- Trạng thái
- Đang chờ nhà phát triển
- Plugin/giao diện liên quan
- Spectra
- Thẻ chủ đề
- Compatibility
Tổng quan về lỗi
Khi sử dụng Spectra với WPML, bạn có thể gặp phải sự cố sau: một số khối Spectra không xuất hiện trong Trình biên tập dịch thuật nâng cao (ATE), hoặc nội dung của chúng vẫn không được dịch trên giao diện người dùng ngay cả sau khi đã dịch.
Giải pháp tạm thời
- Truy cập WPML > Cài đặt > Cấu hình XML tùy chỉnh trong bảng điều khiển WordPress của bạn.
- Thêm cấu hình XML sau và lưu:
<wpml-config> <gutenberg-blocks> <gutenberg-block type="uagb/info-box" translate="1"> <xpath>//*[contains(@class, "uagb-ifb-title")]</xpath> <xpath>//p[contains(@class, "uagb-ifb-desc")]</xpath> <xpath>//span[contains(@class, "uagb-inline-editing")]</xpath> <key name="tempHeadingDesc" /> <key name="ctaText" /> </gutenberg-block> <gutenberg-block type="uagb/image-gallery" translate="1"> <key name="mediaGallery"> <key name="*"> <key name="id"/> <key name="url" type="link" /> <key name="alt" /> <key name="link" type="link" /> <key name="caption" /> </key> </key> <key name="mediaIDs"> <key name="*" /> </key> </gutenberg-block> <gutenberg-block type="uagb/tabs" translate="1"> <key name="tabHeaders" /> <xpath>//*[contains(@class, "uagb-tab")]/a/div</xpath> </gutenberg-block> <gutenberg-block type="uagb/tabs-child" translate="1"> <key name="header" /> <key name="tabHeaders"> <key name="*" /> </key> </gutenberg-block> <gutenberg-block type="uagb/modal" translate="1"> <xpath>//span[contains(@class, "uagb-inline-editing")]</xpath> <xpath type="link">//a[contains(@class, "uagb-modal-button-link")]/@href</xpath> <key name="buttonText"/> </gutenberg-block> </gutenberg-blocks> </wpml-config>