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

Waiting for author

Topic Tags: Compatibility

Overview of the issue

If you are using the Udesign theme, you will encounter that WPML’s language switcher does not appear in the mobile menu.

Workaround

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

  • Open your theme’s functions.php file.
  • Add the following code:
    add_filter( 'wpml_ls_exclude_in_menu', function( $isExcluded ) {
    	if ( isset( $_POST['action'] ) && 'alpha_load_mobile_menu' === $_POST['action'] ) {
    		return false;
    	}
    
    	return $isExcluded;
    } );
    

แสดงความคิดเห็น

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

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