Gerard Kanters
Forum Replies Created
-
Forum: Plugins
In reply to: [AI Translate] Default translate switching issueWorks as designed
Forum: Plugins
In reply to: [AI Translate] Shorter cache time (set per page)Ah, I see the problem now. You have added a new post and that is not showing up on the front page, because the front page is not an actual page, but the “latest blogs”
That is a very common setting in WordPress, but the plugin was not taking into account that the front page should expire in that setting.
I changed it, so when you publish a new post, the front page will expire. But only if your homepage is actually a list of blogs. Latest version 2.3.5 now supports this.
Please test it by creating another blog and see if the homepage cache expires.Forum: Plugins
In reply to: [AI Translate] Elementor issueThe issue is that Elementor is using iframes. It happens when you have a different language cookie as admin then the default language. Which off course can happen when testing multiple languages on your site.
It is however a broader issue with page builders and great that you found this one. I released a new version of the plugin which fixes the problem.
Let me know if it works and if it does, please close the ticket.- This reply was modified 2 weeks, 1 day ago by Gerard Kanters.
Forum: Reviews
In reply to: [AI Translate] The one WP Translator to rule them all…Thanks 🙂
Forum: Plugins
In reply to: [AI Translate] Shorter cache time (set per page)There is no need to clear it manually. If a page is changed and saved, the cache expires immediately. You might want to warm the cache though, but it is not required.
Forum: Plugins
In reply to: [AI Translate] Default translate switching issueI tested it and it works as designed. If you visit the site and use the switcher to switch to english. The next visit, the site will show english. This is because the plugin will use cookies to remember the users preferred language.
If you switch back to french using the switcher. The next time you visit the site, it will use french.
There is still a problem with other languages. Which model do you use for translation ? Or is translation disabled in the admin panel now. If so, disable all “Detectable Languages”. Otherwise users get a 404Forum: Plugins
In reply to: [AI Translate] Default translate switching issueThe plugin sets a cookie if you switch to English and so it is intended behavior that it will redirect to /en
The 404 is off course not intended. Is that for the homepage (/en) or other pages ?
Can you provide the site name so I can take a closer look and please use the latest version of the plugin. Version 1.x had some issues with page routing which would cause 404 in some cases.Forum: Plugins
In reply to: [AI Translate] Custom Post Types & Woocommerce breaking pluginNo response, closing ticket.
Forum: Plugins
In reply to: [AI Translate] Cl:earing CSS/JS assets’ cacheThis message does not come from the AI translate plugin. Do you have the plugin: Asset CleanUp: Page Speed Booster ?
I did a search and this is a known bug of that plugin. You might want to contact the plugin owner.Forum: Plugins
In reply to: [AI Translate] Include translated content in WordPress searchThe plugin search translation is implemented like this: If you search something in for instance German language. The plugin translates that to the site language (say English) then uses WordPress search to find the results and displays back the translated pages.
It is maybe a little bit different from what you describe, since it is possible that some words are translated different in this proces. But it is not possible to use WordPress to search through the translated pages directly, since they are not in the database, but cached on disk and in memory after translation.Forum: Plugins
In reply to: [AI Translate] Custom Post Types & Woocommerce breaking pluginThanks for reporting that. The issue seems that custom post type (CPT) and WooCommerce both use archives for pages and products. That type was blocked for translation in the plugin, since translating archives post types is usually not useful and only cost you money.
I made an exception now for CPT and WooCommerce.
I also use CPT myself and what I did is make a page for the CPT overview , e.g. products and services. All posts with this type will be translated anyway, since they are not archived pages. See https://netcare.nl/en/products/ as example.
Anyway, the new release 2.3.1 should solve the problem too ! Please give the plugin a 5 star rating if you like it. It will help spread the word 🙂Forum: Plugins
In reply to: [AI Translate] Feature Request: Native Yoast SEO Sitemap IntegrationSure, no problem. I will include it in the next release. If you are in a hurry, you can use the development version on github https://github.com/gerard-kanters/ai-translate
Forum: Plugins
In reply to: [AI Translate] PerplexityGreat ! Good to hear. If you like the plugin, please give it a 5 star rating.
Forum: Plugins
In reply to: [AI Translate] PerplexityThe problem seems that perplexity.ai does not support the /models path which is used for OpenAI compatible API providers.
I made a new release of the plugin 2.3.0 which solves this issue.
Please update the plugin version and test it again. I cannot test this myself, since I do not have API access with perplexity.
Let me know if it works. ThanksForum: Plugins
In reply to: [AI Translate] PerplexityYes perplexity.ai is right. Like I said before try https://api.perplexity.ai and strip /chat/completions from the URL you used. That should work.
You do need a valid API key off course.