Post Grid - Version 2.0.16

Version Description

  • 16/12/2016 fix - flip-y & flip-y skin mobile device issue fixed.
Download this release

Release Info

Developer pickplugins
Plugin Icon 128x128 Post Grid
Version 2.0.16
Comparing to
See all releases

Code changes from version 2.0.15 to 2.0.16

Files changed (3) hide show
  1. assets/global/css/style.skins.css +45 -22
  2. post-grid.php +2 -2
  3. readme.txt +3 -1
assets/global/css/style.skins.css CHANGED
@@ -22,7 +22,8 @@ Skins css
22
  background: rgb(255, 255, 255) none repeat scroll 0 0;
23
  overflow: hidden;
24
  padding: 0;
25
- perspective: 600px;
 
26
  position: relative;
27
  vertical-align: top;
28
  width: 100%;
@@ -30,34 +31,41 @@ Skins css
30
 
31
  .skin.flip-x:hover .layer-media {
32
  background: rgb(255, 255, 255) none repeat scroll 0 0;
33
- transform: rotateX(180deg);
 
34
  z-index: 900;
35
  }
36
 
37
 
38
  .skin.flip-x .layer-media {
39
- backface-visibility: hidden;
 
40
  background: rgb(255, 255, 255) none repeat scroll 0 0;
41
  float: none;
42
  height: inherit;
43
  left: 0;
44
  text-align: center;
45
  top: 0;
46
- transform: rotateX(0deg) rotateY(0deg);
47
- transform-style: preserve-3d;
48
- transition: all 0.4s ease-in-out 0s;
 
 
 
49
  width: inherit;
50
  z-index: 900;
51
  }
52
 
53
  .skin.flip-x:hover .layer-content {
54
  background: rgb(255, 255, 255) none repeat scroll 0 0;
55
- transform: rotateX(0deg) rotateY(0deg);
 
56
  z-index: 1000;
57
  }
58
 
59
  .skin.flip-x .layer-content {
60
- backface-visibility: hidden;
 
61
  background: rgb(255, 255, 255) none repeat scroll 0 0;
62
  float: none;
63
  height: inherit;
@@ -65,9 +73,12 @@ Skins css
65
  padding: 0;
66
  position: absolute;
67
  top: 0;
68
- transform: rotateX(-179deg);
69
- transform-style: preserve-3d;
70
- transition: all 0.4s ease-in-out 0s;
 
 
 
71
  width: inherit;
72
  z-index: 800;
73
  }
@@ -83,7 +94,8 @@ Skins css
83
  background: rgb(255, 255, 255) none repeat scroll 0 0;
84
  overflow: hidden;
85
  padding: 0;
86
- perspective: 600px;
 
87
  position: relative;
88
  vertical-align: top;
89
  width: 100%;
@@ -91,43 +103,53 @@ Skins css
91
 
92
  .skin.flip-y:hover .layer-media {
93
  background: rgb(255, 255, 255) none repeat scroll 0 0;
94
- transform: rotateY(180deg);
 
95
  z-index: 900;
96
  }
97
 
98
 
99
  .skin.flip-y .layer-media {
100
- backface-visibility: hidden;
 
101
  background: rgb(255, 255, 255) none repeat scroll 0 0;
102
  float: none;
103
  height: inherit;
104
  left: 0;
105
  text-align: center;
106
  top: 0;
107
- transform: rotateX(0deg) rotateY(0deg);
108
- transform-style: preserve-3d;
109
- transition: all 0.4s ease-in-out 0s;
 
 
 
110
  width: inherit;
111
  z-index: 900;
112
  }
113
 
114
  .skin.flip-y:hover .layer-content {
115
  background: rgb(255, 255, 255) none repeat scroll 0 0;
116
- transform: rotateX(0deg) rotateY(0deg);
 
117
  z-index: 1000;
118
  }
119
 
120
  .skin.flip-y .layer-content {
121
- backface-visibility: hidden;
 
122
  background: rgb(255, 255, 255) none repeat scroll 0 0;
123
  float: none;
124
  height: inherit;
125
  left: 0;
126
  position: absolute;
127
  top: 0;
128
- transform: rotateY(-179deg);
129
- transform-style: preserve-3d;
130
- transition: all 0.4s ease-in-out 0s;
 
 
 
131
  width: inherit;
132
  z-index: 800;
133
  }
@@ -136,6 +158,7 @@ Skins css
136
  display: none;
137
  }
138
 
 
139
  /*################### zoomin ########################*/
140
 
141
 
22
  background: rgb(255, 255, 255) none repeat scroll 0 0;
23
  overflow: hidden;
24
  padding: 0;
25
+ -webkit-perspective: 600px;
26
+ perspective: 600px;
27
  position: relative;
28
  vertical-align: top;
29
  width: 100%;
31
 
32
  .skin.flip-x:hover .layer-media {
33
  background: rgb(255, 255, 255) none repeat scroll 0 0;
34
+ -webkit-transform: rotateX(180deg);
35
+ transform: rotateX(180deg);
36
  z-index: 900;
37
  }
38
 
39
 
40
  .skin.flip-x .layer-media {
41
+ -webkit-backface-visibility: hidden;
42
+ backface-visibility: hidden;
43
  background: rgb(255, 255, 255) none repeat scroll 0 0;
44
  float: none;
45
  height: inherit;
46
  left: 0;
47
  text-align: center;
48
  top: 0;
49
+ -webkit-transform: rotateX(0deg) rotateY(0deg);
50
+ transform: rotateX(0deg) rotateY(0deg);
51
+ -webkit-transform-style: preserve-3d;
52
+ transform-style: preserve-3d;
53
+ -webkit-transition: all 0.4s ease-in-out 0s;
54
+ transition: all 0.4s ease-in-out 0s;
55
  width: inherit;
56
  z-index: 900;
57
  }
58
 
59
  .skin.flip-x:hover .layer-content {
60
  background: rgb(255, 255, 255) none repeat scroll 0 0;
61
+ -webkit-transform: rotateX(0deg) rotateY(0deg);
62
+ transform: rotateX(0deg) rotateY(0deg);
63
  z-index: 1000;
64
  }
65
 
66
  .skin.flip-x .layer-content {
67
+ -webkit-backface-visibility: hidden;
68
+ backface-visibility: hidden;
69
  background: rgb(255, 255, 255) none repeat scroll 0 0;
70
  float: none;
71
  height: inherit;
73
  padding: 0;
74
  position: absolute;
75
  top: 0;
76
+ -webkit-transform: rotateX(-179deg);
77
+ transform: rotateX(-179deg);
78
+ -webkit-transform-style: preserve-3d;
79
+ transform-style: preserve-3d;
80
+ -webkit-transition: all 0.4s ease-in-out 0s;
81
+ transition: all 0.4s ease-in-out 0s;
82
  width: inherit;
83
  z-index: 800;
84
  }
94
  background: rgb(255, 255, 255) none repeat scroll 0 0;
95
  overflow: hidden;
96
  padding: 0;
97
+ -webkit-perspective: 600px;
98
+ perspective: 600px;
99
  position: relative;
100
  vertical-align: top;
101
  width: 100%;
103
 
104
  .skin.flip-y:hover .layer-media {
105
  background: rgb(255, 255, 255) none repeat scroll 0 0;
106
+ -webkit-transform: rotateY(180deg);
107
+ transform: rotateY(180deg);
108
  z-index: 900;
109
  }
110
 
111
 
112
  .skin.flip-y .layer-media {
113
+ -webkit-backface-visibility: hidden;
114
+ backface-visibility: hidden;
115
  background: rgb(255, 255, 255) none repeat scroll 0 0;
116
  float: none;
117
  height: inherit;
118
  left: 0;
119
  text-align: center;
120
  top: 0;
121
+ -webkit-transform: rotateX(0deg) rotateY(0deg);
122
+ transform: rotateX(0deg) rotateY(0deg);
123
+ -webkit-transform-style: preserve-3d;
124
+ transform-style: preserve-3d;
125
+ -webkit-transition: all 0.4s ease-in-out 0s;
126
+ transition: all 0.4s ease-in-out 0s;
127
  width: inherit;
128
  z-index: 900;
129
  }
130
 
131
  .skin.flip-y:hover .layer-content {
132
  background: rgb(255, 255, 255) none repeat scroll 0 0;
133
+ -webkit-transform: rotateX(0deg) rotateY(0deg);
134
+ transform: rotateX(0deg) rotateY(0deg);
135
  z-index: 1000;
136
  }
137
 
138
  .skin.flip-y .layer-content {
139
+ -webkit-backface-visibility: hidden;
140
+ backface-visibility: hidden;
141
  background: rgb(255, 255, 255) none repeat scroll 0 0;
142
  float: none;
143
  height: inherit;
144
  left: 0;
145
  position: absolute;
146
  top: 0;
147
+ -webkit-transform: rotateY(-179deg);
148
+ transform: rotateY(-179deg);
149
+ -webkit-transform-style: preserve-3d;
150
+ transform-style: preserve-3d;
151
+ -webkit-transition: all 0.4s ease-in-out 0s;
152
+ transition: all 0.4s ease-in-out 0s;
153
  width: inherit;
154
  z-index: 800;
155
  }
158
  display: none;
159
  }
160
 
161
+
162
  /*################### zoomin ########################*/
163
 
164
 
post-grid.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Post Grid
4
  Plugin URI: http://pickplugins.com
5
  Description: Awesome post grid for query post from any post type and display on grid.
6
- Version: 2.0.15
7
  Author: pickplugins
8
  Author URI: http://pickplugins.com
9
  Text Domain: post-grid
@@ -28,7 +28,7 @@ class PostGrid{
28
  define('post_grid_conatct_url', 'http://pickplugins.com/contact/' );
29
  define('post_grid_qa_url', 'http://www.pickplugins.com/questions/' );
30
  define('post_grid_plugin_name', 'Post Grid' );
31
- define('post_grid_version', '2.0.15' );
32
  define('post_grid_customer_type', 'free' );
33
  define('post_grid_share_url', 'https://wordpress.org/plugins/post-grid/' );
34
  define('post_grid_textdomain', 'post_grid' );
3
  Plugin Name: Post Grid
4
  Plugin URI: http://pickplugins.com
5
  Description: Awesome post grid for query post from any post type and display on grid.
6
+ Version: 2.0.16
7
  Author: pickplugins
8
  Author URI: http://pickplugins.com
9
  Text Domain: post-grid
28
  define('post_grid_conatct_url', 'http://pickplugins.com/contact/' );
29
  define('post_grid_qa_url', 'http://www.pickplugins.com/questions/' );
30
  define('post_grid_plugin_name', 'Post Grid' );
31
+ define('post_grid_version', '2.0.16' );
32
  define('post_grid_customer_type', 'free' );
33
  define('post_grid_share_url', 'https://wordpress.org/plugins/post-grid/' );
34
  define('post_grid_textdomain', 'post_grid' );
readme.txt CHANGED
@@ -4,7 +4,7 @@
4
  Tags: post grid, grid, custom post grid, post type grid, grid display, category filter, custom post, filter, filtering, grid, layout, list, masonry, post, post filter, post layout, taxonomy, taxonomy filter,
5
  Requires at least: 3.8
6
  Tested up to: 4.7
7
- Stable tag: 2.0.15
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -96,6 +96,8 @@ then paste this shortcode anywhere in your page to display grid<br />
96
  == Changelog ==
97
 
98
 
 
 
99
 
100
  = 2.0.15 =
101
  * 12/12/2016 add - Taxonomy query added.
4
  Tags: post grid, grid, custom post grid, post type grid, grid display, category filter, custom post, filter, filtering, grid, layout, list, masonry, post, post filter, post layout, taxonomy, taxonomy filter,
5
  Requires at least: 3.8
6
  Tested up to: 4.7
7
+ Stable tag: 2.0.16
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
96
  == Changelog ==
97
 
98
 
99
+ = 2.0.16 =
100
+ * 16/12/2016 fix - flip-y & flip-y skin mobile device issue fixed.
101
 
102
  = 2.0.15 =
103
  * 12/12/2016 add - Taxonomy query added.