Viewing 6 replies - 1 through 6 (of 6 total)
  • 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

    Plugin Author Carlos

    (@carlos_a_sanz)

    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).

    Plugin Author Carlos

    (@carlos_a_sanz)

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: Qtranslate Slug] Glitch with nextgen gallery’ is closed to new replies.