Dragos
Forum Replies Created
-
Hello,
Thank you for getting in touch with us!You can prevent TranslatePress from adding the language parameter by doing so:
1) Create an empty plugin like this: https://gist.github.com/sareiodata/76f701e01db6685829db
2) Add the following code to the end of it:
add_filter(‘trp_form_inputs’, ‘trp_remove_trp_form_language’, 10, 4);
function trp_remove_trp_form_language($input, $trp_language, $slug, $row)
{
return ”;
}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.
Note: In case you are using a child theme, you can also add the code snippet at the end of the functions.php file. If you are not using a child theme, the changes will be overwritten at updates and it is better to use a mini-plugin for this.
Best regards,Hello,
This is due to the index.php found in the permalink structure.
There seems to be a 301 redirect from https://sweety.magnolia-media.at/index.php/portfolio/ to https://sweety.magnolia-media.at/portfolio/ for example.
As TranslatePress is not compatible with the index.php structure, the language slug is lost when the redirect happens.
In regards to the Borlabs Cookie plugin, did you try manually translating the pop-up?
Best wishes,Hello,
Since this looks a lot like a conflict with some other code, the first/next recommended step is the conflict test (ideally in a staging environment):
??Briefly disable all other plugins and enable the default Twenty Twenty theme. Please also disable all add-ons. If this fixes the problem, enable everything one by one, checking each time to see when the problem returns.
Best wishes,Forum: Plugins
In reply to: [Translate Multilingual sites - TranslatePress] How to merge strings?Hello,
You can merge the strings: https://translatepress.com/docs/translation-editor/#translation-blocks
Best wishes,Hello,
Thank you for reaching out to us!
Are you using the Pro version of TranslatePress? The free one does not support changing slugs.
In case you are, please open a ticket on our paid forum, as this one does not allow us to offer support on our premium products.
Best regards,Hello,
Thank you for reaching out to us!
In case the title should have been automatically translated, the automatic translation engine might have reached it’s quota or it could no longer be properly working.
To test this, please go to Settings -> TranslatePress -> Automatic translation and test the API key.
Send a screenshot of the response.
Best wishes,Hello Rob,
Thank you for reaching out to us!
Does this only happen while being logged in?
Also, does disabling lazy loading change anything?
Best wishes,Forum: Plugins
In reply to: [Translate Multilingual sites - TranslatePress] PHP8 errorHello,
Thank you for reaching out to us!
Are you using TranslatePress and WPML together?
In case you do, please note that those two plugins do not work well one with another.
Best wishes,Hello,
Thank you for reaching out to us!
All translations are saved unidirectionally – from one default language to multiple secondary languages.
Due to this, changing the default language will invalidate ALL existing translations.If you want another language to be the first language, then simply enable:
- Use TranslatePress -> Settings -> Subdirectory for default language -> Yes
- Reorder the languages
However, this is the most that you can do regarding changing default language.
Best regards,Forum: Plugins
In reply to: [Translate Multilingual sites - TranslatePress] Undefined array key “delete”Hello,
Thank you for getting in touch with us!The issue has been mentioned to the devs, and we will bring a fix for this in our next update (next week).
Best regards,Hello,
Thank you for getting in touch with us!
The translations are saved into the wp_trp* tables from your database.
Could you please check? Let me know if you can find them.
Best regards,Hello,
Thank you for reaching out to us!
TranslatePress will not work as expected along with any other translation solution. This is due to the differences in translation architecture.
Best wishes,Hello,
Thank you for reaching out to us!
TranslatePress should not cause this type of issue. Does it happen with TranslatePress enabled as well?
Best wishes,Forum: Plugins
In reply to: [Translate Multilingual sites - TranslatePress] Slow pagesHello,
Thank you for letting us know!
We will look over the mentioned behavior.
Best wishes,Forum: Plugins
In reply to: [Translate Multilingual sites - TranslatePress] Translating wp_optionsHello,
Thank you for reaching out to us!
SEO information can not be translated unless the SEO Pack addon in installed: https://translatepress.com/docs/addons/seo-pack/
Best wishes,