Okay
  Public Ticket #194145
Wpml 404
Closed

Comments

  • Marcin started the conversation

    Hey I\'m getting this weird problem while working with WPML. The thing is that when I try to switch between languages from the portfolio project it gets me nowhere... 404

    I\'m pretty sure that the website is properly set up, the translations are made the only problem I\'ve encountered is that the actual translated page has the different link that the one I get after switching the languages.

    Im not sure where the problem is located either on the theme\'s options or wpml. I\'d be grateful for some help here. 

    Thanks!

  •  8,472
    Tahir replied

    Hey Marcin!

    Seems like a WPML Issue . Please see url for solution : http://wpml.org/forums/topic/404-not-found-when-sw... .

    Cheers


    ThemeNectar Support Team 

  • Marcin replied

    We've checked that and has not been resolved yet sadly :( 

  •  8,472
    Tahir replied

    Hey Marcin!

    Can you please add following code to your theme's functions.php file, let me know if this helps.


    
    add_action('init','flush_rules');
    function flush_rules(){
    flush_rewrite_rules();
    }
    
    

    Thanks


    ThemeNectar Support Team 

  • Marcin replied

    Yes finally it was related with WPML dev process they had to have change something since its working now without any problems Thanks Guy's! We can close this feed.