• Resolved dustinlichey

    (@dustinlichey)


    Hi Team,

    I want to translate a page in German from English. I have been doing that in the past with our pages and never had an issue (Woocommerce Version 5.3). https://vedaleben.de/summersale/ page was created few days ago. When I translate even a single line of English and save it. After reloading, I see no changes at all. Also, many times it doesn’t reload after saving the translation. It returns 503 Error.

    I would really like to go live as soon as this problem is fixed. I request you to kindly help us with this issue.

    Thanks & Regards,
    Dustin Lichey

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Anghel Emanuel

    (@anghelemanuel99)

    Hello there,

    Thank you for letting us know about your problem!

    The security plugin that you are using blocks our custom ajax.

    You can fix this if you follow these steps:

    Create an empty plugin like this: https://gist.github.com/sareiodata/76f701e01db6685829db

    Add the following code to the end of it:
    add_filter( ‘trp_custom_ajax_url’, ‘trpc_use_wp_admin_ajax’ );
    function trpc_use_wp_admin_ajax() {
    return admin_url( ‘admin-ajax.php’ );
    }

    Install this plugin via FTP (copy it inside wp-content/plugins) or create a zip archive with it and install it via the WordPress plugin upload functionality.

    If there`s anything else, please let me know!

    Kind Regards,

Viewing 1 replies (of 1 total)
  • The topic ‘Unable to translate page’ is closed to new replies.