- Trạng thái
- Đã được giải quyết bởi nhà phát triển
- Plugin/giao diện liên quan
- ThemeREX Addons
- Thẻ chủ đề
- Compatibility
Tổng quan về lỗi
Khi sử dụng ThemeREX Addons với WPML, bạn có thể gặp phải một lỗi PHP nghiêm trọng trên các trang đã dịch có chứa widget Testimonials. Thông báo lỗi là:
Fatal error: Uncaught TypeError: Cannot access offset of type string on string in .../wp-content/plugins/trx_addons/cpt/testimonials/tpl.default-item.php:33
Giải pháp tạm thời
Để ngăn lỗi này, hãy thiết lập các trường tùy chỉnh và thuộc tính shortcode liên quan thành có thể dịch.
- 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> <custom-fields> <custom-field action="translate">trx_addons_options</custom-field> </custom-fields> <shortcodes> <shortcode> <tag>trx_sc_testimonials</tag> <attributes> <attribute type="taxonomy-ids" sub-type="cpt_testimonials_group">cat</attribute> <attribute type="post-ids" sub-type="cpt_testimonials">ids</attribute> <attribute>subtitle</attribute> </attributes> </shortcode> </shortcodes> </wpml-config>