1717 'option_type ' => 'theme_mod '
1818) );
1919
20- // General Section
21- BFG_Kirki::add_section ( 'general ' , array (
22- 'title ' => __ ( 'General ' , 'bootstrap-for-genesis ' ),
23- 'priority ' => '1 ' ,
24- 'capability ' => 'edit_theme_options '
25- ) );
26-
27- BFG_Kirki::add_field ( 'bootstrap-for-genesis ' , array (
28- 'type ' => 'image ' ,
29- 'settings ' => 'logo ' ,
30- 'label ' => __ ( 'Logo ' , 'bootstrap-for-genesis ' ),
31- 'description ' => __ ( '' , 'bootstrap-for-genesis ' ),
32- 'section ' => 'general ' ,
33- 'default ' => '' ,
34- 'priority ' => 10
35- ) );
36-
37- BFG_Kirki::add_field ( 'bootstrap-for-genesis ' , array (
38- 'type ' => 'image ' ,
39- 'settings ' => 'favicon ' ,
40- 'label ' => __ ( 'Favicon ' , 'bootstrap-for-genesis ' ),
41- 'description ' => __ ( '' , 'bootstrap-for-genesis ' ),
42- 'section ' => 'general ' ,
43- 'default ' => '' ,
44- 'priority ' => 15
45- ) );
46-
47- // Header Section
48- BFG_Kirki::add_section ( 'header ' , array (
49- 'title ' => __ ( 'Header ' , 'bootstrap-for-genesis ' ),
50- 'priority ' => '2 ' ,
51- 'capability ' => 'edit_theme_options '
52- ) );
53-
5420// Navigation Section
5521BFG_Kirki::add_section ( 'navigation ' , array (
5622 'title ' => __ ( 'Navigation ' , 'bootstrap-for-genesis ' ),
6026
6127BFG_Kirki::add_field ( 'bootstrap-for-genesis ' , array (
6228 'type ' => 'select ' ,
63- 'settings ' => 'navtype ' ,
29+ 'settings ' => 'navposition ' ,
6430 'section ' => 'navigation ' ,
6531 'label ' => __ ( 'Navigation Type ' , 'bootstrap-for-genesis ' ),
6632 'description ' => __ ( '' , 'bootstrap-for-genesis ' ),
6733 'priority ' => 5 ,
6834 'choices ' => array (
69- 'navbar-default ' => __ ( 'Default ' , 'bootstrap-for-genesis ' ),
70- 'navbar-static- top ' => __ ( 'Static Top ' , 'bootstrap-for-genesis ' ),
71- 'navbar- fixed-top ' => __ ( 'Fixed Top ' , 'bootstrap-for-genesis ' ),
72- 'navbar- fixed-bottom ' => __ ( 'Fixed Bottom ' , 'bootstrap-for-genesis ' ),
35+ '' => __ ( 'Default ' , 'bootstrap-for-genesis ' ),
36+ 'sticky- top ' => __ ( 'Sticky Top ' , 'bootstrap-for-genesis ' ),
37+ 'fixed-top ' => __ ( 'Fixed Top ' , 'bootstrap-for-genesis ' ),
38+ 'fixed-bottom ' => __ ( 'Fixed Bottom ' , 'bootstrap-for-genesis ' ),
7339 ),
74- 'default ' => 'navbar-default '
40+ 'default ' => ''
7541) );
7642
7743BFG_Kirki::add_field ( 'bootstrap-for-genesis ' , array (
7844 'type ' => 'select ' ,
79- 'settings ' => 'navalign ' ,
45+ 'settings ' => 'navcontainer ' ,
8046 'section ' => 'navigation ' ,
81- 'label ' => __ ( 'Navigation Alignment ' , 'bootstrap-for-genesis ' ),
47+ 'label ' => __ ( 'Navigation Container ' , 'bootstrap-for-genesis ' ),
8248 'description ' => __ ( '' , 'bootstrap-for-genesis ' ),
8349 'priority ' => 10 ,
8450 'choices ' => array (
85- 'navbar-left ' => __ ( 'Default ' , 'bootstrap-for-genesis ' ),
86- 'navbar-right ' => __ ( 'Right ' , 'bootstrap-for-genesis ' ),
51+ 'sm ' => __ ( 'Small ' , 'bootstrap-for-genesis ' ),
52+ 'md ' => __ ( 'Medium ' , 'bootstrap-for-genesis ' ),
53+ 'lg ' => __ ( 'Large ' , 'bootstrap-for-genesis ' ),
54+ 'xl ' => __ ( 'Extra Large ' , 'bootstrap-for-genesis ' )
8755 ),
88- 'default ' => ''
56+ 'default ' => 'lg '
57+ ) );
58+
59+ BFG_Kirki::add_field ( 'bootstrap-for-genesis ' , array (
60+ 'type ' => 'select ' ,
61+ 'settings ' => 'navcolor ' ,
62+ 'section ' => 'navigation ' ,
63+ 'label ' => __ ( 'Navigation Color Scheme ' , 'bootstrap-for-genesis ' ),
64+ 'description ' => __ ( '' , 'bootstrap-for-genesis ' ),
65+ 'priority ' => 15 ,
66+ 'choices ' => array (
67+ 'light ' => __ ( 'Light ' , 'bootstrap-for-genesis ' ),
68+ 'dark ' => __ ( 'Dark ' , 'bootstrap-for-genesis ' ),
69+ 'primary ' => __ ( 'Primary ' , 'bootstrap-for-genesis ' )
70+ ),
71+ 'default ' => 'dark '
8972) );
9073
9174BFG_Kirki::add_field ( 'bootstrap-for-genesis ' , array (
9275 'type ' => 'checkbox ' ,
9376 'settings ' => 'navextra ' ,
9477 'label ' => __ ( 'Display navigation extras? ' , 'bootstrap-for-genesis ' ),
9578 'section ' => 'navigation ' ,
96- 'default ' => ' 0 ' ,
97- 'priority ' => 10
79+ 'default ' => 0 ,
80+ 'priority ' => 20
9881) );
9982
10083BFG_Kirki::add_field ( 'bootstrap-for-genesis ' , array (
10487 'description ' => __ ( '' , 'bootstrap-for-genesis ' ),
10588 'section ' => 'navigation ' ,
10689 'default ' => 'search ' ,
107- 'priority ' => 15 ,
90+ 'priority ' => 25 ,
10891 'choices ' => array (
10992 'date ' => __ ( 'Date ' , 'bootstrap-for-genesis ' ),
11093 'search ' => __ ( 'Search Form ' , 'bootstrap-for-genesis ' )
123106 'settings ' => 'creds ' ,
124107 'label ' => __ ( 'Footer Credits ' , 'bootstrap-for-genesis ' ),
125108 'section ' => 'footer ' ,
126- 'default ' => '[footer_copyright] · <a href="http://www.rotsenacob.com">Rotsen Mark Acob</a> · Built on the <a href="http://www.studiopress.com/themes/genesis" title="Genesis Framework">Genesis Framework</a> ' ,
109+ 'default ' => '' ,
127110 'priority ' => 10
128111) );
0 commit comments