smccombs
Forum Replies Created
-
That got it, thank you!
log sent to [email protected] as smccombs
- This reply was modified 5 years, 8 months ago by smccombs.
Forum: Plugins
In reply to: [WooCommerce USPS Shipping Method Plugin] Plugin Stopped WorkingI’m havings the same error! Customer ordered and woocommerce plugin charged them the failback ($9). Run the same purchase with their address now and actual cost with priority is $19.20.
This is really frustrating, ether I can disable failback and lose customers because they can’t order, or let this plugin give products away. I don’t get it.
This error has happened 5 times in the last 4 days.
05-25-2018 @ 00:16:41 – Error: Unexpected USPS Response: <?xml version=”1.0″ encoding=”UTF-8″?>
<Error>
<Number>80040B18</Number>
<Description>An error has occurred with the service. Please contact the system administrator, or try again.</Description>
<Source>USPSCom::DoAuth</Source>
</Error> (calculate_shipping)
05-25-2018 @ 00:18:38 – Error: Unexpected USPS Response: <?xml version=”1.0″ encoding=”UTF-8″?>
<Error>
<Number>80040B18</Number>
<Description>An error has occurred with the service. Please contact the system administrator, or try again.</Description>
<Source>USPSCom::DoAuth</Source>
</Error> (calculate_shipping)Forum: Fixing WordPress
In reply to: Theme options show weird glitch, only sliders visible in option menuAccess your website with FTP then navigate to ‘wp-content/themes/Avada-Child-Theme/functions.php’ and add the code to the bottom of the file.
Make sure your Child theme is activated. You should always use the child themes.
You could also do this with the WordPress interface through editor but since the last couple of WordPress updates, it no longer works for me on many sites.
Forum: Fixing WordPress
In reply to: Theme options show weird glitch, only sliders visible in option menuI found that the color picker is causing this issue. Applying CSS to wordpress admin pages required a PHP function. This is what I am using to disable the color picker from my view. At least now I can edit all the other options.
add_action(‘admin_head’, ‘wp-color-result-disable’);
function wp-color-result-disable() {
echo ‘<style>
.wp-color-result {
display: none !important;
}
</style>’;
}Forum: Fixing WordPress
In reply to: Theme options show weird glitch, only sliders visible in option menuThe same issue is happening to me.
Forum: Plugins
In reply to: [WC Fields Factory] Select Not Working – Nonprofit Trail RunI still need help with this, any ideas?
Forum: Plugins
In reply to: [WC Fields Factory] Select Not Working – Nonprofit Trail RunI just tried it, it did not fix it.
Forum: Plugins
In reply to: [WC Fields Factory] Select Not Working – Nonprofit Trail RunI did try this, I also uninstalled and reinstalled the plugin. One this I did not delete was the group. Might I try that?