Accordion FAQ - Version 2.1.9

Version Description

  • minor issue resolved
  • Compatible with WordPress 5.4.2 version.
Download this release

Release Info

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

Code changes from version 2.1.8 to 2.1.9

lib/installation/installation.php CHANGED
@@ -29,9 +29,8 @@ function wpsm_ac_header_info() {
29
  .wpsm_ac_h_i{
30
  background:url('<?php echo wpshopmart_accordion_directory_url.'img/slideshow-01.jpg'; ?>') 50% 0 no-repeat fixed;
31
  -webkit-box-shadow: 0px 13px 21px -10px rgba(128,128,128,1);
32
- -moz-box-shadow: 0px 13px 21px -10px rgba(128,128,128,1);
33
- box-shadow: 0px 13px 21px -10px rgba(128,128,128,1);
34
-
35
  margin-left: -20px;
36
  font-family: Myriad Pro ;
37
  cursor: pointer;
@@ -55,7 +54,6 @@ box-shadow: 0px 13px 21px -10px rgba(128,128,128,1);
55
  font-size: 18px;
56
  padding: 0 0 15px 15px;
57
  }
58
-
59
  .wpsm_ac_h_i a{
60
  text-decoration: none;
61
  }
@@ -65,8 +63,8 @@ box-shadow: 0px 13px 21px -10px rgba(128,128,128,1);
65
  }
66
  .texture-layer {
67
  background: rgba(0,0,0,0);
68
- padding-top: 0px;
69
- padding: 0px 0 23px 0;
70
  }
71
  .wpsm_ac_h_i ul{
72
  padding:0px 20px 0px 20px;
@@ -80,87 +78,87 @@ box-shadow: 0px 13px 21px -10px rgba(128,128,128,1);
80
 
81
  }
82
  .wpsm_ac_h_i li i{
83
- margin-right:10px ;
84
- margin-bottom:10px;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
85
  }
86
-
87
- .wpsm_ac_h_i .btn-danger{
88
- font-size: 29px;
89
- background-color: #000000;
90
- border-radius:1px;
91
- margin-right:10px;
92
- margin-top: 0px;
93
- border-color:#000;
94
-
95
- }
96
- .wpsm_ac_h_i .btn-success{
97
- font-size: 28px;
98
- border-radius:1px;
99
- background-color: #ffffff;
100
- border-color: #ffffff;
101
- color:#000;
102
- }
103
- .pro-div-wrapper{
104
- overflow:hidden;display:block;width:100%
105
- }
106
 
107
  </style>
108
  <div class="wpsm_ac_h_i ">
109
  <div class="texture-layer">
110
 
111
- <div class="wpsm_ac_h_b"><a class="btn btn-danger btn-lg " href="https://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>
112
- <div style="overflow:hidden;display:block;width:100%;text-align:center">
113
  <h1 style="color:#fff;font-size:30px;text-transform:uppercase">Unlock More Features In Pro version</h1>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
114
  </div>
115
- <div class="pro-div-wrapper">
116
- <div class="col-md-3">
117
- <a href="https://wpshopmart.com/plugins/accordion-pro/" target="_blank">
118
- <ul>
119
- <li> <i class="fa fa-check"></i>18+ Design Templates </li>
120
- <li> <i class="fa fa-check"></i>30 Content Animations </li>
121
- <li> <i class="fa fa-check"></i>Individual Color FAQ</li>
122
- <li> <i class="fa fa-check"></i>Add Custom Image Icon </li>
123
- <li> <i class="fa fa-check"></i>12 Open/Close Icons Sets </li>
124
-
125
- </ul>
126
- </a>
127
- </div>
128
- <div class="col-md-3">
129
- <a href="https://wpshopmart.com/plugins/accordion-pro/" target="_blank">
130
- <ul>
131
- <li> <i class="fa fa-check"></i>4 Overlay Effect </li>
132
- <li> <i class="fa fa-check"></i>500+ Google Fonts </li>
133
- <li> <i class="fa fa-check"></i>Accordion Scroll Effect </li>
134
- <li> <i class="fa fa-check"></i>Set Accordion Height </li>
135
- <li> <i class="fa fa-check"></i>On Hover Accordion </li>
136
-
137
- </ul>
138
- </a>
139
- </div>
140
- <div class="col-md-3">
141
- <a href="https://wpshopmart.com/plugins/accordion-pro/" target="_blank">
142
- <ul>
143
- <li> <i class="fa fa-check"></i>Widget Option </li>
144
- <li> <i class="fa fa-check"></i>Unlimited Shortcode </li>
145
- <li> <i class="fa fa-check"></i>Unlimited Color Scheme </li>
146
- <li> <i class="fa fa-check"></i>Drag And Drop Builder </li>
147
- <li> <i class="fa fa-check"></i>Preview Option </li>
148
- </ul>
149
- </a>
150
- </div>
151
- <div class="col-md-3">
152
- <a href="https://wpshopmart.com/plugins/accordion-pro/" target="_blank">
153
- <ul>
154
- <li> <i class="fa fa-check"></i>Border Customization </li>
155
- <li> <i class="fa fa-check"></i>Collapse Mode </li>
156
- <li> <i class="fa fa-check"></i>Border Color Customization </li>
157
- <li> <i class="fa fa-check"></i>High Priority Support </li>
158
- <li> <i class="fa fa-check"></i>All Browser Compatible </li>
159
- </ul>
160
- </a>
161
- </div>
162
-
163
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
164
 
165
 
166
  </div>
29
  .wpsm_ac_h_i{
30
  background:url('<?php echo wpshopmart_accordion_directory_url.'img/slideshow-01.jpg'; ?>') 50% 0 no-repeat fixed;
31
  -webkit-box-shadow: 0px 13px 21px -10px rgba(128,128,128,1);
32
+ -moz-box-shadow: 0px 13px 21px -10px rgba(128,128,128,1);
33
+ box-shadow: 0px 13px 21px -10px rgba(128,128,128,1);
 
34
  margin-left: -20px;
35
  font-family: Myriad Pro ;
36
  cursor: pointer;
54
  font-size: 18px;
55
  padding: 0 0 15px 15px;
56
  }
 
57
  .wpsm_ac_h_i a{
58
  text-decoration: none;
59
  }
63
  }
64
  .texture-layer {
65
  background: rgba(0,0,0,0);
66
+ padding-top: 0px;
67
+ padding: 0px 0 23px 0;
68
  }
69
  .wpsm_ac_h_i ul{
70
  padding:0px 20px 0px 20px;
78
 
79
  }
80
  .wpsm_ac_h_i li i{
81
+ margin-right:10px ;
82
+ margin-bottom:10px;
83
+ }
84
+ .wpsm_ac_h_i .btn-danger{
85
+ font-size: 29px;
86
+ background-color: #000;
87
+ border-radius:1px;
88
+ margin-right:10px;
89
+ margin-top: 0px;
90
+ border-color:#000;
91
+ }
92
+ .wpsm_ac_h_i .btn-success{
93
+ font-size: 28px;
94
+ border-radius:1px;
95
+ background-color: #fff;
96
+ border-color: #fff;
97
+ color:#000;
98
+ }
99
+ .pro-div-wrapper{
100
+ overflow:hidden;
101
+ display:block;
102
+ width:100%;
103
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
104
 
105
  </style>
106
  <div class="wpsm_ac_h_i ">
107
  <div class="texture-layer">
108
 
109
+ <div class="wpsm_ac_h_b"><a class="btn btn-danger btn-lg " href="https://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>
110
+ <div style="overflow:hidden;display:block;width:100%;text-align:center">
111
  <h1 style="color:#fff;font-size:30px;text-transform:uppercase">Unlock More Features In Pro version</h1>
112
+ </div>
113
+ <div class="pro-div-wrapper">
114
+ <div class="col-md-3">
115
+ <a href="https://wpshopmart.com/plugins/accordion-pro/" target="_blank">
116
+ <ul>
117
+ <li> <i class="fa fa-check"></i>18+ Design Templates </li>
118
+ <li> <i class="fa fa-check"></i>30 Content Animations </li>
119
+ <li> <i class="fa fa-check"></i>Individual Color FAQ</li>
120
+ <li> <i class="fa fa-check"></i>Add Custom Image Icon </li>
121
+ <li> <i class="fa fa-check"></i>12 Open/Close Icons Sets </li>
122
+
123
+ </ul>
124
+ </a>
125
+ </div>
126
+ <div class="col-md-3">
127
+ <a href="https://wpshopmart.com/plugins/accordion-pro/" target="_blank">
128
+ <ul>
129
+ <li> <i class="fa fa-check"></i>4 Overlay Effect </li>
130
+ <li> <i class="fa fa-check"></i>500+ Google Fonts </li>
131
+ <li> <i class="fa fa-check"></i>Accordion Scroll Effect </li>
132
+ <li> <i class="fa fa-check"></i>Set Accordion Height </li>
133
+ <li> <i class="fa fa-check"></i>On Hover Accordion </li>
134
+
135
+ </ul>
136
+ </a>
137
  </div>
138
+ <div class="col-md-3">
139
+ <a href="https://wpshopmart.com/plugins/accordion-pro/" target="_blank">
140
+ <ul>
141
+ <li> <i class="fa fa-check"></i>Widget Option </li>
142
+ <li> <i class="fa fa-check"></i>Unlimited Shortcode </li>
143
+ <li> <i class="fa fa-check"></i>Unlimited Color Scheme </li>
144
+ <li> <i class="fa fa-check"></i>Drag And Drop Builder </li>
145
+ <li> <i class="fa fa-check"></i>Preview Option </li>
146
+ </ul>
147
+ </a>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
148
  </div>
149
+ <div class="col-md-3">
150
+ <a href="https://wpshopmart.com/plugins/accordion-pro/" target="_blank">
151
+ <ul>
152
+ <li> <i class="fa fa-check"></i>Border Customization </li>
153
+ <li> <i class="fa fa-check"></i>Collapse Mode </li>
154
+ <li> <i class="fa fa-check"></i>Border Color Customization </li>
155
+ <li> <i class="fa fa-check"></i>High Priority Support </li>
156
+ <li> <i class="fa fa-check"></i>All Browser Compatible </li>
157
+ </ul>
158
+ </a>
159
+ </div>
160
+
161
+ </div>
162
 
163
 
164
  </div>
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: wpshopmart
3
  Donate link: https://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.9
6
- Tested up to: 5.4.1
7
- Stable tag: 2.1.8
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -140,7 +140,32 @@ Please contribute to translate our plugin. Contact at `wpshopmart(at)gmail(dot)
140
 
141
  == Frequently Asked Questions ==
142
 
143
- Please use WordPress support forum to ask any query regarding any issue.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
144
 
145
  == Screenshots ==
146
 
@@ -158,6 +183,11 @@ Please use WordPress support forum to ask any query regarding any issue.
158
 
159
  == Changelog ==
160
 
 
 
 
 
 
161
  = 2.1.8 =
162
 
163
  * Compatible with WordPress 5.4 version.
3
  Donate link: https://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.9
6
+ Tested up to: 5.4.2
7
+ Stable tag: 2.1.9
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
140
 
141
  == Frequently Asked Questions ==
142
 
143
+ = How do i displayed my Accordion FAQ on page? =
144
+
145
+ Just copy your FAQ accordion shortcode [WPSM_AC id=xx] and then paste it on your page.
146
+
147
+ = Doesn't work on my website ? =
148
+
149
+ May be possible it's conflict with other plugin so try to deactivate other plugin one by one and then check which one is conflict after then contact us here [our support forum](https://wordpress.org/support/plugin/responsive-accordion-and-collapse/).
150
+
151
+ = Is this plugin responsive ? =
152
+
153
+ yes, it's based on bootstrap. Accordion FAQ content are compatible with all media devices.
154
+
155
+ = Can i add accordion in widget ? =
156
+
157
+ Just open your widget menu then add “Text widget” , now paste your accordion shortcode [WPSM_AC id=xx] (here xx your shortcode id) in text widget.
158
+
159
+ = Can i add my own custom css on faq ? =
160
+
161
+ Yes you can add your own custom css, there custom css field is available so you can add css code there.
162
+
163
+ = I Really lIke your effort on this plugin and now i want to rate it ! =
164
+
165
+ We love your feedback please submit your review here [pluign review](https://wordpress.org/support/plugin/responsive-accordion-and-collapse/reviews/)
166
+
167
+
168
+
169
 
170
  == Screenshots ==
171
 
183
 
184
  == Changelog ==
185
 
186
+ = 2.1.9 =
187
+
188
+ * minor issue resolved
189
+ * Compatible with WordPress 5.4.2 version.
190
+
191
  = 2.1.8 =
192
 
193
  * Compatible with WordPress 5.4 version.
responsive-accordion.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
  * Plugin Name: Responsive Accordion And Collapse
4
- * Version: 2.1.8
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: https://www.wpshopmart.com
@@ -21,7 +21,7 @@ define("wpshopmart_accordion_text_domain", "wpsm_accordion");
21
  require_once("lib/installation/installation.php");
22
 
23
  /**
24
- * Responsive Accordion backend call
25
  */
26
  require_once("lib/admin/menu.php");
27
 
1
  <?php
2
  /**
3
  * Plugin Name: Responsive Accordion And Collapse
4
+ * Version: 2.1.9
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: https://www.wpshopmart.com
21
  require_once("lib/installation/installation.php");
22
 
23
  /**
24
+ * Responsive Accordion back end call
25
  */
26
  require_once("lib/admin/menu.php");
27