Accordion - Version 2.0.4

Version Description

  • 25/02/2016 add- tabs features added.
    • 25/02/2016 add- Container Text Align, Padding, Background color, Background image.
Download this release

Release Info

Developer paratheme
Plugin Icon 128x128 Accordion
Version 2.0.4
Comparing to
See all releases

Code changes from version 2.0.3 to 2.0.4

accordions.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Accordions
4
  Plugin URI: http://www.pickplugins.com/item/accordions-html-css3-responsive-accordion-grid-for-wordpress/
5
  Description: Fully responsive and mobile ready accordion grid for wordpress.
6
- Version: 2.0.3
7
  Author: pickplugins
8
  Author URI: http://pickplugins.com
9
  License: GPLv2 or later
@@ -26,8 +26,8 @@ class Accordions{
26
  define('accordions_conatct_url', 'http://pickplugins.com/contact' );
27
  define('accordions_qa_url', 'http://www.pickplugins.com/questions/' );
28
  define('accordions_plugin_name', 'Accordions' );
29
- define('accordions_plugin_version', '2.0.3' );
30
- define('accordions_customer_type', 'free' );
31
  define('accordions_share_url', 'https://wordpress.org/plugins/accordions/' );
32
  define('accordions_tutorial_video_url', '//www.youtube.com/embed/h2wNFJaaY8s?rel=0' );
33
 
@@ -77,10 +77,11 @@ class Accordions{
77
  wp_enqueue_script( 'jquery' );
78
  wp_enqueue_script( 'jquery-ui-core' );
79
  wp_enqueue_script('jquery-ui-accordion');
80
-
81
- //wp_enqueue_style('jquery-ui', plugins_url( 'assets/frontend/css/jquery-ui.css', __FILE__ ));
82
  wp_enqueue_style('accordions_style', plugins_url( 'assets/frontend/css/style.css', __FILE__ ));
83
  wp_enqueue_style('accordions_themes.style', plugins_url( 'assets/global/css/themes.style.css', __FILE__ ));
 
84
  wp_enqueue_style('font-awesome', plugins_url( 'assets/global/css/font-awesome.css', __FILE__ ));
85
 
86
  }
3
  Plugin Name: Accordions
4
  Plugin URI: http://www.pickplugins.com/item/accordions-html-css3-responsive-accordion-grid-for-wordpress/
5
  Description: Fully responsive and mobile ready accordion grid for wordpress.
6
+ Version: 2.0.4
7
  Author: pickplugins
8
  Author URI: http://pickplugins.com
9
  License: GPLv2 or later
26
  define('accordions_conatct_url', 'http://pickplugins.com/contact' );
27
  define('accordions_qa_url', 'http://www.pickplugins.com/questions/' );
28
  define('accordions_plugin_name', 'Accordions' );
29
+ define('accordions_plugin_version', '2.0.4' );
30
+ define('accordions_customer_type', 'free' ); // pro & free
31
  define('accordions_share_url', 'https://wordpress.org/plugins/accordions/' );
32
  define('accordions_tutorial_video_url', '//www.youtube.com/embed/h2wNFJaaY8s?rel=0' );
33
 
77
  wp_enqueue_script( 'jquery' );
78
  wp_enqueue_script( 'jquery-ui-core' );
79
  wp_enqueue_script('jquery-ui-accordion');
80
+ wp_enqueue_script('jquery-ui-tabs');
81
+ wp_enqueue_style('jquery-ui', plugins_url( 'assets/frontend/css/jquery-ui.css', __FILE__ ));
82
  wp_enqueue_style('accordions_style', plugins_url( 'assets/frontend/css/style.css', __FILE__ ));
83
  wp_enqueue_style('accordions_themes.style', plugins_url( 'assets/global/css/themes.style.css', __FILE__ ));
84
+ wp_enqueue_style('accordions_themes.Tabs.style', plugins_url( 'assets/global/css/themesTabs.style.css', __FILE__ ));
85
  wp_enqueue_style('font-awesome', plugins_url( 'assets/global/css/font-awesome.css', __FILE__ ));
86
 
87
  }
assets/admin/css/style.css CHANGED
@@ -49,6 +49,25 @@
49
  font-size: 30px;
50
  }
51
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
52
  #accordions_metabox .accordions-content input{}
53
 
54
  #accordions_metabox .accordions-content textarea {
49
  font-size: 30px;
50
  }
51
 
52
+
53
+
54
+ #accordions_metabox .section-icon-plus{}
55
+ #accordions_metabox .section-icon-plus i {
56
+ border: 1px solid #fff;
57
+ font-size: 14px;
58
+ padding: 5px;
59
+ }
60
+
61
+
62
+ #accordions_metabox .section-icon-minus{}
63
+ #accordions_metabox .section-icon-minus i {
64
+ border: 1px solid #fff;
65
+ font-size: 14px;
66
+ padding: 5px;
67
+ }
68
+
69
+
70
+
71
  #accordions_metabox .accordions-content input{}
72
 
73
  #accordions_metabox .accordions-content textarea {
assets/frontend/css/jquery-ui.css ADDED
@@ -0,0 +1,489 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*
2
+ * jQuery UI CSS Framework
3
+ * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
4
+ * Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
5
+ */
6
+
7
+ /* Layout helpers
8
+ ----------------------------------*/
9
+ .ui-helper-hidden { display: none; }
10
+ .ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
11
+ .ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
12
+ .ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
13
+ .ui-helper-clearfix { display: inline-block; }
14
+ /* required comment for clearfix to work in Opera \*/
15
+ * html .ui-helper-clearfix { height:1%; }
16
+ .ui-helper-clearfix { display:block; }
17
+ /* end clearfix */
18
+ .ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
19
+
20
+
21
+ /* Interaction Cues
22
+ ----------------------------------*/
23
+ .ui-state-disabled { cursor: default !important; }
24
+
25
+
26
+ /* Icons
27
+ ----------------------------------*/
28
+
29
+ /* states and images */
30
+ .ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
31
+
32
+
33
+ /* Misc visuals
34
+ ----------------------------------*/
35
+
36
+ /* Overlays */
37
+ .ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
38
+
39
+
40
+ /*
41
+ * jQuery UI CSS Framework
42
+ * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
43
+ * Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
44
+ * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
45
+ */
46
+
47
+
48
+ /* Component containers
49
+ ----------------------------------*/
50
+ .ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
51
+ .ui-widget .ui-widget { font-size: 1em; }
52
+ .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
53
+ .ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
54
+ .ui-widget-content a { color: #222222; }
55
+ .ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
56
+ .ui-widget-header a { color: #222222; }
57
+
58
+ /* Interaction states
59
+ ----------------------------------*/
60
+ .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; }
61
+ .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }
62
+ .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999; background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
63
+ .ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; }
64
+ .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
65
+ .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }
66
+ .ui-widget :active { outline: none; }
67
+
68
+ /* Interaction Cues
69
+ ----------------------------------*/
70
+ .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {border: 1px solid #fcefa1; background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; }
71
+ .ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
72
+ .ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }
73
+ .ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
74
+ .ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
75
+ .ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
76
+ .ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
77
+ .ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
78
+
79
+ /* Icons
80
+ ----------------------------------*/
81
+
82
+ /* states and images */
83
+ .ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png); }
84
+ .ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
85
+ .ui-widget-header .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
86
+ .ui-state-default .ui-icon { background-image: url(images/ui-icons_888888_256x240.png); }
87
+ .ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); }
88
+ .ui-state-active .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); }
89
+ .ui-state-highlight .ui-icon {background-image: url(images/ui-icons_2e83ff_256x240.png); }
90
+ .ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_cd0a0a_256x240.png); }
91
+
92
+ /* positioning */
93
+ .ui-icon-carat-1-n { background-position: 0 0; }
94
+ .ui-icon-carat-1-ne { background-position: -16px 0; }
95
+ .ui-icon-carat-1-e { background-position: -32px 0; }
96
+ .ui-icon-carat-1-se { background-position: -48px 0; }
97
+ .ui-icon-carat-1-s { background-position: -64px 0; }
98
+ .ui-icon-carat-1-sw { background-position: -80px 0; }
99
+ .ui-icon-carat-1-w { background-position: -96px 0; }
100
+ .ui-icon-carat-1-nw { background-position: -112px 0; }
101
+ .ui-icon-carat-2-n-s { background-position: -128px 0; }
102
+ .ui-icon-carat-2-e-w { background-position: -144px 0; }
103
+ .ui-icon-triangle-1-n { background-position: 0 -16px; }
104
+ .ui-icon-triangle-1-ne { background-position: -16px -16px; }
105
+ .ui-icon-triangle-1-e { background-position: -32px -16px; }
106
+ .ui-icon-triangle-1-se { background-position: -48px -16px; }
107
+ .ui-icon-triangle-1-s { background-position: -64px -16px; }
108
+ .ui-icon-triangle-1-sw { background-position: -80px -16px; }
109
+ .ui-icon-triangle-1-w { background-position: -96px -16px; }
110
+ .ui-icon-triangle-1-nw { background-position: -112px -16px; }
111
+ .ui-icon-triangle-2-n-s { background-position: -128px -16px; }
112
+ .ui-icon-triangle-2-e-w { background-position: -144px -16px; }
113
+ .ui-icon-arrow-1-n { background-position: 0 -32px; }
114
+ .ui-icon-arrow-1-ne { background-position: -16px -32px; }
115
+ .ui-icon-arrow-1-e { background-position: -32px -32px; }
116
+ .ui-icon-arrow-1-se { background-position: -48px -32px; }
117
+ .ui-icon-arrow-1-s { background-position: -64px -32px; }
118
+ .ui-icon-arrow-1-sw { background-position: -80px -32px; }
119
+ .ui-icon-arrow-1-w { background-position: -96px -32px; }
120
+ .ui-icon-arrow-1-nw { background-position: -112px -32px; }
121
+ .ui-icon-arrow-2-n-s { background-position: -128px -32px; }
122
+ .ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
123
+ .ui-icon-arrow-2-e-w { background-position: -160px -32px; }
124
+ .ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
125
+ .ui-icon-arrowstop-1-n { background-position: -192px -32px; }
126
+ .ui-icon-arrowstop-1-e { background-position: -208px -32px; }
127
+ .ui-icon-arrowstop-1-s { background-position: -224px -32px; }
128
+ .ui-icon-arrowstop-1-w { background-position: -240px -32px; }
129
+ .ui-icon-arrowthick-1-n { background-position: 0 -48px; }
130
+ .ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
131
+ .ui-icon-arrowthick-1-e { background-position: -32px -48px; }
132
+ .ui-icon-arrowthick-1-se { background-position: -48px -48px; }
133
+ .ui-icon-arrowthick-1-s { background-position: -64px -48px; }
134
+ .ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
135
+ .ui-icon-arrowthick-1-w { background-position: -96px -48px; }
136
+ .ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
137
+ .ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
138
+ .ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
139
+ .ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
140
+ .ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
141
+ .ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
142
+ .ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
143
+ .ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
144
+ .ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
145
+ .ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
146
+ .ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
147
+ .ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
148
+ .ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
149
+ .ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
150
+ .ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
151
+ .ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
152
+ .ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
153
+ .ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
154
+ .ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
155
+ .ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
156
+ .ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
157
+ .ui-icon-arrow-4 { background-position: 0 -80px; }
158
+ .ui-icon-arrow-4-diag { background-position: -16px -80px; }
159
+ .ui-icon-extlink { background-position: -32px -80px; }
160
+ .ui-icon-newwin { background-position: -48px -80px; }
161
+ .ui-icon-refresh { background-position: -64px -80px; }
162
+ .ui-icon-shuffle { background-position: -80px -80px; }
163
+ .ui-icon-transfer-e-w { background-position: -96px -80px; }
164
+ .ui-icon-transferthick-e-w { background-position: -112px -80px; }
165
+ .ui-icon-folder-collapsed { background-position: 0 -96px; }
166
+ .ui-icon-folder-open { background-position: -16px -96px; }
167
+ .ui-icon-document { background-position: -32px -96px; }
168
+ .ui-icon-document-b { background-position: -48px -96px; }
169
+ .ui-icon-note { background-position: -64px -96px; }
170
+ .ui-icon-mail-closed { background-position: -80px -96px; }
171
+ .ui-icon-mail-open { background-position: -96px -96px; }
172
+ .ui-icon-suitcase { background-position: -112px -96px; }
173
+ .ui-icon-comment { background-position: -128px -96px; }
174
+ .ui-icon-person { background-position: -144px -96px; }
175
+ .ui-icon-print { background-position: -160px -96px; }
176
+ .ui-icon-trash { background-position: -176px -96px; }
177
+ .ui-icon-locked { background-position: -192px -96px; }
178
+ .ui-icon-unlocked { background-position: -208px -96px; }
179
+ .ui-icon-bookmark { background-position: -224px -96px; }
180
+ .ui-icon-tag { background-position: -240px -96px; }
181
+ .ui-icon-home { background-position: 0 -112px; }
182
+ .ui-icon-flag { background-position: -16px -112px; }
183
+ .ui-icon-calendar { background-position: -32px -112px; }
184
+ .ui-icon-cart { background-position: -48px -112px; }
185
+ .ui-icon-pencil { background-position: -64px -112px; }
186
+ .ui-icon-clock { background-position: -80px -112px; }
187
+ .ui-icon-disk { background-position: -96px -112px; }
188
+ .ui-icon-calculator { background-position: -112px -112px; }
189
+ .ui-icon-zoomin { background-position: -128px -112px; }
190
+ .ui-icon-zoomout { background-position: -144px -112px; }
191
+ .ui-icon-search { background-position: -160px -112px; }
192
+ .ui-icon-wrench { background-position: -176px -112px; }
193
+ .ui-icon-gear { background-position: -192px -112px; }
194
+ .ui-icon-heart { background-position: -208px -112px; }
195
+ .ui-icon-star { background-position: -224px -112px; }
196
+ .ui-icon-link { background-position: -240px -112px; }
197
+ .ui-icon-cancel { background-position: 0 -128px; }
198
+ .ui-icon-plus { background-position: -16px -128px; }
199
+ .ui-icon-plusthick { background-position: -32px -128px; }
200
+ .ui-icon-minus { background-position: -48px -128px; }
201
+ .ui-icon-minusthick { background-position: -64px -128px; }
202
+ .ui-icon-close { background-position: -80px -128px; }
203
+ .ui-icon-closethick { background-position: -96px -128px; }
204
+ .ui-icon-key { background-position: -112px -128px; }
205
+ .ui-icon-lightbulb { background-position: -128px -128px; }
206
+ .ui-icon-scissors { background-position: -144px -128px; }
207
+ .ui-icon-clipboard { background-position: -160px -128px; }
208
+ .ui-icon-copy { background-position: -176px -128px; }
209
+ .ui-icon-contact { background-position: -192px -128px; }
210
+ .ui-icon-image { background-position: -208px -128px; }
211
+ .ui-icon-video { background-position: -224px -128px; }
212
+ .ui-icon-script { background-position: -240px -128px; }
213
+ .ui-icon-alert { background-position: 0 -144px; }
214
+ .ui-icon-info { background-position: -16px -144px; }
215
+ .ui-icon-notice { background-position: -32px -144px; }
216
+ .ui-icon-help { background-position: -48px -144px; }
217
+ .ui-icon-check { background-position: -64px -144px; }
218
+ .ui-icon-bullet { background-position: -80px -144px; }
219
+ .ui-icon-radio-off { background-position: -96px -144px; }
220
+ .ui-icon-radio-on { background-position: -112px -144px; }
221
+ .ui-icon-pin-w { background-position: -128px -144px; }
222
+ .ui-icon-pin-s { background-position: -144px -144px; }
223
+ .ui-icon-play { background-position: 0 -160px; }
224
+ .ui-icon-pause { background-position: -16px -160px; }
225
+ .ui-icon-seek-next { background-position: -32px -160px; }
226
+ .ui-icon-seek-prev { background-position: -48px -160px; }
227
+ .ui-icon-seek-end { background-position: -64px -160px; }
228
+ .ui-icon-seek-start { background-position: -80px -160px; }
229
+ /* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
230
+ .ui-icon-seek-first { background-position: -80px -160px; }
231
+ .ui-icon-stop { background-position: -96px -160px; }
232
+ .ui-icon-eject { background-position: -112px -160px; }
233
+ .ui-icon-volume-off { background-position: -128px -160px; }
234
+ .ui-icon-volume-on { background-position: -144px -160px; }
235
+ .ui-icon-power { background-position: 0 -176px; }
236
+ .ui-icon-signal-diag { background-position: -16px -176px; }
237
+ .ui-icon-signal { background-position: -32px -176px; }
238
+ .ui-icon-battery-0 { background-position: -48px -176px; }
239
+ .ui-icon-battery-1 { background-position: -64px -176px; }
240
+ .ui-icon-battery-2 { background-position: -80px -176px; }
241
+ .ui-icon-battery-3 { background-position: -96px -176px; }
242
+ .ui-icon-circle-plus { background-position: 0 -192px; }
243
+ .ui-icon-circle-minus { background-position: -16px -192px; }
244
+ .ui-icon-circle-close { background-position: -32px -192px; }
245
+ .ui-icon-circle-triangle-e { background-position: -48px -192px; }
246
+ .ui-icon-circle-triangle-s { background-position: -64px -192px; }
247
+ .ui-icon-circle-triangle-w { background-position: -80px -192px; }
248
+ .ui-icon-circle-triangle-n { background-position: -96px -192px; }
249
+ .ui-icon-circle-arrow-e { background-position: -112px -192px; }
250
+ .ui-icon-circle-arrow-s { background-position: -128px -192px; }
251
+ .ui-icon-circle-arrow-w { background-position: -144px -192px; }
252
+ .ui-icon-circle-arrow-n { background-position: -160px -192px; }
253
+ .ui-icon-circle-zoomin { background-position: -176px -192px; }
254
+ .ui-icon-circle-zoomout { background-position: -192px -192px; }
255
+ .ui-icon-circle-check { background-position: -208px -192px; }
256
+ .ui-icon-circlesmall-plus { background-position: 0 -208px; }
257
+ .ui-icon-circlesmall-minus { background-position: -16px -208px; }
258
+ .ui-icon-circlesmall-close { background-position: -32px -208px; }
259
+ .ui-icon-squaresmall-plus { background-position: -48px -208px; }
260
+ .ui-icon-squaresmall-minus { background-position: -64px -208px; }
261
+ .ui-icon-squaresmall-close { background-position: -80px -208px; }
262
+ .ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
263
+ .ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
264
+ .ui-icon-grip-solid-vertical { background-position: -32px -224px; }
265
+ .ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
266
+ .ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
267
+ .ui-icon-grip-diagonal-se { background-position: -80px -224px; }
268
+
269
+
270
+ /* Misc visuals
271
+ ----------------------------------*/
272
+
273
+ /* Corner radius */
274
+ .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; }
275
+ .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
276
+ .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
277
+ .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
278
+ .ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
279
+ .ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
280
+ .ui-corner-right { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
281
+ .ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
282
+ .ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
283
+
284
+ /* Overlays */
285
+ .ui-widget-overlay { background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
286
+ .ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/* Resizable
287
+ ----------------------------------*/
288
+ .ui-resizable { position: relative;}
289
+ .ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
290
+ .ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
291
+ .ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
292
+ .ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
293
+ .ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
294
+ .ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
295
+ .ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
296
+ .ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
297
+ .ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
298
+ .ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/* Selectable
299
+ ----------------------------------*/
300
+ .ui-selectable-helper { border:1px dotted black }
301
+ /* Accordion
302
+ ----------------------------------*/
303
+ .ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
304
+ .ui-accordion .ui-accordion-li-fix { display: inline; }
305
+ .ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
306
+ .ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
307
+ /* IE7-/Win - Fix extra vertical space in lists */
308
+ .ui-accordion a { zoom: 1; }
309
+ .ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
310
+ .ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
311
+ .ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
312
+ .ui-accordion .ui-accordion-content-active { display: block; }/* Autocomplete
313
+ ----------------------------------*/
314
+ .ui-autocomplete { position: absolute; cursor: default; }
315
+ .ui-autocomplete-loading { background: white url('images/ui-anim_basic_16x16.gif') right center no-repeat; }
316
+
317
+ /* workarounds */
318
+ * html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */
319
+
320
+ /* Menu
321
+ ----------------------------------*/
322
+ .ui-menu {
323
+ list-style:none;
324
+ padding: 2px;
325
+ margin: 0;
326
+ display:block;
327
+ }
328
+ .ui-menu .ui-menu {
329
+ margin-top: -3px;
330
+ }
331
+ .ui-menu .ui-menu-item {
332
+ margin:0;
333
+ padding: 0;
334
+ zoom: 1;
335
+ float: left;
336
+ clear: left;
337
+ width: 100%;
338
+ }
339
+ .ui-menu .ui-menu-item a {
340
+ text-decoration:none;
341
+ display:block;
342
+ padding:.2em .4em;
343
+ line-height:1.5;
344
+ zoom:1;
345
+ }
346
+ .ui-menu .ui-menu-item a.ui-state-hover,
347
+ .ui-menu .ui-menu-item a.ui-state-active {
348
+ font-weight: normal;
349
+ margin: -1px;
350
+ }
351
+ /* Button
352
+ ----------------------------------*/
353
+
354
+ .ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
355
+ .ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
356
+ button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
357
+ .ui-button-icons-only { width: 3.4em; }
358
+ button.ui-button-icons-only { width: 3.7em; }
359
+
360
+ /*button text element */
361
+ .ui-button .ui-button-text { display: block; line-height: 1.4; }
362
+ .ui-button-text-only .ui-button-text { padding: .4em 1em; }
363
+ .ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
364
+ .ui-button-text-icon .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
365
+ .ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
366
+ /* no icon support for input elements, provide padding by default */
367
+ input.ui-button { padding: .4em 1em; }
368
+
369
+ /*button icon element(s) */
370
+ .ui-button-icon-only .ui-icon, .ui-button-text-icon .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
371
+ .ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
372
+ .ui-button-text-icon .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
373
+ .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
374
+
375
+ /*button sets*/
376
+ .ui-buttonset { margin-right: 7px; }
377
+ .ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }
378
+
379
+ /* workarounds */
380
+ button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
381
+
382
+
383
+
384
+
385
+
386
+ /* Dialog
387
+ ----------------------------------*/
388
+ .ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
389
+ .ui-dialog .ui-dialog-titlebar { padding: .5em 1em .3em; position: relative; }
390
+ .ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .2em 0; }
391
+ .ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
392
+ .ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
393
+ .ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
394
+ .ui-dialog .ui-dialog-content { border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
395
+ .ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
396
+ .ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
397
+ .ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
398
+ .ui-draggable .ui-dialog-titlebar { cursor: move; }
399
+ /* Slider
400
+ ----------------------------------*/
401
+ .ui-slider { position: relative; text-align: left; }
402
+ .ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
403
+ .ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }
404
+
405
+ .ui-slider-horizontal { height: .8em; }
406
+ .ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
407
+ .ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
408
+ .ui-slider-horizontal .ui-slider-range-min { left: 0; }
409
+ .ui-slider-horizontal .ui-slider-range-max { right: 0; }
410
+
411
+ .ui-slider-vertical { width: .8em; height: 100px; }
412
+ .ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
413
+ .ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
414
+ .ui-slider-vertical .ui-slider-range-min { bottom: 0; }
415
+ .ui-slider-vertical .ui-slider-range-max { top: 0; }/* Tabs
416
+ ----------------------------------*/
417
+ .ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
418
+ .ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
419
+ .ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
420
+ .ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
421
+ .ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
422
+ .ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
423
+ .ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
424
+ .ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
425
+ .ui-tabs .ui-tabs-hide { display: none !important; }
426
+ /* Datepicker
427
+ ----------------------------------*/
428
+ .ui-datepicker { width: 17em; padding: .2em .2em 0; }
429
+ .ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
430
+ .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
431
+ .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
432
+ .ui-datepicker .ui-datepicker-prev { left:2px; }
433
+ .ui-datepicker .ui-datepicker-next { right:2px; }
434
+ .ui-datepicker .ui-datepicker-prev-hover { left:1px; }
435
+ .ui-datepicker .ui-datepicker-next-hover { right:1px; }
436
+ .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px; }
437
+ .ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
438
+ .ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
439
+ .ui-datepicker select.ui-datepicker-month-year {width: 100%;}
440
+ .ui-datepicker select.ui-datepicker-month,
441
+ .ui-datepicker select.ui-datepicker-year { width: 49%;}
442
+ .ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
443
+ .ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0; }
444
+ .ui-datepicker td { border: 0; padding: 1px; }
445
+ .ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
446
+ .ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
447
+ .ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
448
+ .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }
449
+
450
+ /* with multiple calendars */
451
+ .ui-datepicker.ui-datepicker-multi { width:auto; }
452
+ .ui-datepicker-multi .ui-datepicker-group { float:left; }
453
+ .ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
454
+ .ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
455
+ .ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
456
+ .ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
457
+ .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
458
+ .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
459
+ .ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
460
+ .ui-datepicker-row-break { clear:both; width:100%; }
461
+
462
+ /* RTL support */
463
+ .ui-datepicker-rtl { direction: rtl; }
464
+ .ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
465
+ .ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
466
+ .ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
467
+ .ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
468
+ .ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
469
+ .ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
470
+ .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
471
+ .ui-datepicker-rtl .ui-datepicker-group { float:right; }
472
+ .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
473
+ .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
474
+
475
+ /* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
476
+ .ui-datepicker-cover {
477
+ display: none; /*sorry for IE5*/
478
+ display/**/: block; /*sorry for IE5*/
479
+ position: absolute; /*must have*/
480
+ z-index: -1; /*must have*/
481
+ filter: mask(); /*must have*/
482
+ top: -4px; /*must have*/
483
+ left: -4px; /*must have*/
484
+ width: 200px; /*must have*/
485
+ height: 200px; /*must have*/
486
+ }/* Progressbar
487
+ ----------------------------------*/
488
+ .ui-progressbar { height:2em; text-align: left; }
489
+ .ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }
assets/frontend/css/style.css CHANGED
@@ -5,11 +5,11 @@
5
 
6
  /*CSS front page*/
7
 
 
8
  .accordions .accordions-head .ui-accordion-header-icon {
9
  display: none;
10
  }
11
 
12
-
13
  .accordions-lazy {
14
  text-align: center;
15
  }
5
 
6
  /*CSS front page*/
7
 
8
+
9
  .accordions .accordions-head .ui-accordion-header-icon {
10
  display: none;
11
  }
12
 
 
13
  .accordions-lazy {
14
  text-align: center;
15
  }
assets/global/css/themes.style.css CHANGED
@@ -32,8 +32,7 @@
32
  }
33
 
34
  .accordions .accordions-head-title, .accordions .accordion-icons {
35
- display: inline-block;
36
- vertical-align: top;
37
  }
38
 
39
 
@@ -58,6 +57,61 @@ float: right;
58
  }
59
 
60
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
61
  /*########### border-bottom ##############*/
62
  .accordions-themes.border-bottom{}
63
 
@@ -71,6 +125,17 @@ float: right;
71
 
72
 
73
 
 
 
 
 
 
 
 
 
 
 
 
74
 
75
 
76
 
32
  }
33
 
34
  .accordions .accordions-head-title, .accordions .accordion-icons {
35
+
 
36
  }
37
 
38
 
57
  }
58
 
59
 
60
+
61
+ /*########### flat ##############*/
62
+ .accordions-themes.rounded{}
63
+
64
+ .accordions.rounded .accordions-head {
65
+ border-radius: 35px;
66
+ }
67
+
68
+ .accordions.rounded .accordion-content{
69
+ border-radius: 35px;
70
+ }
71
+
72
+
73
+ /*########### semi-rounded ##############*/
74
+ .accordions-themes.semi-rounded{}
75
+
76
+ .accordions.semi-rounded .accordions-head {
77
+ border-radius: 8px;
78
+ }
79
+
80
+ .accordions.semi-rounded .accordion-content{
81
+ border-radius: 8px;
82
+ }
83
+
84
+
85
+ /*########### shadow ##############*/
86
+ .accordions-themes.shadow{}
87
+
88
+ .accordions.shadow .accordions-head {
89
+ box-shadow: 1px 7px 4px -4px rgb(129, 129, 129);
90
+ margin: 10px 0;
91
+ }
92
+
93
+ .accordions.shadow .accordion-content{
94
+
95
+ }
96
+
97
+
98
+ /*########### rounded-top ##############*/
99
+ .accordions-themes.rounded-top{}
100
+
101
+ .accordions.rounded-top .accordions-head {
102
+ border-top-left-radius: 10px;
103
+ border-top-right-radius: 10px;
104
+ }
105
+
106
+ .accordions.rounded-top .accordion-content {
107
+ border-bottom-left-radius: 10px;
108
+ border-bottom-right-radius: 10px;
109
+ }
110
+
111
+
112
+
113
+
114
+
115
  /*########### border-bottom ##############*/
116
  .accordions-themes.border-bottom{}
117
 
125
 
126
 
127
 
128
+ /*########### border-top ##############*/
129
+ .accordions-themes.border-top{}
130
+
131
+ .accordions.border-top .accordions-head {
132
+ border-top: 1px solid #666;
133
+ }
134
+
135
+ .accordions.border-top .accordion-content{
136
+
137
+ }
138
+
139
 
140
 
141
 
assets/global/css/themesTabs.style.css ADDED
@@ -0,0 +1,91 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ @charset "utf-8";
2
+ /* CSS Document */
3
+
4
+
5
+ .accordions-tabs {
6
+ border: medium none !important;
7
+ border-radius: 0 !important;
8
+ }
9
+
10
+ .accordions-tabs .ui-tabs-nav {
11
+ background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
12
+ border: medium none;
13
+ border-radius: 0;
14
+ margin: 0 !important;
15
+ padding: 0 !important;
16
+ }
17
+
18
+ .accordions-tabs .tabs-nav {
19
+ margin: 0 !important;
20
+ padding: 0 !important;
21
+ }
22
+
23
+ .accordions-tabs .ui-tabs-nav li a {
24
+ outline: medium none;
25
+ width: 100%;
26
+ }
27
+
28
+ .accordions-tabs .accordions-tab-icons {
29
+ padding: 0 5px;
30
+ }
31
+
32
+ .accordions-tabs .accordions-tab-icons.accordions-tab-minus {
33
+ display: none;
34
+ }
35
+
36
+ .accordions-tabs .tabs-content {
37
+ border-radius: 0;
38
+ padding: 10px;
39
+ }
40
+
41
+
42
+
43
+ /*Themes Flat*/
44
+ .accordions-tabs.flat {
45
+ border: medium none;
46
+ }
47
+
48
+ .accordions-tabs.flat .tabs-nav {
49
+ background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
50
+ border: 0 none;
51
+ border-radius: 0;
52
+ }
53
+
54
+
55
+ .accordions-tabs.flat .tabs-content{}
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
+
includes/class-functions.php CHANGED
@@ -26,7 +26,7 @@ class class_accordions_functions {
26
  {
27
 
28
  $themes = array(
29
- 'flat'=>'Flat',
30
  'border-bottom'=>'Border Bottom',
31
  );
32
 
26
  {
27
 
28
  $themes = array(
29
+ 'flat'=>'Flat',
30
  'border-bottom'=>'Border Bottom',
31
  );
32
 
includes/class-settings.php CHANGED
@@ -24,11 +24,12 @@ class class_accordions_settings{
24
 
25
 
26
 
 
27
 
28
  public function accordions_menu_init(){
29
 
30
  add_submenu_page('edit.php?post_type=accordions', __('Help & Contact','accordions'), __('Help & Contact','accordions'), 'manage_options', 'accordions_paratheme_menu_help', array( $this, 'accordions_help' ));
31
-
32
 
33
  }
34
 
24
 
25
 
26
 
27
+
28
 
29
  public function accordions_menu_init(){
30
 
31
  add_submenu_page('edit.php?post_type=accordions', __('Help & Contact','accordions'), __('Help & Contact','accordions'), 'manage_options', 'accordions_paratheme_menu_help', array( $this, 'accordions_help' ));
32
+
33
 
34
  }
35
 
includes/class-shortcodes.php CHANGED
@@ -15,9 +15,13 @@ class class_accordions_shortcodes {
15
  {
16
 
17
  add_shortcode( 'accordions', array( $this, 'accordions_display' ) );
 
18
 
19
  }
20
 
 
 
 
21
  public function accordions_display($atts, $content = null ) {
22
  $atts = shortcode_atts(
23
  array(
@@ -29,14 +33,11 @@ class class_accordions_shortcodes {
29
  $post_id = $atts['id'];
30
 
31
  $accordions_themes = get_post_meta( $post_id, 'accordions_themes', true );
32
-
33
-
34
 
35
  include accordions_plugin_dir.'/templates/variables.php';
36
  include accordions_plugin_dir.'/templates/scripts.php';
37
  include accordions_plugin_dir.'/templates/custom-css.php';
38
-
39
-
40
 
41
  $html.= '<div id="accordions-'.$post_id.'" class="'.$accordions_class.' accordions-themes '.$accordions_themes.' accordions-'.$post_id.'">';
42
 
@@ -46,17 +47,81 @@ class class_accordions_shortcodes {
46
 
47
  include accordions_plugin_dir.'/templates/header.php';
48
  include accordions_plugin_dir.'/templates/content.php';
49
-
50
  }
51
-
52
  }
53
-
54
  $html.= '</div>';
 
55
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
56
  return $html;
 
 
 
 
 
 
 
 
 
 
57
 
58
 
59
- }
60
 
61
  }
62
 
15
  {
16
 
17
  add_shortcode( 'accordions', array( $this, 'accordions_display' ) );
18
+ add_shortcode( 'accordions_tabs', array( $this, 'accordions_tabs_display' ) );
19
 
20
  }
21
 
22
+
23
+
24
+
25
  public function accordions_display($atts, $content = null ) {
26
  $atts = shortcode_atts(
27
  array(
33
  $post_id = $atts['id'];
34
 
35
  $accordions_themes = get_post_meta( $post_id, 'accordions_themes', true );
 
 
36
 
37
  include accordions_plugin_dir.'/templates/variables.php';
38
  include accordions_plugin_dir.'/templates/scripts.php';
39
  include accordions_plugin_dir.'/templates/custom-css.php';
40
+ //include accordions_plugin_dir.'/templates/lazy.php';
 
41
 
42
  $html.= '<div id="accordions-'.$post_id.'" class="'.$accordions_class.' accordions-themes '.$accordions_themes.' accordions-'.$post_id.'">';
43
 
47
 
48
  include accordions_plugin_dir.'/templates/header.php';
49
  include accordions_plugin_dir.'/templates/content.php';
 
50
  }
 
51
  }
 
52
  $html.= '</div>';
53
+ return $html;
54
 
55
+ }
56
+
57
+
58
+
59
+
60
+
61
+
62
+ public function accordions_tabs_display($atts, $content = null ) {
63
+ $atts = shortcode_atts(
64
+ array(
65
+ 'id' => "",
66
+
67
+ ), $atts);
68
+
69
+ $html = '';
70
+ $post_id = $atts['id'];
71
+
72
+ $accordions_tabs_themes = get_post_meta( $post_id, 'accordions_tabs_themes', true );
73
+
74
+ include accordions_plugin_dir.'/templates/variables.php';
75
+ include accordions_plugin_dir.'/templates/tabs-scripts.php';
76
+ include accordions_plugin_dir.'/templates/tabs-custom-css.php';
77
+ //include accordions_plugin_dir.'/templates/tabs-lazy.php';
78
+
79
+ if(empty($accordions_tabs_themes)){
80
+
81
+ $accordions_tabs_themes = 'flat';
82
+ }
83
+
84
+
85
+ $html.= '<div id="accordions-tabs-'.$post_id.'" class="accordions-tabs-themes accordions-tabs '.$accordions_tabs_themes.' accordions-tabs-'.$post_id.'">';
86
+ $html.= '<ul>';
87
+ foreach ($accordions_content_title as $index => $accordions_title){
88
+
89
+ if(empty($accordions_hide[$index])){
90
+
91
+ include accordions_plugin_dir.'/templates/tabs-header.php';
92
+ //include accordions_plugin_dir.'/templates/tabs-content.php';
93
+
94
+ }
95
+ }
96
+
97
+ $html.= '</ul>';
98
+
99
+
100
+ foreach ($accordions_content_title as $index => $accordions_title){
101
+
102
+ if(empty($accordions_hide[$index])){
103
+ $html.= '<div class="tabs-content" id="tabs-'.$index.'">';
104
+ //include accordions_plugin_dir.'/templates/tabs-header.php';
105
+ include accordions_plugin_dir.'/templates/tabs-content.php';
106
+ $html.= '</div>';
107
+ }
108
+ }
109
+
110
+
111
+ $html.= '</div>';
112
  return $html;
113
+
114
+ }
115
+
116
+
117
+
118
+
119
+
120
+
121
+
122
+
123
 
124
 
 
125
 
126
  }
127
 
includes/functions.php CHANGED
@@ -87,7 +87,6 @@ function accordions_paratheme_dark_color($input_color)
87
 
88
 
89
 
90
-
91
 
92
 
93
 
87
 
88
 
89
 
 
90
 
91
 
92
 
includes/meta.php CHANGED
@@ -71,7 +71,9 @@ function meta_boxes_accordions_input( $post ) {
71
 
72
  $accordions_collapsible = get_post_meta( $post->ID, 'accordions_collapsible', true );
73
  $accordions_heightStyle = get_post_meta( $post->ID, 'accordions_heightStyle', true );
74
-
 
 
75
  $accordions_container_padding = get_post_meta( $post->ID, 'accordions_container_padding', true );
76
  $accordions_container_bg_color = get_post_meta( $post->ID, 'accordions_container_bg_color', true );
77
  $accordions_container_text_align = get_post_meta( $post->ID, 'accordions_container_text_align', true );
@@ -92,16 +94,22 @@ function meta_boxes_accordions_input( $post ) {
92
  $accordions_icons_minus = 'fa-chevron-down';
93
  }
94
 
95
- $accordions_icons_font_size = get_post_meta( $post->ID, 'accordions_icons_font_size', true );
 
 
 
 
96
 
97
  $accordions_default_bg_color = get_post_meta( $post->ID, 'accordions_default_bg_color', true );
98
  $accordions_active_bg_color = get_post_meta( $post->ID, 'accordions_active_bg_color', true );
99
 
100
  $accordions_items_title_color = get_post_meta( $post->ID, 'accordions_items_title_color', true );
101
  $accordions_items_title_font_size = get_post_meta( $post->ID, 'accordions_items_title_font_size', true );
 
102
 
103
  $accordions_items_content_color = get_post_meta( $post->ID, 'accordions_items_content_color', true );
104
  $accordions_items_content_font_size = get_post_meta( $post->ID, 'accordions_items_content_font_size', true );
 
105
 
106
  $accordions_content_title = get_post_meta( $post->ID, 'accordions_content_title', true );
107
  $accordions_content_body = get_post_meta( $post->ID, 'accordions_content_body', true );
@@ -110,19 +118,10 @@ function meta_boxes_accordions_input( $post ) {
110
 
111
  $accordions_custom_css = get_post_meta( $post->ID, 'accordions_custom_css', true );
112
 
 
113
 
114
 
115
 
116
-
117
- $accordions_customer_type = get_option('accordions_customer_type');
118
-
119
- if($accordions_customer_type=="free")
120
- {
121
- echo '';
122
-
123
- }
124
-
125
-
126
  ?>
127
 
128
 
@@ -136,10 +135,12 @@ function meta_boxes_accordions_input( $post ) {
136
  <ul class="tab-nav">
137
 
138
  <li nav="1" class="nav1 active"><i class="fa fa-code"></i> <?php _e('Shortcode','accordions'); ?></li>
139
- <li nav="2" class="nav2"><i class="fa fa-cogs"></i> <?php _e('Options','accordions'); ?></li>
140
  <li nav="3" class="nav3"><i class="fa fa-diamond"></i> <?php _e('Style','accordions'); ?></li>
141
  <li nav="4" class="nav4"><i class="fa fa-pencil-square-o"></i> <?php _e('Content','accordions'); ?></li>
142
  <li nav="5" class="nav5"><i class="fa fa-bug"></i> <?php _e('Custom CSS','accordions'); ?></li>
 
 
143
 
144
  </ul> <!-- para-tab-nav end -->
145
 
@@ -147,7 +148,7 @@ function meta_boxes_accordions_input( $post ) {
147
 
148
  <li style="display: block;" class="box1 tab-box active">
149
  <div class="option-box">
150
- <p class="option-title"><?php _e('Shortcode','accordions'); ?></p>
151
  <p class="option-info"><?php _e('Copy this shortcode and paste on page or post where you want to display accordions, Use PHP code to your themes file to display accordions.','accordions'); ?></p>
152
  <br />
153
  <textarea cols="50" rows="1" style="background:#bfefff" onClick="this.select();" >[accordions <?php echo 'id="'.$post->ID.'"';?>]</textarea>
@@ -155,6 +156,12 @@ function meta_boxes_accordions_input( $post ) {
155
  PHP Code:<br />
156
  <textarea cols="50" rows="1" style="background:#bfefff" onClick="this.select();" ><?php echo '<?php echo do_shortcode("[accordions id='; echo "'".$post->ID."']"; echo '"); ?>'; ?></textarea>
157
 
 
 
 
 
 
 
158
  </div>
159
  </li>
160
 
@@ -180,13 +187,22 @@ function meta_boxes_accordions_input( $post ) {
180
 
181
  </select>
182
  </div>
183
-
184
-
 
 
 
 
 
 
 
 
 
 
185
 
186
  </li>
187
 
188
  <li style="display: none;" class="box3 tab-box ">
189
-
190
 
191
  <div class="option-box">
192
  <p class="option-title"><?php _e('Themes','accordions'); ?></p>
@@ -315,10 +331,22 @@ function meta_boxes_accordions_input( $post ) {
315
  <input type="hidden" name="accordions_icons_minus" value="<?php if(!empty($accordions_icons_minus)) echo $accordions_icons_minus; ?>" />
316
  </span>
317
 
 
 
 
 
 
318
  <p class="option-info"><?php _e('Icon font size.','accordions'); ?></p>
319
  <input type="text" name="accordions_icons_font_size" placeholder="20px" id="accordions_icons_font_size" value="<?php if(!empty($accordions_icons_font_size)) echo $accordions_icons_font_size; ?>" />
320
 
321
 
 
 
 
 
 
 
 
322
 
323
  </div>
324
 
@@ -340,7 +368,7 @@ function meta_boxes_accordions_input( $post ) {
340
 
341
  <p class="option-info"><?php _e('Accordions Header Font Size.','accordions'); ?></p>
342
  <input type="text" name="accordions_items_title_font_size" placeholder="ex:14px number with px" id="accordions_items_title_font_size" value="<?php if(!empty($accordions_items_title_font_size)) echo $accordions_items_title_font_size; else echo "14px"; ?>" />
343
-
344
 
345
  </div>
346
 
@@ -352,7 +380,10 @@ function meta_boxes_accordions_input( $post ) {
352
  <p class="option-info"><?php _e('Accordions Content Font Size.','accordions'); ?></p>
353
  <input type="text" name="accordions_items_content_font_size" id="accordions_items_content_font_size" value="<?php if(!empty($accordions_items_content_font_size)) echo $accordions_items_content_font_size; else echo "13px"; ?>" />
354
 
 
 
355
 
 
356
  </div>
357
 
358
 
@@ -368,7 +399,7 @@ function meta_boxes_accordions_input( $post ) {
368
  <br />
369
  <br />
370
  </div>
371
-
372
  <div class="accordions-content expandable" id="accordions-content">
373
 
374
  <?php
@@ -413,14 +444,11 @@ function meta_boxes_accordions_input( $post ) {
413
  ?>
414
 
415
  <label class="switch" ><input type="checkbox" name="accordions_hide[<?php echo $accordions_key; ?>]" value="1" <?php echo $checked; ?> /><?php _e('Hide on Frontend','accordions'); ?></label>
416
-
417
 
418
  </div>
419
  <div class="section-panel">
420
-
421
- <strong><?php _e('Header background color for this section','accordions'); ?></strong> <br>
422
- <input class="accordions_color" type="text" name="accordions_bg_color[<?php echo $accordions_key; ?>]" value="<?php if(!empty($accordions_bg_color[$accordions_key])) echo $accordions_bg_color[$accordions_key]; ?>" /> <br> <br>
423
-
424
  <strong><?php _e('Header','accordions'); ?></strong> <br>
425
  <input style="width:80%" placeholder="accordions Header" type="text" name="accordions_content_title[<?php echo $accordions_key; ?>]" value="<?php if(!empty($accordions_title)) echo htmlentities($accordions_title); ?>" /><br><br>
426
 
@@ -461,8 +489,6 @@ $( "#accordions-content" ).sortable({ handle: '.section-header' });
461
 
462
 
463
 
464
-
465
-
466
  </div>
467
  </li>
468
 
@@ -497,7 +523,26 @@ $( "#accordions-content" ).sortable({ handle: '.section-header' });
497
  </div>
498
 
499
  </li>
500
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
501
 
502
  </ul>
503
 
@@ -547,6 +592,10 @@ function meta_boxes_accordions_save( $post_id ) {
547
  $accordions_collapsible = sanitize_text_field( $_POST['accordions_collapsible'] );
548
  $accordions_heightStyle = sanitize_text_field( $_POST['accordions_heightStyle'] );
549
 
 
 
 
 
550
  $accordions_container_padding = sanitize_text_field( $_POST['accordions_container_padding'] );
551
  $accordions_container_bg_color = sanitize_text_field( $_POST['accordions_container_bg_color'] );
552
  $accordions_container_text_align = sanitize_text_field( $_POST['accordions_container_text_align'] );
@@ -555,20 +604,28 @@ function meta_boxes_accordions_save( $post_id ) {
555
  $accordions_themes = sanitize_text_field( $_POST['accordions_themes'] );
556
  $accordions_icons_plus = sanitize_text_field( $_POST['accordions_icons_plus'] );
557
  $accordions_icons_minus = sanitize_text_field( $_POST['accordions_icons_minus'] );
558
- $accordions_icons_font_size = sanitize_text_field( $_POST['accordions_icons_font_size'] );
 
 
559
 
560
  $accordions_default_bg_color = sanitize_text_field( $_POST['accordions_default_bg_color'] );
561
  $accordions_active_bg_color = sanitize_text_field( $_POST['accordions_active_bg_color'] );
562
 
 
563
  $accordions_items_title_color = sanitize_text_field( $_POST['accordions_items_title_color'] );
564
  $accordions_items_title_font_size = sanitize_text_field( $_POST['accordions_items_title_font_size'] );
565
 
 
566
  $accordions_items_content_color = sanitize_text_field( $_POST['accordions_items_content_color'] );
567
- $accordions_items_content_font_size = sanitize_text_field( $_POST['accordions_items_content_font_size'] );
 
568
 
569
  $accordions_content_title = stripslashes_deep( $_POST['accordions_content_title'] );
570
  $accordions_content_body = stripslashes_deep( $_POST['accordions_content_body'] );
571
 
 
 
 
572
  if(empty($_POST['accordions_hide']))
573
  {
574
  $_POST['accordions_hide'] = '';
@@ -579,10 +636,15 @@ function meta_boxes_accordions_save( $post_id ) {
579
  $accordions_custom_css = stripslashes_deep( $_POST['accordions_custom_css'] );
580
 
581
 
 
 
 
582
  // Update the meta field in the database.
583
  update_post_meta( $post_id, 'accordions_collapsible', $accordions_collapsible );
584
  update_post_meta( $post_id, 'accordions_heightStyle', $accordions_heightStyle );
585
 
 
 
586
  update_post_meta( $post_id, 'accordions_container_padding', $accordions_container_padding );
587
  update_post_meta( $post_id, 'accordions_container_bg_color', $accordions_container_bg_color );
588
  update_post_meta( $post_id, 'accordions_container_text_align', $accordions_container_text_align );
@@ -592,23 +654,33 @@ function meta_boxes_accordions_save( $post_id ) {
592
 
593
  update_post_meta( $post_id, 'accordions_icons_plus', $accordions_icons_plus );
594
  update_post_meta( $post_id, 'accordions_icons_minus', $accordions_icons_minus );
 
595
  update_post_meta( $post_id, 'accordions_icons_font_size', $accordions_icons_font_size );
 
596
 
597
  update_post_meta( $post_id, 'accordions_default_bg_color', $accordions_default_bg_color );
598
  update_post_meta( $post_id, 'accordions_active_bg_color', $accordions_active_bg_color );
599
 
 
600
  update_post_meta( $post_id, 'accordions_items_title_color', $accordions_items_title_color );
601
  update_post_meta( $post_id, 'accordions_items_title_font_size', $accordions_items_title_font_size );
602
 
 
603
  update_post_meta( $post_id, 'accordions_items_content_color', $accordions_items_content_color );
604
  update_post_meta( $post_id, 'accordions_items_content_font_size', $accordions_items_content_font_size );
 
605
 
606
  update_post_meta( $post_id, 'accordions_content_title', $accordions_content_title );
607
  update_post_meta( $post_id, 'accordions_content_body', $accordions_content_body );
608
 
 
 
609
  update_post_meta( $post_id, 'accordions_hide', $accordions_hide );
610
 
611
  update_post_meta( $post_id, 'accordions_custom_css', $accordions_custom_css );
 
 
 
612
 
613
 
614
 
71
 
72
  $accordions_collapsible = get_post_meta( $post->ID, 'accordions_collapsible', true );
73
  $accordions_heightStyle = get_post_meta( $post->ID, 'accordions_heightStyle', true );
74
+
75
+ $accordions_active_event = get_post_meta( $post->ID, 'accordions_active_event', true );
76
+
77
  $accordions_container_padding = get_post_meta( $post->ID, 'accordions_container_padding', true );
78
  $accordions_container_bg_color = get_post_meta( $post->ID, 'accordions_container_bg_color', true );
79
  $accordions_container_text_align = get_post_meta( $post->ID, 'accordions_container_text_align', true );
94
  $accordions_icons_minus = 'fa-chevron-down';
95
  }
96
 
97
+
98
+
99
+ $accordions_icons_color = get_post_meta( $post->ID, 'accordions_icons_color', true );
100
+ $accordions_icons_font_size = get_post_meta( $post->ID, 'accordions_icons_font_size', true );
101
+ $accordions_icons_position = get_post_meta( $post->ID, 'accordions_icons_position', true );
102
 
103
  $accordions_default_bg_color = get_post_meta( $post->ID, 'accordions_default_bg_color', true );
104
  $accordions_active_bg_color = get_post_meta( $post->ID, 'accordions_active_bg_color', true );
105
 
106
  $accordions_items_title_color = get_post_meta( $post->ID, 'accordions_items_title_color', true );
107
  $accordions_items_title_font_size = get_post_meta( $post->ID, 'accordions_items_title_font_size', true );
108
+
109
 
110
  $accordions_items_content_color = get_post_meta( $post->ID, 'accordions_items_content_color', true );
111
  $accordions_items_content_font_size = get_post_meta( $post->ID, 'accordions_items_content_font_size', true );
112
+ $accordions_items_content_bg_color = get_post_meta( $post->ID, 'accordions_items_content_bg_color', true );
113
 
114
  $accordions_content_title = get_post_meta( $post->ID, 'accordions_content_title', true );
115
  $accordions_content_body = get_post_meta( $post->ID, 'accordions_content_body', true );
118
 
119
  $accordions_custom_css = get_post_meta( $post->ID, 'accordions_custom_css', true );
120
 
121
+ $accordions_tabs_collapsible = get_post_meta( $post->ID, 'accordions_tabs_collapsible', true );
122
 
123
 
124
 
 
 
 
 
 
 
 
 
 
 
125
  ?>
126
 
127
 
135
  <ul class="tab-nav">
136
 
137
  <li nav="1" class="nav1 active"><i class="fa fa-code"></i> <?php _e('Shortcode','accordions'); ?></li>
138
+ <li nav="2" class="nav2"><i class="fa fa-list"></i> <?php _e('Accordions Options','accordions'); ?></li>
139
  <li nav="3" class="nav3"><i class="fa fa-diamond"></i> <?php _e('Style','accordions'); ?></li>
140
  <li nav="4" class="nav4"><i class="fa fa-pencil-square-o"></i> <?php _e('Content','accordions'); ?></li>
141
  <li nav="5" class="nav5"><i class="fa fa-bug"></i> <?php _e('Custom CSS','accordions'); ?></li>
142
+ <li nav="6" class="nav6"><i class="fa fa-cogs"></i> <?php _e('Tabs Options','accordions'); ?></li>
143
+
144
 
145
  </ul> <!-- para-tab-nav end -->
146
 
148
 
149
  <li style="display: block;" class="box1 tab-box active">
150
  <div class="option-box">
151
+ <p class="option-title"><?php _e('Accordions Shortcode','accordions'); ?></p>
152
  <p class="option-info"><?php _e('Copy this shortcode and paste on page or post where you want to display accordions, Use PHP code to your themes file to display accordions.','accordions'); ?></p>
153
  <br />
154
  <textarea cols="50" rows="1" style="background:#bfefff" onClick="this.select();" >[accordions <?php echo 'id="'.$post->ID.'"';?>]</textarea>
156
  PHP Code:<br />
157
  <textarea cols="50" rows="1" style="background:#bfefff" onClick="this.select();" ><?php echo '<?php echo do_shortcode("[accordions id='; echo "'".$post->ID."']"; echo '"); ?>'; ?></textarea>
158
 
159
+
160
+ <p class="option-title"><?php _e('Tabs Shortcode','accordions'); ?><span style="color: rgb(96, 173, 252);padding: 0 5px;">(New)</span></p>
161
+ <textarea cols="50" rows="1" style="background:#bfefff" onClick="this.select();" >[accordions_tabs <?php echo 'id="'.$post->ID.'"';?>]</textarea>
162
+ <br />
163
+ PHP Code:<br />
164
+ <textarea cols="50" rows="1" style="background:#bfefff" onClick="this.select();" ><?php echo '<?php echo do_shortcode("[accordions_tabs id='; echo "'".$post->ID."']"; echo '"); ?>'; ?></textarea>
165
  </div>
166
  </li>
167
 
187
 
188
  </select>
189
  </div>
190
+
191
+
192
+ <div class="option-box">
193
+ <p class="option-title"><?php _e('Activate event','accordions'); ?></p>
194
+ <p class="option-info"></p>
195
+ <select class="accordions_active_event" name="accordions_active_event" >
196
+ <option value="click" <?php if($accordions_active_event=="click") echo "selected"; ?>><?php _e('Click','accordions'); ?></option>
197
+ <option value="mouseover" <?php if($accordions_active_event=="mouseover") echo "selected"; ?>><?php _e('Mouseover','accordions'); ?></option>
198
+
199
+ </select>
200
+ </div>
201
+
202
 
203
  </li>
204
 
205
  <li style="display: none;" class="box3 tab-box ">
 
206
 
207
  <div class="option-box">
208
  <p class="option-title"><?php _e('Themes','accordions'); ?></p>
331
  <input type="hidden" name="accordions_icons_minus" value="<?php if(!empty($accordions_icons_minus)) echo $accordions_icons_minus; ?>" />
332
  </span>
333
 
334
+
335
+ <p class="option-info"><?php _e('Icon color.','accordions'); ?></p>
336
+ <input type="text" name="accordions_icons_color" class="accordions_color" id="accordions_icons_color" value="<?php if(!empty($accordions_icons_color)) echo $accordions_icons_color; else echo "#565656"; ?>" />
337
+
338
+
339
  <p class="option-info"><?php _e('Icon font size.','accordions'); ?></p>
340
  <input type="text" name="accordions_icons_font_size" placeholder="20px" id="accordions_icons_font_size" value="<?php if(!empty($accordions_icons_font_size)) echo $accordions_icons_font_size; ?>" />
341
 
342
 
343
+ <p class="option-info"><?php _e('Icon Position.','accordions'); ?></p>
344
+
345
+ <select name="accordions_icons_position" >
346
+ <option value="left" <?php if($accordions_icons_position=="left")echo "selected"; ?>><?php _e('Left','accordions'); ?></option>
347
+ <option value="right" <?php if($accordions_icons_position=="right")echo "selected"; ?>><?php _e('Right','accordions'); ?></option>
348
+ </select>
349
+
350
 
351
  </div>
352
 
368
 
369
  <p class="option-info"><?php _e('Accordions Header Font Size.','accordions'); ?></p>
370
  <input type="text" name="accordions_items_title_font_size" placeholder="ex:14px number with px" id="accordions_items_title_font_size" value="<?php if(!empty($accordions_items_title_font_size)) echo $accordions_items_title_font_size; else echo "14px"; ?>" />
371
+
372
 
373
  </div>
374
 
380
  <p class="option-info"><?php _e('Accordions Content Font Size.','accordions'); ?></p>
381
  <input type="text" name="accordions_items_content_font_size" id="accordions_items_content_font_size" value="<?php if(!empty($accordions_items_content_font_size)) echo $accordions_items_content_font_size; else echo "13px"; ?>" />
382
 
383
+ <p class="option-info"><?php _e('Accordions Content Background Color.','accordions'); ?></p>
384
+ <input type="text" class="accordions_color" name="accordions_items_content_bg_color" id="accordions_items_content_bg_color" value="<?php if(!empty($accordions_items_content_bg_color)) echo $accordions_items_content_bg_color; ?>" />
385
 
386
+
387
  </div>
388
 
389
 
399
  <br />
400
  <br />
401
  </div>
402
+
403
  <div class="accordions-content expandable" id="accordions-content">
404
 
405
  <?php
444
  ?>
445
 
446
  <label class="switch" ><input type="checkbox" name="accordions_hide[<?php echo $accordions_key; ?>]" value="1" <?php echo $checked; ?> /><?php _e('Hide on Frontend','accordions'); ?></label>
447
+
448
 
449
  </div>
450
  <div class="section-panel">
451
+
 
 
 
452
  <strong><?php _e('Header','accordions'); ?></strong> <br>
453
  <input style="width:80%" placeholder="accordions Header" type="text" name="accordions_content_title[<?php echo $accordions_key; ?>]" value="<?php if(!empty($accordions_title)) echo htmlentities($accordions_title); ?>" /><br><br>
454
 
489
 
490
 
491
 
 
 
492
  </div>
493
  </li>
494
 
523
  </div>
524
 
525
  </li>
526
+
527
+ <li style="display: none;" class="box6 tab-box ">
528
+
529
+ <div class="option-box">
530
+ <p class="option-title"><?php _e('Collapsible','accordions'); ?></p>
531
+ <p class="option-info"></p>
532
+ <select class="accordions_tabs_collapsible" name="accordions_tabs_collapsible" >
533
+ <option value="true" <?php if($accordions_tabs_collapsible=="true") echo "selected"; ?>><?php _e('True','accordions'); ?></option>
534
+ <option value="false" <?php if($accordions_tabs_collapsible=="false") echo "selected"; ?>><?php _e('False','accordions'); ?></option>
535
+
536
+ </select>
537
+
538
+ </div>
539
+
540
+
541
+
542
+
543
+ </li>
544
+
545
+
546
 
547
  </ul>
548
 
592
  $accordions_collapsible = sanitize_text_field( $_POST['accordions_collapsible'] );
593
  $accordions_heightStyle = sanitize_text_field( $_POST['accordions_heightStyle'] );
594
 
595
+
596
+
597
+ $accordions_active_event = sanitize_text_field( $_POST['accordions_active_event'] );
598
+
599
  $accordions_container_padding = sanitize_text_field( $_POST['accordions_container_padding'] );
600
  $accordions_container_bg_color = sanitize_text_field( $_POST['accordions_container_bg_color'] );
601
  $accordions_container_text_align = sanitize_text_field( $_POST['accordions_container_text_align'] );
604
  $accordions_themes = sanitize_text_field( $_POST['accordions_themes'] );
605
  $accordions_icons_plus = sanitize_text_field( $_POST['accordions_icons_plus'] );
606
  $accordions_icons_minus = sanitize_text_field( $_POST['accordions_icons_minus'] );
607
+ $accordions_icons_color = sanitize_text_field( $_POST['accordions_icons_color'] );
608
+ $accordions_icons_font_size = sanitize_text_field( $_POST['accordions_icons_font_size'] );
609
+ $accordions_icons_position = sanitize_text_field( $_POST['accordions_icons_position'] );
610
 
611
  $accordions_default_bg_color = sanitize_text_field( $_POST['accordions_default_bg_color'] );
612
  $accordions_active_bg_color = sanitize_text_field( $_POST['accordions_active_bg_color'] );
613
 
614
+
615
  $accordions_items_title_color = sanitize_text_field( $_POST['accordions_items_title_color'] );
616
  $accordions_items_title_font_size = sanitize_text_field( $_POST['accordions_items_title_font_size'] );
617
 
618
+
619
  $accordions_items_content_color = sanitize_text_field( $_POST['accordions_items_content_color'] );
620
+ $accordions_items_content_font_size = sanitize_text_field( $_POST['accordions_items_content_font_size'] );
621
+ $accordions_items_content_bg_color = sanitize_text_field( $_POST['accordions_items_content_bg_color'] );
622
 
623
  $accordions_content_title = stripslashes_deep( $_POST['accordions_content_title'] );
624
  $accordions_content_body = stripslashes_deep( $_POST['accordions_content_body'] );
625
 
626
+
627
+
628
+
629
  if(empty($_POST['accordions_hide']))
630
  {
631
  $_POST['accordions_hide'] = '';
636
  $accordions_custom_css = stripslashes_deep( $_POST['accordions_custom_css'] );
637
 
638
 
639
+ $accordions_tabs_collapsible = sanitize_text_field( $_POST['accordions_tabs_collapsible'] );
640
+
641
+
642
  // Update the meta field in the database.
643
  update_post_meta( $post_id, 'accordions_collapsible', $accordions_collapsible );
644
  update_post_meta( $post_id, 'accordions_heightStyle', $accordions_heightStyle );
645
 
646
+ update_post_meta( $post_id, 'accordions_active_event', $accordions_active_event );
647
+
648
  update_post_meta( $post_id, 'accordions_container_padding', $accordions_container_padding );
649
  update_post_meta( $post_id, 'accordions_container_bg_color', $accordions_container_bg_color );
650
  update_post_meta( $post_id, 'accordions_container_text_align', $accordions_container_text_align );
654
 
655
  update_post_meta( $post_id, 'accordions_icons_plus', $accordions_icons_plus );
656
  update_post_meta( $post_id, 'accordions_icons_minus', $accordions_icons_minus );
657
+ update_post_meta( $post_id, 'accordions_icons_color', $accordions_icons_color );
658
  update_post_meta( $post_id, 'accordions_icons_font_size', $accordions_icons_font_size );
659
+ update_post_meta( $post_id, 'accordions_icons_position', $accordions_icons_position );
660
 
661
  update_post_meta( $post_id, 'accordions_default_bg_color', $accordions_default_bg_color );
662
  update_post_meta( $post_id, 'accordions_active_bg_color', $accordions_active_bg_color );
663
 
664
+
665
  update_post_meta( $post_id, 'accordions_items_title_color', $accordions_items_title_color );
666
  update_post_meta( $post_id, 'accordions_items_title_font_size', $accordions_items_title_font_size );
667
 
668
+
669
  update_post_meta( $post_id, 'accordions_items_content_color', $accordions_items_content_color );
670
  update_post_meta( $post_id, 'accordions_items_content_font_size', $accordions_items_content_font_size );
671
+ update_post_meta( $post_id, 'accordions_items_content_bg_color', $accordions_items_content_bg_color );
672
 
673
  update_post_meta( $post_id, 'accordions_content_title', $accordions_content_title );
674
  update_post_meta( $post_id, 'accordions_content_body', $accordions_content_body );
675
 
676
+
677
+
678
  update_post_meta( $post_id, 'accordions_hide', $accordions_hide );
679
 
680
  update_post_meta( $post_id, 'accordions_custom_css', $accordions_custom_css );
681
+
682
+
683
+ update_post_meta( $post_id, 'accordions_tabs_collapsible', $accordions_tabs_collapsible );
684
 
685
 
686
 
languages/accordions-bn_BD.mo CHANGED
Binary file
languages/accordions-bn_BD.po CHANGED
@@ -1,15 +1,15 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: accordions\n"
4
- "POT-Creation-Date: 2016-01-24 22:04+0600\n"
5
- "PO-Revision-Date: 2016-01-24 22:09+0600\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: bn_BD\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 1.8.6\n"
13
  "X-Poedit-Basepath: ..\n"
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
  "X-Poedit-KeywordsList: __;_e\n"
@@ -18,15 +18,11 @@ msgstr ""
18
  "X-Poedit-SearchPath-2: assets\n"
19
  "X-Poedit-SearchPath-3: templates\n"
20
 
21
- #: includes/class-settings.php:34
22
  msgid "Help & Contact"
23
  msgstr "সাহায্য"
24
 
25
- #: includes/class-settings.php:36 includes/menu/license.php:50
26
- msgid "License"
27
- msgstr "লাইসেন্স"
28
-
29
- #: includes/functions.php:15 includes/meta.php:159 includes/meta.php:171
30
  msgid "Shortcode"
31
  msgstr "সর্টকোড"
32
 
@@ -75,41 +71,6 @@ msgstr ""
75
  msgid "Please watch this video tutorial."
76
  msgstr ""
77
 
78
- #: includes/menu/license.php:25
79
- msgid "Changes Saved."
80
- msgstr ""
81
-
82
- #: includes/menu/license.php:61
83
- msgid "Activation"
84
- msgstr ""
85
-
86
- #: includes/menu/license.php:68
87
- msgid "Activate license"
88
- msgstr ""
89
-
90
- #: includes/menu/license.php:116 includes/menu/license.php:145
91
- #: includes/menu/license.php:227
92
- msgid "The following message was returned from the server:"
93
- msgstr ""
94
-
95
- #: includes/menu/license.php:246
96
- msgid "Status:"
97
- msgstr ""
98
-
99
- #: includes/menu/license.php:260
100
- msgid ""
101
- "If you have any problem regarding license activatin please contact for "
102
- "support"
103
- msgstr ""
104
-
105
- #: includes/menu/license.php:294
106
- msgid "Activate"
107
- msgstr "একটিভ করুন"
108
-
109
- #: includes/menu/license.php:295
110
- msgid "Deactivate"
111
- msgstr "ডিএকটিভ করুন"
112
-
113
  #: includes/meta.php:16 includes/meta.php:18
114
  msgid "New Accordions"
115
  msgstr ""
@@ -134,254 +95,228 @@ msgstr ""
134
  msgid "Nothing found in Trash"
135
  msgstr ""
136
 
137
- #: includes/meta.php:60
138
  msgid "Accordions Options"
139
  msgstr ""
140
 
141
- #: includes/meta.php:160
142
- msgid "Options"
143
- msgstr "অপশন"
144
-
145
- #: includes/meta.php:161
146
  msgid "Style"
147
  msgstr "স্টাইল"
148
 
149
- #: includes/meta.php:162 includes/meta.php:199 includes/meta.php:462
150
- #: includes/meta.php:550
151
  msgid "Content"
152
  msgstr ""
153
 
154
- #: includes/meta.php:163
155
  msgid "Custom CSS"
156
  msgstr "কাস্টম সিএসএস"
157
 
158
- #: includes/meta.php:172
 
 
 
 
 
 
 
 
159
  msgid ""
160
  "Copy this shortcode and paste on page or post where you want to display "
161
  "accordions, Use PHP code to your themes file to display accordions."
162
  msgstr ""
163
 
164
- #: includes/meta.php:185
 
 
 
 
165
  msgid "Collapsible"
166
  msgstr ""
167
 
168
- #: includes/meta.php:188
169
  msgid "True"
170
  msgstr "সত্য"
171
 
172
- #: includes/meta.php:189
173
  msgid "False"
174
  msgstr "মিথ্যা"
175
 
176
- #: includes/meta.php:196
177
  msgid "heightStyle"
178
  msgstr ""
179
 
180
- #: includes/meta.php:200
181
  msgid "Fill"
182
  msgstr ""
183
 
184
- #: includes/meta.php:208
185
- msgid "Click Header to scroll top"
186
- msgstr ""
187
-
188
- #: includes/meta.php:211 includes/meta.php:238 includes/meta.php:254
189
- msgid "No"
190
- msgstr "না"
191
-
192
- #: includes/meta.php:212 includes/meta.php:237 includes/meta.php:255
193
- msgid "Yes"
194
- msgstr "হা"
195
-
196
- #: includes/meta.php:217
197
- msgid "Offset Value: add some value to fix the top position, ex: 120, or -120"
198
- msgstr ""
199
-
200
- #: includes/meta.php:223
201
  msgid "Activate event"
202
  msgstr ""
203
 
204
- #: includes/meta.php:226
205
  msgid "Click"
206
  msgstr ""
207
 
208
- #: includes/meta.php:227
209
  msgid "Mouseover"
210
  msgstr ""
211
 
212
- #: includes/meta.php:234
213
- msgid "Enable lazy load"
214
- msgstr ""
215
-
216
- #: includes/meta.php:251
217
- msgid "Use for child"
218
- msgstr ""
219
-
220
- #: includes/meta.php:252
221
- msgid ""
222
- "you can use this accrodion as child to other accoridon, check this option "
223
- "'Yes' and paste the short-code to another accordion inside content."
224
- msgstr ""
225
-
226
- #: includes/meta.php:262
227
  msgid "Themes"
228
  msgstr "থিম"
229
 
230
- #: includes/meta.php:317
231
  msgid "Container options"
232
  msgstr ""
233
 
234
- #: includes/meta.php:321
235
  msgid "Text Align:"
236
  msgstr ""
237
 
238
- #: includes/meta.php:323 includes/meta.php:400
239
  msgid "Left"
240
  msgstr "বাম"
241
 
242
- #: includes/meta.php:324
243
  msgid "Center"
244
  msgstr "কেন্দ্র"
245
 
246
- #: includes/meta.php:325 includes/meta.php:401
247
  msgid "Right"
248
  msgstr "ডান"
249
 
250
- #: includes/meta.php:328
251
  msgid "Padding: (ex: 10px)"
252
  msgstr ""
253
 
254
- #: includes/meta.php:332
255
  msgid "Background color:"
256
  msgstr ""
257
 
258
- #: includes/meta.php:335
259
  msgid "Background image:"
260
  msgstr ""
261
 
262
- #: includes/meta.php:340
263
  msgid "Clear"
264
  msgstr ""
265
 
266
- #: includes/meta.php:374
267
  msgid "Icon set"
268
  msgstr ""
269
 
270
- #: includes/meta.php:375
271
  msgid ""
272
  "Please use font awesome icon id. ex: <b>fa-chevron-up</b>, please visit to "
273
  "see more <a href=\"https://fortawesome.github.io/Font-Awesome/icons/"
274
  "\">https://fortawesome.github.io/Font-Awesome/icons/</a>"
275
  msgstr ""
276
 
277
- #: includes/meta.php:378
278
  msgid "Plus Icon."
279
  msgstr ""
280
 
281
- #: includes/meta.php:383
282
  msgid "Minus Icon."
283
  msgstr ""
284
 
285
- #: includes/meta.php:389
286
  msgid "Icon color."
287
  msgstr "আইকন রঙ"
288
 
289
- #: includes/meta.php:393
290
  msgid "Icon font size."
291
  msgstr ""
292
 
293
- #: includes/meta.php:397
294
  msgid "Icon Position."
295
  msgstr ""
296
 
297
- #: includes/meta.php:410
298
  msgid "Accordions Header."
299
  msgstr ""
300
 
301
- #: includes/meta.php:412
302
  msgid "Default Background Color."
303
  msgstr ""
304
 
305
- #: includes/meta.php:416
306
  msgid "Active Background Color."
307
  msgstr ""
308
 
309
- #: includes/meta.php:420
310
  msgid "Accordions Header Font Color."
311
  msgstr ""
312
 
313
- #: includes/meta.php:423
314
  msgid "Accordions Header Font Size."
315
  msgstr ""
316
 
317
- #: includes/meta.php:426
318
- msgid "Accordions Header Padding."
319
- msgstr ""
320
-
321
- #: includes/meta.php:429
322
- msgid "Accordions Header Margin."
323
- msgstr ""
324
-
325
- #: includes/meta.php:437
326
  msgid "Accordions Content."
327
  msgstr ""
328
 
329
- #: includes/meta.php:438
330
  msgid "Accordions Content Font Color."
331
  msgstr ""
332
 
333
- #: includes/meta.php:441
334
  msgid "Accordions Content Font Size."
335
  msgstr ""
336
 
337
- #: includes/meta.php:444
338
  msgid "Accordions Content Background Color."
339
  msgstr ""
340
 
341
- #: includes/meta.php:447
342
- msgid "Accordions Content Padding."
343
- msgstr ""
344
-
345
- #: includes/meta.php:450
346
- msgid "Accordions Content Margin."
347
- msgstr ""
348
-
349
- #: includes/meta.php:463
350
  msgid ""
351
  "You can sorting accordion by dragging each title, click to expand title and "
352
  "see the input."
353
  msgstr ""
354
 
355
- #: includes/meta.php:466
356
  msgid "Add"
357
  msgstr "যোগ করুন"
358
 
359
- #: includes/meta.php:467
360
- msgid "Reset Active"
361
- msgstr "রিসেট"
362
-
363
- #: includes/meta.php:516
364
  msgid "Hide on Frontend"
365
  msgstr "ফ্রন্টএন্ড এ লুকান "
366
 
367
- #: includes/meta.php:537
368
- msgid "Active"
369
- msgstr "সক্রিয়"
370
-
371
- #: includes/meta.php:543
372
- msgid "Header background color for this section"
373
- msgstr ""
374
-
375
- #: includes/meta.php:546
376
  msgid "Header"
377
  msgstr "শিরোলেখ"
378
 
379
- #: includes/meta.php:603
380
  msgid "Custom CSS for this Accordions"
381
  msgstr ""
382
 
383
- #: includes/meta.php:604
384
  msgid ""
385
  "Do not use &lt;style>&lt;/style> tag, you can use bellow prefix to your css, "
386
  "sometime you need use \"!important\" to overrid."
387
  msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: accordions\n"
4
+ "POT-Creation-Date: 2016-02-25 20:51+0600\n"
5
+ "PO-Revision-Date: 2016-02-25 20:51+0600\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: bn_BD\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 1.8.7\n"
13
  "X-Poedit-Basepath: ..\n"
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
  "X-Poedit-KeywordsList: __;_e\n"
18
  "X-Poedit-SearchPath-2: assets\n"
19
  "X-Poedit-SearchPath-3: templates\n"
20
 
21
+ #: includes/class-settings.php:31
22
  msgid "Help & Contact"
23
  msgstr "সাহায্য"
24
 
25
+ #: includes/functions.php:15 includes/meta.php:137
 
 
 
 
26
  msgid "Shortcode"
27
  msgstr "সর্টকোড"
28
 
71
  msgid "Please watch this video tutorial."
72
  msgstr ""
73
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
74
  #: includes/meta.php:16 includes/meta.php:18
75
  msgid "New Accordions"
76
  msgstr ""
95
  msgid "Nothing found in Trash"
96
  msgstr ""
97
 
98
+ #: includes/meta.php:60 includes/meta.php:138
99
  msgid "Accordions Options"
100
  msgstr ""
101
 
102
+ #: includes/meta.php:139
 
 
 
 
103
  msgid "Style"
104
  msgstr "স্টাইল"
105
 
106
+ #: includes/meta.php:140 includes/meta.php:185 includes/meta.php:394
107
+ #: includes/meta.php:456
108
  msgid "Content"
109
  msgstr ""
110
 
111
+ #: includes/meta.php:141
112
  msgid "Custom CSS"
113
  msgstr "কাস্টম সিএসএস"
114
 
115
+ #: includes/meta.php:142
116
+ msgid "Tabs Options"
117
+ msgstr ""
118
+
119
+ #: includes/meta.php:151
120
+ msgid "Accordions Shortcode"
121
+ msgstr ""
122
+
123
+ #: includes/meta.php:152
124
  msgid ""
125
  "Copy this shortcode and paste on page or post where you want to display "
126
  "accordions, Use PHP code to your themes file to display accordions."
127
  msgstr ""
128
 
129
+ #: includes/meta.php:160
130
+ msgid "Tabs Shortcode"
131
+ msgstr ""
132
+
133
+ #: includes/meta.php:171 includes/meta.php:530
134
  msgid "Collapsible"
135
  msgstr ""
136
 
137
+ #: includes/meta.php:174 includes/meta.php:533
138
  msgid "True"
139
  msgstr "সত্য"
140
 
141
+ #: includes/meta.php:175 includes/meta.php:534
142
  msgid "False"
143
  msgstr "মিথ্যা"
144
 
145
+ #: includes/meta.php:182
146
  msgid "heightStyle"
147
  msgstr ""
148
 
149
+ #: includes/meta.php:186
150
  msgid "Fill"
151
  msgstr ""
152
 
153
+ #: includes/meta.php:193
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
154
  msgid "Activate event"
155
  msgstr ""
156
 
157
+ #: includes/meta.php:196
158
  msgid "Click"
159
  msgstr ""
160
 
161
+ #: includes/meta.php:197
162
  msgid "Mouseover"
163
  msgstr ""
164
 
165
+ #: includes/meta.php:208
 
 
 
 
 
 
 
 
 
 
 
 
 
 
166
  msgid "Themes"
167
  msgstr "থিম"
168
 
169
+ #: includes/meta.php:263
170
  msgid "Container options"
171
  msgstr ""
172
 
173
+ #: includes/meta.php:267
174
  msgid "Text Align:"
175
  msgstr ""
176
 
177
+ #: includes/meta.php:269 includes/meta.php:346
178
  msgid "Left"
179
  msgstr "বাম"
180
 
181
+ #: includes/meta.php:270
182
  msgid "Center"
183
  msgstr "কেন্দ্র"
184
 
185
+ #: includes/meta.php:271 includes/meta.php:347
186
  msgid "Right"
187
  msgstr "ডান"
188
 
189
+ #: includes/meta.php:274
190
  msgid "Padding: (ex: 10px)"
191
  msgstr ""
192
 
193
+ #: includes/meta.php:278
194
  msgid "Background color:"
195
  msgstr ""
196
 
197
+ #: includes/meta.php:281
198
  msgid "Background image:"
199
  msgstr ""
200
 
201
+ #: includes/meta.php:286
202
  msgid "Clear"
203
  msgstr ""
204
 
205
+ #: includes/meta.php:320
206
  msgid "Icon set"
207
  msgstr ""
208
 
209
+ #: includes/meta.php:321
210
  msgid ""
211
  "Please use font awesome icon id. ex: <b>fa-chevron-up</b>, please visit to "
212
  "see more <a href=\"https://fortawesome.github.io/Font-Awesome/icons/"
213
  "\">https://fortawesome.github.io/Font-Awesome/icons/</a>"
214
  msgstr ""
215
 
216
+ #: includes/meta.php:324
217
  msgid "Plus Icon."
218
  msgstr ""
219
 
220
+ #: includes/meta.php:329
221
  msgid "Minus Icon."
222
  msgstr ""
223
 
224
+ #: includes/meta.php:335
225
  msgid "Icon color."
226
  msgstr "আইকন রঙ"
227
 
228
+ #: includes/meta.php:339
229
  msgid "Icon font size."
230
  msgstr ""
231
 
232
+ #: includes/meta.php:343
233
  msgid "Icon Position."
234
  msgstr ""
235
 
236
+ #: includes/meta.php:356
237
  msgid "Accordions Header."
238
  msgstr ""
239
 
240
+ #: includes/meta.php:358
241
  msgid "Default Background Color."
242
  msgstr ""
243
 
244
+ #: includes/meta.php:362
245
  msgid "Active Background Color."
246
  msgstr ""
247
 
248
+ #: includes/meta.php:366
249
  msgid "Accordions Header Font Color."
250
  msgstr ""
251
 
252
+ #: includes/meta.php:369
253
  msgid "Accordions Header Font Size."
254
  msgstr ""
255
 
256
+ #: includes/meta.php:376
 
 
 
 
 
 
 
 
257
  msgid "Accordions Content."
258
  msgstr ""
259
 
260
+ #: includes/meta.php:377
261
  msgid "Accordions Content Font Color."
262
  msgstr ""
263
 
264
+ #: includes/meta.php:380
265
  msgid "Accordions Content Font Size."
266
  msgstr ""
267
 
268
+ #: includes/meta.php:383
269
  msgid "Accordions Content Background Color."
270
  msgstr ""
271
 
272
+ #: includes/meta.php:395
 
 
 
 
 
 
 
 
273
  msgid ""
274
  "You can sorting accordion by dragging each title, click to expand title and "
275
  "see the input."
276
  msgstr ""
277
 
278
+ #: includes/meta.php:398
279
  msgid "Add"
280
  msgstr "যোগ করুন"
281
 
282
+ #: includes/meta.php:446
 
 
 
 
283
  msgid "Hide on Frontend"
284
  msgstr "ফ্রন্টএন্ড এ লুকান "
285
 
286
+ #: includes/meta.php:452
 
 
 
 
 
 
 
 
287
  msgid "Header"
288
  msgstr "শিরোলেখ"
289
 
290
+ #: includes/meta.php:499
291
  msgid "Custom CSS for this Accordions"
292
  msgstr ""
293
 
294
+ #: includes/meta.php:500
295
  msgid ""
296
  "Do not use &lt;style>&lt;/style> tag, you can use bellow prefix to your css, "
297
  "sometime you need use \"!important\" to overrid."
298
  msgstr ""
299
+
300
+ #~ msgid "License"
301
+ #~ msgstr "লাইসেন্স"
302
+
303
+ #~ msgid "Activate"
304
+ #~ msgstr "একটিভ করুন"
305
+
306
+ #~ msgid "Deactivate"
307
+ #~ msgstr "ডিএকটিভ করুন"
308
+
309
+ #~ msgid "Options"
310
+ #~ msgstr "অপশন"
311
+
312
+ #~ msgid "No"
313
+ #~ msgstr "না"
314
+
315
+ #~ msgid "Yes"
316
+ #~ msgstr "হা"
317
+
318
+ #~ msgid "Reset Active"
319
+ #~ msgstr "রিসেট"
320
+
321
+ #~ msgid "Active"
322
+ #~ msgstr "সক্রিয়"
languages/default.mo CHANGED
Binary file
languages/default.po CHANGED
@@ -1,30 +1,26 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: accordions\n"
4
- "POT-Creation-Date: 2016-01-24 22:18+0600\n"
5
- "PO-Revision-Date: 2016-01-24 22:18+0600\n"
6
  "Last-Translator: \n"
7
  "Language-Team: PickPlugins <support@pickplugins.com>\n"
8
  "Language: en\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 1.8.6\n"
13
  "X-Poedit-Basepath: ../includes\n"
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
  "X-Poedit-KeywordsList: __;_e\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
  "X-Poedit-SearchPath-1: menu\n"
18
 
19
- #: class-settings.php:34
20
  msgid "Help & Contact"
21
  msgstr ""
22
 
23
- #: class-settings.php:36 menu/license.php:50
24
- msgid "License"
25
- msgstr ""
26
-
27
- #: functions.php:15 meta.php:159 meta.php:171
28
  msgid "Shortcode"
29
  msgstr ""
30
 
@@ -73,40 +69,6 @@ msgstr ""
73
  msgid "Please watch this video tutorial."
74
  msgstr ""
75
 
76
- #: menu/license.php:25
77
- msgid "Changes Saved."
78
- msgstr ""
79
-
80
- #: menu/license.php:61
81
- msgid "Activation"
82
- msgstr ""
83
-
84
- #: menu/license.php:68
85
- msgid "Activate license"
86
- msgstr ""
87
-
88
- #: menu/license.php:116 menu/license.php:145 menu/license.php:227
89
- msgid "The following message was returned from the server:"
90
- msgstr ""
91
-
92
- #: menu/license.php:246
93
- msgid "Status:"
94
- msgstr ""
95
-
96
- #: menu/license.php:260
97
- msgid ""
98
- "If you have any problem regarding license activatin please contact for "
99
- "support"
100
- msgstr ""
101
-
102
- #: menu/license.php:294
103
- msgid "Activate"
104
- msgstr ""
105
-
106
- #: menu/license.php:295
107
- msgid "Deactivate"
108
- msgstr ""
109
-
110
  #: meta.php:16 meta.php:18
111
  msgid "New Accordions"
112
  msgstr ""
@@ -131,252 +93,202 @@ msgstr ""
131
  msgid "Nothing found in Trash"
132
  msgstr ""
133
 
134
- #: meta.php:60
135
  msgid "Accordions Options"
136
  msgstr ""
137
 
138
- #: meta.php:160
139
- msgid "Options"
140
- msgstr ""
141
-
142
- #: meta.php:161
143
  msgid "Style"
144
  msgstr ""
145
 
146
- #: meta.php:162 meta.php:199 meta.php:462 meta.php:550
147
  msgid "Content"
148
  msgstr ""
149
 
150
- #: meta.php:163
151
  msgid "Custom CSS"
152
  msgstr ""
153
 
154
- #: meta.php:172
 
 
 
 
 
 
 
 
155
  msgid ""
156
  "Copy this shortcode and paste on page or post where you want to display "
157
  "accordions, Use PHP code to your themes file to display accordions."
158
  msgstr ""
159
 
160
- #: meta.php:185
 
 
 
 
161
  msgid "Collapsible"
162
  msgstr ""
163
 
164
- #: meta.php:188
165
  msgid "True"
166
  msgstr ""
167
 
168
- #: meta.php:189
169
  msgid "False"
170
  msgstr ""
171
 
172
- #: meta.php:196
173
  msgid "heightStyle"
174
  msgstr ""
175
 
176
- #: meta.php:200
177
  msgid "Fill"
178
  msgstr ""
179
 
180
- #: meta.php:208
181
- msgid "Click Header to scroll top"
182
- msgstr ""
183
-
184
- #: meta.php:211 meta.php:238 meta.php:254
185
- msgid "No"
186
- msgstr ""
187
-
188
- #: meta.php:212 meta.php:237 meta.php:255
189
- msgid "Yes"
190
- msgstr ""
191
-
192
- #: meta.php:217
193
- msgid "Offset Value: add some value to fix the top position, ex: 120, or -120"
194
- msgstr ""
195
-
196
- #: meta.php:223
197
  msgid "Activate event"
198
  msgstr ""
199
 
200
- #: meta.php:226
201
  msgid "Click"
202
  msgstr ""
203
 
204
- #: meta.php:227
205
  msgid "Mouseover"
206
  msgstr ""
207
 
208
- #: meta.php:234
209
- msgid "Enable lazy load"
210
- msgstr ""
211
-
212
- #: meta.php:251
213
- msgid "Use for child"
214
- msgstr ""
215
-
216
- #: meta.php:252
217
- msgid ""
218
- "you can use this accrodion as child to other accoridon, check this option "
219
- "'Yes' and paste the short-code to another accordion inside content."
220
- msgstr ""
221
-
222
- #: meta.php:262
223
  msgid "Themes"
224
  msgstr ""
225
 
226
- #: meta.php:317
227
  msgid "Container options"
228
  msgstr ""
229
 
230
- #: meta.php:321
231
  msgid "Text Align:"
232
  msgstr ""
233
 
234
- #: meta.php:323 meta.php:400
235
  msgid "Left"
236
  msgstr ""
237
 
238
- #: meta.php:324
239
  msgid "Center"
240
  msgstr ""
241
 
242
- #: meta.php:325 meta.php:401
243
  msgid "Right"
244
  msgstr ""
245
 
246
- #: meta.php:328
247
  msgid "Padding: (ex: 10px)"
248
  msgstr ""
249
 
250
- #: meta.php:332
251
  msgid "Background color:"
252
  msgstr ""
253
 
254
- #: meta.php:335
255
  msgid "Background image:"
256
  msgstr ""
257
 
258
- #: meta.php:340
259
  msgid "Clear"
260
  msgstr ""
261
 
262
- #: meta.php:374
263
  msgid "Icon set"
264
  msgstr ""
265
 
266
- #: meta.php:375
267
  msgid ""
268
  "Please use font awesome icon id. ex: <b>fa-chevron-up</b>, please visit to "
269
  "see more <a href=\"https://fortawesome.github.io/Font-Awesome/icons/"
270
  "\">https://fortawesome.github.io/Font-Awesome/icons/</a>"
271
  msgstr ""
272
 
273
- #: meta.php:378
274
  msgid "Plus Icon."
275
  msgstr ""
276
 
277
- #: meta.php:383
278
  msgid "Minus Icon."
279
  msgstr ""
280
 
281
- #: meta.php:389
282
  msgid "Icon color."
283
  msgstr ""
284
 
285
- #: meta.php:393
286
  msgid "Icon font size."
287
  msgstr ""
288
 
289
- #: meta.php:397
290
  msgid "Icon Position."
291
  msgstr ""
292
 
293
- #: meta.php:410
294
  msgid "Accordions Header."
295
  msgstr ""
296
 
297
- #: meta.php:412
298
  msgid "Default Background Color."
299
  msgstr ""
300
 
301
- #: meta.php:416
302
  msgid "Active Background Color."
303
  msgstr ""
304
 
305
- #: meta.php:420
306
  msgid "Accordions Header Font Color."
307
  msgstr ""
308
 
309
- #: meta.php:423
310
  msgid "Accordions Header Font Size."
311
  msgstr ""
312
 
313
- #: meta.php:426
314
- msgid "Accordions Header Padding."
315
- msgstr ""
316
-
317
- #: meta.php:429
318
- msgid "Accordions Header Margin."
319
- msgstr ""
320
-
321
- #: meta.php:437
322
  msgid "Accordions Content."
323
  msgstr ""
324
 
325
- #: meta.php:438
326
  msgid "Accordions Content Font Color."
327
  msgstr ""
328
 
329
- #: meta.php:441
330
  msgid "Accordions Content Font Size."
331
  msgstr ""
332
 
333
- #: meta.php:444
334
  msgid "Accordions Content Background Color."
335
  msgstr ""
336
 
337
- #: meta.php:447
338
- msgid "Accordions Content Padding."
339
- msgstr ""
340
-
341
- #: meta.php:450
342
- msgid "Accordions Content Margin."
343
- msgstr ""
344
-
345
- #: meta.php:463
346
  msgid ""
347
  "You can sorting accordion by dragging each title, click to expand title and "
348
  "see the input."
349
  msgstr ""
350
 
351
- #: meta.php:466
352
  msgid "Add"
353
  msgstr ""
354
 
355
- #: meta.php:467
356
- msgid "Reset Active"
357
- msgstr ""
358
-
359
- #: meta.php:516
360
  msgid "Hide on Frontend"
361
  msgstr ""
362
 
363
- #: meta.php:537
364
- msgid "Active"
365
- msgstr ""
366
-
367
- #: meta.php:543
368
- msgid "Header background color for this section"
369
- msgstr ""
370
-
371
- #: meta.php:546
372
  msgid "Header"
373
  msgstr ""
374
 
375
- #: meta.php:603
376
  msgid "Custom CSS for this Accordions"
377
  msgstr ""
378
 
379
- #: meta.php:604
380
  msgid ""
381
  "Do not use &lt;style>&lt;/style> tag, you can use bellow prefix to your css, "
382
  "sometime you need use \"!important\" to overrid."
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: accordions\n"
4
+ "POT-Creation-Date: 2016-02-25 20:51+0600\n"
5
+ "PO-Revision-Date: 2016-02-25 20:51+0600\n"
6
  "Last-Translator: \n"
7
  "Language-Team: PickPlugins <support@pickplugins.com>\n"
8
  "Language: en\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 1.8.7\n"
13
  "X-Poedit-Basepath: ../includes\n"
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
  "X-Poedit-KeywordsList: __;_e\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
  "X-Poedit-SearchPath-1: menu\n"
18
 
19
+ #: class-settings.php:31
20
  msgid "Help & Contact"
21
  msgstr ""
22
 
23
+ #: functions.php:15 meta.php:137
 
 
 
 
24
  msgid "Shortcode"
25
  msgstr ""
26
 
69
  msgid "Please watch this video tutorial."
70
  msgstr ""
71
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
72
  #: meta.php:16 meta.php:18
73
  msgid "New Accordions"
74
  msgstr ""
93
  msgid "Nothing found in Trash"
94
  msgstr ""
95
 
96
+ #: meta.php:60 meta.php:138
97
  msgid "Accordions Options"
98
  msgstr ""
99
 
100
+ #: meta.php:139
 
 
 
 
101
  msgid "Style"
102
  msgstr ""
103
 
104
+ #: meta.php:140 meta.php:185 meta.php:394 meta.php:456
105
  msgid "Content"
106
  msgstr ""
107
 
108
+ #: meta.php:141
109
  msgid "Custom CSS"
110
  msgstr ""
111
 
112
+ #: meta.php:142
113
+ msgid "Tabs Options"
114
+ msgstr ""
115
+
116
+ #: meta.php:151
117
+ msgid "Accordions Shortcode"
118
+ msgstr ""
119
+
120
+ #: meta.php:152
121
  msgid ""
122
  "Copy this shortcode and paste on page or post where you want to display "
123
  "accordions, Use PHP code to your themes file to display accordions."
124
  msgstr ""
125
 
126
+ #: meta.php:160
127
+ msgid "Tabs Shortcode"
128
+ msgstr ""
129
+
130
+ #: meta.php:171 meta.php:530
131
  msgid "Collapsible"
132
  msgstr ""
133
 
134
+ #: meta.php:174 meta.php:533
135
  msgid "True"
136
  msgstr ""
137
 
138
+ #: meta.php:175 meta.php:534
139
  msgid "False"
140
  msgstr ""
141
 
142
+ #: meta.php:182
143
  msgid "heightStyle"
144
  msgstr ""
145
 
146
+ #: meta.php:186
147
  msgid "Fill"
148
  msgstr ""
149
 
150
+ #: meta.php:193
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
151
  msgid "Activate event"
152
  msgstr ""
153
 
154
+ #: meta.php:196
155
  msgid "Click"
156
  msgstr ""
157
 
158
+ #: meta.php:197
159
  msgid "Mouseover"
160
  msgstr ""
161
 
162
+ #: meta.php:208
 
 
 
 
 
 
 
 
 
 
 
 
 
 
163
  msgid "Themes"
164
  msgstr ""
165
 
166
+ #: meta.php:263
167
  msgid "Container options"
168
  msgstr ""
169
 
170
+ #: meta.php:267
171
  msgid "Text Align:"
172
  msgstr ""
173
 
174
+ #: meta.php:269 meta.php:346
175
  msgid "Left"
176
  msgstr ""
177
 
178
+ #: meta.php:270
179
  msgid "Center"
180
  msgstr ""
181
 
182
+ #: meta.php:271 meta.php:347
183
  msgid "Right"
184
  msgstr ""
185
 
186
+ #: meta.php:274
187
  msgid "Padding: (ex: 10px)"
188
  msgstr ""
189
 
190
+ #: meta.php:278
191
  msgid "Background color:"
192
  msgstr ""
193
 
194
+ #: meta.php:281
195
  msgid "Background image:"
196
  msgstr ""
197
 
198
+ #: meta.php:286
199
  msgid "Clear"
200
  msgstr ""
201
 
202
+ #: meta.php:320
203
  msgid "Icon set"
204
  msgstr ""
205
 
206
+ #: meta.php:321
207
  msgid ""
208
  "Please use font awesome icon id. ex: <b>fa-chevron-up</b>, please visit to "
209
  "see more <a href=\"https://fortawesome.github.io/Font-Awesome/icons/"
210
  "\">https://fortawesome.github.io/Font-Awesome/icons/</a>"
211
  msgstr ""
212
 
213
+ #: meta.php:324
214
  msgid "Plus Icon."
215
  msgstr ""
216
 
217
+ #: meta.php:329
218
  msgid "Minus Icon."
219
  msgstr ""
220
 
221
+ #: meta.php:335
222
  msgid "Icon color."
223
  msgstr ""
224
 
225
+ #: meta.php:339
226
  msgid "Icon font size."
227
  msgstr ""
228
 
229
+ #: meta.php:343
230
  msgid "Icon Position."
231
  msgstr ""
232
 
233
+ #: meta.php:356
234
  msgid "Accordions Header."
235
  msgstr ""
236
 
237
+ #: meta.php:358
238
  msgid "Default Background Color."
239
  msgstr ""
240
 
241
+ #: meta.php:362
242
  msgid "Active Background Color."
243
  msgstr ""
244
 
245
+ #: meta.php:366
246
  msgid "Accordions Header Font Color."
247
  msgstr ""
248
 
249
+ #: meta.php:369
250
  msgid "Accordions Header Font Size."
251
  msgstr ""
252
 
253
+ #: meta.php:376
 
 
 
 
 
 
 
 
254
  msgid "Accordions Content."
255
  msgstr ""
256
 
257
+ #: meta.php:377
258
  msgid "Accordions Content Font Color."
259
  msgstr ""
260
 
261
+ #: meta.php:380
262
  msgid "Accordions Content Font Size."
263
  msgstr ""
264
 
265
+ #: meta.php:383
266
  msgid "Accordions Content Background Color."
267
  msgstr ""
268
 
269
+ #: meta.php:395
 
 
 
 
 
 
 
 
270
  msgid ""
271
  "You can sorting accordion by dragging each title, click to expand title and "
272
  "see the input."
273
  msgstr ""
274
 
275
+ #: meta.php:398
276
  msgid "Add"
277
  msgstr ""
278
 
279
+ #: meta.php:446
 
 
 
 
280
  msgid "Hide on Frontend"
281
  msgstr ""
282
 
283
+ #: meta.php:452
 
 
 
 
 
 
 
 
284
  msgid "Header"
285
  msgstr ""
286
 
287
+ #: meta.php:499
288
  msgid "Custom CSS for this Accordions"
289
  msgstr ""
290
 
291
+ #: meta.php:500
292
  msgid ""
293
  "Do not use &lt;style>&lt;/style> tag, you can use bellow prefix to your css, "
294
  "sometime you need use \"!important\" to overrid."
readme.txt CHANGED
@@ -1,14 +1,14 @@
1
- === Accordion ===
2
  Contributors: pickplugins
3
  Donate link: http://pickplugins.com
4
- Tags: accordion, accordions, Responsive accordions, accordions plugin, jQuery accordions, accordions short-code, accordions Widget, accordions plugin wordpress, accordions plugin jquery
5
  Requires at least: 3.8
6
  Tested up to: 4.4.2
7
- Stable tag: 2.0.3
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
11
- HTML & CSS3 responsive accordions for WordPress.
12
 
13
  == Description ==
14
 
@@ -30,13 +30,14 @@ Accordions is pure HTML & CSS3 responsive accordion grid for WordPress. By this
30
  * Unlimited Accordion.
31
  * Responsive Design.
32
  * Use Via Short-Codes.
33
- * Drag & Drop accordion sorting.
34
  * WP Editor for accordion content.
35
  * Container Background Image.
36
  * Container Background Color.
37
  * Hide any accordion without deleting.
38
  * Container Text Align.
39
  * Font Awesome Icons(Add your own icons).
 
40
 
41
  <strong>Premium Features</strong><br />
42
 
@@ -57,7 +58,8 @@ Accordions is pure HTML & CSS3 responsive accordion grid for WordPress. By this
57
  * Content Custom Padding
58
  * Custom Background color for Content.
59
  * Lazy Load.
60
-
 
61
 
62
 
63
  == Installation ==
@@ -93,7 +95,11 @@ then paste this shortcode anywhere in your page to display accordions<br />
93
  == Changelog ==
94
 
95
 
96
- = 2.0.2 =
 
 
 
 
97
  * 03/02/2016 fix- jquery-ui icon issue fixed.
98
 
99
  = 2.0.2 =
@@ -148,4 +154,4 @@ then paste this shortcode anywhere in your page to display accordions<br />
148
  * 17/11/2014 minor js error fixed.
149
 
150
  = 1.0 =
151
- * 27/10/2014 Initial release.
1
+ === Accordion & Tabs ===
2
  Contributors: pickplugins
3
  Donate link: http://pickplugins.com
4
+ Tags: accordion, accordions, Responsive accordions, accordions plugin, jQuery accordions, accordions short-code, accordions Widget, accordions plugin wordpress, accordions plugin jquery, tabs, jquery tabs, tab, responsive tabs
5
  Requires at least: 3.8
6
  Tested up to: 4.4.2
7
+ Stable tag: 2.0.4
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
11
+ HTML & CSS3 responsive accordions & tabs for WordPress.
12
 
13
  == Description ==
14
 
30
  * Unlimited Accordion.
31
  * Responsive Design.
32
  * Use Via Short-Codes.
33
+ * Accordion sorting.
34
  * WP Editor for accordion content.
35
  * Container Background Image.
36
  * Container Background Color.
37
  * Hide any accordion without deleting.
38
  * Container Text Align.
39
  * Font Awesome Icons(Add your own icons).
40
+ * Tabs
41
 
42
  <strong>Premium Features</strong><br />
43
 
58
  * Content Custom Padding
59
  * Custom Background color for Content.
60
  * Lazy Load.
61
+ * Tabs Features.
62
+ * Vertical Tabs.
63
 
64
 
65
  == Installation ==
95
  == Changelog ==
96
 
97
 
98
+ = 2.0.4 =
99
+ * 25/02/2016 add- tabs features added.
100
+ * 25/02/2016 add- Container Text Align, Padding, Background color, Background image.
101
+
102
+ = 2.0.3 =
103
  * 03/02/2016 fix- jquery-ui icon issue fixed.
104
 
105
  = 2.0.2 =
154
  * 17/11/2014 minor js error fixed.
155
 
156
  = 1.0 =
157
+ * 27/10/2014 Initial release.
templates/custom-css.php CHANGED
@@ -9,7 +9,8 @@ if ( ! defined('ABSPATH')) exit; // if direct access
9
 
10
 
11
  $html .= "<style type='text/css'>";
12
-
 
13
  $html .= '
14
  #accordions-'.$post_id.'{
15
  text-align: '.$accordions_container_text_align.';}';
@@ -25,7 +26,7 @@ if ( ! defined('ABSPATH')) exit; // if direct access
25
  #accordions-'.$post_id.' .accordions-head{
26
  color:'.$accordions_items_title_color.';
27
  font-size:'.$accordions_items_title_font_size.';
28
- background:'.$accordions_default_bg_color.';
29
  }
30
 
31
  #accordions-'.$post_id.' .accordions-head-title{
@@ -41,6 +42,7 @@ if ( ! defined('ABSPATH')) exit; // if direct access
41
 
42
  $html .= '
43
  #accordions-'.$post_id.' .accordion-content{
 
44
  color:'.$accordions_items_content_color.';
45
  font-size:'.$accordions_items_content_font_size.';
46
  }
@@ -49,6 +51,7 @@ if ( ! defined('ABSPATH')) exit; // if direct access
49
 
50
  $html .= '
51
  #accordions-'.$post_id.' .accordion-icons{
 
52
  font-size:'.$accordions_icons_font_size.';
53
  }
54
  ';
9
 
10
 
11
  $html .= "<style type='text/css'>";
12
+
13
+
14
  $html .= '
15
  #accordions-'.$post_id.'{
16
  text-align: '.$accordions_container_text_align.';}';
26
  #accordions-'.$post_id.' .accordions-head{
27
  color:'.$accordions_items_title_color.';
28
  font-size:'.$accordions_items_title_font_size.';
29
+ background:'.$accordions_default_bg_color.';
30
  }
31
 
32
  #accordions-'.$post_id.' .accordions-head-title{
42
 
43
  $html .= '
44
  #accordions-'.$post_id.' .accordion-content{
45
+ background:'.$accordions_items_content_bg_color.' none repeat scroll 0 0;
46
  color:'.$accordions_items_content_color.';
47
  font-size:'.$accordions_items_content_font_size.';
48
  }
51
 
52
  $html .= '
53
  #accordions-'.$post_id.' .accordion-icons{
54
+ color:'.$accordions_icons_color.';
55
  font-size:'.$accordions_icons_font_size.';
56
  }
57
  ';
templates/header.php CHANGED
@@ -16,26 +16,51 @@ if ( ! defined('ABSPATH')) exit; // if direct access
16
  }
17
 
18
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
 
20
 
21
 
22
- $html.= '<div class="accordions-head">';
23
 
24
 
25
  if($accordions_icons_position=='left'){
26
 
27
- $html.= '<i class="accordion-icons left accordion-plus fa '.$accordions_icons_plus.'"></i>';
28
- $html.= '<i class="accordion-icons left accordion-minus fa fa-arrow-down '.$accordions_icons_minus.'"></i>';
29
 
30
  }
31
 
32
 
33
- $html.= '<span class="accordions-head-title">'.$accordions_title.'</span>';
34
 
35
  if($accordions_icons_position=='right'){
36
 
37
- $html.= '<i class="accordion-icons right accordion-plus fa '.$accordions_icons_plus.'"></i>';
38
- $html.= '<i class="accordion-icons right accordion-minus fa '.$accordions_icons_minus.'"></i>';
39
 
40
  }
41
 
16
  }
17
 
18
 
19
+ if(!empty($accordions_bg_color[$index])){
20
+ $header_style = 'background-color:'.$accordions_bg_color[$index];
21
+ }
22
+ else{
23
+ $header_style = '';
24
+ }
25
+
26
+
27
+ if(!empty($accordions_section_icon_plus[$index])){
28
+
29
+ $accordions_icons_plus_section = $accordions_section_icon_plus[$index];
30
+ }
31
+ else{
32
+
33
+ $accordions_icons_plus_section = $accordions_icons_plus;
34
+ }
35
+
36
+ if(!empty($accordions_section_icon_minus[$index])){
37
+
38
+ $accordions_icons_minus_section = $accordions_section_icon_minus[$index];
39
+ }
40
+ else{
41
+ $accordions_icons_minus_section = $accordions_icons_minus;
42
+ }
43
+
44
 
45
 
46
 
47
+ $html.= '<div style="'.$header_style.'" class="accordions-head">';
48
 
49
 
50
  if($accordions_icons_position=='left'){
51
 
52
+ $html.= '<i class="accordion-icons left accordion-plus fa '.$accordions_icons_plus_section.'"></i>';
53
+ $html.= '<i class="accordion-icons left accordion-minus fa fa-arrow-down '.$accordions_icons_minus_section.'"></i>';
54
 
55
  }
56
 
57
 
58
+ $html.= '<span class="accordions-head-title">'.do_shortcode($accordions_title).'</span>';
59
 
60
  if($accordions_icons_position=='right'){
61
 
62
+ $html.= '<i class="accordion-icons right accordion-plus fa '.$accordions_icons_plus_section.'"></i>';
63
+ $html.= '<i class="accordion-icons right accordion-minus fa '.$accordions_icons_minus_section.'"></i>';
64
 
65
  }
66
 
templates/lazy.php ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ /*
4
+ * @Author pickplugins
5
+ * Copyright: 2015 pickplugins
6
+ */
7
+
8
+ if ( ! defined('ABSPATH')) exit; // if direct access
9
+
10
+ if($accordions_lazy_load=='yes'){
11
+
12
+ $html.= '<p id="accordions-lazy-'.$post_id.'" class="accordions-lazy"><img src="'.accordions_plugin_url.'assets/frontend/images/loading.gif"/></p>';
13
+ $html .= "<script>
14
+
15
+ jQuery( window ).load(function() {
16
+
17
+ jQuery('#accordions-lazy-".$post_id."').fadeOut();
18
+ jQuery('#accordions-".$post_id."').fadeIn();
19
+ });
20
+
21
+ </script>";
22
+
23
+
24
+
25
+ }
templates/scripts.php CHANGED
@@ -9,8 +9,6 @@ if ( ! defined('ABSPATH')) exit; // if direct access
9
 
10
 
11
 
12
-
13
-
14
  $accordions_class = 'accordions';
15
 
16
  $html.= '<script>
@@ -18,27 +16,17 @@ if ( ! defined('ABSPATH')) exit; // if direct access
18
  {
19
 
20
  $("#accordions-'.$post_id.'.accordions").accordion({
 
21
  collapsible: '.$accordions_collapsible.',
22
  heightStyle: "'.$accordions_heightStyle.'",
23
- animated: "swing",
24
- active: "",';
25
 
26
- $html.= 'changestart: function(event, ui) {
27
- child.accordion("activate", false);
28
- }
29
- });
30
-
31
- var child = $(".child-accordion").accordion({
32
- active:true,';
33
-
34
- $html.= 'heightStyle: "content",
35
- collapsible: true,
36
- animated: "swing",
37
-
38
- });
39
  })
40
 
41
  </script>';
 
42
 
43
 
44
 
9
 
10
 
11
 
 
 
12
  $accordions_class = 'accordions';
13
 
14
  $html.= '<script>
16
  {
17
 
18
  $("#accordions-'.$post_id.'.accordions").accordion({
19
+ event: "click",
20
  collapsible: '.$accordions_collapsible.',
21
  heightStyle: "'.$accordions_heightStyle.'",
22
+ animated: "swing",';
 
23
 
24
+ $html.= '
25
+ })
 
 
 
 
 
 
 
 
 
 
 
26
  })
27
 
28
  </script>';
29
+
30
 
31
 
32
 
templates/tabs-content.php ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ /*
4
+ * @Author pickplugins
5
+ * Copyright: 2015 pickplugins
6
+ */
7
+
8
+ if ( ! defined('ABSPATH')) exit; // if direct access
9
+
10
+ $accordions_tabs_content = apply_filters( 'accordions_tabs_filter_content', $accordions_content_body[$index] );
11
+
12
+ if(empty($accordions_tabs_content)){
13
+ $accordions_tabs_content = '&nbsp;';
14
+ }
15
+
16
+ $html.= ''.wpautop($accordions_tabs_content).'';
templates/tabs-custom-css.php ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ /*
4
+ * @Author pickplugins
5
+ * Copyright: 2015 pickplugins
6
+ */
7
+
8
+ if ( ! defined('ABSPATH')) exit; // if direct access
9
+
10
+
11
+ $html .= "<style type='text/css'>";
12
+
13
+
14
+
15
+ $html .= '
16
+ #accordions-tabs-'.$post_id.'{
17
+ text-align: '.$accordions_container_text_align.';}';
18
+
19
+
20
+ $html .= '
21
+ #accordions-tabs-'.$post_id.'{
22
+ background:'.$accordions_container_bg_color.' url('.$accordions_bg_img.') repeat scroll 0 0;
23
+ padding: '.$accordions_container_padding.';
24
+ }';
25
+
26
+ $html .= '
27
+ #accordions-tabs-'.$post_id.' .accordions-tab-head{
28
+ color:'.$accordions_items_title_color.';
29
+ font-size:'.$accordions_items_title_font_size.';
30
+ background:'.$accordions_default_bg_color.';
31
+ }
32
+
33
+ #accordions-tabs-'.$post_id.' .accordions-head-title{
34
+
35
+ }
36
+
37
+
38
+ #accordions-tabs-'.$post_id.' .ui-tabs-active a{
39
+ background: '.$accordions_active_bg_color.';
40
+
41
+ }';
42
+
43
+
44
+ $html .= '
45
+ #accordions-tabs-'.$post_id.' .tabs-content{
46
+ background:'.$accordions_items_content_bg_color.' none repeat scroll 0 0;
47
+ color:'.$accordions_items_content_color.';
48
+ font-size:'.$accordions_items_content_font_size.';
49
+ }
50
+ ';
51
+
52
+
53
+ $html .= '
54
+ #accordions-tabs-'.$post_id.' .accordions-tab-icons{
55
+ color:'.$accordions_icons_color.';
56
+ font-size:'.$accordions_icons_font_size.';
57
+ }
58
+ ';
59
+
60
+
61
+
62
+ $html .= '</style>';
63
+
64
+
65
+
66
+ if(!empty($accordions_custom_css)){
67
+ $html .= '<style type="text/css">'.$accordions_custom_css.'</style>';
68
+ }
69
+
70
+
71
+
72
+
73
+
74
+
75
+
76
+
templates/tabs-header.php ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ /*
4
+ * @Author pickplugins
5
+ * Copyright: 2015 pickplugins
6
+ */
7
+
8
+ if ( ! defined('ABSPATH')) exit; // if direct access
9
+
10
+ $accordions_tabs_title = apply_filters( 'accordions_tabs_filter_title', $accordions_title );
11
+ $html_icons = '';
12
+
13
+
14
+ if(empty($accordions_tabs_title)){
15
+ $accordions_tabs_title = '&nbsp;';
16
+ }
17
+
18
+
19
+ if(!empty($accordions_bg_color[$index])){
20
+ $header_style = 'background-color:'.$accordions_bg_color[$index];
21
+ }
22
+ else{
23
+ $header_style = '';
24
+ }
25
+
26
+
27
+ if(!empty($accordions_section_icon_plus[$index])){
28
+
29
+ $accordions_icons_plus_section = $accordions_section_icon_plus[$index];
30
+ }
31
+ else{
32
+
33
+ $accordions_icons_plus_section = $accordions_icons_plus;
34
+ }
35
+
36
+ if(!empty($accordions_section_icon_minus[$index])){
37
+
38
+ $accordions_icons_minus_section = $accordions_section_icon_minus[$index];
39
+ }
40
+ else{
41
+ $accordions_icons_minus_section = $accordions_icons_minus;
42
+ }
43
+
44
+
45
+
46
+ $html.= '<li class="tabs-nav" ><a style="'.$header_style.'" class="accordions-tab-head" href="#tabs-'.$index.'">';
47
+
48
+ if($accordions_icons_position=='left'){
49
+
50
+ $html.= '<i class="accordions-tab-icons left accordions-tab-plus fa '.$accordions_icons_plus_section.'"></i>';
51
+ $html.= '<i class="accordions-tab-icons left accordions-tab-minus fa fa-arrow-down '.$accordions_icons_minus_section.'"></i>';
52
+
53
+ }
54
+
55
+
56
+ $html.= '<span class="accordions-tabs-head-title">'.do_shortcode($accordions_tabs_title).'</span>';
57
+
58
+ if($accordions_icons_position=='right'){
59
+
60
+ $html.= '<i class="accordions-tab-icons right accordions-tab-plus fa '.$accordions_icons_plus_section.'"></i>';
61
+ $html.= '<i class="accordions-tab-icons right accordions-tab-minus fa '.$accordions_icons_minus_section.'"></i>';
62
+
63
+ }
64
+
65
+ $html.= '</a></li>';
66
+
templates/tabs-lazy.php ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ /*
4
+ * @Author pickplugins
5
+ * Copyright: 2015 pickplugins
6
+ */
7
+
8
+ if ( ! defined('ABSPATH')) exit; // if direct access
9
+
10
+ if($accordions_lazy_load=='yes'){
11
+
12
+ $html.= '<p id="accordions-tabs-lazy-'.$post_id.'" class="accordions-tabs-lazy"><img src="'.accordions_plugin_url.'assets/frontend/images/loading.gif"/></p>';
13
+ $html .= "<script>
14
+
15
+ jQuery( window ).load(function() {
16
+
17
+ jQuery('#accordions-tabs-lazy-".$post_id."').fadeOut();
18
+ jQuery('#accordions-tabs-".$post_id."').fadeIn();
19
+ });
20
+
21
+ </script>";
22
+ }
templates/tabs-scripts.php ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ /*
4
+ * @Author pickplugins
5
+ * Copyright: 2015 pickplugins
6
+ */
7
+
8
+ if ( ! defined('ABSPATH')) exit; // if direct access
9
+
10
+
11
+
12
+
13
+ $html.= '<script>
14
+ jQuery(document).ready(function($)
15
+ {';
16
+
17
+
18
+
19
+ $html.= '
20
+ $( "#accordions-tabs-'.$post_id.'" ).tabs({
21
+ collapsible: '.$accordions_tabs_collapsible.',
22
+ event: "'.$accordions_tabs_active_event.'",
23
+ });
24
+ ';
25
+
26
+
27
+ $html.= ' })
28
+
29
+ </script>';
templates/variables.php CHANGED
@@ -13,7 +13,7 @@ if ( ! defined('ABSPATH')) exit; // if direct access
13
 
14
  $accordions_heightStyle = get_post_meta( $post_id, 'accordions_heightStyle', true );
15
  if(empty($accordions_heightStyle)){$accordions_heightStyle = 'content';}
16
-
17
  $accordions_themes = get_post_meta( $post_id, 'accordions_themes', true );
18
  if(empty($accordions_themes)){$accordions_themes = 'flat';}
19
 
@@ -35,6 +35,9 @@ if ( ! defined('ABSPATH')) exit; // if direct access
35
  $accordions_icons_minus = get_post_meta( $post_id, 'accordions_icons_minus', true );
36
  if(empty($accordions_icons_minus)){$accordions_icons_minus = 'fa-chevron-down';}
37
 
 
 
 
38
  $accordions_icons_font_size = get_post_meta( $post_id, 'accordions_icons_font_size', true );
39
  if(empty($accordions_icons_font_size)){$accordions_icons_font_size = '16px';}
40
 
@@ -47,18 +50,24 @@ if ( ! defined('ABSPATH')) exit; // if direct access
47
  $accordions_active_bg_color = get_post_meta( $post_id, 'accordions_active_bg_color', true );
48
  if(empty($accordions_active_bg_color)){$accordions_active_bg_color = '#4b8fe3';}
49
 
 
 
 
50
  $accordions_items_title_color = get_post_meta( $post_id, 'accordions_items_title_color', true );
51
  if(empty($accordions_items_title_color)){$accordions_items_title_color = '#ffffff';}
52
 
53
  $accordions_items_title_font_size = get_post_meta( $post_id, 'accordions_items_title_font_size', true );
54
  if(empty($accordions_items_title_font_size)){$accordions_items_title_font_size = '14px';}
55
-
56
  $accordions_items_content_color = get_post_meta( $post_id, 'accordions_items_content_color', true );
57
  if(empty($accordions_items_content_color)){$accordions_items_content_color = '#333333';}
58
 
59
  $accordions_items_content_font_size = get_post_meta( $post_id, 'accordions_items_content_font_size', true );
60
  if(empty($accordions_items_content_font_size)){$accordions_items_content_font_size = '13px';}
61
 
 
 
 
62
  $accordions_content_title = get_post_meta( $post_id, 'accordions_content_title', true );
63
  if(empty($accordions_content_title)){$accordions_content_title = array('0'=>'Demo Title');}
64
 
@@ -67,7 +76,21 @@ if ( ! defined('ABSPATH')) exit; // if direct access
67
 
68
  $accordions_hide = get_post_meta( $post_id, 'accordions_hide', true );
69
  if(empty($accordions_hide)){$accordions_hide = array('0'=>'');}
70
-
71
  $accordions_custom_css = get_post_meta( $post_id, 'accordions_custom_css', true );
72
- if(empty($accordions_hide)){$accordions_hide = '';}
73
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
 
14
  $accordions_heightStyle = get_post_meta( $post_id, 'accordions_heightStyle', true );
15
  if(empty($accordions_heightStyle)){$accordions_heightStyle = 'content';}
16
+
17
  $accordions_themes = get_post_meta( $post_id, 'accordions_themes', true );
18
  if(empty($accordions_themes)){$accordions_themes = 'flat';}
19
 
35
  $accordions_icons_minus = get_post_meta( $post_id, 'accordions_icons_minus', true );
36
  if(empty($accordions_icons_minus)){$accordions_icons_minus = 'fa-chevron-down';}
37
 
38
+ $accordions_icons_color = get_post_meta( $post_id, 'accordions_icons_color', true );
39
+ if(empty($accordions_icons_color)){$accordions_icons_color = '#565656';}
40
+
41
  $accordions_icons_font_size = get_post_meta( $post_id, 'accordions_icons_font_size', true );
42
  if(empty($accordions_icons_font_size)){$accordions_icons_font_size = '16px';}
43
 
50
  $accordions_active_bg_color = get_post_meta( $post_id, 'accordions_active_bg_color', true );
51
  if(empty($accordions_active_bg_color)){$accordions_active_bg_color = '#4b8fe3';}
52
 
53
+ $accordions_bg_color = get_post_meta( $post_id, 'accordions_bg_color', true );
54
+ if(empty($accordions_active_bg_color)){$accordions_active_bg_color = '#ffffff';}
55
+
56
  $accordions_items_title_color = get_post_meta( $post_id, 'accordions_items_title_color', true );
57
  if(empty($accordions_items_title_color)){$accordions_items_title_color = '#ffffff';}
58
 
59
  $accordions_items_title_font_size = get_post_meta( $post_id, 'accordions_items_title_font_size', true );
60
  if(empty($accordions_items_title_font_size)){$accordions_items_title_font_size = '14px';}
61
+
62
  $accordions_items_content_color = get_post_meta( $post_id, 'accordions_items_content_color', true );
63
  if(empty($accordions_items_content_color)){$accordions_items_content_color = '#333333';}
64
 
65
  $accordions_items_content_font_size = get_post_meta( $post_id, 'accordions_items_content_font_size', true );
66
  if(empty($accordions_items_content_font_size)){$accordions_items_content_font_size = '13px';}
67
 
68
+ $accordions_items_content_bg_color = get_post_meta( $post_id, 'accordions_items_content_bg_color', true );
69
+ if(empty($accordions_items_content_bg_color)){$accordions_items_content_bg_color = '#ffffff';}
70
+
71
  $accordions_content_title = get_post_meta( $post_id, 'accordions_content_title', true );
72
  if(empty($accordions_content_title)){$accordions_content_title = array('0'=>'Demo Title');}
73
 
76
 
77
  $accordions_hide = get_post_meta( $post_id, 'accordions_hide', true );
78
  if(empty($accordions_hide)){$accordions_hide = array('0'=>'');}
79
+
80
  $accordions_custom_css = get_post_meta( $post_id, 'accordions_custom_css', true );
81
+ if(empty($accordions_hide)){$accordions_hide = '';}
82
 
83
+
84
+ /*tabs options*/
85
+ $accordions_tabs_collapsible = get_post_meta( $post_id, 'accordions_tabs_collapsible', true );
86
+ if(empty($accordions_tabs_collapsible)){$accordions_tabs_collapsible = 'true';}
87
+
88
+ $accordions_tabs_active_event = get_post_meta( $post_id, 'accordions_tabs_active_event', true );
89
+ if(empty($accordions_tabs_active_event)){$accordions_tabs_active_event = 'click';}
90
+
91
+
92
+
93
+
94
+
95
+
96
+