Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author kevinhaig

    (@kevinhaig)

    That is interesting! I will look into that when I get a chance

    Thread Starter Enna123

    (@enna123)

    Thanks!

    Plugin Author kevinhaig

    (@kevinhaig)

    I would like to take a look at the sites you are referring to but the addresses above do not appear to be correct?

    Thread Starter Enna123

    (@enna123)

    Those were examples.

    Here’s the Dutch page: https://windhondenwebshop.net/testimonials-2/
    Here’s the English page: https://sighthoundgoodies.com/testimonials-2/

    You can test if you want. If you add a testimonial via the English page, you are redirected to the Dutch page.

    Thank you.

    Plugin Author kevinhaig

    (@kevinhaig)

    Hi Enna123

    The main content form redirects to the current page to reset the POST variables. Your language translation setup must somehow mask the url even though the Dutch page is used. In any event I use a function to pick up the url and it is picking up the same url for the testimonial page.

    If you can set up different pages (ie unique permalink) pages in each translated version, I would do that.

    Other than that you can go into katb_functions.php and comment out the re-direct

    line 1732: change $redirect = katb_current_page_url(); to //$redirect = katb_current_page_url();

    line 1733: change wp_redirect( $redirect ); to //wp_redirect( $redirect );

    line 1734: change exit; to //exit;

    Kevin

    Thread Starter Enna123

    (@enna123)

    Hi Kevin,

    It worked! Thank you!

    Anne

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Redirect’ is closed to new replies.