michaelacaggi
Forum Replies Created
-
@nlpro I assume so because I deactivated the iTSec plugin and the script worked as intended.
I believe I am @nlpro here is the script I am using:
add_action(‘login_enqueue_scripts’, function(){
wp_dequeue_script(‘user-profile’);
wp_dequeue_script(‘password-strength-meter’);
wp_deregister_script(‘user-profile’);$suffix = SCRIPT_DEBUG ? ” : ‘.min’;
wp_enqueue_script( ‘user-profile’, “/wp-admin/js/user-profile$suffix.js”, array( ‘jquery’, ‘wp-util’ ), false, 1 );
});Forum: Plugins
In reply to: [WooCommerce] Refund TimingThe problem is, I currently have it set to be paid on the 28th of every month. So if someone buys my product say on the 20th I will still get their money on the 28th. Would the refund function on WooCommerce’s dashboard still work if the money is in my bank account?
Yup, @jobayertuser
Update – I figured it out. I had to do some tweaking with the permalink. It seems that because I already had a course page that it was overriding it messed up the login feature.
I have done that and it still doesn’t change anything, but now you have to login to view both of my courses.
If there’s any info that you need like my settings I’ll send pictures.
Forum: Fixing WordPress
In reply to: Featured Image Cetegory Not Shown In WordPressThank you so much, Multani for your help. It was the plugin Presto Player that was causing an issue.
Forum: Fixing WordPress
In reply to: Featured Image Cetegory Not Shown In WordPressStill nothing… it also doesn’t work on my other website, and I tried multiple different themes.
Forum: Fixing WordPress
In reply to: Featured Image Cetegory Not Shown In WordPressI pasted this code in, Sahil, into my functions.php file for my theme, except it doesn’t seem to work. Could you please check to see if I did it correctly? The code is at line 97.
Forum: Plugins
In reply to: [WooCommerce] Problem Activating WooCommerceHello,
I got past that and I seemed to have activated the plugin somehow.