C:\xampp\htdocs\landing\wp-content\plugins\Ultimate_VC_Addons\presets\Ultimate_Headings.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
<?php
$array 
= array(
    
'base' => 'ultimate_heading'// shortcode base
    
'presets' => array( // presets array
        //1
        
array(
            
'title' => 'Left Aligned with Separator'// Title of preset
            
'default' => false// set true if if want to load this preset on newly created element
            
'settings' => array(
                
'main_heading' => 'Heading Left Alignment',
                
'alignment' => 'left',
                
'spacer' => 'line_only',
                
'spacer_position' => 'middle',
                
'line_height' => '1',
                
'main_heading_margin' => 'margin-top:10px;margin-bottom:10px;',
                
'sub_heading_margin' => 'margin-top:10px;margin-bottom:10px;',
                
'spacer_margin' => 'margin-top:10px;margin-bottom:10px;',
                
'line_width' => '200',
                
'content' => 'Add custom colors to your heading, subheading.'
            
)
        ), 
// end of preset
        //2
        
array(
            
'title' => 'Center Aligned with Separator'// Title of preset
            
'default' => false// set true if if want to load this preset on newly created element
            
'settings' => array(
                
'main_heading' => 'Heading Center Alignment',
                
'spacer' => 'line_only',
                
'spacer_position' => 'middle',
                
'line_height' => '1',
                
'main_heading_margin' => 'margin-top:10px;margin-bottom:10px;',
                
'sub_heading_margin' => 'margin-top:10px;margin-bottom:10px;',
                
'spacer_margin' => 'margin-top:10px;margin-bottom:10px;',
                
'line_width' => '200',
                
'content' => 'Add custom colors to your heading, subheading.'
            
)
        ), 
// end of preset
        //3
        
array(
            
'title' => 'Right Aligned with Separator'// Title of preset
            
'default' => false// set true if if want to load this preset on newly created element
            
'settings' => array(
                
'main_heading' => 'Heading Right Alignment',
                
'alignment' => 'right',
                
'spacer' => 'line_only',
                
'spacer_position' => 'middle',
                
'line_height' => '1',
                
'main_heading_margin' => 'margin-top:10px;margin-bottom:10px;',
                
'sub_heading_margin' => 'margin-top:10px;margin-bottom:10px;',
                
'spacer_margin' => 'margin-top:10px;margin-bottom:10px;',
                
'line_width' => '200',
                
'content' => 'Add custom colors to your heading, subheading.'
            
)
        ), 
// end of preset
        //4
        
array(
            
'title' => 'Line & Icon Separator'// Title of preset
            
'default' => false// set true if if want to load this preset on newly created element
            
'settings' => array(
                
'main_heading' => 'Heading Center Alignment',
                
'spacer' => 'line_with_icon',
                
'spacer_position' => 'middle',
                
'line_height' => '1',
                
'icon' => 'Defaults-hand-o-up',
                
'icon_size' => '16',
                
'main_heading_margin' => 'margin-top:10px;margin-bottom:10px;',
                
'sub_heading_margin' => 'margin-top:10px;margin-bottom:10px;',
                
'spacer_margin' => 'margin-top:10px;margin-bottom:10px;',
                
'line_width' => '200',
                
'content' => 'Add custom colors to your heading, subheading.'
            
)
        ), 
// end of preset
        //5
        
array(
            
'title' => 'Separator At Bottom'// Title of preset
            
'default' => false// set true if if want to load this preset on newly created element
            
'settings' => array(
                
'main_heading' => 'Heading Separator at Bottom',
                
'main_heading_color' => '#16a080',
                
'sub_heading_color' => '#000000',
                
'alignment' => 'right',
                
'spacer' => 'line_only',
                
'spacer_position' => 'bottom',
                
'line_height' => '3',
                
'line_color' => '#16a080',
                
'main_heading_margin' => 'margin-top:10px;margin-bottom:10px;',
                
'line_width' => '50',
                
'sub_heading_margin' => 'margin-top:10px;margin-bottom:10px;',
                
'spacer_margin' => 'margin-top:10px;margin-bottom:10px;',
                
'content' => 'Add custom colors to your heading, subheading.',
            )
        ), 
// end of preset
        //6
        
array(
            
'title' => 'Separator At Middle'// Title of preset
            
'default' => false// set true if if want to load this preset on newly created element
            
'settings' => array(
                
'main_heading' => 'Heading Separator in the Middle',
                
'main_heading_color' => '#16a080',
                
'sub_heading_color' => '#000000',
                
'spacer' => 'line_only',
                
'spacer_position' => 'middle',
                
'line_height' => '3',
                
'line_color' => '#16a080',
                
'main_heading_margin' => 'margin-top:10px;margin-bottom:10px;',
                
'sub_heading_margin' => 'margin-top:10px;margin-bottom:10px;',
                
'spacer_margin' => 'margin-top:10px;margin-bottom:10px;',
                
'line_width' => '100',
                
'content' => 'Add custom colors to your heading, subheading.'
            
)
        ), 
// end of preset3
        //7
        
array(
            
'title' => 'Separator At Top'// Title of preset
            
'default' => false// set true if if want to load this preset on newly created element
            
'settings' => array(
                
'main_heading' => 'Heading Separator on Top',
                
'main_heading_color' => '#16a080',
                
'sub_heading_color' => '#000000',
                
'alignment' => 'left',
                
'spacer' => 'line_only',
                
'line_height' => '3',
                
'line_color' => '#16a080',
                
'main_heading_margin' => 'margin-top:10px;margin-bottom:10px;',
                
'line_width' => '50',
                
'sub_heading_margin' => 'margin-top:10px;margin-bottom:10px;',
                
'spacer_margin' => 'margin-top:10px;margin-bottom:10px;',
                
'content' => 'Add custom colors to your heading, subheading.'
            
)
        ), 
// end of preset
    
)
);
x

Windows NT KPTV 6.2 build 9200 (Windows Server 2012 Datacenter Edition) i586