Edson Galina Fortes
Forum Replies Created
-
Hi @banijadev ,
hope you’re fine?
Yes Weglot use jquery for some features. It’s planned to rewrite this part of code to use native js but I’ve no date for the moment.
RegardsHi @nomadslyfer ,
hope you’re fine ? Can you have test the snippet below ?
Regardshi @user9876789 ,
hope you’re fine? You can find here a version of the next release of the plugin who should resolve the issue you’re facing : https://we.tl/t-8Q8ty7GLtG
Don’t hesitate if you’ve any feedbacks
RegardsHi @infofinal
sorry for the issue you’re facing. I’ve check and it seems you don’t have Weglot install on your website but TranslatePress. You should ask their support team directly 😉
Don’t hesitate if you’ve some question about Weglot
RegardsHi @goodpixelweb
thanks for the info so it seems to be an issue due to browser compatibility, i’ll check ans send you a fix asap
Just to be sure, can you confirm me that you don’t have issue on chrome or firefox ?
RegardsHi @goodpixelweb ,
hope you’re fine? Sorry for the issue you’re facing.
I’ve no errors on my side on the console can you make a screenshot of the errors ?
Can you give me the browser you use ?
Can you confirm the burger menu can open when you have Weglot deactivated ?
RegardsHi @nomadslyfer
hope you’re fine ? Sorry for the issue you’re facing.
I’ve check the Siteground Optimizer plugin doc and seems they don’t have a way to excude specific cookies from caching. May you can ask their support
Otherwise you can try this snippet<script> document.addEventListener("DOMContentLoaded", function(){ var origLink = document.querySelector("a[href^=\"wg-choose-original=true\"]") if(origLink) { origLink.addEventListener("click",function(e) { var href = this.href; e.preventDefault(); document.cookie = "WG_CHOOSE_ORIGINAL=1; path=/;"; window.location = href; }); } }); </script>you can add this snippet on footer for example : https://developer.wordpress.org/reference/hooks/wp_footer/
Regardshi @dominicht ,
hope you’re fine ? Sorry for the issue you’re facing and thanks for your feedbacks it’s help.
I’ve make this two improvement :
1- remove the id (we don’t use it anymore)
2- add the role option to the li present into the <aside> with the role ‘listbox’
It will be deploy on the next release
RegardsHi @total14 ,
hope you’re fine ?
Sorry for the issue you’re facing?
Thanks for the feedback. Can you verify that your WP_DEBUG var on your wp-config.php is setting to false and on your php config (php.ini) the display_error options is set to off too.
however I will also correct this issue and fix it for the next release but you should not display error on production 😉
Regards
hi @droixstore ,
thanks for your feedbacks, the issue will be fix on our next release
Regardshi @greatalf ,
the issue is fixed :if( ! empty($this->language_services->get_language_from_external( $woocommerce_order_language ) ) ){ $current_and_original_language['current'] = $this->language_services->get_language_from_external( $woocommerce_order_language )->getInternalCode(); }else{ $current_and_original_language['current'] = $current_and_original_language['original']; }
it will be deploy on our next releaseHi @jidy ,
hope you’re fine? In Wegot we’ve an option call “automatic redirection” you can activate via the WP plugin or Weglot dashboard. But this option based on the browser language of the user not on his geolocation
RegardsHi @user9876789 ,
it will plan for end of March/ start of April
RegardsHi @user9876789 ,
hope you’re fine? Thanks for your message it’s help. The compatibility with php8 is plan for our next release 😉
If you’re ok I can send you a pre-version to have your feedbacks
Regards- This reply was modified 3 years, 2 months ago by Edson Galina Fortes.
hi @greatalf ,
hope you’re fine ? sorry for the issue you’re facing. I’ll check on my side and put a fix into the next release
the plugin you use is this one : https://wordpress.org/plugins/pre-orders-for-woocommerce/
or this : https://woocommerce.com/products/woocommerce-pre-orders/ ?
Thanks again for your message
Regards