https://ibb.co/42pKw39
https://ibb.co/7NCbmSg
https://ibb.co/6PSR3kn
]]>I’m missing a setting somewhere – but I can’t find it. Can anyone help me identify where I can make that setting? Or do I not need to…?
Thanks
Neil
Can somebody test it on Brave please? I had a the same bug on several computers. Lastest version of Brave on MacOS.
]]>I have WP Rocket, but have disabled it for testing and it doesn’t work. I’ve also disabled a few other plugins that might cause issues with the plugin and the same thing happens.
]]>The contact form on your website does not work. Could not contact you there.
]]>For example, I can translate the home page when the site loads, then navigate to internal pages, but when I go back to the home page it reverts back to English but still has the /ko slug after the URL.
I did follow this forum’s ticket to fix a #TRPLINKPROCESSED issue but I’m wondering if it’s now causing this latest bug.
Here’s what I have in the plugin PHP file for reference.
// Start writing code after this line!
add_filter( ‘trp_force_custom_links’, ‘trpc_ignore_url’, 10, 4 );
function trpc_ignore_url( $translated_url, $url, $language, $a_href ){
$link_to_ignore = 'https://www.ahskorea.com/'; // url to ignore.
if ( strpos( $url, $link_to_ignore) !== false ){
return $url;
}
return $translated_url;
}
]]>