Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Yoss

    (@yossmusic)

    The problem was this code i used on my child theme’s functions.php:

    $current_user = wp_get_current_user();
    echo “<script> document.tidioIdentify = {
    distinct_id: ‘” . $current_user->ID . “‘,
    email: ‘” . $current_user->user_email . “‘,
    name: ‘” . $current_user->display_name . “‘,
    };</script>”;

    Removing that code fixed everything! You can close this topic, thank you!

    Thread Starter Yoss

    (@yossmusic)

    Actually i still having the same problem, i have enabled ajax navigation and when i try to change languages some parts of the website don’t get translated, and i can’t go back to default language after switching to the secundary language. In both cases if i refresh the page everything gets fixed, so the only possible fix is to make the language switch able to reload the page.

    My theme allows such exceptions, as you can see here. I don’t understand why this plugin doesn’t handle ajax navigation, it’s a very common feature in many websites to use ajax loading, i do belive this is fixable, but only the people behind translatepress can offer a fix.

    If you can come up with any solutions i would really appreciate it, i’m looking forward to hire the premium addons, but i can’t unless this gets fixed, so please try to fix it, thank you!

Viewing 2 replies - 1 through 2 (of 2 total)