Edson Galina Fortes
Forum Replies Created
-
Hi @luukms ,
hope you’re fine? Sorry for the issue you’re facing. You want to hide the flags or to display them in other way ?
Regards
Hi @blue-liquid-designs ,
sorry for the mistake ^^. About your issue I reach it to my CTO. In fact, we already have a filter like this : https://developers.weglot.com/wordpress/use-cases/auto-switch-only-for-homepage
This filter allow you to have redirect only on the homepage, it’s a solution but not the better.
We think that the best solution is to make “good” ajax call we can detect so it will be avoid by our code but you’re right some people need another solution to avoid the auto-redirect so we add a new filter :
add_filter( 'weglot_autoredirect_skip', '__return_true' );you can use it to skip the autoredirect but like I say on my previous post, I don’t have solution to detect the upload request on gfrom. You ay use the filter with a hook if they have one
You can find a patch version of the plugin here : https://we.tl/t-4QL46nDgNx
The new filter would be add on our next release (3.9)DOn’t hesitate if you need more information or have other questions
Thanks for your help
RegardsHi @moeee ,
hope you’re fine? SOrry for the issue you’re facing. Unfortunately it’s not possible to have 2 default languages on weglot for the moment.
Regards
Hi @blue-liquid-designs ,
i’ve identify the issue. On weglot we’ve have a method to check if we need redirection or not : check_need_to_redirect at line 200 wp-content/plugins/weglot/src/actions/front/class-translate-page-weglot.php
on this method we check if the request if an ajax call to prevent redirection.
On your case it seems that your ajax call is not detected by our code. To check that we use the wp_doing_ajax provide by wp. It seems that you don’t use admin-ajax.php to make you’re XHR. Can you confirm that and do you have reason to don’t pass through admin-ajax.php ? There is a way to change it on your side ?
Another way is to set/add the X-Requested-With to ‘XMLHttpRequest’ and on our side we’ll can check if this header exist : https://www.google.com/search?q=x-requested-with+xmlhttprequest&rlz=1C5CHFA_enFR941FR941&ei=JZdWY_erH8-ElwSnr4CoCQ&oq=x-requested-with+xmlhttprequest+&gs_lcp=Cgxnd3Mtd2l6LXNlcnAQARgIMgcIABCABBATMgcIABCABBATMgcIABCABBATMgcIABCABBATMggIABAWEB4QEzIICAAQFhAeEBMyCAgAEBYQHhATMggIABAWEB4QEzIICAAQFhAeEBMyCAgAEBYQHhATOgoIABBHENYEELADOgcIABCwAxBDSgQITRgBSgQIQRgASgQIRhgAUNEBWNEBYPctaAFwAXgAgAFaiAFakgEBMZgBAKABAcgBCcABAQ&sclient=gws-wiz-serp
Regards
Hi @blue-liquid-designs ,
hope you’re fine? Sorry for the issue you’re facing. I take a look and go back with a fix.
Regards
hi @aykanburcak ,
hope you’re fine. Sorry for the issue your facing. Can you rollback to the 3.8 version. I’ll investigate about the error and I get you in touch.
PS: can you contact support@weglot.com and mention this issue, it can be easier for me to help you this way ?
Regards
Hi @tonnick0033 ,
hope you’re fine? Sorry for the issue you’re facing. I’ve aware about this bug and it was update this morning with the 3.8.1. Can you update your plugin and let me know if it’s ok ?
Regards
Hi @samundra100 ,
hope you’re fine? I’m not sure I understand.
With Weglot, Translations are generated and added progressively to your Translation List when someone (visitors, you or search engine such as Google bots) visits your website (or the post) in the translated language(s).
After that you can manage your translation and add your own.You can try weglot with the free plan to be sure.
Regards
Hi, I’m Edson from Weglot.
I hope you’re doing fine.
Be aware that Weglot does not translate your website instantly when you install the app or when a post will be saved.
Translations are generated and added progressively to your Translation List when someone (visitors, you or search engine such as Google bots) visits your website (or the post) in the translated language(s).
Knowing this, if your ACF meta is displayed on a page, he should be translated when this page will be visited in a translated language.
However, I’m not certain this can be helpful in your case, as Weglot doesn’t provide a specific endpoint to get your translations.let me know if you need more help
RegardsHi @fileour ,
in your case I think not : https://developers.google.com/search/blog/2013/04/x-default-hreflang-for-international-pages, the x-default param is for a page without specific language : https://developers.google.com/search/blog/2013/04/x-default-hreflang-for-international-pages
Regards
Hi @fileour ,
hope you’re fine ? sorry for the issue you’re facing. In my side I can see the hreflangs. see the screenshot here : https://snipboard.io/kl5KW7.jpg
Let me know if you need more help or if you are more details about your issueRegards
hi @lugr66 , hope you’re fine?
Sorry the issue your facing. May we’vve forgot to get exclud block before translation.The issue will be fix on the next release 😉
Regards
hi @mikel555 ,
ok, I’m sorry it’s not possible to change the original slug with weglot. It may be possible with specific dev but you’s may facing some redirection issue
Regards