This item was featured on CodeCanyon
This item is by an Elite Author
TrueThemes
- Power Elite Author
- Power Elite Author: Sold between 1 000 000 - 1 999 999 dollars
- Referred between 500 and 999 users
- Bought between 100 and 499 items
- Author was Featured
- Author had a File in an Envato Bundle
- Exclusive Author
- Has been a member for 4-5 years
- Contributed a Tutorial to a Tuts+ Site
- Item was Featured
- Thailand
339
Purchases
Buyer Rating:
4.50 stars
4.50 average based on 80 ratings.
(more information)
-
5 Star
6378%
-
4 Star
67%
-
3 Star
56%
-
2 Star
00%
-
1 Star
67%
| Created | 25 November 11 |
| Last Update | 22 September 12 |
| Compatible Browsers | IE6, IE7, IE8, IE9, Firefox, Safari, Opera, Chrome |
| Software Version | PHP 5.x, jQuery |
| High Resolution | No |
| Files Included | JavaScript JS, HTML, CSS, PHP |
- admin
- admin options
- admin settings
- framework
- options
- options panel
- theme
- theme options
- wordpress
- wordpress options
© All Rights Reserved TrueThemes -
Contact Envato Support


Finally got around to using this and I love it, rated 5!
I would like to use this for themes to be placed on WordPress free theme directory. Is the normal license good for that?
Thanks again. Love the options panel!
Thanks so much my friend! So glad you’re enjoying the Pro Panel.
Unfortunately there is not currently a license that will allow for free theme distribution. Very sorry my friend.
Please give us a shout if there is anything else we can do to help.
Cheers
I bought it. And I want to use it for my WordPress theme.
My WordPress theme is a Child Theme from Twenty Twelve. Really difficult to use, you should set up to be able to work well on the child theme.
Hi There,
ProPanel should be compatible with the use of Child Themes.
Please kindly submit any questions as a ticket on our secure HelpDesk so that our dedicated support/development team can further assist you.
TrueThemes HelpDesk | Training Videos | KnowledgeBase
Thanks so much
Cheers
Awesome
Thanks!
Cheers
Is this compatible with WP 3.1.15?
Does the new extended license terms means I cannot use this item for in a Themeforest template for resale?
Hi There,
The updated Extended License allows for an agreement between author and developer for usage in “in-stock” items (ie themeforest templates)
We’re very happy to grant you permission for usage in your themes.
Please kindly email us letting us know your plans for using the ProPanel and we’ll finalize the agreement.
email: info@truethemes.net
Thanks so much
Cheers
Hi just a pre sale question, can I add options to this panel. Slider etc?
Also if I buy a normal version can I use it on my themes on themeforest?
Thanks a lot
Hi my friend,
Thanks so much for your interest in ProPanel.
Yes you can add an unlimited amount of options and pages to the panel. It comes with samples of the 10 option types which can simply be copy/past throughout your custom panel. Very easy to generate powerful options.
In order to use within a ThemeForest theme you’ll simply need to purchase an Extended License. Please also note that the Extended License is only valid for a single theme so if using again in future theme you’ll simply need to purchase 2nd Extended License.
Please let us know if there’s anything else we can do to help.
Cheers
Hi,
I just bought it´s pretty awesome, however I´m using a image radio buttons and the value is not being saved. Why could this be?
I choose an image button, save changes and when I refresh the options panel the first option is selected again. And when I retrieve the option in the fronted it´s not printing. Help!
Thanks
Hey my friend,
We’re very glad you’re enjoying the ProPanel.
We’re very happy to assist with your question. We’ll just need to take a closer look behind the scenes so we can help you resolve the issue.
Please kindly submit a ticket on our secure HelpDesk so that our dedicated support team can gladly assist and get you all squared away.
TrueThemes HelpDesk | Training Videos | FAQ | KnowledgeBase
Thanks so much
Cheers
- Microlancer Beta Tester
- Author had a File in an Envato Bundle
- Item was Featured
- Repeatedly Helped protect Envato Marketplaces against copyright violations
- Exclusive Author
- Sold between 5 000 and 10 000 dollars
- Has been a member for 4-5 years
- Bought between 50 and 99 items
- Referred between 10 and 49 users
- Ireland
+1 moreDo I have to buy an extended licence to use this on a theme that will be for sale?
Yes. You can use within your theme for resale by purchasing the Extended License.
Please let us know if there’s anything else we can do to help.
Cheers
Will this work in a theme installed under a multisite environment?
Thanks so much for your ProPanel interest my friend.
ProPanel is fully tested and works beautifully in a multisite environment.
Please let us know if there’s anything else at all we can do to help.
Cheers
In the demo code you provide the following:
//Sample Advanced Array - The actual value differs from what the user sees $sample_advanced_array = array("image" => "The Image","post" => "The Post");This is a very handy feature, however the code displays the array value and saves the array value. The key is not used anywhere. It makes it pointless.
Be great if you could fix this
Sure thing my friend.
We’re very happy to take a closer look at your website and help you to resolve.
Please kindly submit a ticket on our secure HelpDesk so that our dedicated support team can gladly assist you.
TrueThemes HelpDesk | Training Videos | FAQ | KnowledgeBase
Thanks so much
Cheers
Can I use this for customize a wordpress plugin setting?
Hi There,
ProPanel is built for Wordpress Themes however if you have sufficient coding knowledge it can likely be used for a plugin settings page.
Please let us know if there’s anything else we can do to help.
Cheers
Hi Guys,
LOVE the panel, awesome code. Rated it 5 stars and would’ve rated 100 stars if I could’ve.
I am asking the same question as the previous member. I would like to use this a plug in settings page. I have pretty sufficient knowledge of php, but I am a programmer, so I imagine I could handle it just fine, however, could you maybe steer me in the right direction on how to do that?
I know for certain this is NOT something you’re obligated to discuss at all, and I know you’re busy and your time is valuable. I was just looking for a few small first steps, which files to work in, etc. if you can spare a few minutes for that. Mind you I am not trying to take advantage, I know this is beyond the scope of your support, just trying to get a head start here, if possible
Thanks,
Nicole
Hey Nicole,
Thank you so much for your kind words. I’m so glad you’re enjoying the ProPanel.
The ProPanel can indeed be used for Plugins however it was not built to do so and will require a small bit of modification to get things running smoothly.
We’re unfortauntely not currently available for customization work however we’ve outlined a few notes below to give you an idea of the work involved:
We hope this information is helpful for you.
Cheers
would it be possible to define presets with your options panel? I mean let’s say I want color presets defined for my theme and would set defaults for red, blue, dark, light etc… each would use a set of variables.
how would I go about that?
thanks
Yes.
Each option has an “std” property.
The “std” property is the “default value” for any option.
Here’s an example of pre-setting an option to the color red:
$options[] = array( "name" => __('Color Picker','framework_localize'), "desc" => __('This is a color picker.','framework_localize'), "id" => $shortname."_sample_color_picker", "std" => "#CC0000", "type" => "color");Hope this is helpful my friend.
If there’s anything else at all we can do to help please kindly submit a ticket on our secure HelpDesk so that our dedicated support team can gladly provide further assistance.
TrueThemes HelpDesk | Training Videos | FAQ | KnowledgeBase
Thanks so much
Cheers