I've found a glitch using the plugin with nextgen gallery:
Can not select gallery, album or image in the dashboard editor, nextgen search for gallery list and freeze...
It works again when I deactivate qtranslate slug.
I've found a glitch using the plugin with nextgen gallery:
Can not select gallery, album or image in the dashboard editor, nextgen search for gallery list and freeze...
It works again when I deactivate qtranslate slug.
Have this problem, too.
The url that "freezes" is the ajax call to
?method=autocomplete&type=gallery&format=json&callback=json&limit=50&term=
Same origin for the problem of the ajax NextGEN Gallery pagination.
Thanks
Hmmm looks like some conflict with url arguments...
I hope check this in next release.
The problem is the result of qtrans_convertURL in qtranslate-slug.php line 1073:
if ( !$ignore_caller )
$url = qtrans_convertURL($url, $this->get_lang(), true);
If you comment those lines the "select" is back.
Hope is the same problem that afflicts NGGalleru Ajax pagination.
We probably should add the name function in this array, qtranslate-slug.php line 1034:
$ignore_functions = array('mod_rewrite_rules', 'save_mod_rewrite_rules', 'flush_rules', 'rewrite_rules', 'wp_rewrite_rules', 'query_vars');
So that in certain calls the rewrite is ignored.
Am I getting closer? Please help :)
Still not fixed.
I recommend not to use this plugin if you need NGGallery ajax functionalities (Ajax pagination, javascript Slideshow).
Added to Addaptations request list.
You must log in to post.