Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #200768

    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

    #201005

    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

    #201020

    Bingo!

    First tests were successful!!
    (updated to Enfold 2.5 at the same time)

    Thanks,
    Frank

    #201027

    Hey!

    Great :)

    Regards,
    Peter

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘WP 3.8 with WPML 3.0.1 creates "404" errors’ is closed to new replies.