thomasjulienalain
Forum Replies Created
-
Forum: Plugins
In reply to: [Adminimize] Menu options are not loadingIssue solved !
One of my admin menu item had a position value of PHP_INT_MAX.
Forum: Plugins
In reply to: [Adminimize] Menu options are not loadingI managed to fix this temporirally by addind a return in the plugin /inc-options/menu_options.php file.
<?php /** * @package Adminimize * @subpackage Menu, Submenu Options * @author Frank Bültge */ if ( ! function_exists( 'add_action' ) ) { echo "Hi there! I'm just a part of plugin, not much I can do when called directly."; exit; } return; // force return ?>
Then I uploaded an existing json config, and it worked. I removed the “return” and all metabox where there.
But after I saved again after some changes, the problem come back.
- This reply was modified 4 years, 3 months ago by thomasjulienalain.
Forum: Plugins
In reply to: [WooCommerce] Cart don’t show shipping method with backorder productHey Etienne,
Thank you for your reply ! I appreciate it.We found out it was a dumb error, 2 products was checked as virtual!
If it can help anybody else ??
Hello Gerroald,
I realised that Cloudflare proxy was the problem.
The IP was changing everytime any existing admin user was loggedin with with “Let Wordfence use the most secure method to get visitor IP addresses” in general WordFence options.
I switched for “X-Forwarded-For HTTP header” and it now detect the correct user IP.
Is it the best way to deal with it ?
Thank you.
- This reply was modified 4 years, 9 months ago by thomasjulienalain.
- This reply was modified 4 years, 9 months ago by thomasjulienalain.