[Plugin: Options Framework] Theme options brake
-
Hello!
I’m using options framework in a theme. I use a bunch of options, one of them is upload. It seems that this option:
$options[] = array( "name" => __('Custom logo image', 'gamepress'), "desc" => __('You can upload custom image for your website logo (optional).', 'gamepress'), "id" => "gamepress_logo_image", "type" => "upload");breaks the whole thing. In theme options panel above this field I get the notice:
Notice: Undefined index: id in C:\Users\…\…\…\…\InstantWP_4.1\iwpserver\htdocs\wordpress\wp-content\themes\gamepress\admin\options-framework\options-medialibrary-uploader.php on line 102
When I remove this option, everyting works perfectly. I’m using newest version of Options framework form Github. What could be wrong?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘[Plugin: Options Framework] Theme options brake’ is closed to new replies.