Version Description
- Minor Bug reserved
Download this release
Release Info
Developer | wpshopmart |
Plugin | Tabs |
Version | 1.6.4 |
Comparing to | |
See all releases |
Code changes from version 1.6.3 to 1.6.4
- assets/css/animate.css +0 -38
- readme.txt +7 -1
- tabs-responsive.php +1 -1
assets/css/animate.css
CHANGED
@@ -3668,41 +3668,3 @@ Licensed under the MIT license
|
|
3668 |
}
|
3669 |
}
|
3670 |
|
3671 |
-
@keyframes hinge {
|
3672 |
-
0% {
|
3673 |
-
-webkit-transform-origin: top left;
|
3674 |
-
transform-origin: top left;
|
3675 |
-
-webkit-animation-timing-function: ease-in-out;
|
3676 |
-
animation-timing-function: ease-in-out;
|
3677 |
-
}
|
3678 |
-
|
3679 |
-
20%, 60% {
|
3680 |
-
-webkit-transform: rotate3d(0, 0, 1, 80deg);
|
3681 |
-
transform: rotate3d(0, 0, 1, 80deg);
|
3682 |
-
-webkit-transform-origin: top left;
|
3683 |
-
transform-origin: top left;
|
3684 |
-
-webkit-animation-timing-function: ease-in-out;
|
3685 |
-
animation-timing-function: ease-in-out;
|
3686 |
-
}
|
3687 |
-
|
3688 |
-
40%, 80% {
|
3689 |
-
-webkit-transform: rotate3d(0, 0, 1, 60deg);
|
3690 |
-
transform: rotate3d(0, 0, 1, 60deg);
|
3691 |
-
-webkit-transform-origin: top left;
|
3692 |
-
transform-origin: top left;
|
3693 |
-
-webkit-animation-timing-function: ease-in-out;
|
3694 |
-
animation-timing-function: ease-in-out;
|
3695 |
-
opacity: 1;
|
3696 |
-
}
|
3697 |
-
|
3698 |
-
to {
|
3699 |
-
-webkit-transform: translate3d(0, 700px, 0);
|
3700 |
-
transform: translate3d(0, 700px, 0);
|
3701 |
-
opacity: 0;
|
3702 |
-
}
|
3703 |
-
}
|
3704 |
-
|
3705 |
-
.hinge {
|
3706 |
-
-webkit-animation-name: hinge;
|
3707 |
-
animation-name: hinge;
|
3708 |
-
}
|
3668 |
}
|
3669 |
}
|
3670 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.wpshopmart.com
|
|
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.6.1
|
7 |
-
Stable tag: 1.6.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -14,6 +14,9 @@ Tabs Responsive is the most easiest drag & drop Tabs builder for WordPress. You
|
|
14 |
|
15 |
Tabs Responsive is based on bootstrap framework, So This plugin design is responsive and user friendly to any mobile devices. You can display both vertical and horizontal tabs style using this plugin . Add multiple Tabs on multiple pages and post. There unlimited colour scheme and font style available for content.
|
16 |
|
|
|
|
|
|
|
17 |
You can add images, video, music or another shortcode in tab description filed. page using colorbox plugin. There Widget option also available, just add Tabs Responsive Widget in your Widget area.
|
18 |
|
19 |
= Tabs Responisve Shortcode =
|
@@ -106,6 +109,9 @@ Please use WordPress support forum to ask any query regarding any issue.
|
|
106 |
|
107 |
== Changelog ==
|
108 |
|
|
|
|
|
|
|
109 |
= 1.6.3 =
|
110 |
* Set code Proper intended
|
111 |
|
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.6.1
|
7 |
+
Stable tag: 1.6.4
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
14 |
|
15 |
Tabs Responsive is based on bootstrap framework, So This plugin design is responsive and user friendly to any mobile devices. You can display both vertical and horizontal tabs style using this plugin . Add multiple Tabs on multiple pages and post. There unlimited colour scheme and font style available for content.
|
16 |
|
17 |
+
https://www.youtube.com/watch?v=cQd52BJw9c8
|
18 |
+
|
19 |
+
|
20 |
You can add images, video, music or another shortcode in tab description filed. page using colorbox plugin. There Widget option also available, just add Tabs Responsive Widget in your Widget area.
|
21 |
|
22 |
= Tabs Responisve Shortcode =
|
109 |
|
110 |
== Changelog ==
|
111 |
|
112 |
+
= 1.6.4 =
|
113 |
+
* Minor Bug reserved
|
114 |
+
|
115 |
= 1.6.3 =
|
116 |
* Set code Proper intended
|
117 |
|
tabs-responsive.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Tabs Responsive
|
4 |
-
* Version: 1.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
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Tabs Responsive
|
4 |
+
* Version: 1.6.4
|
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
|