- 状态
- 已解决
- 解决于
- Woodmart 6.1.5
问题概述
更新至 WPML 4.5 时,Woodmart 主题用户遇到了以下致命错误:
Uncaught Error: Class ‘WPML_Elementor_Module_With_Items’ not found in …/wp-content/themes/woodmart/inc/integrations/wpml/class-wpml-elementor-wd-testimonials.php:11
临时解决方法
我们已经确认了该问题,并正与 Woodmart 主题作者合作,以尽快解决此问题。
在此期间,请降级至较早版本的 WPML,或遵循以下说明:
在继续操作之前,请务必对您的站点进行完整备份
- 编辑文件 wp-content/themes/woodmart/inc/classes/Theme.php。
- 找到第 163 行,并移动以下代码行:
'integrations/wpml/class-wpml-elementor-wd-testimonials', 'integrations/wpml/class-wpml-elementor-wd-banner-carousel', 'integrations/wpml/class-wpml-elementor-wd-extra-menu-list', 'integrations/wpml/class-wpml-elementor-wd-image-hotspot', 'integrations/wpml/class-wpml-elementor-wd-pricing-tables', 'integrations/wpml/class-wpml-elementor-wd-list', 'integrations/wpml/class-wpml-elementor-wd-product-filters', 'integrations/wpml/class-wpml-elementor-wd-timeline', 'integrations/wpml/class-wpml-elementor-wd-infobox-carousel', 'integrations/wpml/class-wpml-elementor-wd-products-tabs', - 至第 247 行,紧随以下代码之后:
'integrations/elementor/template-library/class-xts-library',
后续步骤
我们正与 Woodmart 主题作者合作,以尽快修复此问题。