lightwavin
Forum Replies Created
-
Forum: Plugins
In reply to: [Import and export users and customers] Send Email ActionAlso, is there a way to send out a test email from the Mail Options tab or any other area so I can send to client without actually doing an import?
Forum: Plugins
In reply to: [Import and export users and customers] Send Email ActionHey Javier,
Thank you very much for your helpful replies. I a bit more of novice the @nonprofitweb, what would be my next steps to use the above hooks?
Many thanks
Forum: Reviews
In reply to: [Code Snippets] Be Careful!Very unfair review. Everyone developing on a live site should think about using a staging /development site to test prior to going live. Disabling the plugin via FTP is also very quick (should take less than a minute), so hardly a Brutal event.
Forum: Plugins
In reply to: [Code Snippets] Override plugin cssBeautiful, that worked perfectly – thank you!
Forum: Plugins
In reply to: [Code Snippets] Override plugin cssHi Shea,
Thanks for the quick reply. I am not a coder, so not sure if using it correctly – I am using this:
add_action( ‘wp_head’, function () { ?>
<style>.pmpro_admin .pmpro_banner {
display: none !important;
}
</style>
<?php } );Forum: Plugins
In reply to: [Import and export users and customers] Send Email ActionHey Javier,
Thanks for your reply. I’m not sure I know how to work with hooks, my abilities are not that advanced. I have a list of users, some existing and some new, and I wanted to notify existing users when their role (think it is user_role) gets updated and new users get a different email with their username and password. Currently on import, the new user email sends off ok, and existing users role gets updated fine with no email being sent to them. I tried to use the Notification plugin at the same time to fire an email to the existing users when their role gets updated, but it won’t do that for some reason (but it will when I update them manually). Does that make sense?
Forum: Plugins
In reply to: [Import and export users and customers] Send Email ActionI would also love the ability to send a different custom email template to existing users and new users on import. I have been trying to sort a work around for this problem.
I would turn off the WP notification in Dashboard>Notifications>Settings>INTEGRATION>Password reset request (tick to disable). Hope that works for you.
Forum: Plugins
In reply to: [Import and export users and customers] Edit the sending email addressI have resolved this, looks like this is the standard set up with WordPress and can’t be changed without using a plugin or code edit. Unless I am missing a feature of this plugin, I have installed another which seems to have resolved the problem – CB Mail Sender.
Forum: Plugins
In reply to: [Clean Login] How to add Lost Password link to login formYou’ll have to do that with some additional css styling. Put it in your child theme, if you have one.
Forum: Plugins
In reply to: [Clean Login] How to add Lost Password link to login formHi Sasmj, you need to ensure that you have a page that uses the [clean-login-restore] short code, then it will appear on your login page. If you don’t have a page set up that includes that, the link will not show. This is because it includes the lost password form.
??Forum: Plugins
In reply to: [Clean Login] Edit Profile PageI have resolved this, thanks.
Forum: Plugins
In reply to: [Clean Login] Lost password not linked with WP default lost password linkI have found the issue that I was having. I had disabled the PROFILE page with the [clean-login-edit] shortcode, as I didn’t want my clients to be able to change their names and emails. But if you do this, the lost password feature will just log you straight in when actioned, without asking you to reset the password. Make sure you are using all of the appropriate short codes!
Forum: Plugins
In reply to: [Clean Login] Lost password not linked with WP default lost password linkI’m not sure what is happening here either. I can’t get the password recovery to work so the user has a chance to choose a new password – at the moment, it just logs you straight back in from the reset email. Which is no good. Also, when I create a new user and the email is sent to that user, the link takes you to login, but no credentials are added to the fields, so the user cannot log in. Their only option is to reset password.
I have this plugin as part of a theme I bought, so have asked them for help. But am waiting still.
Forum: Plugins
In reply to: [Clean Login] Lost password not linked with WP default lost password linkDid you get a resolution to this issue?