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

Open

Reported for: WPML Multilingual CMS 4.6.8

Topic Tags: Compatibility

Overview of the issue

If you are using The Events Calendar in conjunction with WPML, links for instances of recurring events incorrectly point to the first event occurrence.

Workaround

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

Option 1

  • Go to WPML > Settings > Post Types Translation section.
  • Set your Pages as Translatable – only show translated items

Option 2

  • Open your theme’s functions.php file.
  • Add the following code:
    add_filter ('the_content', 'remove_wpml_filter', 98, 1);
    function remove_wpml_filter($content) {
    	global $wp_filter;
    	foreach ($wp_filter["the_content"]->callbacks[99] as $key => $value) {
    		if(str_contains($key, 'fix_fallback_links')){
    			remove_filter( 'the_content', $key, 99 );
    		}
    	}
    	return $content;
    }
    

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

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

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