Support Forum » User Profile

Forum Replies Created

Viewing 15 posts - 1,966 through 1,980 (of 3,708 total)
  • Author
    Posts
  • Anh TranAnh Tran
    Keymaster

    I got it (partly). I think hooking into the rwmb_frontend_before_process couldn'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.

    in reply to: Responsive Tabs #10615
    Anh TranAnh Tran
    Keymaster

    Hi Thomas,

    I've just updated the style for mobile devices. Please update the extension.

    Anh TranAnh Tran
    Keymaster

    Hi Dan,

    I'm not really clear about this issue. Can you explain what you're trying to do?

    in reply to: New Google maps pricing policy and MB geolocation #10608
    Anh TranAnh Tran
    Keymaster

    Hi Michele,

    Thanks a lot for your feedback!

    • No results message: I've just added it to both osm and map field.
    • Output the map: I've fixed it.
    • Geolocation extension: I couldn't find the bug on line 73. There is a check isset on 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 osm field use the new OSM. I'll update the Geolocation later if everything goes well with osm field.

    in reply to: Term Meta breaking other custom fields #10607
    Anh TranAnh Tran
    Keymaster

    Hi,

    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?

    in reply to: Taxonomy field type reverting to Select #10598
    Anh TranAnh Tran
    Keymaster

    Hi Jane,

    Thanks for your bug report. Let me fix it.

    Update: Version 2.8.3 has fixed this. Please update.

    in reply to: Select box in media modal appears to be buggy #10597
    Anh TranAnh Tran
    Keymaster

    Hi,

    I've just tested your code and it works correctly. Did you set the correct post ID (for the attachment) when getting the value?

    in reply to: Unable to exclude metabox field with MB Include Exclude #10587
    Anh TranAnh Tran
    Keymaster

    Hi 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.

    in reply to: Registration form and standard fields #10584
    Anh TranAnh Tran
    Keymaster

    Yes, of course. The fields are in your code and you can reorder them the way you want.

    Anh TranAnh Tran
    Keymaster

    Done. It's now available on Github.

    Anh TranAnh Tran
    Keymaster

    Hi 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.

    in reply to: Unable to exclude metabox field with MB Include Exclude #10574
    Anh TranAnh Tran
    Keymaster

    Hi 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.

    in reply to: New Google maps pricing policy and MB geolocation #10573
    Anh TranAnh Tran
    Keymaster

    Hi Michele,

    I've merged the branch into the master branch, so it's available at https://github.com/wpmetabox/meta-box/. At the moment, I only finished the osm field, which is an alternative for map field. 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.

    in reply to: Multiple Address Fields for a Single Post #10572
    Anh TranAnh Tran
    Keymaster

    Hi 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.

    in reply to: Choose the language of the date field #10570
    Anh TranAnh Tran
    Keymaster

    I got it. Please use the date_i18n function as follows:

    $date = get_post_meta( get_the_ID(), 'field_id', true );
    echo date_i18n( 'F j, Y', $date );

    For more info, please check this docs.

Viewing 15 posts - 1,966 through 1,980 (of 3,708 total)