Robert
Forum Replies Created
-
Forum: Plugins
In reply to: [SSH SFTP Updater Support] PHP Fatal error when trying to update.It seems that version 1.1.0 works well, I managed to update the plugins. Thanks! π
But I wouldn’t exclude any configuration issues of my company’s servers π
Forum: Plugins
In reply to: [SSH SFTP Updater Support] PHP Fatal error when trying to update.Oh! Why is the update from 4 weeks ago when the changelog shows 24 December 2024?
Version 1.0.0
Last updated 4 weeks agoForum: Plugins
In reply to: [SSH SFTP Updater Support] PHP Fatal error when trying to update.I just checked that SSH SFTP Updater Support version 0.9.0 is working. So it’s probably a configuration issue with the company’s servers.
== Changelog ==
= 1.0.0 – 2024/Dec/24 =
- FEATURE: Updated bundled phpseclib library to 3.0 series and amend code accordingly, thereby bringing access to various newer cryptographic algorithms
- REQUIREMENTS: Requires PHP 5.6+ (as required by phpseclib 3.0)
Forum: Plugins
In reply to: [Redux Framework] Disable Google Fonts updateOK. Thank again π
Forum: Plugins
In reply to: [Redux Framework] Disable Google Fonts updateOK. Thanks for your help in advance π
Forum: Plugins
In reply to: [Redux Framework] Disable Google Fonts updateIt is not about the notice. On page load Redux checks if google_fonts.json file is up-to-date. But in my company’s network cURL communication is somewhat restricted, so every page is hanging for about 15 seconds, because Rexus trying 5 times
cURL error 7: Failed to connect to raw.githubusercontent.com port 443 after 1294 ms: Couldn’t connect to server
I got work-around this problem by changing the date of google_fonts.json file to the future. I thought that maybe there is a more correctly method to avoid such problems.
Forum: Plugins
In reply to: [Redux Framework] Disable Google Fonts updateI’m more user than theme author. Currently, I’m building a website based on a theme that uses Redux Framework. Maybe there is a some config I can load in child theme’s functions.php file?
Hi David,
Thank you for your answer. So I will write on their support forum. Thanks again π
Robert
Forum: Plugins
In reply to: [Simple Shopping Cart] Custom price format filterNow it works very well. Thank you again π
Forum: Plugins
In reply to: [Simple Shopping Cart] Decimal separator in the item priceSure. I think that will help. Thank you π
Forum: Plugins
In reply to: [Simple Shopping Cart] Decimal separator in the item priceThaks for the quick replay π
I’m sorry but I should accurately describe the problem. In my country, Poland, the correct price is, for example, ‘9,95 zΕ’ not ‘zΕ 9.95’ as it is by default in plugin. I was able to swap the price and currency in code (in wp_shopping_cart.php) – yes, I know it’s a bad idea and after the update I have to do the same again.
I would like to change ‘.’ to ‘,’ in price. Only displayed on the website not for PayPal. Can this be changed in the code?