ข้ามการนำทาง

Open

Topic Tags: Compatibility

Overview of the issue

When using the Bricks theme, you may encounter an issue where the SVG module displays the same image in all languages even if it is translated in WPML’s Media Translation section.

Workaround

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

  • Open …./wp-content/themes/bricks/includes/elements/svg.php file.
  • Look for line 134.
  • Replace:
    			$svg_path = get_attached_file( $this->settings['file']['id'] );
    
  • With:
    			$svg_path = get_attached_file( apply_filters( 'wpml_object_id', $this->settings['file']['id'], 'attachment', FALSE ) );
    

ทิ้งคำตอบไว้

โปรดอยู่ในหัวข้อและเคารพผู้อื่น หากคุณต้องการความช่วยเหลือเกี่ยวกับปัญหาที่ไม่เกี่ยวข้องกับโพสต์นี้ โปรดใช้ฟอรัมสนับสนุนของเราเพื่อเริ่มการสนทนาหรือส่งตั๋ว.

คุณสามารถใช้แท็กเหล่านี้:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>