WPML
状态
已由作者解决
相关插件/主题
Motors – Car Dealer, Classifieds & Listing, Motors
主题标签
Compatibility

问题概述

如果您使用的是 Motors – Car Dealer, Classifieds & Listing theme,您可能会遇到在切换到次要语言时,使用 Motors Plugin 构建的 Listing templates 无法正确翻译的问题。

临时解决方法

在继续操作之前,请确保对您的站点进行了完整备份


  • 打开 …/wp-content/plugins/motors-car-dealership-classified-listings/includes/class/Features/Elementor/Nuxy/TemplateManager.php。

  • 找到第 339 行。

  • 将:
     
    $template_listing = get_post( $template_listing_id );


  • 替换为:
     
    // WPML workaround for compsupp-7673
    $translated_template_listing_id = apply_filters('wpml_object_id', $template_listing_id, 'listing_template', true);
    $template_listing = get_post($translated_template_listing_id);

所有已知问题 →