option-tree
option-tree copied to clipboard
Theme Options UI Builder for WordPress. A simple way to create & save Theme Options and Meta Boxes for free or premium themes.
If anyone is interested please check [WP Option Builder](https://github.com/IgniteKit/wp-option-builder). This is intended to be lightweight and without a lot of dependencies. Changes: - Stripped down the codebase and reorganized it...
Hello, OT version 2.7.3 is stripping out `` and `` tags from HTML code in a textarea-simple field. How can I allow these tags? I tried using following but that...
Hi! When i go to theme settings firstly it looking like that ; https://prnt.sc/0n869m1M1VK2 But when i go to another setting section ; https://prnt.sc/gsSmL_XI8Bd7 Something broken there. But i don't...
Hi, I have a theme that uses option-tree. I have this warning: PHP Warning: Undefined array key "page_title" in /usr/local/nginx/html/site/theme-address/includes/option-tree/includes/class-ot-settings.php on line 128 Please tell me how can I solve...
Hi, I want to save the settings using Ajax. I tried but I could not. Do you think this feature needs to be added to this plugin after 5 years....
I was getting a bunch of notices that I couldn't ignore. Looked into this notice a bit and it appears to be related to some changes in PHP 7.4. It...
1. Hotfix on regex pattern and resolve problem to show list-item. #714 For this situation we just needing to search for uppercase **'O'** and **'C'** letter in the serialized string....
Added ability to skip iteration for an empty section to prevent add_settings_section from being run without data. Fixes issue #722
Hello, thanks for getting back. Sure, I have checked the issue and found the problem. It seems the problem is being caused by the plugin OptionTree, if you disable this...
Hello, Here is meta_value for a custom field https://0bin.net/paste/-n1daYYq#XduIwpuO0u+9Sf8fQzAVqJnso9oRwK+CwTZq+0ozhmc which I think created with option-tree, How can i add or update this field using add_post_meta ? i think its in...