Tagged: wpml
I am using WP 3.8 (with permalinks as %POSTNAME) and WPML 3.0.1 with “languages in directories” setting.
When using Enfold I get “404 file not found” errors on a subpage,
when using 2014 the very same page is loading ok.
Site: http://www.members.diplomatic-council.org/en/test-in-english/
password “Hang”
Yes, I make sure to update the permalink structure every time after I switched themes.
Any ideas where to look in this case?
Any idea for debugging?
Thanks,
Frank
Hi frankwelschlehmann!
Please try to add following code to functions.php
add_action( 'init', 'avia_deactivate_permalink_rewrite', 10);
function avia_deactivate_permalink_rewrite(){
remove_action( 'init', 'avia_wpml_register_post_type_permalink', 20);
}
and then re-save the permalinks.
Best regards,
Peter
Bingo!
First tests were successful!!
(updated to Enfold 2.5 at the same time)
Thanks,
Frank
Hey!
Great :)
Regards,
Peter