fishouse
Forum Replies Created
-
Forum: Plugins
In reply to: [Wordpress File Upload] rename file after uploadsolved
if (!function_exists('wfu_after_upload_handler')) { function wfu_after_upload_handler($changable_data, $additional_data) { rename($additional_data['files'][0]['filepath'], dirname(__DIR__, 2).'/uploads/attestazioni/import.csv'); return $changable_data; } add_filter('wfu_after_upload', 'wfu_after_upload_handler', 10, 2); }
ok
I updated the plugin, but if I activate it I get this error:
Composer detected issues in your platform: Your Composer dependencies require a PHP version “>= 7.4.0”.
same for me
Forum: Plugins
In reply to: [Contact Form 7] error 403do you use “wp fastest cache”?
Forum: Plugins
In reply to: [Contact Form 7] error 403hi. news?
Forum: Plugins
In reply to: [Contact Form 7] error 403`I admin myself the server (debian+plesk).
I’m trying with this solutions, but it work only with WP FASTEST CACHE.
I’m adding this code in all my wp-config.php
define(“WPFC_CLEAR_CACHE_AFTER_THEME_UPDATE”, true);
define(“WPFC_CLEAR_CACHE_AFTER_PLUGIN_UPDATE”, true);This force the cache deletion on Plugin or Theme updates.
All my sites use a plugin to auto-update the themes and the others plugin.
I hope that this will work.
Forum: Plugins
In reply to: [Contact Form 7] error 403If I clear the wp cache, the forms return to work, but after some days or hours the problem comes back
Hi,
I love your plugin, Unfortunelly this week for some reason I had to change the prices (from “with tax” to “without tax”).
I have different price by country only for some products, like this:
https://www.bertazzofood.com/prodotto/caffe-bontadi-oro/With the following products settings i get the correct price, but this mean I have to edit all my products ??
sorry, what do you mean with “Setting the price manually will solve the problem.”?
I have to enter the price with tax for all my products?
Hi,
I enter the price without tax and with 3 decimal to have the correct price.
561,475 x 1,22 = 684,9995 = 685,00
I think your plugin take my base price with 3 decimals and round it to 2 decimals befor adding the tax.
Forum: Plugins
In reply to: [WP Fastest Cache] cached site for administrator userssent
Forum: Plugins
In reply to: [WP Fastest Cache] cached site for administrator usersno, because the site is an ecommerce and for registered customers I want to show the site in cache. for admin users I would always like to show the uncached site.
Forum: Plugins
In reply to: [Spam protection, Anti-Spam, FireWall by CleanTalk] problem with cf7Thanks!!!
Forum: Plugins
In reply to: [Spam protection, Anti-Spam, FireWall by CleanTalk] problem with cf7Ok, I wait.
with the old version, it works