Version Description
- minor issue resolved
Download this release
Release Info
Developer | wpshopmart |
Plugin | Accordion FAQ |
Version | 1.9.1 |
Comparing to | |
See all releases |
Code changes from version 1.9.0 to 1.9.1
- css/settings.css +8 -11
- readme.txt +7 -4
- responsive-accordion.php +1 -1
css/settings.css
CHANGED
@@ -14,17 +14,15 @@
|
|
14 |
display: block;
|
15 |
}
|
16 |
.ui-sortable-placeholder{
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
}
|
21 |
-
|
22 |
-
/* settings.php css */
|
23 |
.description {
|
24 |
display:none
|
25 |
}
|
26 |
.acc_table tr{
|
27 |
-
border-bottom: 5px solid #F1F1F1;
|
28 |
}
|
29 |
|
30 |
.acc_table th{
|
@@ -38,16 +36,15 @@ border-bottom: 5px solid #F1F1F1;
|
|
38 |
color: #555;
|
39 |
font-size: 16px;
|
40 |
}
|
41 |
-
|
42 |
margin-bottom: 9px;
|
43 |
padding: 10px 2px;
|
44 |
line-height: 1.3;
|
45 |
vertical-align: middle;
|
46 |
display: block;
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
box-shadow: 0 0 6px rgba(0,0,0,.2) !important;
|
51 |
}
|
52 |
.size-slider{
|
53 |
width: 70%;
|
14 |
display: block;
|
15 |
}
|
16 |
.ui-sortable-placeholder{
|
17 |
+
border:2px dotted #f2f2f2 !important;
|
18 |
+
visibility:visible !important;
|
19 |
+
background:transparent !important;
|
20 |
}
|
|
|
|
|
21 |
.description {
|
22 |
display:none
|
23 |
}
|
24 |
.acc_table tr{
|
25 |
+
border-bottom: 5px solid #F1F1F1;
|
26 |
}
|
27 |
|
28 |
.acc_table th{
|
36 |
color: #555;
|
37 |
font-size: 16px;
|
38 |
}
|
39 |
+
.acc_table td{
|
40 |
margin-bottom: 9px;
|
41 |
padding: 10px 2px;
|
42 |
line-height: 1.3;
|
43 |
vertical-align: middle;
|
44 |
display: block;
|
45 |
+
}
|
46 |
+
#accordion_setting {
|
47 |
+
box-shadow: 0 0 6px rgba(0,0,0,.2) !important;
|
|
|
48 |
}
|
49 |
.size-slider{
|
50 |
width: 70%;
|
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
-
=== Accordion
|
2 |
Contributors: wpshopmart
|
3 |
Donate link: http://www.wpshopmart.com
|
4 |
-
Tags: Accordion, accordions, accordion plugin, FAQ,
|
5 |
-
Requires at least:
|
6 |
Tested up to: 4.8
|
7 |
-
Stable tag: 1.9.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -141,6 +141,9 @@ Please use WordPress support forum to ask any query regarding any issue.
|
|
141 |
|
142 |
== Changelog ==
|
143 |
|
|
|
|
|
|
|
144 |
= 1.9.0 =
|
145 |
* Compatible with WordPress 4.8 version.
|
146 |
* Resolve accordion anchor tag focus css issue
|
1 |
+
=== Accordion FAQ ===
|
2 |
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.8
|
7 |
+
Stable tag: 1.9.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.9.1 =
|
145 |
+
* minor issue resolved
|
146 |
+
|
147 |
= 1.9.0 =
|
148 |
* Compatible with WordPress 4.8 version.
|
149 |
* Resolve accordion anchor tag focus css issue
|
responsive-accordion.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Responsive Accordion And Collapse
|
4 |
-
* Version: 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: http://www.wpshopmart.com
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Responsive Accordion And Collapse
|
4 |
+
* Version: 1.9.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
|