Forum Replies Created
-
AuthorPosts
-
July 18, 2018 at 5:01 PM in reply to: Form Hooks/Filters for multisite CPT conditional switching situation? #10616
Anh Tran
KeymasterI got it (partly). I think hooking into the
rwmb_frontend_before_processcouldn't solve the problem, because this hook has only info about the current form, not the post.Can you try using the filters
rwmb_frontend_insert_post_data/rwmb_frontend_update_post_data(docs here)? It might help modifying the post type before submitting to the DB.However, I'm not sure about the switch blog part. It sounds complicated.
Anh Tran
KeymasterHi Thomas,
I've just updated the style for mobile devices. Please update the extension.
July 18, 2018 at 2:29 PM in reply to: Form Hooks/Filters for multisite CPT conditional switching situation? #10612Anh Tran
KeymasterHi Dan,
I'm not really clear about this issue. Can you explain what you're trying to do?
Anh Tran
KeymasterHi Michele,
Thanks a lot for your feedback!
- No results message: I've just added it to both
osmandmapfield. - Output the map: I've fixed it.
- Geolocation extension: I couldn't find the bug on line 73. There is a check
isseton line 72. Maybe I'm missing something.
One note: The Geolocation extension has not been updated to use OSM yet. It still uses the Google Maps API. Only the core Meta Box plugin with
osmfield use the new OSM. I'll update the Geolocation later if everything goes well withosmfield.Anh Tran
KeymasterHi,
I've just tested your code and the meta box shows for terms and posts (another meta box). Perhaps I missed something. Can you give more details?
Anh Tran
KeymasterHi Jane,
Thanks for your bug report. Let me fix it.
Update: Version 2.8.3 has fixed this. Please update.
Anh Tran
KeymasterHi,
I've just tested your code and it works correctly. Did you set the correct post ID (for the attachment) when getting the value?
July 16, 2018 at 4:28 PM in reply to: Unable to exclude metabox field with MB Include Exclude #10587Anh Tran
KeymasterHi Orice,
I've just updated both MB Include Exclude and MB Frontend Submission. Now they work well together and you can set rules to show/hide meta boxes in the frontend.
Anh Tran
KeymasterYes, of course. The fields are in your code and you can reorder them the way you want.
July 16, 2018 at 2:47 PM in reply to: oEmbed Field Connection prints message on front end when empty #10583July 15, 2018 at 6:45 AM in reply to: oEmbed Field Connection prints message on front end when empty #10576Anh Tran
KeymasterHi Guy,
Thanks for your suggestion. Yes, it was hardcoded in the plugin. I'll add an option & filter for the message and wrap it in a CSS class. That's a good idea.
July 15, 2018 at 6:33 AM in reply to: Unable to exclude metabox field with MB Include Exclude #10574Anh Tran
KeymasterHi Orice,
The MB Include Exclude was created before the MB Frontend Submission quite a long time. So, it checks well in the backend only. I'll make an update to support frontend soon next week.
Anh Tran
KeymasterHi Michele,
I've merged the branch into the
masterbranch, so it's available at https://github.com/wpmetabox/meta-box/. At the moment, I only finished theosmfield, which is an alternative formapfield. If everything goes right, Geolocation will be the next step.And yes, I use Nominatim for the geocoding :). I found the wiki, but didn't look at that carefully until I read code of other libraries. It's great and not hard to implement.
Anh Tran
KeymasterHi Bernhard,
Do you mean there are 2 auto-populated address fields, and when users enter 2 different addresses, they will autofill 2 other fields with lat and lng? If so, it's not possible at the moment. The plugin just use only one (or many) auto-populated address fields, but they affect all the autofill fields. I'll try to improve it to make it possible.
- No results message: I've just added it to both
-
AuthorPosts