- 状态
- 已由作者解决
- 相关插件/主题
- JetElements For Elementor
- 主题标签
- Compatibility
问题概述
如果您使用的是 JetElements for Elementor 插件的 Horizontal Timeline 小工具,您可能会遇到媒体翻译问题。具体来说,图像在前端无法翻译。
临时解决方法
在继续操作之前,请确保对您的站点进行了完整备份。
- 打开 …/wp-content/plugins/elementor/includes/controls/groups/image-size.php 文件。
- 找到第 77 行。
- 将:
$image = $settings[ $image_key ];
- 替换为:
//workaround compsupp-7387 $image['id'] = apply_filters( 'wpml_object_id', $image['id'], 'attachment' );