frenchomatic
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Search Orders List PageI am really surprised that the hasn’t been an ask by many users of woocommerce. Searching on an additional field makes a lot of sense. I have tried many different approaches without success. This code for me made sense but didn’t work either. Strange because I can get the values and echo them out onto the orders page in a column with no issues at all.
add_filter( 'woocommerce_shop_order_search_fields', 'woocommerce_shop_order_search_order_total' ); function woocommerce_shop_order_search_order_total( $search_fields ) { $search_fields[] = '_order_total'; $search_fields[] = '_user_id'; $search_fields[] = '_order_number'; return $search_fields; }
Forum: Plugins
In reply to: [Joinchat] Plugin disappearingsolved – I see it renames and moves the plugin in the admin panel – how embarrassing not to spot that.
To confirm that solves it. Probably a good idea to release this version officially. Many thanks.
- This reply was modified 1 year, 3 months ago by frenchomatic.
Forget my post – it is now resolved. My client was using a different plugin before and this why the shortcode doesn’t work.
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Database tablePlease close -I have just been told that the plugin was swapped over.
I recently took over a web site for a new client and I notice this appears to be not working anymore on their web site.
WordPress 6.1.1? Divi theme 4.17.6 Plugin Version 3.1.33?
This shortcode is not rendering and is just showing itself explicitly.
[events_list order=”ASC”]#_EVENTLINK[/events_list]
I also notice this shortcode is not present in wp-event-manager-shortcodes.php ??? I can’t workout what they have done or whether this is from a use of a prior version or completely different plugin which no longer exists.
- This reply was modified 1 year, 11 months ago by frenchomatic.
- This reply was modified 1 year, 11 months ago by frenchomatic.
Hi, errors have now disappeared since I took a snapshot. It must be something that runs but no snapshot is available. The errors in the log have not come back. I think we can close this for the moment.
I just noticed that on the two domains doing this, no snapshot had been taken. On other domains with snaphots I am not seeing this repeated error message coming up.
Perhaps this is the issue ? I have taken a snapshot and will know tomorrow if the error messages continue or not.
The error is repeated every time the daily cron runs.
Yes file guard is enabled.
The script file reports no errors. Nothing unusual. Neither does debug mode when set in config.php.
The log file is the NinjaFirewall error log which is clickable from the dashbord.Just under where it says admin user.
HTTP server : LiteSpeed PHP version : 7.4.27 PHP SAPI : LITESPEED auto_prepend_file : xxxxxxxxx/wp-content/nfwlog/ninjafirewall.php Loader's path to firewall : xxxxxxxxx/wp-content/plugins/ninjafirewall/lib/firewall.php wp-config.php : found in xxxxxxxxx/wp-config.php NinjaFirewall detection : NinjaFirewall WP Edition is loaded (Full WAF mode) Loaded INI file : /opt/alt/php74/etc/php.ini user_ini.filename : .user.ini user_ini.cache_ttl : 300 seconds User PHP INI : php.ini found - DOCUMENT_ROOT : xxxxxxx/public_html/xxxxxxxxx ABSPATH : xxxxxxxxx/ WordPress version : 5.8.3 WP_CONTENT_DIR : xxxxxxxxx/wp-content Plugins directory : xxxxxxxxx/wp-content/plugins User Role : Administrator User Capabilities : manage_options: OK - unfiltered_html: OK Log dir permissions : xxxxxxxxx/wp-content/nfwlog dir is writable Cache dir permissions : xxxxxxxxx/wp-content/nfwlog/cache dir is writable
- This reply was modified 2 years, 10 months ago by frenchomatic.
- This reply was modified 2 years, 10 months ago by frenchomatic.
I gave up and just deactivated wp-optimize. I now use a great plugin called wp cloudflare supercache – no problems at all.
Thanks – I did that and all works. However, I ended up deactivating wp-optimize and implemented a fantastic solution by wp cloudflare super cache – all is working.
- This reply was modified 3 years, 7 months ago by frenchomatic.
Forum: Plugins
In reply to: [Super Page Cache] CF-Cache-Status: HITYup – as you have confirmed. Cloudflare appears to cache on a second load from any edge server so it is a pull model. I am not sure what the point of preloading is if this is the case as there are so many locations?
Yes I tried that but it still didn’t work. I have deactivated the plugin. If you find anything then I will try a test.
Forum: Plugins
In reply to: [Super Page Cache] A few questionsI now understand
1. pages with contact forms on them can be bypassed from with in the plugin
2. I have tested this and there doesn’t seem to be an issue.
3. I see this renamed login page can be bypassed in the plugin from being cached.I guess the only thing to do is to now test with contact form 7 installed. I will mark this as resolved.