194 comments found.
How can i add metaboxes in admin pages like wp-admin/admin.php?page=page_url ?
Hi,
Please purchase the item and come to support forum for helps.
Regards, Codestar
I have observed numerous deprecation error messages while the 'wp_debug' function is set true. For your reference, I have captured a screenshot of these errors, which can be viewed at the following link: Error Screenshot .
I kindly request that you address these issues promptly. An expedited release of an updated version that resolves these errors would be highly appreciated.
Thank you for your attention to this matter.
Hi,
Sorry for delay, This issue fixed in latest version. Just download and update it.
Regards, Codestar
Hello, how can you put a dependency inside a “Fieldset” field? I can’t find an example of how to do it.
Hi,
Yes right, group and repeater fields are complex for validation, you should write your custom validation js code.
Regards, Codestar
Hi Codestar,
Does the plugin support “Polylang” WP plugin?
Thank you
Hi,
Yes, It’s support. If you need more help come to support forum.
Regards, Codestar
Hello I want to use this on my plugin. Is it regular licence ok for it?
Hi,
Yes, right. One regular license is ok.
Regards, Codestar
Hi, Many field display depricated in php 8.2, See the image. What’s the solution https://prnt.sc/CfpdNrb2Vkus
Hi,
Sorry for delay, This issue fixed in latest version. Just download and update it.
Regards, Codestar
Is this plug in abandoned ? as I see questions since 4 months ago but there are no activity from the vendor. Thanks
Hi,
Sorry for long time away, I’ve return back and continue to support and develop.
Regards, Codestar
Hello,
Curious to know how easily this can be used in my own custom plugin to create a settings page. Is that a recommended use?
Hi,
Yes why not, you can use.
Regards, Codestar
Hello, why the shortcode does not work the fields that have validation, example: input that validates mail?
group and repeater they can’t be used in shortcode either
Hi,
Yes right, group and repeater fields are complex for validation, you should write your custom validation js code.
Regards, Codestar
Can I use it for multiple project?
Hi,
Yes you can use multiple project with one regular license.
Regards, Codestar
Deprecated: Creation of dynamic property CSF_Field_group::$parent is deprecated
With php version 8.2.0
Hi,
Sorry for delay, This issue fixed in latest version. Just download and update it.
Regards, Codestar
Is it possible to refresh the settings page automatically after saving the settings?
Hi,
Yes, why not. It can be possible with a minor js code. Purchase the item and come to support forum.
Regards, Codestar
In the latest version, when the metabox is in the state of unserialize data_type, if there is a select component in the group fields, and the options key is ‘1’ or ‘0’, the option cannot be saved effectively.
array(
'title' => "some name",
'id' => 'api_status',
'type' => 'select',
'options' => array(
'1' => 'status ok',
'0' => 'status need update',
),
'default' => '1'
),
array_filter( (array) “0”) => {}
Hi,
Sorry for long time away, I’ve return back.
Best way is support forum for quick support. You can join support forum with the purchase code or contact me via codecanyon pm. Please attach screenshots about your requests on email or support forum message. It’s important for quick support!
Visit Support Forum | Create an Account
Please feel free to contact us at anytime.
Thanks for interest.
Best Regards,
Codestar
This is a great framework. Question before pre sale. Has the daterange calendar picker in metabox?
Hi,
Yes sure, you can use all fields everywhere (metabox, customizer, admin panel, user profile, taxonomy etc…).
Regards, Codestar
Hello! Still can’t find out: is this plugin helps me to make my own theme options / framework settings? So I can build settings page for my theme? thanks!
Hi,
Yes but, I didn’t get question well, If you talking about your current settings management, it’s not possible directly. This plugin allows to create your new theme options. So It’s a detailed option framework for developers. you should have knowledge of php & wordpress to use it.
Regards, Codestar
Does csf have support to COT/HPOS? How to include metabox on new order pages? It do not use post type anymore
Hi,
I didn’t try on COT/HPOS. but It support any post type.
Regards, Codestar
Hello, Thanks for great product. How can I add rating or custom fields to the comment form that will help the visitor to add more info in their comments by themselves?
2-How can I use the resources only from the plugin not from any external resourse?
Hi,
Thank you for great plugin. I used version 1.0 for our theme and now it has error with PHP 8.0 . How i can fix the errorDeprecated: Required parameter $meta_value follows optional parameter $meta_key in functions/fallback.php on line 31
if( ! function_exists( 'add_term_meta' ) ) {
function add_term_meta( $term_id, $meta_key = '', $meta_value, $unique = false ) {
return update_term_meta( $term_id, $meta_key, $meta_value, $unique );
}
}
Thanks
Hi,
Actually you can remove these fallback functions. because this function was added for before support wp 4.4.0 (before 2015) I think that version uses by %0.01 So remove all.
Still you worry about %0.01 update that line:
// from
function add_term_meta( $term_id, $meta_key = '', $meta_value, $unique = false ) {
// to
function add_term_meta( $term_id, $meta_key = '', $meta_value = '', $unique = false ) {
Regards, Codestar
Thank you for fast support!
You’re welcome 
Hi, I have looked at the demos and cant seem to find if you have support for making datatables for example lists in table formats with support for field filtering etc. if not yet there, will you be adding this feature in future?
Hi,
Yes right, there is no option for database framework. Uh, no it’s a custom thing. you should create that custom field by yourself.
Regards, Codestar
Hey, thank you for great framework,
as soon as possible, add post type options.
That will help all theme author to make custom post type.
Thank you
Hi,
You can use post type options already. Just add post_type parameter to metabox.
'post_type' => 'post',
Regards, Codestar