Forum Replies Created
-
AuthorPosts
-
Long Nguyen
ModeratorHi Yumikom,
If you've upgraded MB Builder from version 3.x to 4.x and the field groups disappear, please follow this note to force migrating fields again https://docs.metabox.io/extensions/meta-box-builder/#upgrade.
Long Nguyen
ModeratorHi Antonius,
Thank you for your feedback.
We did aware of this issue and the development team is working tirelessly to ship a fix as soon as possible.
Long Nguyen
ModeratorHi,
Thanks for your feedback.
I will inform the development team to consider adding it to the roadmap of this extension to support Beaver conditional shortcode.
Long Nguyen
ModeratorHi,
Thanks for your feedback.
I think the extension MB Frontend Submission needs to extend some features like that plugin. I will inform the development team to consider adding it to the roadmap of this extension.
Long Nguyen
ModeratorHi,
Thanks for your feedback.
I will inform the development team to consider adding it to the roadmap of this extension.
Long Nguyen
ModeratorHi,
Thank you for reaching out.
I'm not sure the way Beaver shortcode logic works but if you want to use the Beaver conditional logic, please follow this article https://metabox.io/introducing-beaver-themer-conditional-logic-integration/.
Refer: https://support.metabox.io/topic/beaver-builder-conditional-logic-help/
Long Nguyen
ModeratorHi Martin,
I've re-checked the compatibility between Meta Box (5.3.9) and Facet (3.8) and they look working as well. Meta Box has its own JS code and does not relate to Facet jQuery dependency.
March 26, 2021 at 9:53 AM in reply to: ✅Image Advanced field - not showing images on front end #26710Long Nguyen
ModeratorHi Mo,
Please see my short screen record to know how to show the field value on the frontend https://share.getcloudapp.com/nOuoEAmo.
In this case:
- I have two fieldstextwith IDmy_text,image_advancedwith IDmy_image
- Add the helper function to the post template file (you need to find it on your theme templates) to show the field value.$my_name = rwmb_meta( 'my_name' ); echo $my_name; $images = rwmb_meta( 'my_image', array( 'size' => 'thumbnail' ) ); foreach ( $images as $image ) { echo '<a href="', $image['full_url'], '"><img src="', $image['url'], '"></a>'; }Please see more on the Video tutorial here https://docs.metabox.io/displaying-fields/.
The important key here is you should have a basic knowledge of coding to use all features of Meta Box and its power.
If you are not familiar with or lack knowledge about coding, you can still use other page builders to show the field value through the builder. We have two extensions Meta Box - Elementor Integrator and MB Beaver Builder Integration to help you do that job.
https://metabox.io/plugins/mb-elementor-integrator/
https://metabox.io/plugins/meta-box-beaver-themer-integrator/Long Nguyen
ModeratorHi Marco,
You can use the field
selectand the Google Fonts API to create a Google Fonts selector, just like your previous topic https://support.metabox.io/topic/inserting-arrays-in-submission-from-frontend-form/.Get more information here https://developers.google.com/fonts/docs/developer_api
https://docs.metabox.io/fields/select/Long Nguyen
ModeratorHi,
Thank you for reaching out.
We have the extension MB Frontend Submission which has similar functions to that plugin. It lets users edit the post on the frontend as well. Get more details on this documentation https://docs.metabox.io/extensions/mb-frontend-submission/.
Long Nguyen
ModeratorHi Clay,
Thank you for reaching out.
Creating a filter for posts is more complicated. If you are familiar with coding, please try to follow this article https://metabox.io/filter-posts-custom-fields-custom-taxonomies-archive-pages/.
Or you can use the FacetWP then add its template shortcode to the View, get more details here https://facetwp.com/documentation/getting-started/.
March 25, 2021 at 11:04 PM in reply to: ✅Image Advanced field - not showing images on front end #26697Long Nguyen
ModeratorHi Mo,
Thank you for your additional information.
There are two steps:
- Create the meta box and custom fields that are displayed on the backend https://docs.metabox.io/creating-meta-boxes/
-
Show the field value on the frontend https://docs.metabox.io/displaying-fields/
Please share the code of two steps above, I will help you to check it.
Long Nguyen
ModeratorHi,
Please take a look at my screen record to show a cloneable text field on Oxygen Builder through the View shortcode https://share.getcloudapp.com/OAuPmPW0.
The integrate extension maybe come on later this year, the development team is working on it.
March 25, 2021 at 10:31 PM in reply to: ✅Displaying 2 custom post types via a relationship custom post type #26695Long Nguyen
ModeratorHi Henri,
It is impossible to show the connection from Artist -> Event -> Band, you can show one connection like this Artist -> Event <- Band.
The code above should apply to the Event post type, then Artist and Band connect to this event will show up.
March 25, 2021 at 12:41 PM in reply to: ✅Image Advanced field - not showing images on front end #26683Long Nguyen
ModeratorHi Mo,
Thank you for reaching out.
Can you please let me know how did you create the field image_advanced and show it on the frontend? Please follow this documentation to know how to show it https://docs.metabox.io/fields/image-advanced/#template-usage.
-
AuthorPosts