Accordion FAQ - Version 2.0.0

Version Description

  • minor bug resolved
Download this release

Release Info

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

Code changes from version 1.9.9 to 2.0.0

Files changed (3) hide show
  1. lib/help.php +114 -118
  2. readme.txt +6 -3
  3. responsive-accordion.php +1 -1
lib/help.php CHANGED
@@ -1,124 +1,120 @@
1
  <style>
2
- .wpsm_ac_h_i{
3
- background:url('<?php echo wpshopmart_accordion_directory_url.'img/slideshow-01.jpg'; ?>') 50% 0 repeat fixed;
4
-
5
-
6
- margin-left: -20px;
7
- font-family: Myriad Pro ;
8
- cursor: pointer;
9
- text-align: center;
10
- }
11
- .wpsm_ac_h_i .wpsm_ac_h_b{
12
- color: white;
13
- font-size: 30px;
14
- font-weight: bolder;
15
- padding: 0 0 15px 0;
16
- }
17
- .wpsm_ac_h_i .wpsm_ac_h_b .dashicons{
18
- font-size: 40px;
19
- position: absolute;
20
- margin-left: -45px;
21
- margin-top: -10px;
22
- }
23
- .wpsm_ac_h_small{
24
- font-weight: bolder;
25
- color: white;
26
- font-size: 18px;
27
- padding: 0 0 15px 15px;
28
- }
29
 
30
- .wpsm_ac_h_i a{
31
- text-decoration: none;
32
- }
33
- @media screen and ( max-width: 600px ) {
34
- .wpsm_ac_h_i{ padding-top: 60px; margin-bottom: -50px; }
35
- .wpsm_ac_h_i .WlTSmall { display: none; }
36
- }
37
- .texture-layer {
38
- background: rgba(0,0,0,0.7);
39
- padding-top: 0px;
40
- padding: 27px 0 23px 0;
41
- }
42
- .wpsm_ac_h_i li {
43
-
44
- color:#fff;
45
- font-size: 17px;
46
- line-height: 1.3;
47
- font-weight: 600;
48
-
49
- }
50
-
51
- .wpsm_ac_h_i .btn-danger{
52
- font-size: 29px;
53
- background-color: #E74B42;
54
- border-radius:1px;
55
- margin-right:10px;
56
-
57
- }
58
- .wpsm_ac_h_i .btn-success{
59
- font-size: 29px;
60
- border-radius:1px;
61
- }
62
- #wpcontent{
63
- padding-left:0px !important;
64
-
65
- }
66
- .panel-primary{
67
-
68
- border:0px !important;
69
- }
70
- .panel-default{
71
- background:#f1f1f1 !important;
72
-
73
- }
74
- .postbox{
75
-
76
- border: 0px solid #e5e5e5 !important;
77
- background: #f1f1f1 !important;
78
- }
79
-
80
- </style>
81
- <div class="wpsm_ac_h_i ">
82
- <div class="texture-layer">
83
- <a href="http://wpshopmart.com/plugins/accordion-pro/" target="_blank">
84
- <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>
85
- <div style="overflow:hidden;display:block;width:100%">
86
- <div class="col-md-3">
87
- <ul>
88
- <li> 8 Design Templates </li>
89
- <li> 30 Content Animations </li>
90
- <li> 12 Open/close Icons Set </li>
91
- <li> 4 Overlay Effect </li>
92
- </ul>
93
- </div>
94
- <div class="col-md-3">
95
- <ul>
96
- <li> 500+ Google Fonts </li>
97
- <li> Accordion Scroll Effect </li>
98
- <li> On Hover Accordion </li>
99
- <li> Widget Option </li>
100
- </ul>
101
- </div>
102
- <div class="col-md-3">
103
- <ul>
104
- <li> Unlimited Shortcode </li>
105
- <li> Unlimited Color Scheme </li>
106
- <li> Drag And Drop Builder </li>
107
- <li> Preview Option </li>
108
- </ul>
109
- </div>
110
- <div class="col-md-3">
111
- <ul>
112
- <li> Collapse Mode </li>
113
- <li> Border Color Customization </li>
114
- <li> High Priority Support </li>
115
- <li> All Browser Compatible </li>
116
- </ul>
117
- </div>
118
- </div>
119
- </a>
120
  </div>
121
- </div>
 
 
122
  <div class="row">
123
 
124
  <div class="panel panel-primary panel-default content-panel">
1
  <style>
2
+ .wpsm_ac_h_i{
3
+ background:url('<?php echo wpshopmart_accordion_directory_url.'img/slideshow-01.jpg'; ?>') 50% 0 repeat fixed;
4
+
5
+
6
+ margin-left: -20px;
7
+ font-family: Myriad Pro ;
8
+ cursor: pointer;
9
+ text-align: center;
10
+ }
11
+ .wpsm_ac_h_i .wpsm_ac_h_b{
12
+ color: white;
13
+ font-size: 30px;
14
+ font-weight: bolder;
15
+ padding: 0 0 15px 0;
16
+ }
17
+ .wpsm_ac_h_i .wpsm_ac_h_b .dashicons{
18
+ font-size: 40px;
19
+ position: absolute;
20
+ margin-left: -45px;
21
+ margin-top: -10px;
22
+ }
23
+ .wpsm_ac_h_small{
24
+ font-weight: bolder;
25
+ color: white;
26
+ font-size: 18px;
27
+ padding: 0 0 15px 15px;
28
+ }
29
 
30
+ .wpsm_ac_h_i a{
31
+ text-decoration: none;
32
+ }
33
+ @media screen and ( max-width: 600px ) {
34
+ .wpsm_ac_h_i{ padding-top: 60px; margin-bottom: -50px; }
35
+ .wpsm_ac_h_i .WlTSmall { display: none; }
36
+ }
37
+ .texture-layer {
38
+ background: rgba(0,0,0,0.7);
39
+ padding-top: 0px;
40
+ padding: 27px 0 23px 0;
41
+ }
42
+ .wpsm_ac_h_i li {
43
+ color:#fff;
44
+ font-size: 17px;
45
+ line-height: 1.3;
46
+ font-weight: 600;
47
+ }
48
+ .wpsm_ac_h_i .btn-danger{
49
+ font-size: 29px;
50
+ background-color: #E74B42;
51
+ border-radius:1px;
52
+ margin-right:10px;
53
+ }
54
+ .wpsm_ac_h_i .btn-success{
55
+ font-size: 29px;
56
+ border-radius:1px;
57
+ }
58
+ #wpcontent{
59
+ padding-left:0px !important;
60
+
61
+ }
62
+ .panel-primary{
63
+
64
+ border:0px !important;
65
+ }
66
+ .panel-default{
67
+ background:#f1f1f1 !important;
68
+
69
+ }
70
+ .postbox{
71
+
72
+ border: 0px solid #e5e5e5 !important;
73
+ background: #f1f1f1 !important;
74
+ }
75
+
76
+ </style>
77
+ <div class="wpsm_ac_h_i ">
78
+ <div class="texture-layer">
79
+ <a href="https://wpshopmart.com/plugins/accordion-pro/" target="_blank">
80
+ <div class="wpsm_ac_h_b"><a class="btn btn-danger btn-lg " href="https://wpshopmart.com/plugins/accordion-pro/" target="_blank">Get Accordion Pro Only In $9</a><a class="btn btn-success btn-lg " href="http://demo.wpshopmart.com/accordion-pro/" target="_blank">View Demo</a></div>
81
+ <div style="overflow:hidden;display:block;width:100%">
82
+ <div class="col-md-3">
83
+ <ul>
84
+ <li> 8 Design Templates </li>
85
+ <li> 30 Content Animations </li>
86
+ <li> 12 Open/close Icons Set </li>
87
+ <li> 4 Overlay Effect </li>
88
+ </ul>
89
+ </div>
90
+ <div class="col-md-3">
91
+ <ul>
92
+ <li> 500+ Google Fonts </li>
93
+ <li> Accordion Scroll Effect </li>
94
+ <li> On Hover Accordion </li>
95
+ <li> Widget Option </li>
96
+ </ul>
97
+ </div>
98
+ <div class="col-md-3">
99
+ <ul>
100
+ <li> Unlimited Shortcode </li>
101
+ <li> Unlimited Color Scheme </li>
102
+ <li> Drag And Drop Builder </li>
103
+ <li> Preview Option </li>
104
+ </ul>
105
+ </div>
106
+ <div class="col-md-3">
107
+ <ul>
108
+ <li> Collapse Mode </li>
109
+ <li> Border Color Customization </li>
110
+ <li> High Priority Support </li>
111
+ <li> All Browser Compatible </li>
112
+ </ul>
113
+ </div>
 
 
 
 
 
 
114
  </div>
115
+ </a>
116
+ </div>
117
+ </div>
118
  <div class="row">
119
 
120
  <div class="panel panel-primary panel-default content-panel">
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.9.4
7
- Stable tag: 1.9.9
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -148,7 +148,10 @@ Please use WordPress support forum to ask any query regarding any issue.
148
  10. accordion styles 1
149
  11. accordion styles 2
150
 
151
- == Changelog ==
 
 
 
152
 
153
  = 1.9.9 =
154
  * Compatible with WordPress 4.9.4 version.
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.9.5
7
+ Stable tag: 2.0.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
148
  10. accordion styles 1
149
  11. accordion styles 2
150
 
151
+ == Changelog
152
+
153
+ = 2.0.0 =
154
+ * minor bug resolved
155
 
156
  = 1.9.9 =
157
  * Compatible with WordPress 4.9.4 version.
responsive-accordion.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
  * Plugin Name: Responsive Accordion And Collapse
4
- * Version: 1.9.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
1
  <?php
2
  /**
3
  * Plugin Name: Responsive Accordion And Collapse
4
+ * Version: 2.0.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: https://www.wpshopmart.com