There is a bug in 1.5.9 version which prevents checkboxes on options page to be remembered.
After investigation I found simple bug in file /inc/theme-options.php, line 345. Replace $options[$key]['name'] with $options[$key] and its fixed.
There is a bug in 1.5.9 version which prevents checkboxes on options page to be remembered.
After investigation I found simple bug in file /inc/theme-options.php, line 345. Replace $options[$key]['name'] with $options[$key] and its fixed.
You must log in to post.