Jman25
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Password Strengthhttps://synergymedco.com/wp-content/uploads/2016/08/Untitled-9.jpg
Highlighted red portion is what I need to be gone. ‘Remove the password strength meter’ snippet does not seem to be working assuming I am properly using it.
Forum: Plugins
In reply to: [WooCommerce] Password StrengthI have looked at that code as well as the one posted above.
Although woocommerce will now accept any password it still rates it (very weak, weak, medium, strong).
However my woocommerce still displays these strength ratings, I would like to have them removed to where they no longer display.
Thank you for your help so far and continued patience.
Forum: Plugins
In reply to: [WooCommerce] Password StrengthEverything is working exactly as we want it. It will accept any password we enter.
As previously asked however, is there a way to get rid of the prompt that rates your password? Ex. ‘weak – please enter a stronger password.’
Forum: Plugins
In reply to: [WooCommerce] Password StrengthIt appears to have worked.
Out of curiosity, despite accepting a password such as bFakers1!
it still rated the strength of the password. Is this how it is supposed to work?Ideally we would want the prompt suggesting length, uppercase/lowercase, and symbol(s) to be present but not the rating. This could make our customers think they still need to create a semi-complex password.
Forum: Plugins
In reply to: [WooCommerce] Password StrengthI have added that snippet to my functions.php code but it appears to not be working.
functions.php is as follows:
<?php
global $etheme_theme_data;
$etheme_theme_data = wp_get_theme( get_stylesheet_directory() . ‘/style.css’ );
require_once( get_template_directory() . ‘/framework/init.php’ );function wc_ninja_remove_password_strength() {
if ( wp_script_is( ‘wc-password-strength-meter’, ‘enqueued’ ) ) {
wp_dequeue_script( ‘wc-password-strength-meter’ );
}
}
add_action( ‘wp_print_scripts’, ‘wc_ninja_remove_password_strength’, 100 );Forum: Plugins
In reply to: [UPS WooCommerce Shipping Method Plugin] Shipping is not workingI figured out the issue thanks to your suggestion with debug mode.
Thank you for your help
Forum: Plugins
In reply to: [UPS WooCommerce Shipping Method Plugin] Shipping is not workingIt just started working again
Plan on giving it about 30 mins to see if it does this again,
will keep you notified.website is
https://www.synergymedco.comForum: Plugins
In reply to: [Global Gateway e4 | Payeezy Gateway |] Invalid SignautreWe found the error:
We needed to generate a new Hmac key password. After doing so we ran a product and it worked.
Thank you for all your help!
Forum: Plugins
In reply to: [Global Gateway e4 | Payeezy Gateway |] Invalid SignautreI generated a new password, then hit update inside my first data account. Afterwards I entered the newly generated password (verified my Gateway ID is correct) and attempted to purchase an item. I received the same error message:
HTTP 401: Unauthorized – Invalid signature received ‘uHe7+0############’.
An error occurred, please try again or try an alternate form of payment.Any ideas?
Forum: Plugins
In reply to: [Global Gateway e4 | Payeezy Gateway |] Invalid SignautreI will do that and update you on whether or not it worked.
Thank you for your help
Forum: Plugins
In reply to: [Global Gateway e4 | Payeezy Gateway |] Invalid SignautreAbsolutely, please follow this link. Add the product to your cart and then after going to your cart you can see the issue.
https://synergymedco.com/product/medline-pe-disposable-apron-non24274/
Again entering the credit card information is not the issue, its having the information accepted and passed through that is the issue.
Forum: Plugins
In reply to: [Global Gateway e4 | Payeezy Gateway |] Invalid SignautreFrom the plugin it looks as though we are using MD5, what we are wanting to accomplish is to be able to accept credit card payments with this plugin. It shows up in our checkout menu and will let us enter all the data but upon clicking to move forward it gives us the error code
HTTP 401: Unauthorized – Invalid signature received ‘I/DbAg###########’.
An error occurred, please try again or try an alternate form of payment.Forum: Plugins
In reply to: [Global Gateway e4 | Payeezy Gateway |] Invalid SignautreHas there been any solution found?
Forum: Fixing WordPress
In reply to: Categories Not displaying correctlyalso I am using the royal theme