41 comments found.
hi i really like the look of this, but am also with Eplanetdesign and was surprised not to see conditional logic, i was using a different options script here off code canyon and had to heavily customize it for features like this after the developer abandoned it… I will see how this progresses but we too would be interested in the extended license but would like to see some of the following features…
- Conditional Logic or if not conditional logic ability to put fields inside an accordion
- tabs/accordions for layout purposes see above
- cookie control of the current menu tabs – for example if the last tab i was on in your demo was “Typography and Color” when i return to the options page it also returns to this tab and not all options.
- option to have a scroll to top button
- help tab options
- the restore and backup feature looks good but also an import/export option to allow users to move settings between different sites.
- the color picker needs a transparent option
- gradient color picker would be awesome!
I will probably purchase this at the weekend and see if i cant include these features myself – alternatively I would be willing to pay for these features too….
Help, this code wil not work? any solutions?
$options[] = array( "name" => "WordPress Editor Field",
"desc" => "Sed haec quis possit intrepidus aestimare tellus",
"id" => THEMEPREFIX."_editor",
"type" => "editor");
how do i disable sidebar generator?
Nice work!
A few things are keeping us from buying extended license.
1. Conditionals – Use a switch to hide/show another field.
2. Font and background previews
3. Ability to choose a backup font stack: ‘Open Sans’, Arial, Helvetica, sans-serif
Thanks
Hi there,
Thank you for the appreciation! 
1. We thought about JS conditional and JS validation, but it would bring a lot of JS code in the plugin and it will complicate the very simple method of adding basic options, and it would be a nice feature, but you are the first user mentioning it, so it will actually add a lot of weight for the majority which don’t need it. Still, you can very embed your own JS file and add simple conditions.
2. Font and Background previews should be done using the WordPress Customizer, our plugin would be for experienced used that would like advanced configurations.
3. You have this ability. You can add a back-up font field, where you can define your stacks, or a normal select list, or you can add them in the PHP code, it’s up to the user. In our themes and products we just user the basic Google font name as we develop IE9+
Thank you and if you need any other clarifications please don’t hesitate to ask.
We will discuss this and possibly buy the regular license to fully test.
Thanks for the super fast, excellent, detailed response.
Can fields be grouped?
Example:
Create a settings group for text shadow which requires up to 5 fields.
Are you available for hire? I want to use SCSS or LESS and would need help.
Thanks
Hi James,
Options fields can only be grouped in a tab, in a column or in a row; this would be the only grouping methods available. Look in the documentation for the class attribute of each field here: http://docs.curlythemes.com/whitelabel-doc/#14 You can actually separate a group of options with a horizontal divider which looks pretty cool as we group our options in the demo (similar options are horizontally divided)
As for hiring thank you very much for the proposal, but we are quite very busy with our new products and we don’t have much time, still we recommend Envato Studio, there are some very skilled devs out there that would be happy to help you right away 
Thank you
Hi! Im making my options, and when i add a second section i got something like this: Warning: Invalid argument supplied for foreach() in **/admin/admin-page.php on line 133
Have you ever see this error?
i resolve! that is because i dont put any element inside of ‘a section’. When i add one, the error disapear!
“Uncaught ReferenceError: tinyMCE is not defined” in main.js:49. And I can not save options. How can I fix it.
The new version have solved it. Thank you.
Is it possible to move the option panel outside the Appearance menu in the main menu?
Yes, it is possible but it would require some hand-on input in the admin-page.php file. If you wish to have this instructions please open a support ticket here: http://support.curlythemes.com
Great Work! When will the next version come? I am considering buy one.
Hi there, we are actually working on a release as we speak. It is scheduled for release this week.
Ok ,I will buy one.
Hi i have the same problem as aydincavadli :
How can we get the arrays option values instead of options numbers ID.
Thanks
By the Way: great Work 
Hi there, you need to set a different type of array. You are generating the option using an associative array; you can use a simple array. Please see this link about PHP Arrays: http://www.w3schools.com/php/php_arrays.asp
Thanks for your prompt replay, in wich fphp file do i need to change this ? Thanks
all your options are generated via options.php, so you need to set whatever type of array you prefer for any option that support an array
"std" => 2,
"type" => "select",
"options" => array(
0 => "green.css",
1 => "blue.css",
2 => "red.css"
displayed only std(2). not displayed red.css
Hi there, we have answer to this via our ticketing system, please check your email. Thank you
Hello, should I buy the extended licence to use it in a FREE WordPress Theme? I already bought the regular licence and it is great!
Hi there, glad to have happy customers
Well, the regular license allows you use the script in one single end free product. So in this case we don’t see the point of getting the extended license unless the theme is sold or is part of a commercial product.
Thanks a lot.No , the theme will not be sold ,definately.Thanks a lot for your reply.
With pleasure and please don’t forget to share your work with us 
Of course I will! Thanks a lot!
Thinking of purchasing an extended license but can’t quite understand from the demo and docs how the Google fonts selector works. Have you got it set up so that the font list is populated using the API or would I, when I set it up, have to create the array myself manually?
Hi there,
The Google Font list is already included in the demo file. In order to speed things up we created a JSON font list from the Google API ( https://console.developers.google.com/project ) and them we initialized it with a PHP variable. Right now it holds all available fonts.
Using the API to retrieve the list every time the user opened the options panel is not such a good approach, so we think that it’s much more easy & safe to use it like this. So as integration at the time being you don’t need to do any configuration to use Google fonts.
If you plan to change the font list up to you preferences, you need to go to https://console.developers.google.com/project create a JSON font list with the visual tools ( sorting, fields, limit, etc ) and copy it to clipboard and paste it as a string.
Thank you
Thanks for such a prompt reply, that makes perfect sense. Last question before I buy – how would you then pull the Google font selection through into the theme and enqueue it etc?
Well, this is up to the developer to decide how to approach this. A simple approach would be like this: wp_enqueue_style(‘abacus-google-font-open-sans’, ‘http://fonts.googleapis.com/css?family=' . get_option( THEMEPREFIX . ‘_font_field’ ) , true);
THEMEPREFIX . ‘_font_field’ holds the actual font family. If you have multiple Google font fields, you may want to test the values before enqueue not to enqueue the same font multiple times (generally this should not be a problem as it is cached anyway) but still i think you would want a perfect code 
Whitelabel is the core of http://themeforest.net/item/equestrian-wordpress-theme/5206121 which is our flagship theme and users love the interface being so simple yet efficient.
If you have post-sale questions, please don’t hesitate to contact our support theme which will be ready to assist you right away. Our support system can be accessed here: http://curlythemes.ticksy.com/
you can show me this script working? By this very hard to configure it. is easy to work with but the tree option and redux ….
Hi there, please open a support ticket here: http://curlythemes.ticksy.com/ and we will help you right away.
I’m going to buy the Extended License of this product.
but, I do not know how to change dynamic css.
Please put it , tutrial videos to change dynamic css with script .
or put it example code for this … TNX
Hi there, well, to create a dynamic CSS field, is quite simple, in the backend (Theme Options Page) you create a textarea, while in the front you load that textarea value with get_option(‘field_id’) and then output it using wp_add_inline_style( $handle, $data );
i do it , but not work … please put it k simple code or simple video to this … thanks
Hi again, let’s move this to support so that we can have much more working space. Please open a support ticket here: http://curlythemes.ticksy.com/
Looks great, however, would be nice to see what this can do. Snippets on how we can use the controls from the admin panel. Example, how easy is it to turn on/off the footer page?
just a simple video on how everything works..
Hi Roaa, please login to the demo page and see the real thing.
still doesn’t explain how the back-end stuff works 
Well the script is only to generate options and store them in the database. The usage of the options is up to the developer to decide how he wants to integrate them in his product.
Yes, i think we all understand that. As I said (maybe a little unclear) – how is the syntax on the back-end? How “easy” is it, to create new options? Nested inside an array? new array for each page-option? etc. Some sample code on how everything works is key here. The look doesn’t matter if the syntax is horrible 
I just wanted to be sure
but you have a good point, the syntax in our opinion is very simple and well organized. It is only one array of options, please see this link for the array structure. http://cl.ly/image/1x0Q1H3M3Q0i we will update the screenshots soon.
Just added the online documentation here: http://docs.curlythemes.com/whitelabel-doc/
Thank you! 
wonderful !
Thank you 
Why is this under PHP Scripts here on CC? Does the demo actually change anything or is it just to show the user interface?
Thanks, Bernhard
Hi Bernhard, this is under PHP because it is not a WordPress plugin, it is a script that you include in you theme or plugin to save options in the WP database. For example if you create a WP Theme and need to have some theme options, you create an array in this script with and the script generates an options page with the desired options.
Thanks! Hopefully being under PHP will not reduce your sales.
I can use in websites made ??with headway?
Hi there, no unfortunatly as the name states, this is strictly for WordPress
sorry but the headway theme is for the design template for wordpress.
complicated thought, would make a more detailed tutorial,
Is this an APP one adds to their existing WP theme to make it white label?
Hi there, No, this is an APP to add custom Theme Options. It is generally used by theme & plugin developers.