- 状态
- 等待作者
- 相关插件/主题
- JetEngine
- 主题标签
- Compatibility
问题概述
当使用 JetEngine 的 JetMenu 时,您可能会遇到以下问题:分配给 WordPress 菜单项的 MegaMenu 模板在前端未被翻译,即使这些模板在 WPML 中已正确翻译。
临时解决方法
- 在 WordPress 仪表盘中,前往 WPML > 设置 > 自定义 XML 配置。
- 添加以下 XML 配置并保存:
<wpml-config> <custom-fields> <custom-field action="copy" type="post-ids" sub-type="jet-menu">jet-menu-item</custom-field> </custom-fields> </wpml-config>