73 comments found.
Are you planning to continue developing the plugin? No demo is available, and there is no documentation.
can you please help, I want this xbox to be able to validate product activation for my custom field via xboxframework, how can I integrate my field, how do I call it, is there a simple example for product activation using xbox?
Hi.
Provide images/code of how you are adding your custom field.
To make it easier to understand what you are trying to do and to be able to support you.
from your example plugin, but with a simplified version only
Oh.
That field is a field of type HTML. https://prnt.sc/-vWfQd43I5iJ
Then through JS and PHP it is validated if the state should be changed.
https://prnt.sc/og9DfAAtiTwo
https://prnt.sc/LAnD5ahPOXDH
Xbox Framework allows you to add the fields/get their values etc. But you must add your programming logic according to what you need.
Demo and videos are not working…
How do i make this work with elementor such that it can import demo pages built with elementor
How do you do put the code for an image in your theme and how do you then put the code for text in your theme. I didn’t find it in any documentation I need the full example of a php code
I am very interested in buying this. Could you answer a few questions for me first?
Questions:
1) Will you support and continue to update the plugin over the next few years for sure? Even if sales continued to grow at a slow pace?
2) Why do you think your sales are lower when compared to similar plugins that have been around the same amount of time? From what I read, and from the reviews, this plugin is awesome. I just don’t get how it has had so few sales over such a long time and I was wondering if maybe there was something specific that I’m missing. If the plugin works just like it says it does and is as cool as I think it is, why do you think it is, or isn’t, reflecting the number of sales you’ve made in comparison to other similar plugins?
3) If Microsoft came after you for using “Xbox” in your plugin’s name, would you change the name and continue to support and update it? Or would you just kill the project altogether?
LH&R
Hi.
1. We will keep updating it because we use it as an options manager in our other plugins.
2. We don’t know the exact reason.
3. If a problem occurs we will change the name, but we will continue the project.
Second question. Does this plugin support WordPress multi sites?
Hi, I am looking for a plugin like this. I am working on a site (about to start), and the owner is giving the client ability to edit the text, but only on an admin pane (to preserve the look of the site. The site is needs to have boxes with limiting the amount of text is imputed. Say, 300 characters per box. There may be 4 boxes on the front. In about us, may be 2, etc. I will need to have an admin page where all these pages get edited. Does this plugin do that?
Hello.
I’m sorry. It’s not possible with our plugin.
How to add metabox fields to category edit page ?
I’m sorry but it’s not possible.
Can I make any field required ?
Thank you so much for that, however it’s very basic and not handling the required fields in the group field type, cause when field is required and he is not showing, the form appears that it can be summited without telling that there’s a required field missing.
also there’s a very need to make the show_if is general not only under the section.
as example if in the first page there’s a radio button, let me use it in the second or any other tabs to check for show_if condition it will really help.
Great work really it’s really inspired me.
required also not working in groups at all
Hi.
Thanks for the feedback.
Required fields don’t work within groups because there are hidden fields, as only the active group is displayed.
We are already improving the functionality of ‘show_if’ and ‘hide_if’ so that it works in all fields.
The beta version will be available tomorrow. If you wish, give me your email to send you the update with the improvement of ‘show_if’.
support@codexhelp.comWhere the update? I already sent the email didn’t get anything.
Hi.
We have not received your message. What is your email? Please write to us.
support@codexhelp.comI just sent it rightnow
I have answered you.
Thanks
Hello, will there be an update to WordPress version 5.5?
Hi.
Are you having a problem with WordPress 5.5 ?
There are some elements that are not carrying and others that had a visual break.
Please send me screenshots of these problems to fix them. Thanks.
support@codexhelp.comHi, I think there is some bugs 1.Multiple image upload (Removing a single is removing multi). 2.Is there any option to increase group level to 3-4 (As per the Documentation, it is Currently limited to 2 ).
Hi.
1. Thank you for reporting this problem. We will review it.
2. There is no option, only two levels of groups are allowed.
Thanks.
Only DrawBack in this Options panel is Only Limitation of Group, if you can Increase it to 3-4 or unlimited by Default. It Will be a Great Tool for Wordpress Theme Developers.
Thanks for Great Plugin.
are we able to create an admin options and when you click on the admin options, it takes up the full screen, meaning if it was your demo, the ‘theme options’ logo and text would be in the top left of the screen, there would be no wordpress left hand menu (only the theme options menu), no wp top tool bar etc. We would add a ‘return to wordpress admin’ button.
Hi.
We don’t understand your question. How can we help you?
we want to have theme option on it’s own page and not wrapped inside the wordpress admin. We don’t want the wordpress top bar, side menu etc. Can this be easily theme’d to accomplish that?
No, unfortunately it is not possible with our plugin. I’m sorry
Hi,
Thank you for this great plugin!
Can you tell me how to use the import feature for posts please? I don’t find it in your documentation.
Thanks!
Hi.
Just follow the steps of the documentation:
https://xboxframework.com/documentation/field-types/import-export/
$xbox->add_export_field(array(
'name' => 'Export',
'desc' => 'Save .json file',
));
$xbox->add_import_field(array(
'name' => 'Import',
'default' => 'from_file',
'options' => array(
'show_name' => false,
'import_from_file' => true,
'import_from_url' => true,
'width' => '280px'
),
));
http://prntscr.com/o1laii
Hi, I have some questions, please
1- Is metaboxes available for posts and pages or posts only ? 2- I know that taxonomies options aren’t available yet. but, can I extend the framework core functionality to create this feature as I need it necessarily ? 3- can I create a custom style for the framework ?
Thank you so much.
Hi.
1. Yes, post, pages and custom post types.
2. Of course you can do it, but you need programming knowledge to “review the code”, and do it from your own files.
3.You can do it by overwriting the css styles. But you could use one of the predefined styles. (Skins: blue, lightblue, green, teal, pink, purple, bluepurple, yellow, orange’)
http://prntscr.com/n6pxzm
Thanks.
hello.
I found a bug.
if you use wp editor in group field, you will see that wp editor show a small version of editor and none of options that you define in array for wp editor settings won’t work!
please help me.
thanks
this error show up:
Warning: Cannot use a scalar value as an array in E:\Programs\Xampp\htdocs\win2farsi\wp-content\themes\win2farsi\framework\includes\class-field.php on line 421
when i use this define for my group field:
$group = $section->add_group( array( ‘name’ => ‘myoption’, ‘id’ => ‘options’, ‘controls’ => array( ‘name’ => ‘item #’ ) )); $group->add_field(array( ‘id’ => ‘myeditor’, ‘name’ => ‘editor’, ‘type’ => ‘wp_editor’, ‘default’ => ’’, ‘options’ => array( ‘editor_height’ => 160, ‘tinymce’ => true, ‘media_buttons’ => false, ‘drag_drop_upload’ => false, ) ));
I solved these problems, I sent the new version to your email.
Thanks.
Hi,
Its a pre-purchase question.
All the theme options shown in the demo are already built and the values applied to theme pages? or we have to build our theme options ourselves.
I hope they are already built and we can just edit theme as we want.
Waiting to hear from you.
sf
Hi. Thank you for your interest in our plugin.
The plugin includes php files where all the types of options available are added so that you can build your options panel yourself.
That is, the included options panel is for demonstration only, you must build your own options to use it later in your current theme.
Thanks
when i try to output a colorpicker color in my style.css file its only showing the shortcode?
.dark{ background-color:[xbox_get_field_value xbox_id=”theme-options” field_id=”dark-color”]!important; }
add_action( ‘xbox_init’, ‘theme_options’); function theme_options(){ $options = array( ‘id’ => ‘theme-options’,//It will be used as “option_name” key to save the data in the wp_options table ‘title’ => ‘Theme Options’, ‘menu_title’ => ‘Theme Options’, ‘icon’ => XBOX_URL.’/img/xbox-light.png’, ‘skin’ => ‘teal’,// Skins: blue, lightblue, green, teal, pink, purple, bluepurple, yellow, orange’. ‘layout’ => ‘wide’,//Layouts: wide, boxed ‘position’ => 60, ‘parent’ => false,//The slug name for the parent menu (or the file name of a standard WordPress admin page). ‘capability’ => ‘manage_options’,//https://codex.wordpress.org/Roles_and_Capabilities ‘header’ => array( ‘icon’ => ‘’, ‘desc’ => ‘Custom description for theme options’, ), ‘saved_message’ => __( ‘Settings updated’, ‘xbox’ ), ‘reset_message’ => __( ‘Settings reset’, ‘xbox’ ), ‘form_options’ => array( ‘id’ => ‘id-form-tag’, ‘action’ => ’’, ‘method’ => ‘post’, ‘save_button_text’ => __(‘Save Changes’, ‘xbox’), ‘save_button_class’ => ’’, ‘reset_button_text’ => __(‘Reset to Defaults’, ‘xbox’), ‘reset_button_class’ => ’’, ) ); $xbox = xbox_new_admin_page( $options ); ));
$xbox->add_field(array(
'id' => 'dark-color',
'name' => __( 'Dark Section Color', 'darksectioncolor' ),
'type' => 'colorpicker',
'default' => '#C95EE7',
'options' => array(
'format' => 'hex', //hex, rgba. Default: hex
'opacity' => 1, //Default: 1
'show_default_button' => true,
)
}
Are you adding the shortcode inside your style.css file?
Is it possible to have different admin pages but sites on a wordpress multiste install?
I think it is not possible.
no worries, could I possibly have a refund please I need this functionality?
Yes
Hi there
I really need help registering the framework with toolset, i need to following completing and some information I do not know:
function prefix_register_framework_in_views() { $framework_id = ‘framework_slug’; // a unique identifier $framework_data = array( ‘name’ => ‘The framework name’, ‘api_mode’ => ‘function|option’, //her use EITHER function OR option ‘api_handler’ => ‘Function name|Option ID’ //her use the functions name OR the options key ); if ( function_exists( ‘wpv_api_register_framework’ ) ) { wpv_api_register_framework( $framework_id, $framework_data ); } } add_action( ‘init’, ‘prefix_register_framework_in_views’ );
Thanks James
Hi. Follow this guide to create your options page.
https://xboxframework.com/documentation/getting-started/create-admin-pages/