Accordion FAQ - Version 1.5

Version Description

22-Feb-2016 = * Resolve accordion panel group design issue.

Download this release

Release Info

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

Code changes from version 1.4 to 1.5

css/bootstrap-front.css CHANGED
@@ -350,7 +350,6 @@
350
  }
351
 
352
  .fade {
353
- opacity: 0;
354
  -webkit-transition: opacity .15s linear;
355
  -o-transition: opacity .15s linear;
356
  transition: opacity .15s linear;
350
  }
351
 
352
  .fade {
 
353
  -webkit-transition: opacity .15s linear;
354
  -o-transition: opacity .15s linear;
355
  transition: opacity .15s linear;
front/style.php CHANGED
@@ -40,7 +40,7 @@
40
  #wpsm_accordion_<?php echo $post_id; ?> {
41
  margin-bottom: 20px;
42
  overflow: hidden;
43
- float: left;
44
  width: 100%;
45
  display: block;
46
  }
40
  #wpsm_accordion_<?php echo $post_id; ?> {
41
  margin-bottom: 20px;
42
  overflow: hidden;
43
+ float: none;
44
  width: 100%;
45
  display: block;
46
  }
readme.txt CHANGED
@@ -4,7 +4,7 @@ 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.4.2
7
- Stable tag: 1.4
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -38,6 +38,35 @@ You can easy sort your accordion position using backend. Responsive Accordion is
38
  * Multiple Advanced Custom Field Available
39
  * All browser compatible
40
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
41
 
42
 
43
  = Translators =
@@ -71,6 +100,9 @@ Please use WordPress support forum to ask any query regarding any issue.
71
 
72
  == Changelog ==
73
 
 
 
 
74
  = 1.4 11-Feb-2016 =
75
  * Resolve html input issue in description.
76
 
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.4.2
7
+ Stable tag: 1.5
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
38
  * Multiple Advanced Custom Field Available
39
  * All browser compatible
40
 
41
+ = Responsive Accordion Shortcode =
42
+
43
+ > `[WPSM_AC id=xx]`
44
+
45
+ Here xx is your accordion shortcode id.
46
+
47
+ = Responsive Design =
48
+
49
+ Responsive Accordion is all mobile device compatible, it's design is responsive and browser compatible.
50
+
51
+ = Drag And Drop Api =
52
+
53
+ You can create or add multiple accordion with plugin drag and drop feature. If you change position of accordion so just drag it and then drop that place where you want to show it. It's a simplest drag n drop accordion builder in wordpress
54
+
55
+ = Toggle/Collapse Effect =
56
+
57
+ Responsive Accordion is integrated with toggle or collapse effect so you can open one or more accordion at a same time.
58
+
59
+ = Unlimited Shortcode =
60
+
61
+ Here you can create unlimited accordion group with unlimited shortcode. So using shortcode you can display your accordion on multiple page and post.
62
+
63
+ = No Coding Required =
64
+
65
+ Plugin so easy UI is user friendly, just add new accordion and then easily publish it.
66
+
67
+ = It's works With Your Theme =
68
+
69
+ We have tested on with multiple themes, and work on every themes. So design is very clean and works with youe theme as well.
70
 
71
 
72
  = Translators =
100
 
101
  == Changelog ==
102
 
103
+ = 1.5 22-Feb-2016 =
104
+ * Resolve accordion panel group design issue.
105
+
106
  = 1.4 11-Feb-2016 =
107
  * Resolve html input issue in description.
108
 
responsive-accordion.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
  * Plugin Name: Responsive Accordion And Collapse
4
- * Version: 1.4
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.5
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