Robert
Forum Replies Created
-
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: [WordPress Simple Shopping Cart] Custom price format filterNow it works very well. Thank you again ??
Forum: Plugins
In reply to: [WordPress Simple Shopping Cart] Decimal separator in the item priceSure. I think that will help. Thank you ??
Forum: Plugins
In reply to: [WordPress 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?