Accordion FAQ - Version 1.9.2

Version Description

  • small code update
Download this release

Release Info

Developer wpshopmart
Plugin Icon 128x128 Accordion FAQ
Version 1.9.2
Comparing to
See all releases

Code changes from version 1.9.1 to 1.9.2

css/panel-style.css CHANGED
@@ -190,12 +190,12 @@ margin-bottom:20px;
190
 
191
  .wpsm_ribbon {
192
  position: absolute;
193
- right: -5px;
194
  top: -5px;
195
  z-index: 1;
196
  overflow: hidden;
197
- width: 170px;
198
- height: 170px;
199
  text-align: right;
200
  }
201
  .wpsm_ribbon span {
@@ -217,6 +217,9 @@ margin-bottom:20px;
217
  top: 30px;
218
  right: -37px;
219
 
 
 
 
220
  }
221
  .wpsm_ribbon span::before {
222
  content: "";
190
 
191
  .wpsm_ribbon {
192
  position: absolute;
193
+ right: 7px;
194
  top: -5px;
195
  z-index: 1;
196
  overflow: hidden;
197
+ width: 134px;
198
+ height: 125px;
199
  text-align: right;
200
  }
201
  .wpsm_ribbon span {
217
  top: 30px;
218
  right: -37px;
219
 
220
+ }
221
+ .wpsm_ribbon2 span{
222
+ background: linear-gradient(#03A9F4 0%, #2196F3 100%);
223
  }
224
  .wpsm_ribbon span::before {
225
  content: "";
img/Untitled-1.jpg ADDED
Binary file
img/accordion-1.png ADDED
Binary file
img/counters.jpg ADDED
Binary file
img/service-showcase-pro-preview.jpg ADDED
Binary file
img/slideshow-01.jpg CHANGED
Binary file
img/tabs-pro-screesnhot.png ADDED
Binary file
lib/admin/add-acc.php CHANGED
@@ -7,6 +7,42 @@
7
  margin-bottom:20px;
8
  }
9
  </style>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  <h3><?php _e('Add Accordion',wpshopmart_accordion_text_domain); ?></h3>
11
  <input type="hidden" name="ac_save_data_action" value="ac_save_data_action" />
12
  <ul class="clearfix" id="accordion_panel">
7
  margin-bottom:20px;
8
  }
9
  </style>
10
+ <h1>Accordion Design Template </h1>
11
+ <div style="overflow:hidden;display:block;width:100%;padding-top:20px">
12
+
13
+ <div class="col-md-3">
14
+ <div class="demoftr">
15
+
16
+ <div class="">
17
+ <div class="wpsm_home_portfolio_showcase">
18
+ <div class="wpsm_ribbon"><a target="_blank" href="https://wpshopmart.com/plugins/tabs-pro-plugin/"><span> Selected </span></a></div>
19
+ <img class="wpsm_img_responsive ftr_img" src="<?php echo wpshopmart_accordion_directory_url.'/img/accordion-1.png'?>">
20
+ </div>
21
+ </div>
22
+ <div style="padding:13px;overflow:hidden; background: #EFEFEF; border-top: 1px dashed #ccc;">
23
+ <h3 class="text-center pull-left" style="margin-top: 10px;margin-bottom: 10px;font-weight:900">Selected Design</h3>
24
+ <a type="button" class="pull-right btn btn-danger design_btn" id="templates_btn1" target="_blank" href="http://demo.wpshopmart.com/responsive-accordion-and-collapse/" >Check Demo</a>
25
+ </div>
26
+ </div>
27
+ </div>
28
+
29
+ <div class="col-md-3">
30
+ <div class="demoftr">
31
+
32
+ <div class="">
33
+ <div class="wpsm_home_portfolio_showcase">
34
+ <div class="wpsm_ribbon wpsm_ribbon2"><a target="_blank" href="https://wpshopmart.com/plugins/accordion-pro/"><span>Buy Now</span></a></div>
35
+ <img class="wpsm_img_responsive ftr_img" src="<?php echo wpshopmart_accordion_directory_url.'/img/Untitled-1.jpg'?>">
36
+ </div>
37
+ </div>
38
+ <div style="padding:13px;overflow:hidden; background: #EFEFEF; border-top: 1px dashed #ccc;">
39
+ <h3 class="text-center pull-left" style="margin-top: 10px;margin-bottom: 10px;font-weight:900">Pro Templates </h3>
40
+ <a type="button" class="pull-right btn btn-danger design_btn" id="templates_btn2" target="_blank" href="http://demo.wpshopmart.com/accordion-pro/" >Check Demo</a>
41
+ </div>
42
+ </div>
43
+ </div>
44
+
45
+ </div>
46
  <h3><?php _e('Add Accordion',wpshopmart_accordion_text_domain); ?></h3>
47
  <input type="hidden" name="ac_save_data_action" value="ac_save_data_action" />
48
  <ul class="clearfix" id="accordion_panel">
lib/admin/menu.php CHANGED
@@ -98,7 +98,6 @@ class wpsm_accordion {
98
 
99
  add_meta_box('accordion_rateus', __('Rate Us If You Like This Plugin', wpshopmart_accordion_text_domain), array(&$this, 'wpsm_accordion_rateus_meta_box_function'), 'responsive_accordion', 'side', 'low');
100
  add_meta_box('accordion_setting', __('Accordion Settings', wpshopmart_accordion_text_domain), array(&$this, 'wpsm_add_ac_setting_meta_box_function'), 'responsive_accordion', 'side', 'low');
101
- add_meta_box('accordion_designs', __('Accordion Design', wpshopmart_accordion_text_domain), array(&$this, 'wpsm_add_ac_designs_meta_box_function'), 'responsive_accordion', 'normal', 'low');
102
  add_meta_box('accordion_more_pro', __('MOre Pro PLugin From Wpshopmart', wpshopmart_accordion_text_domain), array(&$this, 'wpsm_add_ac_more_pro'), 'responsive_accordion', 'normal', 'low');
103
  }
104
 
@@ -147,216 +146,10 @@ class wpsm_accordion {
147
 
148
  <?php
149
  }
150
- public function wpsm_add_ac_designs_meta_box_function(){
151
- ?>
152
-
153
- <h1>Accordion Pro Designs</h1>
154
- <div style="overflow:hidden;display:block;width:100%;padding-top:20px">
155
- <?php for($i=1;$i<=8;$i++){
156
- if($i==1){
157
- $var = "Selected";
158
-
159
- }
160
- else{
161
- $var = "Available In Pro";
162
- }
163
- ?>
164
- <div class="col-md-3">
165
- <div class="demoftr">
166
-
167
- <div class="">
168
- <div class="wpsm_home_portfolio_showcase">
169
- <div class="wpsm_ribbon"><a target="_blank" href="http://wpshopmart.com/plugins/accordion-pro/"><span><?php echo $var; ?></span></a></div>
170
- <img class="wpsm_img_responsive ftr_img" src="<?php echo wpshopmart_accordion_directory_url.'img/design/accordion-'.$i.'.png'?>">
171
- </div>
172
- </div>
173
- <div style="padding:13px;overflow:hidden; background: #EFEFEF; border-top: 1px dashed #ccc;">
174
- <h3 class="text-center pull-left" style="margin-top: 10px;margin-bottom: 10px;font-weight:900">Design <?php echo $i; ?></h3>
175
- <a type="button" class="pull-right btn btn-danger design_btn" id="templates_btn<?php echo $i; ?>" target="_blank" href="http://demo.wpshopmart.com/accordion-pro/accordion-template-<?php echo $i; ?>/" >Check Demo</a>
176
- </div>
177
- </div>
178
- </div>
179
- <?php } ?>
180
- <a class="btn btn-success btn-lg " href="http://wpshopmart.com/plugins/accordion-pro/" target="_blank">Get Accordion Pro Only In $6</a>
181
- </div>
182
-
183
-
184
-
185
- <?php
186
-
187
- }
188
 
189
  public function wpsm_add_ac_more_pro(){
190
- ?>
191
- <style>
192
- #accordion_more_pro{
193
- background:#fff!important;
194
- box-shadow: 0 0 20px rgba(0,0,0,.2);
195
- margin-top:40px;
196
- }
197
- #accordion_more_pro .hndle , #accordion_more_pro .handlediv{
198
- display:none;
199
- }
200
- #accordion_more_pro p{
201
- color:#000;
202
- font-size:15px;
203
- }
204
- .wpsm-theme-container {
205
- background: #fff;
206
- padding-left: 0px;
207
- padding-right: 0px;
208
- box-shadow: 0 0 20px rgba(0,0,0,.2);
209
- }
210
- .wpsm_site-img-responsive {
211
- display: block;
212
- width: 100%;
213
- height: auto;
214
- }
215
- .wpsm_product_wrapper {
216
- padding: 20px;
217
- overflow: hidden;
218
- }
219
- .wpsm_product_wrapper h3 {
220
- float: left;
221
- margin-bottom: 0px;
222
- color: #000 !important;
223
- letter-spacing: 0px;
224
- text-transform: uppercase;
225
- font-size: 18px;
226
- font-weight: 700;
227
- text-align: left;
228
- margin:0px;
229
- }
230
- .wpsm_product_wrapper h3 span {
231
- display: block;
232
- float: left;
233
- width: 100%;
234
- overflow: hidden;
235
- font-size: 14px;
236
- color: #919499;
237
- margin-top: 6px;
238
- }
239
- .wpsm_product_wrapper .price {
240
- float: right;
241
- font-size: 24px;
242
- color: #000;
243
- font-family: sans-serif;
244
- font-weight: 500;
245
- }
246
- .wpsm-btn-block {
247
- overflow: hidden;
248
- float: left;
249
- width: 100%;
250
- margin-top: 20px;
251
- display: block;
252
- }
253
- .portfolio_read_more_btn {
254
- border: 1px solid #1e73be;
255
- border-radius: 0px;
256
- margin-bottom: 10px;
257
- text-transform: uppercase;
258
- font-weight: 700;
259
- font-size: 15px;
260
- padding: 12px 12px;
261
- display: block;
262
- text-align:center;
263
- width:100%;
264
- border-radius: 2px;
265
- cursor: pointer;
266
- letter-spacing: 1px;
267
- outline: none;
268
- position: relative;
269
- text-decoration: none !important;
270
- color: #fff !important;
271
- -webkit-transition: all ease 0.5s;
272
- -moz-transition: all ease 0.5s;
273
- transition: all ease 0.5s;
274
- background: #1e73be;
275
- padding-left: 22px;
276
- padding-right: 22px;
277
- }
278
- .portfolio_demo_btn {
279
- border: 1px solid #919499;
280
- border-radius: 0px;
281
- margin-bottom: 10px;
282
- text-transform: uppercase;
283
- font-weight: 700;
284
- font-size: 15px;
285
- padding: 12px 12px;
286
- display: block;
287
- text-align:center;
288
- width:100%;
289
- border-radius: 2px;
290
- cursor: pointer;
291
- letter-spacing: 1px;
292
- outline: none;
293
- position: relative;
294
- text-decoration: none !important;
295
- background-color: #242629;
296
- border-color: #242629;
297
- color: #fff !important;
298
- -webkit-transition: all ease 0.5s;
299
- -moz-transition: all ease 0.5s;
300
- transition: all ease 0.5s;
301
- padding-left: 22px;
302
- padding-right: 22px;
303
- }
304
- </style>
305
- <h1>More Recommended Premium Plugin From Wpshopmart</h1>
306
- <div style="overflow:hidden;display:block;width:100%;padding-top:20px;padding-bottom:20px">
307
- <div class="col-md-12">
308
- <div class="col-md-4">
309
- <a href="http://wpshopmart.com/plugins/colorbox-pro/" target="_blank" title="ColorBox Pro">
310
- <div class="wpsm-theme-container" style="">
311
- <img width="700" height="394" src="<?php echo wpshopmart_accordion_directory_url.'img/cb.png'; ?>" class="wpsm_site-img-responsive wp-post-image" alt="Colorbox and panels pro plugin">
312
- <div class="wpsm_product_wrapper">
313
- <h3>ColorBox Pro <span>wordpress</span></h3>
314
- <span class="price"><span class="amount">$5</span></span>
315
- <div class="wpsm-btn-block" style="">
316
-
317
- <a title="Check Detail" target="_blank" href="http://wpshopmart.com/plugins/colorbox-pro/" class="portfolio_read_more_btn pull-left">Check Detail</a>
318
- <a title="View Demo" target="_blank" href="http://demo.wpshopmart.com/colorbox-pro/" class="portfolio_demo_btn pull-right">View Demo</a>
319
- </div>
320
- </div>
321
- </div>
322
- </a>
323
- </div>
324
- <div class="col-md-4">
325
- <a href="http://wpshopmart.com/plugins/accordion-pro/" target="_blank" title="Accordion Pro">
326
- <div class="wpsm-theme-container" style="">
327
- <img width="700" height="394" src="<?php echo wpshopmart_accordion_directory_url.'img/ac.png'; ?>" class="wpsm_site-img-responsive wp-post-image" alt="Colorbox and panels pro plugin">
328
- <div class="wpsm_product_wrapper">
329
- <h3>Accordion Pro<span>wordpress</span></h3>
330
- <span class="price"><span class="amount">$6</span></span>
331
- <div class="wpsm-btn-block" style="">
332
-
333
- <a title="Check Detail" target="_blank" href="http://wpshopmart.com/plugins/accordion-pro/" class="portfolio_read_more_btn pull-left">Check Detail</a>
334
- <a title="View Demo" target="_blank" href="http://demo.wpshopmart.com/accordion-pro/" class="portfolio_demo_btn pull-right">View Demo</a>
335
- </div>
336
- </div>
337
- </div>
338
- </a>
339
- </div>
340
-
341
- <div class="col-md-4">
342
- <a href="http://wpshopmart.com/plugins/coming-soon-pro/" target="_blank" title="Coming Soon Pro">
343
- <div class="wpsm-theme-container" style="">
344
- <img width="700" height="394" src="<?php echo wpshopmart_accordion_directory_url.'img/csp.png'; ?>" class="wpsm_site-img-responsive wp-post-image" alt="Colorbox and panels pro plugin">
345
- <div class="wpsm_product_wrapper">
346
- <h3>Coming Soon Pro <span>wordpress</span></h3>
347
- <span class="price"><span class="amount">$19</span></span>
348
- <div class="wpsm-btn-block" style="">
349
- <a title="Check Detail" target="_blank" href="http://wpshopmart.com/plugins/coming-soon-pro/" class="portfolio_read_more_btn pull-left">Check Detail</a>
350
- <a title="View Demo" target="_blank" href="http://wpshopmart.com/coming-soon-pro-demo-page/" class="portfolio_demo_btn pull-right">View Demo</a>
351
- </div>
352
- </div>
353
- </div>
354
- </a>
355
- </div>
356
- </div>
357
- </div>
358
- <?php
359
-
360
 
361
  }
362
 
98
 
99
  add_meta_box('accordion_rateus', __('Rate Us If You Like This Plugin', wpshopmart_accordion_text_domain), array(&$this, 'wpsm_accordion_rateus_meta_box_function'), 'responsive_accordion', 'side', 'low');
100
  add_meta_box('accordion_setting', __('Accordion Settings', wpshopmart_accordion_text_domain), array(&$this, 'wpsm_add_ac_setting_meta_box_function'), 'responsive_accordion', 'side', 'low');
 
101
  add_meta_box('accordion_more_pro', __('MOre Pro PLugin From Wpshopmart', wpshopmart_accordion_text_domain), array(&$this, 'wpsm_add_ac_more_pro'), 'responsive_accordion', 'normal', 'low');
102
  }
103
 
146
 
147
  <?php
148
  }
149
+
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
150
 
151
  public function wpsm_add_ac_more_pro(){
152
+ require_once('more-pro.php');
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
153
 
154
  }
155
 
lib/admin/more-pro.php ADDED
@@ -0,0 +1,228 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <style>
2
+ #accordion_more_pro{
3
+ background:transparent !important;
4
+
5
+ margin-top:40px;
6
+ }
7
+ #accordion_more_pro .hndle , #accordion_more_pro .handlediv{
8
+ display:none;
9
+ }
10
+ #accordion_more_pro p{
11
+ color:#000;
12
+ font-size:15px;
13
+ }
14
+ .wpsm-theme-container {
15
+ background: #fff;
16
+ padding-left: 0px;
17
+ padding-right: 0px;
18
+ box-shadow: 0 0 20px rgba(0,0,0,.2);
19
+ margin-bottom: 20px;
20
+ }
21
+ .wpsm_site-img-responsive {
22
+ display: block;
23
+ width: 100%;
24
+ height: auto;
25
+ }
26
+ .wpsm_product_wrapper {
27
+ padding: 20px;
28
+ overflow: hidden;
29
+ }
30
+ .wpsm_product_wrapper h3 {
31
+ float: left;
32
+ margin-bottom: 0px;
33
+ color: #000 !important;
34
+ letter-spacing: 0px;
35
+ text-transform: uppercase;
36
+ font-size: 18px;
37
+ font-weight: 700;
38
+ text-align: left;
39
+ margin:0px;
40
+ }
41
+ .wpsm_product_wrapper h3 span {
42
+ display: block;
43
+ float: left;
44
+ width: 100%;
45
+ overflow: hidden;
46
+ font-size: 14px;
47
+ color: #919499;
48
+ margin-top: 6px;
49
+ }
50
+ .wpsm_product_wrapper .price {
51
+ float: right;
52
+ font-size: 24px;
53
+ color: #000;
54
+ font-family: sans-serif;
55
+ font-weight: 500;
56
+ }
57
+ .wpsm-btn-block {
58
+ overflow: hidden;
59
+ float: left;
60
+ width: 100%;
61
+ margin-top: 20px;
62
+ display: block;
63
+ }
64
+ .portfolio_read_more_btn {
65
+ border: 1px solid #1e73be;
66
+ border-radius: 0px;
67
+ margin-bottom: 10px;
68
+ text-transform: uppercase;
69
+ font-weight: 700;
70
+ font-size: 15px;
71
+ padding: 12px 12px;
72
+ display: block;
73
+ text-align:center;
74
+ width:100%;
75
+ border-radius: 2px;
76
+ cursor: pointer;
77
+ letter-spacing: 1px;
78
+ outline: none;
79
+ position: relative;
80
+ text-decoration: none !important;
81
+ color: #fff !important;
82
+ -webkit-transition: all ease 0.5s;
83
+ -moz-transition: all ease 0.5s;
84
+ transition: all ease 0.5s;
85
+ background: #1e73be;
86
+ padding-left: 22px;
87
+ padding-right: 22px;
88
+ }
89
+ .portfolio_demo_btn {
90
+ border: 1px solid #919499;
91
+ border-radius: 0px;
92
+ margin-bottom: 10px;
93
+ text-transform: uppercase;
94
+ font-weight: 700;
95
+ font-size: 15px;
96
+ padding: 12px 12px;
97
+ display: block;
98
+ text-align:center;
99
+ width:100%;
100
+ border-radius: 2px;
101
+ cursor: pointer;
102
+ letter-spacing: 1px;
103
+ outline: none;
104
+ position: relative;
105
+ text-decoration: none !important;
106
+ background-color: #242629;
107
+ border-color: #242629;
108
+ color: #fff !important;
109
+ -webkit-transition: all ease 0.5s;
110
+ -moz-transition: all ease 0.5s;
111
+ transition: all ease 0.5s;
112
+ padding-left: 22px;
113
+ padding-right: 22px;
114
+ }
115
+ </style>
116
+ <h1>Recommended Premium Plugins From Wpshopmart</h1>
117
+ <div style="overflow:hidden;display:block;width:100%;padding-top:20px;padding-bottom:20px">
118
+ <div class="col-md-12">
119
+
120
+ <div class="col-md-4">
121
+
122
+ <div class="wpsm-theme-container" style="">
123
+ <img width="700" height="394" src="<?php echo wpshopmart_accordion_directory_url.'img/ac.png'; ?>" class="wpsm_site-img-responsive wp-post-image" alt="Colorbox and panels pro plugin">
124
+ <div class="wpsm_product_wrapper">
125
+ <h3 style="width:70%">Accordion Pro<span>wordpress</span></h3>
126
+ <span class="price"><span class="amount">$9</span></span>
127
+ <div class="wpsm-btn-block" style="">
128
+
129
+ <a title="Check Detail" target="_blank" href="http://wpshopmart.com/plugins/accordion-pro/" class="portfolio_read_more_btn pull-left">Check Detail</a>
130
+ <a title="View Demo" target="_blank" href="http://demo.wpshopmart.com/accordion-pro/" class="portfolio_demo_btn pull-right">View Demo</a>
131
+ </div>
132
+ </div>
133
+ </div>
134
+
135
+ </div>
136
+
137
+ <div class="col-md-4">
138
+
139
+ <div class="wpsm-theme-container" style="">
140
+ <img width="700" height="394" src="<?php echo wpshopmart_accordion_directory_url.'img/tabs-pro-screesnhot.png'; ?>" class="wpsm_site-img-responsive wp-post-image" alt="tabs pro plugin">
141
+ <div class="wpsm_product_wrapper">
142
+ <h3 style="width:70%">Tabs Pro <span>wordpress</span></h3>
143
+ <span class="price"><span class="amount">$9</span></span>
144
+ <div class="wpsm-btn-block" style="">
145
+
146
+ <a title="Check Detail" target="_blank" href="https://wpshopmart.com/plugins/tabs-pro-plugin/" class="portfolio_read_more_btn pull-left">Check Detail</a>
147
+ <a title="View Demo" target="_blank" href="http://demo.wpshopmart.com/tabs-pro-plugin-demo-for-wordpress/" class="portfolio_demo_btn pull-right">View Demo</a>
148
+ </div>
149
+ </div>
150
+ </div>
151
+
152
+ </div>
153
+
154
+ <div class="col-md-4">
155
+
156
+ <div class="wpsm-theme-container" style="">
157
+ <img width="700" height="394" src="<?php echo wpshopmart_accordion_directory_url.'img/csp.png'; ?>" class="wpsm_site-img-responsive wp-post-image" alt="Colorbox and panels pro plugin">
158
+ <div class="wpsm_product_wrapper">
159
+ <h3 style="width:70%">Coming Soon Pro <span>wordpress</span></h3>
160
+ <span class="price"><span class="amount">$19</span></span>
161
+ <div class="wpsm-btn-block" style="">
162
+ <a title="Check Detail" target="_blank" href="http://wpshopmart.com/plugins/coming-soon-pro/" class="portfolio_read_more_btn pull-left">Check Detail</a>
163
+ <a title="View Demo" target="_blank" href="http://wpshopmart.com/coming-soon-pro-demo-page/" class="portfolio_demo_btn pull-right">View Demo</a>
164
+ </div>
165
+ </div>
166
+ </div>
167
+
168
+ </div>
169
+
170
+
171
+
172
+
173
+ <div class="col-md-4">
174
+
175
+ <div class="wpsm-theme-container" style="">
176
+ <img width="700" height="394" src="<?php echo wpshopmart_accordion_directory_url.'img/counters.jpg'; ?>" class="wpsm_site-img-responsive wp-post-image" alt="Colorbox and panels pro plugin">
177
+ <div class="wpsm_product_wrapper">
178
+ <h3 style="width:70%">Counter Number Pro<span>wordpress</span></h3>
179
+ <span class="price"><span class="amount">$12</span></span>
180
+ <div class="wpsm-btn-block" style="">
181
+
182
+ <a title="Check Detail" target="_blank" href="https://wpshopmart.com/plugins/counter-numbers-pro/" class="portfolio_read_more_btn pull-left">Check Detail</a>
183
+ <a title="View Demo" target="_blank" href="http://demo.wpshopmart.com/counter-number-pro/" class="portfolio_demo_btn pull-right">View Demo</a>
184
+ </div>
185
+ </div>
186
+ </div>
187
+
188
+ </div>
189
+
190
+
191
+ <div class="col-md-4">
192
+
193
+ <div class="wpsm-theme-container" style="">
194
+ <img width="700" height="394" src="<?php echo wpshopmart_accordion_directory_url.'img/service-showcase-pro-preview.jpg'; ?>" class="wpsm_site-img-responsive wp-post-image" alt="Colorbox and panels pro plugin">
195
+ <div class="wpsm_product_wrapper">
196
+ <h3 style="width:70%">Service Showcase<span>wordpress</span></h3>
197
+ <span class="price"><span class="amount">$9</span></span>
198
+ <div class="wpsm-btn-block" style="">
199
+
200
+ <a title="Check Detail" target="_blank" href="https://wpshopmart.com/plugins/service-showcase-pro-plugin-wordpress/" class="portfolio_read_more_btn pull-left">Check Detail</a>
201
+ <a title="View Demo" target="_blank" href="http://dazzlersoftware.com/wpshopmart-demo/service-showcase-pro-plugin-demo/" class="portfolio_demo_btn pull-right">View Demo</a>
202
+ </div>
203
+ </div>
204
+ </div>
205
+
206
+ </div>
207
+
208
+
209
+ <div class="col-md-4">
210
+
211
+ <div class="wpsm-theme-container" style="">
212
+ <img width="700" height="394" src="<?php echo wpshopmart_accordion_directory_url.'img/cb.png'; ?>" class="wpsm_site-img-responsive wp-post-image" alt="Colorbox and panels pro plugin">
213
+ <div class="wpsm_product_wrapper">
214
+ <h3 style="width:70%">Colorbox Pro<span>wordpress</span></h3>
215
+ <span class="price"><span class="amount">$5</span></span>
216
+ <div class="wpsm-btn-block" style="">
217
+
218
+ <a title="Check Detail" target="_blank" href="https://wpshopmart.com/plugins/colorbox-pro/" class="portfolio_read_more_btn pull-left">Check Detail</a>
219
+ <a title="View Demo" target="_blank" href="http://demo.wpshopmart.com/colorbox-pro/" class="portfolio_demo_btn pull-right">View Demo</a>
220
+ </div>
221
+ </div>
222
+ </div>
223
+
224
+ </div>
225
+
226
+
227
+ </div>
228
+ </div>
lib/installation/installation.php CHANGED
@@ -101,7 +101,11 @@ function wpsm_ac_header_info() {
101
  ?>
102
  <style>
103
  .wpsm_ac_h_i{
104
- background:url('<?php echo wpshopmart_accordion_directory_url.'img/slideshow-01.jpg'; ?>') 50% 0 repeat fixed;
 
 
 
 
105
  margin-left: -20px;
106
  font-family: Myriad Pro ;
107
  cursor: pointer;
@@ -134,71 +138,104 @@ function wpsm_ac_header_info() {
134
  .wpsm_ac_h_i .WlTSmall { display: none; }
135
  }
136
  .texture-layer {
137
- background: rgba(0,0,0,0.7);
138
- padding-top: 0px;
139
- padding: 27px 0 23px 0;
 
 
 
140
  }
141
  .wpsm_ac_h_i li {
 
142
  color:#fff;
143
- font-size: 17px;
144
  line-height: 1.3;
145
  font-weight: 600;
 
 
 
 
 
146
  }
147
- .wpsm_ac_h_i .btn-danger{
148
- font-size: 29px;
149
- background-color: #E74B42;
150
- border-radius:1px;
151
- margin-right:10px;
 
 
 
152
 
153
  }
154
  .wpsm_ac_h_i .btn-success{
155
- font-size: 29px;
156
  border-radius:1px;
 
 
 
157
  }
158
-
159
  </style>
160
  <div class="wpsm_ac_h_i ">
161
  <div class="texture-layer">
162
- <a href="http://wpshopmart.com/plugins/accordion-pro/" target="_blank">
163
- <div class="wpsm_ac_h_b"><a class="btn btn-danger btn-lg " href="http://wpshopmart.com/plugins/accordion-pro/" target="_blank">Get Accordion Pro Only In $6</a><a class="btn btn-success btn-lg " href="http://demo.wpshopmart.com/accordion-pro/" target="_blank">View Demo</a></div>
 
 
 
164
  <div style="overflow:hidden;display:block;width:100%">
165
  <div class="col-md-3">
166
- <ul>
167
- <li> 8 Design Templates </li>
168
- <li> 30 Content Animations </li>
169
- <li> 12 Open/close Icons Set </li>
170
- <li> 4 Overlay Effect </li>
171
- </ul>
 
 
 
 
172
  </div>
173
  <div class="col-md-3">
174
- <ul>
175
- <li> 500+ Google Fonts </li>
176
- <li> Accordion Scroll Effect </li>
177
- <li> On Hover Accordion </li>
178
- <li> Widget Option </li>
179
- </ul>
 
 
 
 
180
  </div>
181
  <div class="col-md-3">
182
- <ul>
183
- <li> Unlimited Shortcode </li>
184
- <li> Unlimited Color Scheme </li>
185
- <li> Drag And Drop Builder </li>
186
- <li> Preview Option </li>
187
- </ul>
 
 
 
188
  </div>
189
  <div class="col-md-3">
190
- <ul>
191
- <li> Collapse Mode </li>
192
- <li> Border Color Customization </li>
193
- <li> High Priority Support </li>
194
- <li> All Browser Compatible </li>
195
- </ul>
 
 
 
196
  </div>
197
 
198
  </div>
199
- </a>
200
  </div>
201
  </div>
 
202
  <?php
203
  }
204
  }
101
  ?>
102
  <style>
103
  .wpsm_ac_h_i{
104
+ background:url('<?php echo wpshopmart_accordion_directory_url.'img/slideshow-01.jpg'; ?>') 50% 0 no-repeat fixed;
105
+ -webkit-box-shadow: 0px 13px 21px -10px rgba(128,128,128,1);
106
+ -moz-box-shadow: 0px 13px 21px -10px rgba(128,128,128,1);
107
+ box-shadow: 0px 13px 21px -10px rgba(128,128,128,1);
108
+
109
  margin-left: -20px;
110
  font-family: Myriad Pro ;
111
  cursor: pointer;
138
  .wpsm_ac_h_i .WlTSmall { display: none; }
139
  }
140
  .texture-layer {
141
+ background: rgba(0,0,0,0);
142
+ padding-top: 0px;
143
+ padding: 0px 0 23px 0;
144
+ }
145
+ .wpsm_ac_h_i ul{
146
+ padding:0px 50px 0px 50px;
147
  }
148
  .wpsm_ac_h_i li {
149
+ text-align:left;
150
  color:#fff;
151
+ font-size: 20px;
152
  line-height: 1.3;
153
  font-weight: 600;
154
+
155
+ }
156
+ .wpsm_ac_h_i li i{
157
+ margin-right:10px ;
158
+ margin-bottom:10px;
159
  }
160
+
161
+ .wpsm_ac_h_i .btn-danger{
162
+ font-size: 29px;
163
+ background-color: #000000;
164
+ border-radius:1px;
165
+ margin-right:10px;
166
+ margin-top: 0px;
167
+ border-color:#000;
168
 
169
  }
170
  .wpsm_ac_h_i .btn-success{
171
+ font-size: 28px;
172
  border-radius:1px;
173
+ background-color: #ffffff;
174
+ border-color: #ffffff;
175
+ color:#000;
176
  }
177
+
178
  </style>
179
  <div class="wpsm_ac_h_i ">
180
  <div class="texture-layer">
181
+
182
+ <div class="wpsm_ac_h_b"><a class="btn btn-danger btn-lg " href="http://wpshopmart.com/plugins/accordion-pro/" target="_blank">Try Accordion/Faq Pro Now</a><a class="btn btn-success btn-lg " href="http://demo.wpshopmart.com/accordion-pro/" target="_blank">View Demo</a></div>
183
+ <div style="overflow:hidden;display:block;width:100%;text-align:center">
184
+ <h1 style="color:#fff;font-size:30px;text-transform:uppercase">Check Pro version Features</h1>
185
+ </div>
186
  <div style="overflow:hidden;display:block;width:100%">
187
  <div class="col-md-3">
188
+ <a href="http://wpshopmart.com/plugins/accordion-pro/" target="_blank">
189
+ <ul>
190
+ <li> <i class="fa fa-check"></i>18+ Design Templates </li>
191
+ <li> <i class="fa fa-check"></i>30 Content Animations </li>
192
+ <li> <i class="fa fa-check"></i>Individual Color FAQ</li>
193
+ <li> <i class="fa fa-check"></i>Add Custom Image Icon </li>
194
+ <li> <i class="fa fa-check"></i>12 Open/Close Icons Sets </li>
195
+
196
+ </ul>
197
+ </a>
198
  </div>
199
  <div class="col-md-3">
200
+ <a href="http://wpshopmart.com/plugins/accordion-pro/" target="_blank">
201
+ <ul>
202
+ <li> <i class="fa fa-check"></i>4 Overlay Effect </li>
203
+ <li> <i class="fa fa-check"></i>500+ Google Fonts </li>
204
+ <li> <i class="fa fa-check"></i>Accordion Scroll Effect </li>
205
+ <li> <i class="fa fa-check"></i>Set Accordion Height </li>
206
+ <li> <i class="fa fa-check"></i>On Hover Accordion </li>
207
+
208
+ </ul>
209
+ </a>
210
  </div>
211
  <div class="col-md-3">
212
+ <a href="http://wpshopmart.com/plugins/accordion-pro/" target="_blank">
213
+ <ul>
214
+ <li> <i class="fa fa-check"></i>Widget Option </li>
215
+ <li> <i class="fa fa-check"></i>Unlimited Shortcode </li>
216
+ <li> <i class="fa fa-check"></i>Unlimited Color Scheme </li>
217
+ <li> <i class="fa fa-check"></i>Drag And Drop Builder </li>
218
+ <li> <i class="fa fa-check"></i>Preview Option </li>
219
+ </ul>
220
+ </a>
221
  </div>
222
  <div class="col-md-3">
223
+ <a href="http://wpshopmart.com/plugins/accordion-pro/" target="_blank">
224
+ <ul>
225
+ <li> <i class="fa fa-check"></i>Border Customization </li>
226
+ <li> <i class="fa fa-check"></i>Collapse Mode </li>
227
+ <li> <i class="fa fa-check"></i>Border Color Customization </li>
228
+ <li> <i class="fa fa-check"></i>High Priority Support </li>
229
+ <li> <i class="fa fa-check"></i>All Browser Compatible </li>
230
+ </ul>
231
+ </a>
232
  </div>
233
 
234
  </div>
235
+
236
  </div>
237
  </div>
238
+
239
  <?php
240
  }
241
  }
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: wpshopmart
3
  Donate link: http://www.wpshopmart.com
4
  Tags: Accordion, accordions, accordion plugin, FAQ, collapse, accordion plugin jquery, accordions plugin wordpress, accordions shortcode, accordion shortcode, accordions Widget, accordion Widget, jQuery accordions, Responsive accordion, Responsive accordions, collapsable content, collapsible, display, expand, expandable, expandable content, hidden, hide, javascript, jquery, toggle, css accordion, css3 , bootstrap, bootstrap accordion, bootstrap collapse, wordpress accordion, widget, shortcode, responsive, plugin, wordpress accordion plugin
5
  Requires at least: 4.0
6
- Tested up to: 4.8
7
- Stable tag: 1.9.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -12,8 +12,7 @@ Accordion And Collapse is the most easiest drag & drop accordion builder for Wor
12
 
13
  == Description ==
14
 
15
- Responsive Accordion is highly customizable accordion builder for wordpress. You can add unlimited accordion and collapse with unlimited colour. Responsive Accordion also support Font Awesome Icon.
16
- You can easy sort your accordion position using backend. Responsive Accordion is built-in bootstrap.
17
 
18
  = Responsive Accordion Shortcode =
19
 
@@ -49,6 +48,18 @@ Here xx is your accordion shortcode id.
49
  * Multiple Advanced Custom Field Available
50
  * All browser compatible
51
 
 
 
 
 
 
 
 
 
 
 
 
 
52
  ### Accordion Pro Features
53
 
54
  * Responsive Design
@@ -141,6 +152,9 @@ Please use WordPress support forum to ask any query regarding any issue.
141
 
142
  == Changelog ==
143
 
 
 
 
144
  = 1.9.1 =
145
  * minor issue resolved
146
 
3
  Donate link: http://www.wpshopmart.com
4
  Tags: Accordion, accordions, accordion plugin, FAQ, collapse, accordion plugin jquery, accordions plugin wordpress, accordions shortcode, accordion shortcode, accordions Widget, accordion Widget, jQuery accordions, Responsive accordion, Responsive accordions, collapsable content, collapsible, display, expand, expandable, expandable content, hidden, hide, javascript, jquery, toggle, css accordion, css3 , bootstrap, bootstrap accordion, bootstrap collapse, wordpress accordion, widget, shortcode, responsive, plugin, wordpress accordion plugin
5
  Requires at least: 4.0
6
+ Tested up to: 4.8.1
7
+ Stable tag: 1.9.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
12
 
13
  == Description ==
14
 
15
+ Thanks for visit our plugin. Need an awesome accordion FAq plugin then this is it. Responsive Accordion is has buildup with excellent accordion FAq builder for wordpress. You can add unlimited accordion and collapse with unlimited color.You can easy sort your accordion position using backend. Responsive Accordion is built-in bootstrap.
 
16
 
17
  = Responsive Accordion Shortcode =
18
 
48
  * Multiple Advanced Custom Field Available
49
  * All browser compatible
50
 
51
+
52
+ ### CHECK SIMILAR PLUGINS BY WPSHOPMART
53
+
54
+ * [Accordion Shortcode And Widget](https://wordpress.org/plugins/accordion-shortcode-and-widget/)
55
+ * [Counter Numbers](https://wordpress.org/plugins/counter-number-showcase/)
56
+ * [FAQ](https://wordpress.org/plugins/faq-responsive/)
57
+ * [Maintenance Mode](https://wordpress.org/plugins/maintenance-mode-page/)
58
+ * [Under Construction](https://wordpress.org/plugins/under-construction-site/)
59
+ * [Landing Page](https://wordpress.org/plugins/landing-page-wp/)
60
+ * [Service Box](https://wordpress.org/plugins/service-box/)
61
+ * [Testimonial Builder](https://wordpress.org/plugins/testimonial-builder/)
62
+
63
  ### Accordion Pro Features
64
 
65
  * Responsive Design
152
 
153
  == Changelog ==
154
 
155
+ = 1.9.2 =
156
+ * small code update
157
+
158
  = 1.9.1 =
159
  * minor issue resolved
160
 
responsive-accordion.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
  * Plugin Name: Responsive Accordion And Collapse
4
- * Version: 1.9.1
5
  * Description: Responsive Accordion is the most easiest drag & drop accordion builder for WordPress. You can generate multiple accordion and collapse with multiple colour.
6
  * Author: wpshopmart
7
  * Author URI: http://www.wpshopmart.com
1
  <?php
2
  /**
3
  * Plugin Name: Responsive Accordion And Collapse
4
+ * Version: 1.9.2
5
  * Description: Responsive Accordion is the most easiest drag & drop accordion builder for WordPress. You can generate multiple accordion and collapse with multiple colour.
6
  * Author: wpshopmart
7
  * Author URI: http://www.wpshopmart.com