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

Open

Reported for: WPML Multilingual CMS 4.6.13

Topic Tags: ATE, Compatibility

Overview of the issue

When using Betheme to create posts or pages with internal links, the translated versions of these pages fail to update the internal links to point to the translated URLs. Instead, they retain links to the default language version.

Workaround

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

  • Open …/wp-content/themes/betheme/functions/builder/class-mfn-builder-front.php file.
  • Look for line 2645.
  • Replace:
    public function show_items($item, $i, $vb, $w_iterate = false){
    
      		/*echo '<pre>';
      		print_r($item);
      		echo '</pre>';*/
    
      		$inner_class = array();
      		$item_class = array();
    
  • With:
    public function show_items($item, $i, $vb, $w_iterate = false){
    	/*echo '<pre>';
    	print_r($item);
    	echo '</pre>';*/
    
    	// WPML Workaround for compsupp-7547
    	$item['attr']['content'] = apply_filters( 'wpml_translate_link_targets', $item['attr']['content'] );
    
    	$inner_class = array();
    	$item_class = array();
    

6 การตอบกลับ ถึง “Betheme - Internal Links in Translations Point to Default Language”

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

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

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