Hi, I added one of the demo themes and I got a 404 page. After deactivating WPML, the demo shows. Any ideas? I read in the comments that you said it was compatible.
No, but I added the following to the functions.php file and all worked. Hoping this is resolved so I don't have to add it each time I update the theme.
Comments
if( function_exists( 'icl_sitepress_activate' ) )
icl_sitepress_activate();
}