Edson Galina Fortes
Forum Replies Created
-
Hi @mystweb ,
hope you’re fine ? Sorry for the issue your facing. It’s an issue we’ve identify and it will be fix on our next release.
If you want you can contact support@weglot.com and explain your issue. They should send you a patch version of the plugin to fix your issue.
Regards
Hi @mikel555 ,
you can exclude the url you don’t want to translate on the dashboard. We’ve an option that allow you to exclude a url but you keep the url and have no translation in it.Don’t hesitate to contact our support if you need more information (screenshot,…) to do it
Regards
Hi @schnitzelweck ,
hope you’re fine? SOrry for the issue your facing.
So you us this filter :
function amp_story_callback( $dom ) { $button_services = weglot_get_service('Button_Service_Weglot'); $button_html = $button_services->get_html( 'weglot-default' ); if(strpos( $dom, '<aside data-wg-notranslate=""' ) !== false) { $dom = preg_replace( '/<aside\b[^>]*>(.*?)<\/aside>/', '', $dom ); return $dom; } } add_filter( 'weglot_render_default_button', 'amp_story_callback', 99, 2 );ans it’s not working? Did you add the switcher with one of this methods : [weglot_switcher] or div <div id=”weglot_here”></div> or just use the filter to disable the switcher ?
Regards
Hi @zetaworks ,
Hope you’re fine? Sorry for the issue your facing. you can exclude the block with the fa class on the dashboard or directly on your wordpress admin into the weglot page. But you should not need to exclude it, there is a link I can see the issue ?Regards
Hi @mikel555 ,
hope you’re fine? Are you still facing your issue or it’s ok ? Don’t hesitate if you need more help
Regards
Hi @easeustools ,
hope you’re fine? Are you still facing your issue or it’s ok ? Don’t hesitate if you need more help
Regards
Hi @mikel555 ,
ok my bad I guess you takling about link into a page.
They are 2 ways:
1- you can send the content of your email to weglot and the link should be translate automatically. You can check here how we translate mail from woocommerce line 76 to 93 : /wp-content/plugins/weglot/src/third/woocommerce/class-wc-mail-weglot.php2- you can try use this filter : https://developers.weglot.com/wordpress/filters/other-filters#hook-weglot_translate_email
Let me know if it’s help you
Regardshi @mikel555 ,
I’m Edson from Weglot.
hope you’re fine? Sorry for the issue you’re facing and I’m glad to help you.In fact, the url should be translate automatically by our plugin. Do you have an url I can see why the url isn’t translate ?
Regards
Hi @easeustools,
i’m Edson from weglot. Sorry for the issue you’re facing. Can you send a screenshot to show me where you see this message?
Regards
hi @h72247 ,
I’m Edson from Weglot. Sorry for the issue you’re facing.
It’s seems that you’re currently using Translatepress’ plugin and not Weglot’s.
Don’t hesitate to contact Translatepress directly on their support page : https://translatepress.com/support/Regards
- This reply was modified 3 years, 10 months ago by Edson Galina Fortes.
Hi @caroliinalu ,
hope you’re fine? Are you still facing your issue or it’s ok ? Don’t hesitate if you need more help
Regards
hi @fredy121 ,
sorry for the late answer, hope you’re fine?
Can you try this code and tell me if its works:
Can you make your test ot on homepage ?$.ajax( { method: 'post', url: si.ajaxUrl, data: { 'action': 'si_geolocate_visitor' }, dataType: 'json', success: function( data ) { if ( 'success' === data.status ) { $window.trigger( 'si.visitor-geolocated', [ data.geolocation ] ); } } } ); function si_geolocate_visitor() { add_filter( 'weglot_autoredirect_only_home', '__return_true' ); header( 'Content-Type: application/json' ); $geolocation = get_visitor_geolocation(); // get visitor location from the location cookie data if ( empty( $geolocation ) ) { $geolocation = request_visitor_geolocation(); // if the cookie is empty, ie. for the first time visit request geolocation using ipstack service. if ( ! empty( $geolocation ) ) { set_details( 'geolocation', 'data', $geolocation ); // save geolocation in location cookie. } } if ( ! empty( $geolocation ) ) { wp_die( wp_json_encode( array( 'status' => 'success', 'geolocation' => $geolocation ) ) ); } wp_die( wp_json_encode( array( 'status' => 'error', ) ) ); }Regards
Forum: Reviews
In reply to: [Translate WordPress with Weglot - Multilingual AI Translation] Good oneHi,
We are truly sorry you are having a bad experience with Weglot.
Have you tried to contact our Support team at support@weglot.com ?
They’re helping our users to work with our plugin and they could help you improve your experience with Weglot.Can you contact us at support@weglot.com so we can help you ASAP? We, unfortunately, can not locate your information with just your user name.
Many thanks 🙂
The Weglot TeamHi @johnping ,
hope you’re fine?I’m Edson from Weglot. I’m glad to help you. For your first Unfortunately, weglot does not detect the original languages of your content. We bas on the default language you set on the configuration (during onboarding). It could be change but need some specific development I mean: https://developers.weglot.com/wordpress/filters/other-filters#hook-weglot_translate_current_language
Abiut the MCFM ultimate plugin, we should be compat with it. If not we have some filter to do it 😉
Regards