Forum Replies Created
-
AuthorPosts
-
Peter
ModeratorHello Skauer,
Please contact us here https://metabox.io/contact/
the development team will help you to check the issue.Peter
ModeratorHello,
The JS source map file is used to debug the error easier, it does not cause the error on your site. The popper and tippy js files are the library of Bootstrap so I think there is a plugin or block of code that conflicts with the code in those files.
Please read more here https://stackoverflow.com/questions/21719562/how-can-i-use-javascript-source-maps-map-files
September 9, 2023 at 8:21 AM in reply to: Issue with Relationship not displaying connected posts #43187Peter
ModeratorHello,
Please share your site credentials via this contact form https://metabox.io/contact/
I will take a look.Peter
ModeratorNot yet. The development team is still working on this issue. I will let you know when I have any information.
September 8, 2023 at 10:30 PM in reply to: 2 different taxonomy fields save the value of the last field #43183Peter
ModeratorHello,
The
taxonomyfield sets the post-term so if you have two fields on a page, one will not work properly and it is expected. You should use one taxonomy field only.Peter
ModeratorHello Marco,
After making some tests, if I change the field ID
event_with_categoriesto a unique one likeevent_with_categories1then the conditional logic works properly. Can you please confirm this?It might happen because the group field has the similar/wrapper ID as this radio field
group_event_with_categories.September 7, 2023 at 11:05 PM in reply to: ✅Settings Pages In Customiser Error after last update and other issues #43172Peter
ModeratorHello,
I've escalated this issue to the development team to fix it in the next update. Thank you.
September 7, 2023 at 9:06 PM in reply to: ✅When post type REST API set to TRUE it limits authors #43170Peter
ModeratorHello,
I don't see that issue on my site. The list of users in the Quick edit is the same when editing the post. Please try to generate the PHP code and register the CPT by code then deactivate all plugins, switch to a standard theme of WordPress then check this issue again.
September 7, 2023 at 8:53 PM in reply to: How to Make Star Rating selectable in the Custom Field Builder #43169Peter
ModeratorHello,
Please follow step 5 in the documentation to output the star rating https://docs.metabox.io/tutorials/add-star-rating-fields/#5-displaying-the-value-from-the-star-rating-fields
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.September 7, 2023 at 8:45 PM in reply to: ℹ️Feature Request: Add an extension for drag and drop sorting of posts in a CPT #43167Peter
ModeratorHello,
Thanks for your feedback.
I will inform the development team to consider supporting this feature in future updates.
Peter
ModeratorHello,
I can see that issue on my demo site. The video embedded is not rendered in the frontend. I'm escalating this issue to the development team to fix it. Thank you.
September 6, 2023 at 10:18 PM in reply to: How to Make Star Rating selectable in the Custom Field Builder #43159Peter
ModeratorHello,
Actually, the custom star rating field above is a
radiofield with options and some CSS code to display the star rating style. No need to create a custom field type in the builder.
If you want to register custom fields with code, please read more in the documentation https://docs.metabox.io/creating-fields-with-code/September 6, 2023 at 9:48 PM in reply to: ℹ️What do you suggest custom field type to implement reviews like this ? #43158Peter
ModeratorHello,
Yes, custom field types should be rating, text and text area. However, you will need to create a lot of custom code to create a review system on your site. Refer to this tutorial https://docs.metabox.io/tutorials/add-star-rating-fields/
I think you should use a third-party plugin instead of building a system from scratch.
September 6, 2023 at 9:32 PM in reply to: Issue with Relationship not displaying connected posts #43156Peter
ModeratorHello,
Please open the Screen Options area and see if the option Connected From is disabled. If yes, please enable it to show the admin column, screenshot https://imgur.com/wuAxWg8
Peter
ModeratorHello,
The field
marqueuses the callback function to generate the options so I cannot check this setting on my demo site. However, I add some options manually, edit a post, select an option and it saves data as well.Please share your site credentials via this contact form https://metabox.io/contact/
I will take a look. -
AuthorPosts