WPML
ステータス
開発者により解決済み
解決されたバージョン
Unlimited Elements for Elementor 2.0
関連するプラグイン/テーマ
Unlimited Elements for Elementor
トピックタグ
Compatibility

問題の概要

WPMLとUnlimited Elements for Elementorを併用すると、次の問題が発生する場合があります。WPMLのメディア翻訳を使用して翻訳した画像が、デフォルトのサイト言語で表示されることがあります。これは通常、CoverFlow Carouselなどの画像ウィジェットに影響します。

回避策

続行する前に、必ずサイトの完全なバックアップを取得してください。


  • …/wp-content/plugins/unlimited-elements-for-elementor/provider/wpml_integrate.class.php ファイルを開きます。

  • 156行目を探します。

  • 次を:
    $alternateThumbID = apply_filters( 'wpml_object_id', $thumbID, 'attachment', false, self::$objWpmlSingleton->activeLanguage );
            


  • 次のように置き換えます:
    $current_lang = apply_filters( 'wpml_current_language', null );
    $alternateThumbID = apply_filters( 'wpml_object_id', $thumbID, 'attachment', false, $current_lang );
            

すべての既知の問題 →