Accordion FAQ - Version 1.8.1

Version Description

  • Contemptible with 4.6.1
  • Resolved minor bug
Download this release

Release Info

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

Code changes from version 1.8.0 to 1.8.1

Files changed (6) hide show
  1. img/ac.png +0 -0
  2. img/cb.png +0 -0
  3. img/csp.png +0 -0
  4. lib/admin/menu.php +175 -0
  5. readme.txt +6 -2
  6. responsive-accordion.php +1 -1
img/ac.png ADDED
Binary file
img/cb.png ADDED
Binary file
img/csp.png ADDED
Binary file
lib/admin/menu.php CHANGED
@@ -99,6 +99,7 @@ class wpsm_accordion {
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
  }
103
 
104
  public function wpsm_add_ac_meta_box_function($post){
@@ -183,6 +184,180 @@ class wpsm_accordion {
183
 
184
  <?php
185
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
186
  }
187
 
188
  public function wpsm_add_ac_setting_meta_box_function($post){
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
 
105
  public function wpsm_add_ac_meta_box_function($post){
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
 
363
  public function wpsm_add_ac_setting_meta_box_function($post){
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: wpshopmart
3
  Donate link: http://www.wpshopmart.com
4
  Tags: Accordion, accordions, accordion plugin, accordion plugin jquery, accordions plugin wordpress, accordions shortcode, accordion shortcode, accordions Widget, accordion Widget, jQuery accordions, Responsive accordion, Responsive accordions, collapsable content, collapse, 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: 3.3
6
- Tested up to: 4.6
7
- Stable tag: 1.8.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -141,6 +141,10 @@ Please use WordPress support forum to ask any query regarding any issue.
141
 
142
  == Changelog ==
143
 
 
 
 
 
144
  = 1.8.0 =
145
  * Resolve misspelling in comment
146
  * Minor update in bootstrap.css file
3
  Donate link: http://www.wpshopmart.com
4
  Tags: Accordion, accordions, accordion plugin, accordion plugin jquery, accordions plugin wordpress, accordions shortcode, accordion shortcode, accordions Widget, accordion Widget, jQuery accordions, Responsive accordion, Responsive accordions, collapsable content, collapse, 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: 3.3
6
+ Tested up to: 4.6.1
7
+ Stable tag: 1.8.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
141
 
142
  == Changelog ==
143
 
144
+ = 1.8.1 =
145
+ * Contemptible with 4.6.1
146
+ * Resolved minor bug
147
+
148
  = 1.8.0 =
149
  * Resolve misspelling in comment
150
  * Minor update in bootstrap.css file
responsive-accordion.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
  * Plugin Name: Responsive Accordion And Collapse
4
- * Version: 1.8.0
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.8.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