Forum Replies Created
-
AuthorPosts
-
Peter
ModeratorHello,
Thanks for your feedback. There should be a little space between the checkbox and label. I will inform our development team to add the space in the next update of the plugin.
Peter
ModeratorHello,
Thanks for your feedback. I've escalated this issue to the development team to fix this issue in future updates.
June 21, 2023 at 9:10 PM in reply to: Which Elementor Integration Plugin should be used? Via Metabox AIO or Separate #42312Peter
ModeratorHello,
Currently, the single plugin will be released first. Then MB AIO will be released later with a bundle of other extensions. So you can see the MB Elementor Integrator in MB AIO is an older version 2.1.7.
If you want to use the new version, you can install and activate the single plugin, it will override the functionality of the plugin in MB AIO.
June 21, 2023 at 8:57 PM in reply to: Archive Template tags are not working with Php 8.0 in meta views #42311Peter
ModeratorHello,
I add the code
if( !is_array( $value ) ) return;
to the file wp-content/plugins/meta-box-aio/vendor/meta-box/mb-views/src/Fields/Video/Renderer.php after line 11it looks like this
$value = RWMB_Video_Field::file_info( $value ); if( !is_array( $value ) ) return;June 21, 2023 at 8:19 PM in reply to: Emergency. All of my CFs disappeared for when I switched a radio to a switch. #42310Peter
ModeratorHello,
This issue has been noticed by our development team and it is fixed in a new commit. Please wait for the next update of the plugin MB Builder or MB AIO to fix the issue.
Related ticket: https://support.metabox.io/topic/bug-ui-disappears-after-changing-sub-group-item-to-checkbox/
Peter
ModeratorHello,
There are 3 builder plugins in your post so I'm not what causes the issue there. Does the issue happen in the backend or frontend? Please share some screenshots of the issue and check the Console tab in the Inspect tool of the browser to see if there are JS errors there.
Peter
ModeratorHello,
Meta Box does not support ordering CPT and terms like that. You can use a third-party plugin to order CPT and terms manually:
https://wordpress.org/plugins/post-types-order/
https://wordpress.org/plugins/custom-taxonomy-order-ne/Peter
ModeratorHello,
I think it is expected behavior. You can create a new post in the popup when editing a post but not possible to create a new post within that popup. If not we will fall into an endless (nested) loop: add a new post in the popup > add a new post in the popup > add a new post in the popup ...
June 20, 2023 at 10:28 PM in reply to: Archive Template tags are not working with Php 8.0 in meta views #42300Peter
ModeratorHello,
There is an error on your site and I've fixed it. I've escalated this issue to the development team to include the fix in the next update.
Peter
ModeratorHello Ole,
The custom args doesn't work because you are using the default args of the main query:
{% for post in query.posts %}you should change it to
{% for post in posts %}to use the custom args.
Peter
ModeratorHello,
No. If you are using a bundle plugin like Meta Box AIO, MB Core, you can go to Meta Box > Extensions to turn this off.
If you are using a single plugin MB Conditional Logic, just deactivate it.Peter
ModeratorHello,
You can remove all functions that hook to the action
rwmb_enqueue_scriptsand style everything from scratch. But I do not encourage you to do that and not sure if it can lead to any issues.
Read more in the documentation https://docs.metabox.io/actions/rwmb-enqueue-scripts/June 20, 2023 at 8:58 PM in reply to: Adding thousands separator and decimals with a filter - my code not working #42295Peter
ModeratorHello,
You can try to use the field type
multimaskto display the price by using this plugin https://github.com/badabingbreda/field-text-multimaskRefer to this topic https://support.metabox.io/topic/thousand-separator
June 19, 2023 at 9:54 PM in reply to: Archive Template tags are not working with Php 8.0 in meta views #42282Peter
ModeratorHello,
Please share your site credentials via this contact form https://metabox.io/contact/
I will take a closer look.Peter
ModeratorThanks for your feedback.
In general, I still don't know what causes the issue or how it happens there. The generated PHP code might not affect the functionality of the UI of Meta Box.
Let me know if you have more questions.
-
AuthorPosts