itskev
Forum Replies Created
-
Forum: Plugins
In reply to: [Zeno Font Resizer] Add Text before “A”Perfect! Thank you!!
Thanks. I understand that from the placeholder page on their website.
Before updating, my images linked directly to the event. Since the image link to the event is now broken after migrating, I need this back without undoing the migration.
My client had. Now it’s gone so I know I will get an inquiry on why it is now gone.
That is it! You all are amazing.
Forum: Plugins
In reply to: [Import and export users and customers] HELP! It won’t stop!I just donated through PayPal. I love your plugin.
Forum: Plugins
In reply to: [Import and export users and customers] HELP! It won’t stop!Thanks for your reply. It finally stopped at 580 and I had to manually delete these. I think you are right though. Something was malfunctioning on the server I suppose. I sent in a tech support request to the server admin.
Hey Saroj! Sorry about not responding quicker. I had an event I created that started today and a lot of stuff building up to it. Thanks for answering my question.
Forum: Plugins
In reply to: [Theme My Login] Show Password Icon@jayeshguru Check your wp-content/plugins/hideshowpassword/class-hide-show-password.php file and see if it includes this. It looks like this is what I added in the php code. I entered it after the “// Register settings” code. Let me know if this worked for you.
// Allows eye to show now. Not included in original files.
add_action( ‘wp_enqueue_scripts’, function() {
wp_enqueue_style( ‘dashicons’ );
});Forum: Plugins
In reply to: [Theme My Login] Show Password Icon@jayeshguru Yes, but I forgot how. Let me look into it how I fixed it.
Hey Imtiaz. Thanks. That brought back the styling. Good to know now.
If we have people call the office and prepay for a certain number of people, we could create invite codes for those people and give those out for registration, right? In other words, People can register and pay or register with invite code without paying. Does that make sense?
- This reply was modified 5 years, 9 months ago by itskev.
Forum: Plugins
In reply to: [hideShowPassword] Icon in field DisappearedI added this to the class-hide-show-password.php file. Works now. 🙂
add_action( ‘wp_enqueue_scripts’, function() {
wp_enqueue_style( ‘dashicons’ );
});Forum: Plugins
In reply to: [hideShowPassword] Icon in field DisappearedThe issue has something to do with restricted content. We have restricted content and so that “eye” doesn’t show on the login page unless you are already logged in…
Forum: Plugins
In reply to: [Theme My Login] Show Password IconWell, that other plugin is now not working. Any way to show/hide password in the field? That would be a GREAT feature.
Forum: Plugins
In reply to: [Theme My Login] Show Username without LinkThanks Jeff. I have this and have edited it to remove some of the info, but how can I auto-populate the user’s name with no link to their profile?
I’m still getting my feet wet with this php code.
Forum: Plugins
In reply to: [Theme My Login] Remove User Panel LinksApparently, I am supposed to put this php file here:
wp-content/plugins/And that was my issue.