option-tree icon indicating copy to clipboard operation
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.

Results 59 option-tree issues
Sort by recently updated
recently updated
newest added

Removing any of the fields using the filter: ``` function thb_filter_typography_fields( $array, $field_id ) { if ( in_array( $field_id, array( 'primary_font' ), true ) ) { $array = array( 'font-family',...

I am trying to modernise some of our codebase by vendoring option-tree with composer. The composer.json file is located at the root of the project (e.g. same dir as wp-config.php)....

Would be great if color picker support `transparent` or `rgba(0,0,0,0)`

Is it possible to add the metadata from the custom content types to the WordPress REST API? I am testing with a plugin that adds a few different custom content...

Hello team, First of all, thank you for creating best plugin. when we upgrade your plugin version 2.7.3 we facing issue below. 1. Theme option reset setting button click to...

Hi, I recently purchased a wordpress theme and installed it but when I try to import the settings with option Tree, i get an error "Settings could not be Imported"...

in /includes/ot-functions-admin.php on line 4728

version 2.7.3 can't import settings from alphnumeric string

In one of my recent projects, I needed to add some extra fields to User Profile Page. I couldn't achieve this with Option Tree and truly running out of time,...

There's a bug where the date picker is not being triggered when you create a new List Item because the date picker function is not triggered again. The current code...