Edson Galina Fortes
Forum Replies Created
-
Hi @stas1523 ,
hope you’re fine? I’m Edson from Weglot. I’m not sure I understand your issue. Weglot do not duplicate titles and description. But if you want to no translate this meta, you can exclude them from translation
Regards
Forum: Plugins
In reply to: [Translate WordPress with Weglot - Multilingual AI Translation] ARABIC RTLHi @marchajj ,
I’m Edson from Weglot.
hope you’re fine ? I hope you’re glad with you weglot experience 😉
Weglot have an import/export feature but according to the pricing page : https://weglot.com/pricing/ you’ve to have an advance plan to use it.You can ask the support to have the “half advance plan” it’s less expensive and you’ve this feature too.
And weglot support RTL right to left 😉
Don’t hesitate if you’ve need help
Regards
Hi @pictibe,
hope you’re fine. I’ve no news, you’re still facing your issue or you’re able to fix it ? Don’t hesitate if I can help you
Regards
Hi @amanthakur24 ,
hope you’re fine. I’ve no news, you’re still facing your issue or you’re able to fix it ? Don’t hesitate if I can help you
Regards
hi @locker17 ,
hope you’re fine ? Yes you can do that with some js and css. For exemple you can try to just add or remove the class weglot-dropdown on mouseout with js
const mouseTarget = document.getElementById('mouseTarget'); mouseTarget.addEventListener('mouseout', e => { e.classList.remove("weglot-dropdown"); });Let me know if it help you do what you want
Regards
hi,
hope you’re fine? Sorry for the issue you’re facing!
If I well understand you want to send different email based on current languages ?I think you can use the function weglot_get_current_language() to get the current and display the popup you want.
src : https://developers.weglot.com/wordpress/helpers-functions
Regards
hi @amanthakur24 ,
hope you’re fine? sorry for the issue you’re facing. Can you send me a screen of your problem, because it seems you’ve disable weglot from your url.
Regards
Hi @mrdaro ,
hope you’re fine ?
I’ve investigate and it seems thatthe ajax method who return the result page is not correct.can you access this file : and add this code line 771 :
$data = preg_replace('/(\v|\s)+/', " ", $data);
so the code should befunction __give_get_receipt() { $get_data = give_clean( filter_input_array( INPUT_GET ) ); if ( ! isset( $get_data['shortcode_atts'] ) ) { give_die(); } $atts = (array) json_decode( $get_data['shortcode_atts'] ); $data = give_receipt_shortcode( $atts ); $data = preg_replace('/(\v|\s)+/', " ", $data); wp_send_json( $data ); }it’s not the final solution, I want to valid if is ok on your side and after that we have to ask the plugin owners of wp – donation if they can provide us a hook.filter to do it without modify the plugin file
Regards
Hi,
sorry for the issue you’re facing. We’ll deploy a 3.7.2 plugin version this morning
Regards
hi @miikewordpress ,
hope you’re fine. thanks for your question :indeed, it is an oversight on our part the changelog is not present in the plugin, this will be corrected for the next release. In the meantime you can find the latest changelog here:
##3.7 (08/06/2022) * Add: Translate pdf service * Add: Optimize button accessibility * Add: Pageviews integration * Add: Add switcher editor integration * Add: Woocomerce translate all mail * Add: Do not translate .eps or .txt * Add: Detect if switcher is child of an iframe and if so, don't display it * Add: Reduce api call on wp-admin ##3.6.1 (02/03/2022) * Bugfix: Fix hide button option on switcher menu * Bugfix: Fix bug VE not translated * Bugfix: Fix bug add Custom full name for orginal language ##3.6 (23/02/2022) * Add: Advance exclude url option * Add: Add blocks for gutenberg (wp 5.9) * Add: Disable autoswitch for weglot visual editor * Add: Add Forminator (plugin de WPMUDEV) compatibility * Add: Disable weglot on rankmath sitemap * Add: Add hook filter to replace_url method * Bugfix: php8 parameters order * Bugfix: Refresh destination language list * Bugfix: Display hreflang even url have parameters ##3.5 (07/12/2021) * Add: Autoswitch work on all page not only on homepage * Add: Exclude url doesn't generate redirection * Add: Add switcher from switcher editor * Add: Call API from cdn to translate * Add: Limited call API for deactivate account * Bugfix: Problem with gform and multisite * Bugfix: Fix hreflang generation with Cyrillic url * Bugfix: Weglot search option now works even if we're not on a main_query ##3.4 (15/09/2021) * Add: All 404 pages are excluded from translation if you exclude /404 in the Weglot dashboard * Improved performance: Files for multilingual compatibility with other plugins are only called when necessary * Bugfix: Autoswitch feature now works with custom languages * Bugfix: Password reset link in translated emails now works * Bugfix: WooCommerce emails are now translated when using custom languages * Bugfix: Fixed warning in 404 styles.css.map * Bugfix: Autoswitch doesn't redirect when visitor comes from an external link from now on ##3.3.6 (15/06/2021) * Add new flag from dashboard * Improve hreflang display * Dynamise limit languages check * Fix bug when excluded URL /cart gives empty URL * Fix small bug on multisite where we translated links from / website when located on /subsite * Better handle 301 redirect ##3.3.5 (12/04/2021) * Add url from canonical if existing * Add vip code review * Increase timeout when updating setting and disable submit button * Adding message to tell user to purge cache from cache plugin after editing translationRegards
Hi @parsmutaf ,
it’s weird, I can see my post. Let me put it in again : `
About your question, yes you can translate your content from english to turkish for exemple.Don’t hesitate it you’re facing any issue with that
Regards`
Forum: Plugins
In reply to: [Gravity PDF] Weglot Translation ServiceHi @emindpo @blue-liquid-designs ,
I hope it will help you, you can get the current language with this function : https://developers.weglot.com/wordpress/helpers-functions#weglot_get_current_language
Regards
Hi @mrdaro ,
hope you’re fine? sorry for the issue you’re facing. I’m Edson from weglot and I’m on it. It seems we have an issue when we try to translate the result of the ajax action (get_recipe).
I get you in touchRegards
Forum: Plugins
In reply to: [Gravity PDF] Weglot Translation ServiceHi @emindpo ,
hope you’re fine? I’m Edson from Weglot. By default, Weglot doesn’t translate PDF.
But we have a service who can help you to do it.
If the pdf from Gravity PDF is generate from an html you can use this service : wp-content/plugins/weglot/src/services/class-pdf-translate-service-weglot.php
You can see an example of use here : /wp-content/plugins/weglot/src/third/woocommercepdf/class-wcpdf-weglot.php
It’s an exemple we do to translate pdf invoice from woocommerce
Hope it’s help you
Regards
hi @orotec ,
we’ve passed the 3.7.1 version who fixed your issue. Can you make the update and confirm me it’s ok on your side
Regards