changingtime
Forum Replies Created
-
I made an exact copy of the administrator role and face the same issue, what should I do now? the avada menu item is hidden for all users except Administrator(even with users with all the same permissions)
Forum: Plugins
In reply to: [Custom Login Page Customizer] Lost Password Link doesn’t do anythingneeded to add to functions.php
add_filter( ‘lostpassword_url’, ‘wdm_lostpassword_url’, 10, 0 );
function wdm_lostpassword_url() {
return site_url(‘/wp-login.php?action=lostpassword’);
}Forum: Plugins
In reply to: [All in One Invite Codes] Feature Requests+ allow bulk process to add setting for number of codes to generate for each newcode
+ allow bulk editing of all fields instead of just email address
Forum: Plugins
In reply to: [All in One Invite Codes] Feature Requests+ also what would be great is having a label feature for each invite code so you can label it something to remind yourself who it was for, also showing which user the code has been used for would be handy in the “invite codes” menu
Forum: Plugins
In reply to: [All in One Invite Codes] Feature Requestsand ability to have HTML email/be able to add line spaces and text formatting in the invite emails
Forum: Plugins
In reply to: [All in One Invite Codes] Bug: Email Invite Settings text doesn’t show upOnce I edited the text in settings, it now works. Maybe a bug when you first install it and have not edited the placeholder text