9494 )
9595) );
9696
97+ // Footer Widget Section
98+ BFG_Kirki::add_section ( 'footer-widget ' , array (
99+ 'title ' => __ ( 'Footer Widget ' , 'bootstrap-for-genesis ' ),
100+ 'priority ' => '4 ' ,
101+ 'capability ' => 'edit_theme_options '
102+ ) );
103+
104+ BFG_Kirki::add_field ( 'bootstrap-for-genesis ' , array (
105+ 'type ' => 'select ' ,
106+ 'settings ' => 'footer-widget-bg ' ,
107+ 'section ' => 'footer-widget ' ,
108+ 'label ' => __ ( 'Footer Widget Background ' , 'bootstrap-for-genesis ' ),
109+ 'description ' => __ ( '' , 'bootstrap-for-genesis ' ),
110+ 'priority ' => 15 ,
111+ 'choices ' => array (
112+ 'light ' => __ ( 'Light ' , 'bootstrap-for-genesis ' ),
113+ 'dark ' => __ ( 'Dark ' , 'bootstrap-for-genesis ' ),
114+ 'primary ' => __ ( 'Primary ' , 'bootstrap-for-genesis ' )
115+ ),
116+ 'default ' => 'dark '
117+ ) );
118+
97119// Footer Section
98120BFG_Kirki::add_section ( 'footer ' , array (
99121 'title ' => __ ( 'Footer ' , 'bootstrap-for-genesis ' ),
100- 'priority ' => '4 ' ,
122+ 'priority ' => '5 ' ,
101123 'capability ' => 'edit_theme_options '
102124) );
103125
126+ BFG_Kirki::add_field ( 'bootstrap-for-genesis ' , array (
127+ 'type ' => 'select ' ,
128+ 'settings ' => 'footerbg ' ,
129+ 'section ' => 'footer ' ,
130+ 'label ' => __ ( 'Footer Background ' , 'bootstrap-for-genesis ' ),
131+ 'description ' => __ ( '' , 'bootstrap-for-genesis ' ),
132+ 'priority ' => 15 ,
133+ 'choices ' => array (
134+ 'light ' => __ ( 'Light ' , 'bootstrap-for-genesis ' ),
135+ 'dark ' => __ ( 'Dark ' , 'bootstrap-for-genesis ' ),
136+ 'primary ' => __ ( 'Primary ' , 'bootstrap-for-genesis ' )
137+ ),
138+ 'default ' => 'dark '
139+ ) );
140+
104141BFG_Kirki::add_field ( 'bootstrap-for-genesis ' , array (
105142 'type ' => 'textarea ' ,
106143 'settings ' => 'creds ' ,
107144 'label ' => __ ( 'Footer Credits ' , 'bootstrap-for-genesis ' ),
108145 'section ' => 'footer ' ,
109146 'default ' => '' ,
110- 'priority ' => 10
147+ 'priority ' => 20
111148) );
0 commit comments