Forum Replies Created
-
AuthorPosts
-
pza
ParticipantHey Anh - bumping this old topic, hope you see.
I too would like to use the taxonomy slug in the Taxonomy select field.
My purpose is in a custom search form using MB fields. WP doesn't seem to search term IDs passed along by URL.
- Any suggested way to do this?
- If I could add
data-slugattributes to the taxonomy <option> elements, that would also help (instead of changing the option value)
Much thanks
July 25, 2019 at 5:30 PM in reply to: ✅Suggestion: Duplicate field group OR change title/ID on import/export #15462pza
ParticipantThank you. I didn't know another plugin would get all the needed Field Group data
pza
ParticipantI tried adding the "tab" attribute to the post fields, but that doesn't seem to work:
add_filter( 'rwmb_frontend_post_title', function( $field ) { $field['type'] = 'text'; $field['name'] = 'Name'; $field['size'] = 60; $field['tab'] = 'basic'; return $field; } );I'll have to resort to setting up dummy post meta to update post fields. But please let me know if there's a better way. Thanks!
July 19, 2019 at 10:26 PM in reply to: ✅Conflict with Yoast and/or GravityView front end submission #15407pza
ParticipantI am not sure how you did it but thanks very much for tracking this issue deeper. I see what you mean, it's not an MB issue.
July 16, 2019 at 3:06 AM in reply to: ✅Conflict with Yoast and/or GravityView front end submission #15352pza
ParticipantAny thoughts on this? I have no idea how to debug this one.
pza
ParticipantI restored a backup, and now this seems to be working for me with the latest update.
I think maybe it was related to a taxonomy field issue mentioned elsewhere. Thanks, and will update here if necessary.pza
ParticipantI'm interested if there's any progress with this, as I have the exact error on a site using the updated MB & AIO plugins.
pza
ParticipantExample: https://imgur.elightup.com/KIh8VbP.png
By the way it seems to work fine for another field group.
The only difference between the 2 is, the field group that's not working, is assigned to Pages and 1 Custom Post Type. The OK one is only assigned to Pages.
Maybe that helps. Thank you.
pza
ParticipantThanks. Using
user_emailseems to work for updating the address in the profile.But on the frontend, it is not pre-filled with the user's default email address until the user updates it using the
mb_user_profile_infoform.Can I make it auto-populate the
user_emailfield with their account email address by default?Also in the backend "Edit users" page, the profile fields appear twice. If I change the (WordPress standard) email field, but not the MB field, they become out of sync. Is this expected, or should there be only 1 of each field?
pza
ParticipantI'm also wondering if the user may edit their Email Address using the MB User Profile plugin?
I tried putting an "email" field in the "default-fields" group but it doesn't update their profile.
-
AuthorPosts