Version Description
- minor bug resolved
Download this release
Release Info
Developer | wpshopmart |
Plugin | Accordion FAQ |
Version | 2.0.0 |
Comparing to | |
See all releases |
Code changes from version 1.9.9 to 2.0.0
- lib/help.php +114 -118
- readme.txt +6 -3
- responsive-accordion.php +1 -1
lib/help.php
CHANGED
@@ -1,124 +1,120 @@
|
|
1 |
<style>
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
<
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
</
|
94 |
-
<
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
</
|
102 |
-
<
|
103 |
-
|
104 |
-
|
105 |
-
|
106 |
-
|
107 |
-
|
108 |
-
|
109 |
-
</
|
110 |
-
<
|
111 |
-
|
112 |
-
|
113 |
-
|
114 |
-
<li> High Priority Support </li>
|
115 |
-
<li> All Browser Compatible </li>
|
116 |
-
</ul>
|
117 |
-
</div>
|
118 |
-
</div>
|
119 |
-
</a>
|
120 |
</div>
|
121 |
-
</
|
|
|
|
|
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.
|
7 |
-
Stable tag:
|
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:
|
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
|