Version Description
- Proper Intendant of inline css
Download this release
Release Info
Developer | wpshopmart |
Plugin | Accordion FAQ |
Version | 1.8.3 |
Comparing to | |
See all releases |
Code changes from version 1.8.2 to 1.8.3
- lib/installation/installation.php +8 -103
- readme.txt +4 -1
- responsive-accordion.php +1 -1
lib/installation/installation.php
CHANGED
@@ -102,8 +102,6 @@ function wpsm_ac_header_info() {
|
|
102 |
<style>
|
103 |
.wpsm_ac_h_i{
|
104 |
background:url('<?php echo wpshopmart_accordion_directory_url.'img/slideshow-01.jpg'; ?>') 50% 0 repeat fixed;
|
105 |
-
|
106 |
-
|
107 |
margin-left: -20px;
|
108 |
font-family: Myriad Pro ;
|
109 |
cursor: pointer;
|
@@ -137,105 +135,27 @@ function wpsm_ac_header_info() {
|
|
137 |
}
|
138 |
.texture-layer {
|
139 |
background: rgba(0,0,0,0.7);
|
140 |
-
|
141 |
-
|
142 |
}
|
143 |
.wpsm_ac_h_i li {
|
144 |
-
|
145 |
color:#fff;
|
146 |
font-size: 17px;
|
147 |
line-height: 1.3;
|
148 |
font-weight: 600;
|
149 |
-
|
150 |
}
|
151 |
-
|
152 |
-
|
153 |
-
|
154 |
-
|
155 |
-
|
156 |
-
margin-right:10px;
|
157 |
|
158 |
}
|
159 |
.wpsm_ac_h_i .btn-success{
|
160 |
font-size: 29px;
|
161 |
border-radius:1px;
|
162 |
}
|
163 |
-
.pulse2 {
|
164 |
-
-webkit-animation: pulse2 2s linear infinite;
|
165 |
-
-moz-animation: pulse2 2s linear infinite;
|
166 |
-
-ms-animation: pulse2 2s linear infinite;
|
167 |
-
animation: pulse2 2s linear infinite;
|
168 |
-
}
|
169 |
-
@keyframes "pulse2" {
|
170 |
-
0% {
|
171 |
-
-webkit-transform: scale(1.1);
|
172 |
-
-moz-transform: scale(1.1);
|
173 |
-
-o-transform: scale(1.1);
|
174 |
-
-ms-transform: scale(1.1);
|
175 |
-
transform: scale(1.1);
|
176 |
-
}
|
177 |
-
50% {
|
178 |
-
-webkit-transform: scale(0.8);
|
179 |
-
-moz-transform: scale(0.8);
|
180 |
-
-o-transform: scale(0.8);
|
181 |
-
-ms-transform: scale(0.8);
|
182 |
-
transform: scale(0.8);
|
183 |
-
}
|
184 |
-
100% {
|
185 |
-
-webkit-transform: scale(1);
|
186 |
-
-moz-transform: scale(1);
|
187 |
-
-o-transform: scale(1);
|
188 |
-
-ms-transform: scale(1);
|
189 |
-
transform: scale(1);
|
190 |
-
}
|
191 |
-
|
192 |
-
}
|
193 |
-
|
194 |
-
@-moz-keyframes pulse2 {
|
195 |
-
0% {
|
196 |
-
-moz-transform: scale(1.1);
|
197 |
-
transform: scale(1.1);
|
198 |
-
}
|
199 |
-
50% {
|
200 |
-
-moz-transform: scale(0.8);
|
201 |
-
transform: scale(0.8);
|
202 |
-
}
|
203 |
-
100% {
|
204 |
-
-moz-transform: scale(1);
|
205 |
-
transform: scale(1);
|
206 |
-
}
|
207 |
|
208 |
-
}
|
209 |
-
|
210 |
-
@-webkit-keyframes "pulse2" {
|
211 |
-
0% {
|
212 |
-
-webkit-transform: scale(1.1);
|
213 |
-
transform: scale(1.1);
|
214 |
-
}
|
215 |
-
50% {
|
216 |
-
-webkit-transform: scale(0.8);
|
217 |
-
transform: scale(0.8);
|
218 |
-
}
|
219 |
-
100% {
|
220 |
-
-webkit-transform: scale(1);
|
221 |
-
transform: scale(1);
|
222 |
-
}
|
223 |
-
|
224 |
-
}
|
225 |
-
|
226 |
-
@-ms-keyframes "pulse2" {
|
227 |
-
0% {
|
228 |
-
-ms-transform: scale(1.1);
|
229 |
-
transform: scale(1.1);
|
230 |
-
}
|
231 |
-
50% {
|
232 |
-
-ms-transform: scale(0.8);
|
233 |
-
transform: scale(0.8);
|
234 |
-
}
|
235 |
-
100% {
|
236 |
-
-ms-transform: scale(1);
|
237 |
-
transform: scale(1);
|
238 |
-
}
|
239 |
</style>
|
240 |
<div class="wpsm_ac_h_i ">
|
241 |
<div class="texture-layer">
|
@@ -274,22 +194,7 @@ function wpsm_ac_header_info() {
|
|
274 |
<li> All Browser Compatible </li>
|
275 |
</ul>
|
276 |
</div>
|
277 |
-
|
278 |
-
<div class="col-md-6" style="padding-top:20px;">
|
279 |
-
<h2 class="pulse2" style="color:#fff;margin-bottom:10px;font-size:40px">Biggest Diwali Season Offer <img style=" display: inline;
|
280 |
-
width: 50px;
|
281 |
-
margin-left: 22px;
|
282 |
-
vertical-align: middle;" src="<?php echo wpshopmart_accordion_directory_url.'img/hand.png'; ?>" /></h2>
|
283 |
-
</div>
|
284 |
-
<div class="col-md-6" style="background: rgba(84, 148, 185, 0.5);
|
285 |
-
padding: 12px;
|
286 |
-
border: 4px solid rgba(255,255,255,0.2);">
|
287 |
-
<a href="http://wpshopmart.com/plugins/accordion-pro/" target="_blank"><span style="color:#fff;margin-bottom:20px;margin-top:10px;font-size:30px;display:block">Get 20% Discount On Any Product</span>
|
288 |
-
<span style="color:#fff;margin-bottom:15px;font-size:20px;display:block">Use Coupon Code - FBF80659</span>
|
289 |
-
<span style="color:#fff;margin-bottom:10px;font-size:20px">Offer Last Date 31st October Hurry Up! </span>
|
290 |
-
</a>
|
291 |
-
</div>
|
292 |
-
</div>
|
293 |
</div>
|
294 |
</a>
|
295 |
</div>
|
102 |
<style>
|
103 |
.wpsm_ac_h_i{
|
104 |
background:url('<?php echo wpshopmart_accordion_directory_url.'img/slideshow-01.jpg'; ?>') 50% 0 repeat fixed;
|
|
|
|
|
105 |
margin-left: -20px;
|
106 |
font-family: Myriad Pro ;
|
107 |
cursor: pointer;
|
135 |
}
|
136 |
.texture-layer {
|
137 |
background: rgba(0,0,0,0.7);
|
138 |
+
padding-top: 0px;
|
139 |
+
padding: 27px 0 23px 0;
|
140 |
}
|
141 |
.wpsm_ac_h_i li {
|
|
|
142 |
color:#fff;
|
143 |
font-size: 17px;
|
144 |
line-height: 1.3;
|
145 |
font-weight: 600;
|
|
|
146 |
}
|
147 |
+
.wpsm_ac_h_i .btn-danger{
|
148 |
+
font-size: 29px;
|
149 |
+
background-color: #E74B42;
|
150 |
+
border-radius:1px;
|
151 |
+
margin-right:10px;
|
|
|
152 |
|
153 |
}
|
154 |
.wpsm_ac_h_i .btn-success{
|
155 |
font-size: 29px;
|
156 |
border-radius:1px;
|
157 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
158 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
159 |
</style>
|
160 |
<div class="wpsm_ac_h_i ">
|
161 |
<div class="texture-layer">
|
194 |
<li> All Browser Compatible </li>
|
195 |
</ul>
|
196 |
</div>
|
197 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
198 |
</div>
|
199 |
</a>
|
200 |
</div>
|
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.6.1
|
7 |
-
Stable tag: 1.8.
|
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.8.2 =
|
145 |
* Small font class update
|
146 |
|
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.6.1
|
7 |
+
Stable tag: 1.8.3
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
141 |
|
142 |
== Changelog ==
|
143 |
|
144 |
+
= 1.8.3 =
|
145 |
+
* Proper Intendant of inline css
|
146 |
+
|
147 |
= 1.8.2 =
|
148 |
* Small font class update
|
149 |
|
responsive-accordion.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Responsive Accordion And Collapse
|
4 |
-
* Version: 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: http://www.wpshopmart.com
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Responsive Accordion And Collapse
|
4 |
+
* Version: 1.8.3
|
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
|