andrewwatson
Forum Replies Created
-
It looks like there are other custom fields which don’t show up in the Mail chimp addon. I noticed my custom password field isn’t available to select either, so it must be to do with the data type.
Are you able to give me the code which will allow the shortocde field type to be available to select within the Mialchimp addon?
ok. In the end it was easier than all of that. This will work for those who want to add UTM codes to Ultimate Member forms.
I used use UTM grabber (a free plugin – https://wordpress.org/plugins/handl-utm-grabber/) record the UTM code and then added a custom shortcode field in Ultimate Member. There I added the shortcode: [utm_source]
On the frontend I hid this with the following CSS:
.um-field-shortcode {
display: none;
}Not the most elegant solution, but it works. The only problem is that this particular custom field doesn’t show up in the Mail chimp for Ultimate member that we purchased, I’ll open a different thread for that (I have check it wasn’t affected by the CSS).
- This reply was modified 6 years, 7 months ago by andrewwatson.
- This reply was modified 6 years, 7 months ago by andrewwatson.
I have changed to UTM Grabber
( https://www.haktansuren.com/handl-utm-grabber/ )
and I’ll use this code provided on the Ultimate Member website to create a hidden field:
add_action('um_after_register_fields', 'add_a_hidden_field_to_register'); function add_a_hidden_field_to_register( $args ) { echo '<input type="hidden" name="field_id" id="field_id" value="HERE_GOES_THE_VALUE" />'; }The only thing I don’t know is what to put for this:
<input type=”hidden” name=”field_id” id=”field_id” value=”HERE_GOES_THE_VALUE” />(also, does this code go in functions.php ?)
Hi Thanks for your response, I really appreciate it!
The goal has changed a little because we realized that people might migrate away for the page they land on, so recording the UTM code would be better.
I think I’ll use UTM Tracker.
See here: (under how do I use it)
https://larryludwig.com/plugins/utm-tracker/
I really appreciate the help I think this looks simple to do, but I don’t actually know how to write php and implement the method you gave.
Are you able to tell me how to get the utm_source parameter into a custom UM field? I’m sure this would be of use to man other people too.
Again many thanks for your help.
Oops, I posted saying solved it, but actually I didn’t and moved on to another plugin. DW Question & Answer Plugin, which is working find after a few small installation hiccups.
I solved it.
It turns out what I had to do was edit the user roles in Ultimate Member plugin (this is where the users roles were made) and at the bottom of each role edit screen was a section called “WP Capabilities” in this section I was able to check all the dwqa entries to give the right permissions.
Ok, that t didn’t solve the problem either.
I added a password field, but now the password that you give when registering isn’t the password that the system sets up. So users register and then can’t log in.
Plus when I added the password to the second registration form it told me not to use the meta key “password” because it was already used.
Is the password filed automatically connected to the system password? or is there something else to do?
I see the default registration page has a password field with the meta key “user_password”, must I use that.
I cant see why the password on the registration form is not setting the password for the user.
Oh sorry, I should have made that clear.
I don’t want a password field, I am trying to make it as friction-less as possible.
That’s a pity, it’s a big thing I’m looking for. and profile completeness does work the way I want.
Forum: Plugins
In reply to: [WP Car Manager] Make/Model Dropdowns diverts to WP Car Manager main websiteOk. Will do, I just thought this is the exact problem, but not the solution, so theoretically other might encounter the same and it would be good to have all solutions in one place.
Forum: Plugins
In reply to: [WP Car Manager] Make/Model Dropdowns diverts to WP Car Manager main websiteHollo. I have this problem too but your solutions didn’t work for me.
I literally have just the shortcode: [wpcm_cars] but when I click the make/model is directs to the about us page.
Theres something odd going on with that dropdown, only half the dropdown is linked (the right hand side).
This is the page where you can see it.
Any help would be greatly appreciated.
Hi, Thank you for your response.
I hope this helps someone, I won’t be trying it myself, as I purchased a different plugin.
A couple of things,
I did say “I don’t want a new tab” because… I didn’t want to add a new tab (I wanted to add new info to the main profile), also there is no indication of how to implement it (which file to put it into and where) which I also specifically asked for because I was going to buy the plugin and needed just to confirm quickly I could do this and I am new to PHP (as I said)
In any case, I hope this helps someone else, Thanks for your response! It looks like a fine plugin, all the best.
Forum: Plugins
In reply to: [Essential Real Estate] Change Main Propety Gallery Image SizeAmazing. Perfect, straight to the source of the problem with a clear solution. Much appreciated!
I too have this question. I would like to use this plugin exactly as you described. (loco trasnalte/polylang) Did you get it working @ruthcarol ?
Forum: Plugins
In reply to: [Polylang] Language changes when you click checkout.I found the Solution.
It turns out all the plugins including Polylang work perfectly it’s just that I didn’t understand one manual step in the documentation. So it is an easy fix, the solution is at the bottom of this thread here:
https://wordpress.org/support/topic/woocommerce-pages-only-in-defualt-language/#post-11024027
Thanks for all those who helped!