Edson Galina Fortes
Forum Replies Created
-
Hi @mariagracia ,
hope you’re fine. Sorry for the issue you’re facing. Can you try with an older version (may the 4.2.7). It seems you already reach the issue on our support. I’ll keep the solution here when we find the solution
Regards- This reply was modified 1 year, 10 months ago by Edson Galina Fortes.
Hi @arnabaws ,
i’ve no idea without checking the code of your website, it should works through admin-ajax.php. Do you have a staging env where you can reproduce the issue. Or can you reach the issue to support@weglot.com ?
regardsHi @arnabaws ,
hope you’re fine ? Sorry for the issue you’re facing. I’ve make a try and it seems to work on my side : https://www.loom.com/share/1133aafe71b9408c86afe70aa9b4b287?sid=61eab19d-3175-4ba9-be1e-a518f1f5bba3
Or may be i missunderstand your issue. Are you able to add some screen to the topic or make a short video to show me the problem ?
Regardshi @sonaar ,
let me know if is ok on your side ?
RegardsHi @sonaar ,
sorry, here the avalaible link : https://we.tl/t-vrIjD6jFQI
Regardshi @maximemichaud ,
If you appreciated my help and if you have 2 minutes to help me, it would be awesome if you could give us a review on WordPress
—-> https://wordpress.org/support/plugin/weglot/reviews/
It’s really useful for me
And of course, if you need anything, don’t hesitate to ask me.
Have a nice day,
Regards,
Hi @sonaar ,
hope you’re fine? Sorry for the issue tou’re facing. This issue is still fix and pkan for our next release. If you want you can dl a beta version of our next release (4.7.8) here : https://we.tl/t-yt4E6J8YvE
let me know if you still facing the issue
The release is planned for august if you prefer to wait
RegardsHi @maximemichaud
yes sure, all the update provide in the plugin i share you would be automatically apply in the next release so they will be present in the next update
RegardsHi,
glad to help you. We hope release the new version of the plugin during August.
Here the current version we work on it : https://we.tl/t-yt4E6J8YvE, it fix the issue you’re facing.
Don’t hesitate if you’ve some feedbacks
RegardsThe new release is not plan for now so if you need a beta version with the fix let me know
RegardsHi @maximemichaud ,
thanks for your message it’s help. This issue are still wip on our side and it will fix on our next release.
Don’t hesitate if you’ve another feedbacks
RegardsHi @indigojones66 ,
glad to hear this ;).
If you appreciated my help and if you have 2 minutes to help me, it would be awesome if you could give us a review on WordPress
—-> https://wordpress.org/support/plugin/weglot/reviews/
It’s really useful for me
And of course, if you need anything, don’t hesitate to ask me.
Hi @indigojones66 ,
Hope you’re fine.
you can add this css to your project :.weglot-language a { font-size: 18px;}
If you facing difficuly to add it don’t hesitate to ask help to our support (support@weglot.com)
RegardsHi @samrot ,
hope you’re fine ? In fact Weglot don’t create post for each language. Weglot based on A orignal language and destination language.
In your case imagine english is your original language. If a user create a post where the content is in spanish it should not work. But if the user create the content in english, it will be translate to spanish.
RegardsHi @alexwcoleman ,
hope you’re fine ?
I’ve 2 questions :
in the method __give_get_receipt() their is possible to add a filter before send $data via json like
$data = apply_filters(‘modify_give_receipt_data’, $data, $atts);
so th method would looks likefunction __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 = apply_filters(‘modify_give_receipt_data’, $data, $atts);
wp_send_json( $data );
}
question 2 :
in the method generate_pdf_receipt() can you add a filter to allow me interact and translate the pdf ?
like $template_content = apply_filters(‘modify_pdf_receipt_template_content’, $template_content); at line 189 ?
cc @dimamel
regards