Forum Replies Created
-
AuthorPosts
-
June 10, 2024 at 8:29 PM in reply to: Metabox WYSIWIG - Breakdance - dynamic data - shortcode #45630
Peter
ModeratorHello Patrik,
If you want to run the shortcode in the WYSIWYG field value, please follow the documentation
https://docs.metabox.io/fields/wysiwyg/#template-usageIn case of using Breakdance Builder, please reach out to them if you have any issues with installation, configuration, compatibility, or usage.
Refer to our support policy https://metabox.io/support/topic/support-policy/Peter
ModeratorHello Sam,
It is the default WordPress error message, located in the file wp-includes/user.php line 262 and there isn't a filter hook or option to change this message.
Peter
ModeratorHello Willie,
Please contact us here https://metabox.io/contact/
we will help you check the issue on your account.Peter
ModeratorHello,
I am not able to understand were to enter as normal custom fields in the meta box settingsIt is the custom fields that you added to the field group
product-price,product-information.however in the regular view the "+ Add Media" renders like "Choose File"Each field type will have a different
addbutton text. You are using the field typeimageso it will display "Choose file" button. You can use the field typesingle_imageand recheck this.all the: "Add New producer", "Add new country" etc they are not availableYou are using the field type
taxonomy, please make sure the option "Add new" is enabled when you create the custom field, screenshot https://imgur.com/2zwmuGYPeter
ModeratorHello,
Glad to hear it works on your site. It's completely not an issue of Meta Box itself so you can contact WPCode Lite support to get more information.
Besides that, I test to install WPCode Lite on my demo site and don't see that issue. There could be a custom code created with that plugin that causes the issue.
https://imgur.com/3iy9wiCPeter
ModeratorI've escalated this issue to the development team to fix it. The fix will be included in the next update of Meta Box.
Thank you.
Peter
ModeratorHello Stefan,
Unfortunately, Meta Box does not support a field table like that. I'm going to inform the developer team to consider adding it to the to-do list for the future development of the plugin.
Peter
ModeratorHello Ivan,
The code is hooked to the Elementor action so it won't work in the admin area, column startdate. You can remove the meta query
$query->set('meta_query', $meta_query);of the example code and keep your own code to sort bystartdatefield.
The date format should have the same field format that is saved to the database.Please follow the documentation https://docs.metabox.io/fields/date/#date-format
Peter
ModeratorHello,
I see the issue happens when both settings
inlineandtimestampare set to true. You can remove one of them to fix the issue.'inline' => true, 'timestamp' => true,Peter
ModeratorHello Keith,
are you just saying the very first row in the field set MUST be a tab?Yes. If you want to use the tab field, you have to add it as the first field of the field group. Check this screenshot https://imgur.com/UarfXSu
Peter
ModeratorHello Piero,
Please contact us here if you have any questions about the license and subscription
https://metabox.io/contact/Peter
ModeratorPlease share your site admin account by submitting this contact form https://metabox.io/contact/
I will take a look.Peter
ModeratorPlease share your site admin account by submitting this contact form https://metabox.io/contact/
I will take a look.Peter
ModeratorHello Raj,
It isn't possible. The tab must be added to the field group first, then other fields. It only works as a top field instead of a subfield in a group field.
Peter
ModeratorIt looks like this issue https://support.metabox.io/topic/composer-is-failing-on-several-packages-2/#post-45448
you can try to delete the file composer.lock and re-run the composer command to get the plugin. -
AuthorPosts