تخطي الملاحة

Open

Reported for: إضافة WPML Multilingual CMS 4.6.13

Topic Tags: Compatibility

Overview of the issue

You may encounter that SVG images set through Elementor‘s Icon widget do not display the translated versions when using WPML Media Translation feature.

Workaround

Please, make sure of having a full site backup of your site before proceeding.

  • Open …/wp-content/plugins/elementor/includes/managers/icons.php file.
  • Look for line 309.
  • Replace:
    		return Svg::get_inline_svg( $value['id'] );
    
  • With:
    		$value['id'] = apply_filters( 'wpml_object_id', $value['id'], 'attachment');
    		return Svg::get_inline_svg( $value['id'] );
    

ترك رد

يُرجى البقاء في الموضوع والتزام الاحترام للآخرين. إذا كنت بحاجة إلى مساعدة بشأن المشكلات التي لا تتعلق بهذا المنشور، فاستخدم منتدى الدعم لبدء محادثة أو إرسال تذكرة.

يمكنك استخدام هذه العلامات:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>