Forum Replies Created
-
AuthorPosts
-
Long Nguyen
ModeratorHi,
Thank you for following up.
The developer team is working to create a new update to integrate with reCaptcha Enterprise. It will be released as soon as possible.
Long Nguyen
ModeratorHi there,
Thank you for reaching out.
Currently, we are developing an extension to integrate Meta Box with Oxygen to show the cloneable or group field in Oxygen without code. For now, you can create a function or a shortcode then add it to the Oxygen builder to show the clonable/group value.
Please refer to these topics
https://support.metabox.io/topic/retrieving-single-image-url-in-oxygen-builder/
https://support.metabox.io/topic/duplicate-output-on-front-end-from-rwmb_the_value-helper-function-in-oxygen/
https://metabox.io/clone-group-custom-fields-using-meta-box-group/Long Nguyen
ModeratorHi Igor,
I've not seen any case like this. Does ACF have a feature to create templates like Views to print to PDF? You can use the helper function rwmb_meta() to show the field value by coding then print the post as well.
I also inform the development team to consider adding a new feature to support this case.
Long Nguyen
ModeratorHi Josh,
If you have not rated Meta Box yet, I would highly appreciate it if you could take a moment and submit your rating here: https://appsumo.com/meta-box/#reviews
Huge thanks in advance!
Long Nguyen
ModeratorHi Brandon,
Thank you for your feedback.
I will inform the development case to fix this issue and include it in the next update as soon as possible.
Long Nguyen
ModeratorHi,
The permalink located in Admin Dashboard > Settings > Permalinks. And please deactivate all plugins except Meta Box and extensions to re-check this issue.
Long Nguyen
ModeratorHi,
Please try to re-save the permalink settings (Post name) to make it works.
Long Nguyen
ModeratorHi Josh,
Thank you for getting in touch.
Can you please let me know how it happened?
Did you update the plugin Meta Box Core or MB Custom Post Type from v1.x to v2.x? Please follow this note https://docs.metabox.io/extensions/mb-custom-post-type/#force-migrate.
If it still does not work, please do the step Debugging Information https://support.metabox.io/topic/how-to-create-a-new-topic/ and let me know how it goes.
Long Nguyen
ModeratorHi Martin,
The custom field with the ID
post_titleonly works on the frontend (just a trick). On the backend, WordPress has the main field (pre-built)post_titleso it does not show the custom field with the same ID.You can also follow this solution to only use the custom field and remove the main field Post Title https://docs.metabox.io/save-wysiwyg-content-post-content/.
Add this code to the file functions.php or use the plugin Code Snippets.
add_action( 'init', function () { remove_post_type_support( 'post', 'title' ); } );Long Nguyen
ModeratorHi,
Thank you for reaching out.
Our developers are checking this issue and I will get back to you if I have some information.
Long Nguyen
ModeratorHi,
Please try to contact the plugin WPVivid to ask to enable REST API on the staging site. On your live site, it still works as well as you see.
You can refer to this topic from the WP forum https://wordpress.org/support/topic/staging-site-api-call-not-working/.
Long Nguyen
ModeratorHi,
I see a plugin that converts the post to PDF as well, find it here https://www.welaunch.io/en/product/wordpress-posts-pdf/.
March 23, 2021 at 9:10 PM in reply to: ✅Displaying 2 custom post types via a relationship custom post type #26625Long Nguyen
ModeratorHi,
It's the multiple relationships as on this documentation https://docs.metabox.io/extensions/mb-relationships/#multiple-relationships.
You can just create a PHP function to show the content as you want then use it on View with the proxy mb.
mb.your_php_function().March 23, 2021 at 8:22 PM in reply to: ✅Notice: Undefined index: to in normalizer.php on line 84 #26620Long Nguyen
ModeratorHi,
Thank you for the additional information.
I will inform the development team to check this case and get back to you if there is any information.
Long Nguyen
ModeratorHi,
You should contact the theme support to ask for overriding the post template and show the second sidebar with the function dynamic_sidebar().
Refer to this document https://developer.wordpress.org/themes/template-files-section/custom-post-type-template-files/.
-
AuthorPosts