Hello, I'm using gengo and WPG2 plugins.
Big problem : when gengo is activated, WPG2 don't work.
Blank page with the source stopping at
<link rel="pingback" href="***/wordpress/xmlrpc.php" />
<style type="text/css" media="screen">
I've tryed to put a filter to exclude this page with gengo (in plugin options : "?page_id=141"), and I tryed to follow those steps.
Seems it is not exactly the same for me, but I moved this line
load_plugin_textdomain('wpg2', wp-content/plugins/wpg2/locale');
from function wpg2_pluginactivate() { in wpg2function.inc to function g2_init() { in wpg2embed.inc.
It didn't worked.
HEEELP :D