Forum Replies Created
-
AuthorPosts
-
Anh Tran
KeymasterHi Calpaq,
What do you mean "Save As"? Can you give a little more info about that?
Anh Tran
KeymasterHi Matthias,
Using get_posts is risky, since it auto applies
suppress_filters=true, which is used to filter the results (the extension changes the query by applying new WHERE, JOIN clauses). If you want to make it work like WP_Query, I think you need to set it tofalse.May 9, 2019 at 11:58 AM in reply to: ✅OSM Map with User Meta: Error: $address.autocomplete is not a function #14482Anh Tran
KeymasterThanks a lot for your feedback and help. Let's continue discussing this issue on your PR on Github.
Update: it's resolved here.
May 8, 2019 at 8:42 AM in reply to: Submit Button gets disabled after submit when errors are still there #14470Anh Tran
KeymasterHi Calpaq,
Thanks a lot for your feedback. I've just realized the problem yesterday. Your solution seems right. I'll test it and release a new version.
Anh Tran
KeymasterHi Michael,
It's not in the plugin yet. But you can show a description to users to let them know the limit, and use a plugin like Resize Image After Upload to auto resize the images if their dimensions exceed the max width/height.
Anh Tran
KeymasterHi Toomas,
At the moment, the URL of the tile server is fixed with OpenStreetMap. I've just re-check the code and found it's not very hard to add options for another tile server. Let me try and update you when it's done.
Anh Tran
KeymasterHi,
In the latest version, we decided to removed the
user_idattribute from the shortcode, to fix a security bug. With that, only the current user can edit his or her profile. Are you trying to let admins edit user profile?Anh Tran
KeymasterHi katev,
From the screenshot, I guess you haven't activated the MB Group extension, have you? This is what I have on my localhost with your code:
Anh Tran
KeymasterHi,
If you use the MB Custom Post Type extension, make sure you select the "Featured Image" from the "Support" meta box on the right.
If you don't use the extension, you need to use the add_post_type_support to add "thumbnail" support to the post type.
Anh Tran
KeymasterHi, you can remove the title field and other default fields with the remove_post_type_support function.
Anh Tran
KeymasterHi Reinhard,
The top tabs are supported in the MB Settings Page extension. However, the sub-navigation is not.
Anh Tran
KeymasterHi,
Yes, you can do that with MB Settings Page. There's a settings
help_tabsfor settings pages. See this documentation for details.Anh Tran
KeymasterHello,
At the moment, once you take the PHP code and remove the settings from the MB Builder, there's no way to edit the field group.
In order to do so, I suggest after taking the PHP code, export the field group settings from MB Builder. Then whenever you want to edit the field group, just import it back and edit.
Anh Tran
KeymasterHi Clayton,
Thanks a lot for your valuable feedback! I didn't think about the 2 identical meta boxes appear on both sides (since it still works).
I like the idea of adding
reciprocal => trueto the relationship. It's simple and easy to understand. My additional thought might be we should let users define only one meta box instead of 2. Would you mind helping me on Github?May 4, 2019 at 9:43 AM in reply to: ✅Combine Group Title using a FIELD => ID + numeric indicator {#} #14415Anh Tran
KeymasterHi G.,
In the latest version of Group, we have improved the settings for group title, so you can simply enter something like this:
'group_title' => '{#} {field_1} {field_2} Something else'I have just updated the docs for that.
-
AuthorPosts