• Hi, great plugin, but does not work with Qtranslate-slug plugin. After clicking on the button opens a new tab with the same content. Please help, thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author dinamiko

    (@dinamiko)

    Hi rostislavk, sorry for the delay,

    I’m going to try to reproduce the issue this weekend (14 -15 January),
    once I’ve more info I tell you.

    Thanks,
    Emili

    Plugin Author dinamiko

    (@dinamiko)

    Hi rostislavk, sorry for the delay,

    I went able to reproduce the error in my local dev. I’m not 100% sure but seems that there is a problem with pdf param in the url:
    ?pdf=1

    this is how pdf is created in DK PDF:

    function dkpdf_set_query_vars( $query_vars ) {
      $query_vars[] = 'pdf';
      return $query_vars;
    }
    add_filter( 'query_vars', 'dkpdf_set_query_vars' );

    I just did a quick search for query_vars in qTranslate Slug and it’s using query_vars as well, so maybe there this is the root of the conflict.

    Thanks,
    Emili

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Qtranslate-slug problem’ is closed to new replies.