Version Description
- update backend screenshot
Download this release
Release Info
Developer | wpshopmart |
Plugin | Tabs |
Version | 1.7.6 |
Comparing to | |
See all releases |
Code changes from version 1.7.5 to 1.7.6
- assets/images/accordion-2.png +0 -0
- assets/images/slideshow-01.jpg +0 -0
- ink/install/installation.php +59 -32
- readme.txt +4 -1
- tabs-responsive.php +1 -1
assets/images/accordion-2.png
CHANGED
Binary file
|
assets/images/slideshow-01.jpg
CHANGED
Binary file
|
ink/install/installation.php
CHANGED
@@ -189,6 +189,10 @@ function wpsm_tabs_respnsive_header_info() {
|
|
189 |
<style>
|
190 |
.wpsm_ac_h_i{
|
191 |
background:url('<?php echo wpshopmart_tabs_r_directory_url.'assets/images/slideshow-01.jpg'; ?>') 50% 0 repeat fixed;
|
|
|
|
|
|
|
|
|
192 |
margin-left: -20px;
|
193 |
font-family: Myriad Pro ;
|
194 |
cursor: pointer;
|
@@ -221,70 +225,93 @@ function wpsm_tabs_respnsive_header_info() {
|
|
221 |
.wpsm_ac_h_i .WlTSmall { display: none; }
|
222 |
}
|
223 |
.texture-layer {
|
224 |
-
background: rgba(0,0,
|
225 |
-
|
226 |
-
|
|
|
|
|
|
|
227 |
}
|
228 |
.wpsm_ac_h_i li {
|
|
|
229 |
color:#fff;
|
230 |
-
font-size:
|
231 |
line-height: 1.3;
|
232 |
font-weight: 600;
|
|
|
|
|
|
|
|
|
|
|
233 |
}
|
234 |
-
|
235 |
-
|
236 |
-
|
237 |
-
|
238 |
-
|
|
|
|
|
|
|
239 |
|
240 |
}
|
241 |
.wpsm_ac_h_i .btn-success{
|
242 |
-
font-size:
|
243 |
border-radius:1px;
|
|
|
|
|
|
|
244 |
}
|
245 |
-
|
|
|
|
|
|
|
|
|
|
|
246 |
</style>
|
247 |
<div class="wpsm_ac_h_i ">
|
248 |
<div class="texture-layer">
|
249 |
<a href="http://wpshopmart.com/plugins/accordion-pro/" target="_blank">
|
250 |
-
<div class="wpsm_ac_h_b"><a class="btn btn-danger btn-lg " href="https://wpshopmart.com/plugins/tabs-pro-plugin/" target="_blank">
|
|
|
|
|
|
|
251 |
<div style="overflow:hidden;display:block;width:100%">
|
252 |
<div class="col-md-3">
|
253 |
<ul>
|
254 |
-
<li> 20+ Design Templates </li>
|
255 |
-
<li> 30+ Content Animations </li>
|
256 |
-
<li> Individual Color Scheme </li>
|
257 |
-
<li> 4 Overlay Effect </li>
|
258 |
-
<li> 500+ Google Fonts </li>
|
259 |
</ul>
|
260 |
</div>
|
261 |
<div class="col-md-3">
|
262 |
<ul>
|
263 |
-
<li> Customize Icon Position </li>
|
264 |
-
<li> Custom Image icon </li>
|
265 |
-
<li> Tabs on Hover </li>
|
266 |
-
<li> Widget Option </li>
|
267 |
-
<li> 500+ Glyphicon Icons Support </li>
|
268 |
</ul>
|
269 |
</div>
|
270 |
<div class="col-md-3">
|
271 |
<ul>
|
272 |
-
<li> 500+ Dashicons Icon Support </li>
|
273 |
-
<li> 1000+ Font Awesome Icon Support </li>
|
274 |
-
<li> Tabs Custom Width </li>
|
275 |
-
<li> Unlimited Shortcode </li>
|
276 |
|
277 |
-
<li> Drag And Drop Builder </li>
|
278 |
|
279 |
</ul>
|
280 |
</div>
|
281 |
<div class="col-md-3">
|
282 |
<ul>
|
283 |
-
<li> Tabs Custom Height </li>
|
284 |
-
<li> Border Color Customization </li>
|
285 |
-
<li> Unlimited Color Scheme </li>
|
286 |
-
<li> High Priority Support </li>
|
287 |
-
<li> All Browser Compatible </li>
|
288 |
</ul>
|
289 |
</div>
|
290 |
|
189 |
<style>
|
190 |
.wpsm_ac_h_i{
|
191 |
background:url('<?php echo wpshopmart_tabs_r_directory_url.'assets/images/slideshow-01.jpg'; ?>') 50% 0 repeat fixed;
|
192 |
+
-webkit-box-shadow: 0px 13px 21px -10px rgba(128,128,128,1);
|
193 |
+
-moz-box-shadow: 0px 13px 21px -10px rgba(128,128,128,1);
|
194 |
+
box-shadow: 0px 13px 21px -10px rgba(128,128,128,1);
|
195 |
+
|
196 |
margin-left: -20px;
|
197 |
font-family: Myriad Pro ;
|
198 |
cursor: pointer;
|
225 |
.wpsm_ac_h_i .WlTSmall { display: none; }
|
226 |
}
|
227 |
.texture-layer {
|
228 |
+
background: rgba(0,0,0,0);
|
229 |
+
padding-top: 0px;
|
230 |
+
padding: 0px 0 23px 0;
|
231 |
+
}
|
232 |
+
.wpsm_ac_h_i ul{
|
233 |
+
padding:0px 20px 0px 50px;
|
234 |
}
|
235 |
.wpsm_ac_h_i li {
|
236 |
+
text-align:left;
|
237 |
color:#fff;
|
238 |
+
font-size: 20px;
|
239 |
line-height: 1.3;
|
240 |
font-weight: 600;
|
241 |
+
|
242 |
+
}
|
243 |
+
.wpsm_ac_h_i li i{
|
244 |
+
margin-right:10px ;
|
245 |
+
margin-bottom:10px;
|
246 |
}
|
247 |
+
|
248 |
+
.wpsm_ac_h_i .btn-danger{
|
249 |
+
font-size: 29px;
|
250 |
+
background-color: #000000;
|
251 |
+
border-radius:1px;
|
252 |
+
margin-right:10px;
|
253 |
+
margin-top: 0px;
|
254 |
+
border-color:#000;
|
255 |
|
256 |
}
|
257 |
.wpsm_ac_h_i .btn-success{
|
258 |
+
font-size: 28px;
|
259 |
border-radius:1px;
|
260 |
+
background-color: #ffffff;
|
261 |
+
border-color: #ffffff;
|
262 |
+
color:#000;
|
263 |
}
|
264 |
+
.btn-danger {
|
265 |
+
color: #fff;
|
266 |
+
background-color: #000000 !important;
|
267 |
+
border-color: #000000 !important;
|
268 |
+
}
|
269 |
+
|
270 |
</style>
|
271 |
<div class="wpsm_ac_h_i ">
|
272 |
<div class="texture-layer">
|
273 |
<a href="http://wpshopmart.com/plugins/accordion-pro/" target="_blank">
|
274 |
+
<div class="wpsm_ac_h_b"><a class="btn btn-danger btn-lg " href="https://wpshopmart.com/plugins/tabs-pro-plugin/" target="_blank">Buy Tabs Pro Now</a><a class="btn btn-success btn-lg " href="http://demo.wpshopmart.com/tabs-pro-plugin-demo-for-wordpress/" target="_blank">View Demo</a></div>
|
275 |
+
<div style="overflow:hidden;display:block;width:100%;text-align:center">
|
276 |
+
<h1 style="color:#fff;font-size:30px;text-transform:uppercase">Check Pro version Features</h1>
|
277 |
+
</div>
|
278 |
<div style="overflow:hidden;display:block;width:100%">
|
279 |
<div class="col-md-3">
|
280 |
<ul>
|
281 |
+
<li> <i class="fa fa-check"></i>20+ Design Templates </li>
|
282 |
+
<li> <i class="fa fa-check"></i>30+ Content Animations </li>
|
283 |
+
<li> <i class="fa fa-check"></i>Individual Color Scheme </li>
|
284 |
+
<li> <i class="fa fa-check"></i>4 Overlay Effect </li>
|
285 |
+
<li> <i class="fa fa-check"></i>500+ Google Fonts </li>
|
286 |
</ul>
|
287 |
</div>
|
288 |
<div class="col-md-3">
|
289 |
<ul>
|
290 |
+
<li> <i class="fa fa-check"></i>Customize Icon Position </li>
|
291 |
+
<li> <i class="fa fa-check"></i>Custom Image icon </li>
|
292 |
+
<li> <i class="fa fa-check"></i>Tabs on Hover </li>
|
293 |
+
<li> <i class="fa fa-check"></i>Widget Option </li>
|
294 |
+
<li> <i class="fa fa-check"></i>500+ Glyphicon Icons Support </li>
|
295 |
</ul>
|
296 |
</div>
|
297 |
<div class="col-md-3">
|
298 |
<ul>
|
299 |
+
<li> <i class="fa fa-check"></i>500+ Dashicons Icon Support </li>
|
300 |
+
<li> <i class="fa fa-check"></i>1000+ Font Awesome Icon Support </li>
|
301 |
+
<li> <i class="fa fa-check"></i>Tabs Custom Width </li>
|
302 |
+
<li> <i class="fa fa-check"></i>Unlimited Shortcode </li>
|
303 |
|
304 |
+
<li> <i class="fa fa-check"></i>Drag And Drop Builder </li>
|
305 |
|
306 |
</ul>
|
307 |
</div>
|
308 |
<div class="col-md-3">
|
309 |
<ul>
|
310 |
+
<li> <i class="fa fa-check"></i>Tabs Custom Height </li>
|
311 |
+
<li> <i class="fa fa-check"></i>Border Color Customization </li>
|
312 |
+
<li> <i class="fa fa-check"></i>Unlimited Color Scheme </li>
|
313 |
+
<li> <i class="fa fa-check"></i>High Priority Support </li>
|
314 |
+
<li> <i class="fa fa-check"></i>All Browser Compatible </li>
|
315 |
</ul>
|
316 |
</div>
|
317 |
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://wpshopmart.com/plugins/tabs-pro-plugin/
|
|
4 |
Tags: tab, tabs, responsive tabs, animation, animated tab, css3 tabs, bootstrap tabs, tabs content, responsive, shortcode, widget, wordpress tabs, wp tabs, accordion, collapse, toggle, bootstrap tab, jquery, tab widget, tab shortcode, jquery tabs, sidebar, plugin, html, html5, html5 tabs
|
5 |
Requires at least: 3.3
|
6 |
Tested up to: 4.8.1
|
7 |
-
Stable tag: 1.7.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -148,6 +148,9 @@ Please use WordPress support forum to ask any query regarding any issue.
|
|
148 |
|
149 |
== Changelog ==
|
150 |
|
|
|
|
|
|
|
151 |
= 1.7.5 =
|
152 |
* Small css code update
|
153 |
|
4 |
Tags: tab, tabs, responsive tabs, animation, animated tab, css3 tabs, bootstrap tabs, tabs content, responsive, shortcode, widget, wordpress tabs, wp tabs, accordion, collapse, toggle, bootstrap tab, jquery, tab widget, tab shortcode, jquery tabs, sidebar, plugin, html, html5, html5 tabs
|
5 |
Requires at least: 3.3
|
6 |
Tested up to: 4.8.1
|
7 |
+
Stable tag: 1.7.6
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
148 |
|
149 |
== Changelog ==
|
150 |
|
151 |
+
= 1.7.6 =
|
152 |
+
* update backend screenshot
|
153 |
+
|
154 |
= 1.7.5 =
|
155 |
* Small css code update
|
156 |
|
tabs-responsive.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Tabs Responsive
|
4 |
-
* Version: 1.7.
|
5 |
* Description: Tabs Responsive is the most easiest drag & drop Tabs builder for WordPress. You can add unlimited Tabs with unlimited color Scheme.
|
6 |
* Author: wpshopmart
|
7 |
* Author URI: http://www.wpshopmart.com
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Tabs Responsive
|
4 |
+
* Version: 1.7.6
|
5 |
* Description: Tabs Responsive is the most easiest drag & drop Tabs builder for WordPress. You can add unlimited Tabs with unlimited color Scheme.
|
6 |
* Author: wpshopmart
|
7 |
* Author URI: http://www.wpshopmart.com
|