Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #202164

    I’m not sure if this problem is related to the last theme update (version 2.4.4) that I installed today, but now all the normal pages are not found (error 404). Instead everything works fine with the home page, the portfolio pages and the post pages that are displayed correctly.
    I have installed WPML with two languages (IT and EN) and the same problem arise with both languages.
    I make use of the child enfold theme for small customisation.
    Any suggestion to solve this issue?
    Thank you!

    #202297

    I have also updated to 2.4.4 today and got the same problem. I’m also using the WPML plugin for English / French languages. It is not the first time I am having this problem with the template and I can’t figure what’s causing this. After a while verifying and resaving in every admin screen, it suddenly get back to normal… What is causing this ?

    #202319

    Found this on the support pages and it worked for me…
    ————————————————————————————
    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

    #202325

    Worked for me also!!
    Thanks!!

    #202507

    Thanks Peter,
    Your suggestion worked for me too!
    Regards
    Guido

    #202524

    Hey!

    Great! We’ll switch to a different slug translation method with the next theme update which then uses the native WPML string translation and the _x() function to translate the theme. More and more users experience issues with our custom slug rewrite function and I think its the best solution to leave it up to the WPML plugin to translate all post types, slugs, etc.

    Cheers!
    Peter

    #203925

    Peh! This error just caused me all my nerves. The solution worked – thank God!!!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Pages not found (error 404) after update’ is closed to new replies.