lananas1
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Login Page Customizer] New user generate password pageHi @wparslan, I’ve applied your fix – just to clarify, it’s alot of the css that isn’t applying (not just the underline on the field).
If you apply the blue template and then go to this page, you will see what I mean (the shadow, rounded edges etc. is not applyiing to the generate password page).Thanks!
Forum: Plugins
In reply to: [Custom Login Page Customizer] New user generate password pageForum: Plugins
In reply to: [Custom Login Page Customizer] New user generate password pageI noticed in the custom CC section of the plugin, the CSS had only the following forms:
/* Custom CSS for Material Template */ #login form#loginform .input, #login form#registerform .input, #login form#lostpasswordform .input, { border-bottom: 1px solid #d2d2d2; } .bar { position: relative; display: block; width: 100%; } .bar:before, .bar:after { content: ""; height: 2px; width: 0; bottom: 15px; position: absolute; background: #e91e63; transition: all 0.2s ease; } .bar:before { left: 50%; } .bar:after { right: 50%; } input:focus ~ .bar:before, input:focus ~ .bar:after { width: 50%; }
/* end */
I added #login form#resetpassform .input – so the following:
/* Custom CSS for Material Template */ #login form#loginform .input, #login form#registerform .input, #login form#lostpasswordform .input, #login form#resetpassform .input{ border-bottom: 1px solid #d2d2d2; }
…
—
It still didn’t apply – this css doesn’t look like the whole lot tho – how can I get it to apply to the ‘resetpassform’ ?Thanks!
Hi @scottgunn1 , putting that code in my functions.php worked for me.
GL
Hi Scott, yes I did – it’s a limitation with the wordpress api.
You can get around it by adding the following to your functions.php file
function mynamespace_user_update($user, $request, $create) { $user_id = $user->ID; wp_send_new_user_notifications($user_id); } add_action( 'rest_insert_user', 'mynamespace_user_update', 12, 3 );
GL!
Thanks for getting back to me @voltronik – yes, using Zapier.
Using the Zapier event ‘Create User’ in wordpress when a new form is submitted in formstack.
thank you!
Hi,
Is it possible for the resolution of this to be shared?
I also have the shortcode [password_url] on a notification for ‘New User – Post Registration Email’.
I’m creating the user via wpadmin and the link isn’t coming across.Thanks!
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Wp_Options Transient Slowing SiteThank you!
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Wp_Options Transient Slowing SiteOk, cool – so do I need to do both?
IE – pods caching plugin and the wpengine object caching?
ThanksForum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Wp_Options Transient Slowing SiteAnother quick question – I use WpEngine and have just turned on Object Caching, is this ok with this plugin?
ThanksForum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Wp_Options Transient Slowing SiteAwesome, it does – thanks heaps!
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Wp_Options Transient Slowing SiteThanks for getting back so quickly – after I install it, do I need to do anything to set it up?
Or do you just activate it and that’s it?Forum: Plugins
In reply to: [Black Studio TinyMCE Widget] Function to hide widgetGreat, thanks for your help!
Forum: Plugins
In reply to: [WP Job Manager] Not able to Enable Job listings Tag ArchivesHi,
I also don’t see the option to ‘Enable Tag Archives’ in my listing settings – any help would be appreciated. I have Version 1.3.7 of job tags.
Thanks