Forum Replies Created
-
AuthorPosts
-
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.
Peter
ModeratorHello,
>> is there a way to sort taxonomies in the side-block?
Do you mean to sort the selected taxonomies? There is no option to sort them.>> how to order custom post types individually and not per release-date?
Do you use thepostfield or order the post in the frontend?Please let me know more details of your questions.
Peter
ModeratorHello,
It is beyond our scope of support. If you are not able to complete the task, please contact us here https://metabox.io/contact/
Our development team will help you with an extra fee.Peter
ModeratorHello,
There is no option to hide the list of terms on the right in the popup. I will inform our development team to consider supporting this feature in future updates.
Peter
ModeratorHello Andrew,
There is no option to allow users to add new options/items to the select list. You can create a CPT
locationand use thepostfield, enable the optionAdd newto allow users to create new posts when using this field.Peter
ModeratorHello David,
Breakdance is not compatible with Meta Box to get the subfield value in a group. You can use another page builder plugin like Elementor to do that. Refer to this tutorial https://docs.metabox.io/tutorials/create-faqs-page-meta-box-elementor/
June 18, 2023 at 10:08 PM in reply to: ✅CPTUI Migration - Icon missing from wordpress sidebar #42261Peter
ModeratorHello,
Please share your site credentials via this contact form https://metabox.io/contact/
I will take a look.June 18, 2023 at 10:07 PM in reply to: ✅Can't use checkbox and switch field on local installations #42260Peter
ModeratorHello,
Can you please share some screenshots of the issue on your site? You can try to deactivate all plugins except Meta Box, Meta Box AIO and switch to a standard theme of WordPress and check this issue again.
-
AuthorPosts