Forum Replies Created
-
AuthorPosts
-
picatabaibos
ParticipantHi @Peter, I'm not using a translation plugin.
What's the safest way to translate the text without plugin?
Thank you
picatabaibos
ParticipantCan anyone help me here please?
Thanks
picatabaibos
ParticipantHi Long, is there any updates on this feature?
Thank you
December 4, 2022 at 10:09 PM in reply to: How to limit the characters to display on front end #39484picatabaibos
ParticipantI forgot to tell that I'm using a repeater to get a custom post type "News" with the mentioned custom field and other fields too like a photo.
November 26, 2022 at 6:28 PM in reply to: ✅Frontend submission lis: tIs it possible to list the posts from all users? #39347picatabaibos
ParticipantOh by the way, if possible I have another (unrelated) question:
- Can we create a register and edit user form on front end?
- Can we create a dashboard page for user?Have a great weekend.
Thank you!
November 26, 2022 at 6:26 PM in reply to: ✅Frontend submission lis: tIs it possible to list the posts from all users? #39346picatabaibos
ParticipantWow, fantastic Peter, thank you so much!
picatabaibos
ParticipantThank you!
picatabaibos
ParticipantHi Long,
What kind of custom fields do you recommend to make each day time interval?
Thank you,
Joãopicatabaibos
ParticipantHi Long Nguyen,
Fantastic! Worked like a charm.
Thank you
picatabaibos
ParticipantI've been able to make it work with a little help:
function get_map_location() {
$location = rwmb_get_value('mapa3');
if ((!empty($location['latitude'])) && (!empty($location['longitude']))) {
return $location['latitude'].','.$location['longitude'];
}
return NULL;
}Thank you!!
picatabaibos
ParticipantI'm trying to make something like ACF - https://wpdevdesign.com/how-to-display-acfs-google-map-field-via-oxygens-google-maps-element/
I've been able to do it with ACF but I'm not understanding how to do it with Meta Box. Seems like $field_id is not referenced here - $location = rwmb_get_value( $field_id );
Sorry for the noobs questions (I'm not a coder).
I really appreciate your help.
picatabaibos
ParticipantHi Long Nguyen,
Thank you for your reply.
There is a map functionality on Oxygen Builder where we can put lat, lng and display a map. But because the output of MetaBox location output the zoom I can't use the Oxygen Map functionality.
Is there any way I can output just lat, lng on other variable or map element?
Thank you,
João Neves -
AuthorPosts