Forum Replies Created
-
AuthorPosts
-
Long Nguyen
ModeratorHi,
You can create another field group with the same custom field IDs to merge more field groups into one.
Long Nguyen
ModeratorHi,
You need to translate the Alt Text when editing the image, then just select the image on the popup gallery when editing the post. Screen record https://www.loom.com/share/92f383be87b54edb8df93450082e4d85
Polylang does not look to translate the Alt Text on the popup gallery like that.
Long Nguyen
ModeratorHi Marcos,
I've issued the refund for you.
December 23, 2021 at 2:30 PM in reply to: MB AIO Plugin Conflict with GT3 ListingEasy Core Plugin #32842Long Nguyen
ModeratorHi,
Please share a copy of that plugin to this contact form https://metabox.io/contact/
I will check it on my end and see if there is something we can do from our side.December 23, 2021 at 1:57 PM in reply to: Drag & Drop Issue (or Important Missing Feature Request) #32840Long Nguyen
ModeratorHi Sam,
I will inform the development team to improve the speed of loading JS files and functions of the MB Conditional Logic extension.
Long Nguyen
ModeratorHi,
I see that issue. I've escalated this to the development team to fix it in the next update.
Thanks for your feedback.Long Nguyen
ModeratorHi,
I think the issue is not related to Meta Box, it just helps you to select the image in the media popup. You can try again with the option Featured Image of WordPress to re-check it.
It is possible that the version of Polylang on your site does not support translating the media, you can follow this documentation to use Polylang Pro to translate the media https://polylang.pro/doc/working-with-media/Long Nguyen
ModeratorHi,
I do not see that issue on my end, the sorting option still works as well. Screen record https://share.getcloudapp.com/2Nuvk779
Long Nguyen
ModeratorHi Ole,
The CSS code will be added to the header if you select the option
Render for: The layout between header and footer.December 22, 2021 at 9:10 PM in reply to: ✅Change name of custom post type but dont want to disappear all posts #32831Long Nguyen
ModeratorHi Paul,
Another way, you can use the plugin Post Type Switcher to switch the post type https://wordpress.org/plugins/post-type-switcher/
December 22, 2021 at 7:08 PM in reply to: Drag & Drop Issue (or Important Missing Feature Request) #32828Long Nguyen
ModeratorHi,
The extension MB Conditional Logic uses JavaScript to show/hide custom fields so it might take a few seconds to load all JS files then hide the fields.
If you do not want to use this extension, you can try to use MB Include Exclude to load a meta box or not based on the condition. Please get more details here https://docs.metabox.io/extensions/meta-box-include-exclude/
December 22, 2021 at 6:48 PM in reply to: Using Meta Box Text List to create a list on frontend with Oxygen #32827Long Nguyen
ModeratorHi,
For outputting the cloneable
textfield, you can follow this documentation https://docs.metabox.io/fields/text/#template-usageAdd the image icon before the text if you want to show the icon. Like this
$values = rwmb_meta( $field_id ); foreach ( $values as $value ) { echo '<img src="icon-url" alt="icon text" />; echo $value; }And use some CSS code to style the elements on your end. Here is an example https://stackoverflow.com/questions/27360375/how-to-align-list-items-with-font-awesome-icon-next-line-text
Long Nguyen
ModeratorHi,
Unfortunately, the Builder does not support re-ordering the tabs on the settings page. You can use the tab field in the Field Group to re-order them. I will inform the development team to consider supporting this option in future updates.
Long Nguyen
ModeratorHi,
Thank you for your feedback.
I've escalated this issue to the development team to fix it in the next update.
Long Nguyen
ModeratorHi Dan,
The post type is missing from the field group. I've just exported the field group to a JSON file, added the post type, and re-imported it to the builder. It then works as well.
You can see the difference here:
Before https://pastebin.com/xBixpSem
After https://pastebin.com/wUvF9fddThe Beers archive page also displays beers posts.
-
AuthorPosts