kappat745
Forum Replies Created
-
Hello,
the server has the ModSecurity application on it but i also tried with it disabled and the error still happens after a day when the cache is enabled (the logs also don’t show anything beeing blocked). This just happens when something is cached and the weird thing is that it doesn’t happen for all products at the same time, it like builds up and if i don’t clear the cache for a few days it starts happening on more and more products. Is there any particular script of the plugin i can exclude from the cache to see if i can solve it?
thanks
Hello,
i didn’t clear the cache yesterday and the problem came back again as expected, could you have a look at this now maybe from the console error you can understand the issue? thanks
https://shop.tecnicaindustriale.net/en/products/grundfos-96003721-manual-diaphragm-pump/Hello,
after clearing the cache the js files doesn’t seem merged anymore, the issue still persists tho.. for now i setup a cronjob to clear cache every day otherwise the problem just appears on more and more products.. do you have any suggestion on what scripts to exclude? I deactivated the cronjob now, tomorrow probably the issue will come up again and maybe you can have a look yourself
thanks
This is what appears in chrome console, it seems a minified js in the directory cache/wpfc-minified even tho in the free version of WP fastest cache the option to minify js is not available. I had to clear the cache to make the website work again so you might not be able to reproduce the issue at the moment
Forum: Plugins
In reply to: [YITH Request a Quote for WooCommerce] Problem with translationOh you were right, the .po files to edit were indeed in the wp-content/languages/plugins folder.
Thanks!Forum: Plugins
In reply to: [YITH Request a Quote for WooCommerce] Problem with translationHello, thanks for your reply.
I was hoping it could be done without installing another language plugin (that i have already), since the plugin have this texts in the .po files i find it weird that they don’t work.
For reference, these are the lines of the php file yith-woocommerce-request-a-quote\templates\request-quote-form.php<label for="rqa-message" class=""><?php esc_html_e( 'Message', 'yith-woocommerce-request-a-quote' ); ?> </label><textarea name="rqa_message" class="input-text " id="rqa-message" placeholder="<?php esc_html_e( 'Notes on your request...', 'yith-woocommerce-request-a-quote' ); ?>" rows="5" cols="5"></textarea>
These lines are somehow translated in italian somewhere, but apparently don’t come from the .po files, even tho the exact same texts is present in the file yith-woocommerce-request-a-quote-it_IT.po