Forum Replies Created
-
AuthorPosts
-
Long Nguyen
ModeratorHi,
Please try to update the latest version of MB Views to v1.2.0 or MB AIO to v1.11.6 and clear all the cache then recheck the problem. On my local site, the view editor displays as well, see my screenshot https://cl.ly/75fd6e575e59.
Long Nguyen
ModeratorHi,
Sorry for the late reply. Please try to create a staging (clone) of your site then send the information of the staging site to our team via https://metabox.io/contact/. We will take a closer look and give a quick response.
Here is a useful guide to create a staging site
https://www.wpbeginner.com/wp-tutorials/how-to-create-staging-environment-for-a-wordpress-site/
or this plugin
https://wordpress.org/plugins/wp-staging/Long Nguyen
ModeratorHi,
Please follow the documentation of Facet to create a shortcode then add to the sidebar of the archive page
https://facetwp.com/documentation/getting-started/then follow this guide to get the custom field for data source when creating a facet.
https://metabox.io/plugins/meta-box-facetwp-integrator/If you are using MB AIO, after install and activate the FacetWP plugin, please go to Admin Dashboard -> Meta Box -> Extensions -> Check option Meta Box - FacetWP Integrator and Save changes.
Long Nguyen
ModeratorHi,
Solving a problem happens because of the conflict between the JavaScript code of the extension and the theme is so complicated. Is the theme Oxygen? I can help you to create a code to dequeue the script of the theme to run the Frontend Submission on a specific page.
Long Nguyen
ModeratorHi,
The function
rwmb_set_meta()will be included in the next release. At this time, please try to use the functionupdate_option()to update the settings page option.Here is the sample code
add_action( 'init', function() { $settings_page = get_option( 'generalsettings' ); // the settings page ID $settings_page['idgeneratedcdn'] = 1000; // the field ID update_option( 'generalsettings', $settings_page ); // update } );For more information, please follow the documentation https://developer.wordpress.org/reference/functions/update_option/
Long Nguyen
ModeratorHi,
You can follow this documentation to create a custom field type select with some lines of code
https://docs.metabox.io/custom-field-type/and refer to this topic https://support.metabox.io/topic/select-a-gravity-form-to-assign-to-a-cpt/
Long Nguyen
Moderator@hartsook
The
$prefixis the variable in the code, please use its value when you add the field ID to conditional logic. If you use the Builder to create the field, click to the tab Code to get it.For this case, it's empty so the field ID is
custom_avatar.Another example when creating the field with the code https://cl.ly/1a3053aad345
the field ID to use in this case issettings_test_single_idHope that makes sense.
Long Nguyen
ModeratorHi,
Each CPT has the default archive page
http://your-site.com/cpt-singular-slugshows the list post of this CPT. On your site is the link https://heartwoodpreserve.com/announcement/
so you can insert the link to the archive CPT page in the header.For more information, please follow this documentation
https://developer.wordpress.org/themes/template-files-section/custom-post-type-template-files/May 2, 2020 at 8:59 AM in reply to: ✅Confirmation Before Delete on front end form submission? #19418Long Nguyen
ModeratorHi Brian,
The user can delete their posts in the user posts dashboard page within the confirmation box, please follow this documentation to set up this page
https://docs.metabox.io/extensions/mb-frontend-submission/#user-posts-dashboardLong Nguyen
ModeratorHi,
Please follow the documentation of Facet to create a custom query
https://facetwp.com/documentation/templates/wp-query/and use it in the view as the sample code above.
May 1, 2020 at 10:11 AM in reply to: ✅Confirmation Before Delete on front end form submission? #19409Long Nguyen
ModeratorHi Brian,
There is always a confirmation box before deleting a post in the user posts dashboard page, please see my screen record
https://www.loom.com/share/51e5b9adcafc4b74bb90c4f76867a29dCould you please check it again?
Long Nguyen
ModeratorHi,
I've checked the shortcode to manage the submitted post and it works as well, please take a look at a short screen record https://www.loom.com/share/0951266ad27c4be2a97651c4ba1e3569
Could you please deactivate all plugins except Meta Box plugins then try to submit a post with your user logged in and check again? And make sure that you are using the latest version of MB Frontend Submission v2.2.1.
Long Nguyen
ModeratorHi,
We've documented all the case in the documentation
https://docs.metabox.io/extensions/mb-views/and the proxy
mb.you can follow this article
https://metabox.io/mb-views-how-to-display-relationships/Long Nguyen
ModeratorHi,
Thank you for contacting us. Hope you are well today.
In the settings page, you can use the field
image_advancedorsingle_imageto show the image preview, just like my screenshot https://cl.ly/3819e415defdFor more information, please follow the documentation
https://docs.metabox.io/fields/image-advanced/
https://docs.metabox.io/extensions/mb-settings-page/May 1, 2020 at 9:16 AM in reply to: ✅bugs: using two fields and field with required attribute #19405Long Nguyen
ModeratorHi,
There is margin-bottom 12px of each row, see my screenshot https://cl.ly/0b63d60d6edb
Thank you for your idea, I will discuss with the developer team to improve this case.
Have a good day.
-
AuthorPosts