WP can’t create new directory

Does your style.css file have something like this at the top, customized to your theme? /* Theme Name: ! Startups in Boston Theme URI: http://bostonstartupsguide.com/ Author: Jay Neely Author URI: http://socialstrategist.com Description: Theme for BostonStartupsGuide.com. Initially built using Whiteboard Framework (http://whiteboardframework.com), redesigned using HTML 5 Boilerplate and inspired by 960.gs. Version: 1.0 */

Redux callback action

This is an old question but if you are still looking, what you want is the dependency option. You can use it like this : Redux::setSection( $opt_name, array( ‘title’ => __( ‘Test’, ‘redux-test’ ), ‘id’ => ‘switch_buttonset’, ‘desc’ => __( ”, ‘redux-test’ ), ‘icon’ => ‘el el-cog’, ‘fields’ => array( array( ‘id’ => ‘switch-on’, ‘type’ … Read more