asiye61
Forum Replies Created
-
Thank you Jay for the replay!
I will answer the questions:
`– Did you make any changes to your site (installing a new plugin), or to the course?
Answer:
Yes I installed
– Sensei with WooCommerce Paid Courses
– Loco Translate– When did you first start noticing this issue?
Answer:
The client took the course and made the quiz.
She then sends us the picture of: I choose the right answer but it still tells me everything is wrong!https://snipboard.io/SPl8Cp.jpg
https://snipboard.io/DmRgoI.jpg– What kinds of quizzes are you creating? Multiple choice?
Answer:
Multiple choice ones, single line answers, multiline answers.– Are you noticing this issue on all of your sites?
Answer:
No only at the quizes– Which version of Sensei and WordPress software are you on?
Answer:
Currently:
Seinsei: 3.14.0
Wordpress: 5.8.2I hope this information helps!
Forum: Plugins
In reply to: [Delivery & Pickup Date Time for WooCommerce] Free pickup date?Hi Bridgitte
It was a long time ago now but I have attached some pictures of the settings that I did! They are in Dutch but I think it should be clear where everything is.
https://ibb.co/Y2kMMZh
https://ibb.co/B3Z1VGD
https://ibb.co/TPJqGZqGood Luck!
Forum: Plugins
In reply to: [Delivery & Pickup Date Time for WooCommerce] Free pickup date?Oh I found it!
I needed to add pick up in the default shipping methods of Woocommerce 🙂Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Backup keeps reloading?Hi Bryle,
Sorry for the late reply something came up these days!
But they looked in it and it was a timeout error.
They can’t change the timeout of the plugin or website.Is it possible to change the time of exporting / connecting to Drive in the plugin?
Dear regards,
Asiye61
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Backup keeps reloading?It seems like in the error log that the time out is too short?
[Thu May 27 09:45:25.710591 2021] [:error] [pid 18065:tid 140191181854464] [client 185.220.101.24:58266] [client 185.220.101.24] ModSecurity: [file "/etc/httpd/conf/modsecurity.d/rules/tortix/modsec/03_asl_dos.conf"] [line "73"] [id "392331"] [rev "3"] [msg "Atomicorp.com WAF Rules: xmlrpc DOS attack"] [severity "CRITICAL"] Access denied with code 403 (phase 1). Pattern match "xmlrpc\\\\.php" at REQUEST_URI. [hostname "asiyedesigns.nl"] [uri "/xmlrpc.php"] [unique_id "YK9OFSKPvud-3Y1kS4cvpQAAAAE"] [Thu May 27 09:57:24.705749 2021] [fcgid:warn] [pid 22606:tid 140190928520960] [client 185.107.112.78:35326] mod_fcgid: read data timeout in 45 seconds, referer: https://asiyedesigns.nl/wp-cron.php?doing_wp_cron=1622102198.6065630912780761718750 [Thu May 27 09:57:24.705796 2021] [core:error] [pid 22606:tid 140190928520960] [client 185.107.112.78:35326] End of script output before headers: wp-cron.php, referer: https://asiyedesigns.nl/wp-cron.php?doing_wp_cron=1622102198.6065630912780761718750 [Thu May 27 10:11:34.009738 2021] [fcgid:warn] [pid 22671:tid 140191173461760] [client 185.107.112.78:47320] mod_fcgid: read data timeout in 45 seconds, referer: https://asiyedesigns.nl/wp-cron.php?doing_wp_cron=1622103047.9206209182739257812500 [Thu May 27 10:11:34.009800 2021] [core:error] [pid 22671:tid 140191173461760] [client 185.107.112.78:47320] End of script output before headers: wp-cron.php, referer: https://asiyedesigns.nl/wp-cron.php?doing_wp_cron=1622103047.9206209182739257812500 [Thu May 27 10:13:15.042818 2021] [fcgid:warn] [pid 22671:tid 140191181854464] [client 86.84.185.179:49164] mod_fcgid: read data timeout in 45 seconds, referer: https://asiyedesigns.nl/wp-admin/options-general.php?page=updraftplus&tab=backups [Thu May 27 10:13:15.042916 2021] [fcgid:warn] [pid 22671:tid 140191181854464] (110)Connection timed out: [client 86.84.185.179:49164] mod_fcgid: ap_pass_brigade failed in handle_request_ipc function, referer: https://asiyedesigns.nl/wp-admin/options-general.php?page=updraftplus&tab=backups [Thu May 27 10:18:43.464831 2021] [fcgid:warn] [pid 28850:tid 140191046018816] [client 185.107.112.78:53884] mod_fcgid: read data timeout in 45 seconds, referer: https://asiyedesigns.nl/wp-cron.php?doing_wp_cron=1622103478.3564949035644531250000 [Thu May 27 10:18:43.464908 2021] [core:error] [pid 28850:tid 140191046018816] [client 185.107.112.78:53884] End of script output before headers: wp-cron.php, referer: https://asiyedesigns.nl/wp-cron.php?doing_wp_cron=1622103478.3564949035644531250000What should I do?
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Backup keeps reloading?Hi Bcrodua,
thank you so much for the replay!!
I’ll try to do this and if it doesn’t work I need to contact my hosting to search for errors.
I hope it works because the plugin worked perfectly back then?Thank you again for helping me! Have an amazing day 🙂
Kind regards,
Asiye61
Forum: Plugins
In reply to: [Translate Wordpress with GTranslate] How to add “notranslate” to prices?Thank you Edo888!
This is the website:
https://asiyedesigns.nl/checkout/
https://asiyedesigns.nl/And I designed the snippet a little bit different now:
<script type=”text/javascript”>
jQuery(document).ready(function() {
jQuery(“.woocommerce-Price-amount”).addClass(‘notranslate’);
});
</script><script type=”text/javascript”>
jQuery(document).ready(function() {
jQuery(“.woocommerce-page.woocommerce-checkout form”).addClass(‘notranslate’);
});
</script>Forum: Plugins
In reply to: [Translate Wordpress with GTranslate] Prices dissapear in DUTCH translationI almost got it! like 95% hahah
Put this code in the Footer.php before the </body>
<script type=”text/javascript”>
jQuery(document).ready(function() {
jQuery(“.woocommerce-Price-amount”).addClass(‘notranslate’);
});
</script><script type=”text/javascript”>
jQuery(document).ready(function() {
jQuery(“.woocommerce-page.woocommerce-checkout form”).addClass(‘notranslate’);
});
</script>Now all the prices in your shop, product page and cart stay untranslated!
But the checkout page part where it calculates the prices stays full in English even if you translate it to Dutch. But still with this you can see the prices 🙂If I can figure out how to only affect the prices in the chechout page I will let you all know!
Hope this helps you a lot!
Forum: Plugins
In reply to: [Translate Wordpress with GTranslate] Prices dissapear in DUTCH translationHi Edo888 thank you for your answer!
I also askey Gtranslate chat and the lovely lady helped me 90%!With this code in at the bottom of Footer.php I can see the prices!
<script type=”text/javascript”>
jQuery(document).ready(function() {
jQuery(“.woocommerce-Price-amount,.product-total”).addClass(‘notranslate’);
});
</script>But it doesn’t work on the check out page.
They will try to code it for me!I hope I will get the answer soon so I can share the code here!
(This is a small repost but I wanted the others to see this code as well!)
Forum: Plugins
In reply to: [Translate Wordpress with GTranslate] How to add “notranslate” to prices?Hi Edo888 thank you for your answer!
I also askey Gtranslate chat and the lovely lady helped me 90%!With this code in at the bottom of Footer.php I can see the prices!
<script type=”text/javascript”>
jQuery(document).ready(function() {
jQuery(“.woocommerce-Price-amount,.product-total”).addClass(‘notranslate’);
});
</script>But it doesn’t work on the check out page.
They will try to code it for me!I hope I will get the answer soon so I can share the code here!
Forum: Plugins
In reply to: [Translate Wordpress with GTranslate] Prices dissapear in DUTCH translationHi Edo888!
Can I even give this kind of class to prices in Woocommerce?
<span class=”notranslate”>this text will not be translated</span>Forum: Plugins
In reply to: [Translate Wordpress with GTranslate] Prices dissapear in DUTCH translationAh yes I read your other comment. I hope someone will fix it ^^”
I see that the author fixes a lot of questions / bugs here so I have high hopes!Forum: Plugins
In reply to: [Translate Wordpress with GTranslate] Prices dissapear in DUTCH translationMe three! Before I could see the prices and now they disappeared?
I think it’s an update bug?I use Elementor with Woocommerce together with the Gtranslate.
I know I can’t use Gtranslate to translate the e-mails.
But it was okey if the translation works on the website.The default language of the website is English and the translated one is Dutch.
On English everything works good but switching to Dutch the prices disappear?- This reply was modified 5 years, 2 months ago by asiye61.