Version Description
- 05/11/2015 setting UI update.
Download this release
Release Info
Developer | paratheme |
Plugin | Post Grid |
Version | 1.9 |
Comparing to | |
See all releases |
Code changes from version 1.8 to 1.9
- ParaAdmin/css/ParaAdmin.css +14 -153
- post-grid.php +2 -2
- readme.txt +4 -1
ParaAdmin/css/ParaAdmin.css
CHANGED
@@ -9,15 +9,13 @@
|
|
9 |
}
|
10 |
|
11 |
.para-settings .option-box {
|
12 |
-
border-left: 3px solid rgb(255, 255, 255);
|
13 |
margin: 10px 0;
|
14 |
padding: 10px;
|
15 |
}
|
16 |
|
17 |
|
18 |
.para-settings .option-box:hover {
|
19 |
-
|
20 |
-
border-left: 3px solid #11b063;
|
21 |
}
|
22 |
|
23 |
|
@@ -27,7 +25,7 @@
|
|
27 |
}
|
28 |
|
29 |
.para-settings .option-box .option-info {
|
30 |
-
color: rgb(
|
31 |
font-size: 13px;
|
32 |
font-weight: normal;
|
33 |
margin: 10px 0;
|
@@ -41,20 +39,20 @@
|
|
41 |
|
42 |
.para-settings ul.tab-nav li {
|
43 |
background: none repeat scroll 0 0 rgb(230, 230, 230);
|
44 |
-
border-left: 1px solid rgb(199, 199, 199);
|
45 |
cursor: pointer;
|
46 |
display: inline-block;
|
47 |
float: left;
|
48 |
margin: 0;
|
49 |
-
padding:
|
50 |
}
|
51 |
|
52 |
.para-settings ul.tab-nav li.active{
|
53 |
-
background:#
|
54 |
-
border-top:2px solid #11b063;
|
55 |
-
padding-top:6px;
|
56 |
font-weight: bold;
|
57 |
}
|
|
|
|
|
|
|
58 |
.para-settings ul.box {
|
59 |
clear: both;
|
60 |
margin: 0;
|
@@ -62,7 +60,7 @@
|
|
62 |
}
|
63 |
|
64 |
.para-settings ul.box li.tab-box {
|
65 |
-
|
66 |
display: none;
|
67 |
margin: 0;
|
68 |
width: 100%;
|
@@ -70,7 +68,6 @@
|
|
70 |
|
71 |
|
72 |
|
73 |
-
|
74 |
.para-settings .new_user_profile_social {
|
75 |
margin: 15px 5px;
|
76 |
}
|
@@ -98,148 +95,6 @@
|
|
98 |
margin: 25px 0;
|
99 |
}
|
100 |
|
101 |
-
.para-settings .pricing-table{
|
102 |
-
|
103 |
-
}
|
104 |
-
|
105 |
-
.para-settings .pricing-table .column {
|
106 |
-
border-bottom: 1px solid #ff9601;
|
107 |
-
border-left: 1px solid #ff9601;
|
108 |
-
border-top: 1px solid #ff9601;
|
109 |
-
display: inline-block;
|
110 |
-
float: left;
|
111 |
-
text-align: center;
|
112 |
-
vertical-align: top;
|
113 |
-
width: 48%;
|
114 |
-
}
|
115 |
-
|
116 |
-
.para-settings .pricing-table .column:last-child {
|
117 |
-
border-right: 1px solid #ff9601;
|
118 |
-
}
|
119 |
-
|
120 |
-
.para-settings .paln {
|
121 |
-
|
122 |
-
border-bottom: 1px solid rgb(255, 150, 1);
|
123 |
-
display: block;
|
124 |
-
font-size: 20px;
|
125 |
-
font-weight: bold;
|
126 |
-
line-height: 30px;
|
127 |
-
padding: 10px 0;
|
128 |
-
}
|
129 |
-
.para-settings .cell {
|
130 |
-
border-bottom: 1px solid rgb(255, 150, 1);
|
131 |
-
display: block;
|
132 |
-
line-height: 20px;
|
133 |
-
padding: 7px 0;
|
134 |
-
}
|
135 |
-
|
136 |
-
.para-settings .hidden-mob {
|
137 |
-
|
138 |
-
display: none;
|
139 |
-
|
140 |
-
}
|
141 |
-
|
142 |
-
|
143 |
-
|
144 |
-
.para-settings .green {
|
145 |
-
background: url("tik-mark.png") no-repeat scroll 0 3px rgba(0, 0, 0, 0);
|
146 |
-
display: inline-block;
|
147 |
-
padding-left: 25px;
|
148 |
-
line-height: 20px;
|
149 |
-
|
150 |
-
}
|
151 |
-
|
152 |
-
.para-settings .red {
|
153 |
-
background: url("cross-mark.png") no-repeat scroll 0 3px rgba(0, 0, 0, 0);
|
154 |
-
display: inline-block;
|
155 |
-
padding-left: 25px;
|
156 |
-
line-height: 20px;
|
157 |
-
|
158 |
-
}
|
159 |
-
|
160 |
-
.para-settings .price {
|
161 |
-
font-size: 18px;
|
162 |
-
font-weight: bold;
|
163 |
-
padding: 25px 0;
|
164 |
-
border-bottom: 1px solid rgb(255, 150, 1);
|
165 |
-
}
|
166 |
-
|
167 |
-
|
168 |
-
.para-settings .buy-now {
|
169 |
-
background: none repeat scroll 0 0 rgb(221, 221, 221);
|
170 |
-
border-bottom: 2px solid rgb(157, 157, 157);
|
171 |
-
border-radius: 12px;
|
172 |
-
padding: 2px 12px;
|
173 |
-
text-decoration: none;
|
174 |
-
}
|
175 |
-
|
176 |
-
.para-settings .buy-now:hover {
|
177 |
-
|
178 |
-
border-bottom: 2px solid #706f6f;
|
179 |
-
|
180 |
-
}
|
181 |
-
|
182 |
-
|
183 |
-
|
184 |
-
.para-settings .data-table {
|
185 |
-
border: 1px solid rgb(199, 199, 199);
|
186 |
-
border-collapse: collapse;
|
187 |
-
}
|
188 |
-
|
189 |
-
.para-settings .data-table tr {
|
190 |
-
border-bottom: 1px solid rgb(199, 199, 199);
|
191 |
-
}
|
192 |
-
|
193 |
-
|
194 |
-
.para-settings .data-table th {
|
195 |
-
border-bottom: 2px solid rgb(253, 197, 28);
|
196 |
-
border-collapse: collapse;
|
197 |
-
padding: 10px 20px 10px 8px;
|
198 |
-
}
|
199 |
-
|
200 |
-
|
201 |
-
.para-settings .data-table td {
|
202 |
-
border-bottom: 1px solid rgb(199, 199, 199);
|
203 |
-
border-collapse: collapse;
|
204 |
-
padding: 10px 20px 10px 8px;
|
205 |
-
}
|
206 |
-
|
207 |
-
.para-settings .button {
|
208 |
-
margin: 20px 0;
|
209 |
-
}
|
210 |
-
|
211 |
-
.para-settings .success {
|
212 |
-
background: none repeat scroll 0 0 rgb(105, 221, 157);
|
213 |
-
padding: 5px 10px;
|
214 |
-
display:none;
|
215 |
-
}
|
216 |
-
.para-settings .para-form-table {
|
217 |
-
|
218 |
-
border-collapse: collapse;
|
219 |
-
}
|
220 |
-
|
221 |
-
.para-settings .para-form-table tr {
|
222 |
-
|
223 |
-
}
|
224 |
-
|
225 |
-
|
226 |
-
.para-settings .para-form-table th {
|
227 |
-
border-collapse: collapse;
|
228 |
-
padding: 10px 20px 10px 8px;
|
229 |
-
text-align: left;
|
230 |
-
vertical-align: top;
|
231 |
-
width: 200px;
|
232 |
-
}
|
233 |
-
|
234 |
-
.para-settings .para-form-table td {
|
235 |
-
|
236 |
-
border-collapse: collapse;
|
237 |
-
padding: 10px 20px 10px 8px;
|
238 |
-
}
|
239 |
-
|
240 |
-
.para-settings pre {
|
241 |
-
|
242 |
-
}
|
243 |
|
244 |
.para-settings .expandable {
|
245 |
|
@@ -251,6 +106,12 @@
|
|
251 |
margin: 2px 0;
|
252 |
}
|
253 |
|
|
|
|
|
|
|
|
|
|
|
|
|
254 |
.para-settings .expandable .header {
|
255 |
background: none repeat scroll 0 0 rgb(255, 255, 255);
|
256 |
padding: 5px;
|
9 |
}
|
10 |
|
11 |
.para-settings .option-box {
|
|
|
12 |
margin: 10px 0;
|
13 |
padding: 10px;
|
14 |
}
|
15 |
|
16 |
|
17 |
.para-settings .option-box:hover {
|
18 |
+
|
|
|
19 |
}
|
20 |
|
21 |
|
25 |
}
|
26 |
|
27 |
.para-settings .option-box .option-info {
|
28 |
+
color: rgb(153, 153, 153);
|
29 |
font-size: 13px;
|
30 |
font-weight: normal;
|
31 |
margin: 10px 0;
|
39 |
|
40 |
.para-settings ul.tab-nav li {
|
41 |
background: none repeat scroll 0 0 rgb(230, 230, 230);
|
|
|
42 |
cursor: pointer;
|
43 |
display: inline-block;
|
44 |
float: left;
|
45 |
margin: 0;
|
46 |
+
padding: 15px 20px;
|
47 |
}
|
48 |
|
49 |
.para-settings ul.tab-nav li.active{
|
50 |
+
background:#ffffff;
|
|
|
|
|
51 |
font-weight: bold;
|
52 |
}
|
53 |
+
|
54 |
+
|
55 |
+
|
56 |
.para-settings ul.box {
|
57 |
clear: both;
|
58 |
margin: 0;
|
60 |
}
|
61 |
|
62 |
.para-settings ul.box li.tab-box {
|
63 |
+
background: rgb(255, 255, 255) none repeat scroll 0 0;
|
64 |
display: none;
|
65 |
margin: 0;
|
66 |
width: 100%;
|
68 |
|
69 |
|
70 |
|
|
|
71 |
.para-settings .new_user_profile_social {
|
72 |
margin: 15px 5px;
|
73 |
}
|
95 |
margin: 25px 0;
|
96 |
}
|
97 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
98 |
|
99 |
.para-settings .expandable {
|
100 |
|
106 |
margin: 2px 0;
|
107 |
}
|
108 |
|
109 |
+
.para-settings .expandable .items.ui-sortable-helper {
|
110 |
+
border: 1px dashed rgb(153, 153, 153);
|
111 |
+
}
|
112 |
+
|
113 |
+
|
114 |
+
|
115 |
.para-settings .expandable .header {
|
116 |
background: none repeat scroll 0 0 rgb(255, 255, 255);
|
117 |
padding: 5px;
|
post-grid.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Post Grid
|
4 |
Plugin URI: http://paratheme.com
|
5 |
Description: Awesome post grid for query post from any post-type and display on grid.
|
6 |
-
Version: 1.
|
7 |
Author: paratheme
|
8 |
Author URI: http://paratheme.com
|
9 |
License: GPLv2 or later
|
@@ -27,7 +27,7 @@ class PostGrid{
|
|
27 |
define('post_grid_conatct_url', 'http://paratheme.com/contact/' );
|
28 |
define('post_grid_qa_url', 'http://paratheme.com/qa/' );
|
29 |
define('post_grid_plugin_name', 'Post Grid' );
|
30 |
-
define('post_grid_version', '1.
|
31 |
define('post_grid_customer_type', 'free' ); // pro & free
|
32 |
|
33 |
define('post_grid_share_url', 'https://wordpress.org/plugins/post-grid/' );
|
3 |
Plugin Name: Post Grid
|
4 |
Plugin URI: http://paratheme.com
|
5 |
Description: Awesome post grid for query post from any post-type and display on grid.
|
6 |
+
Version: 1.9
|
7 |
Author: paratheme
|
8 |
Author URI: http://paratheme.com
|
9 |
License: GPLv2 or later
|
27 |
define('post_grid_conatct_url', 'http://paratheme.com/contact/' );
|
28 |
define('post_grid_qa_url', 'http://paratheme.com/qa/' );
|
29 |
define('post_grid_plugin_name', 'Post Grid' );
|
30 |
+
define('post_grid_version', '1.9' );
|
31 |
define('post_grid_customer_type', 'free' ); // pro & free
|
32 |
|
33 |
define('post_grid_share_url', 'https://wordpress.org/plugins/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.3.1
|
7 |
-
Stable tag: 1.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -96,6 +96,9 @@ then paste this shortcode anywhere in your page to display grid<br />
|
|
96 |
== Changelog ==
|
97 |
|
98 |
|
|
|
|
|
|
|
99 |
= 1.8 =
|
100 |
* 01/10/2015 add- added soem premium features.
|
101 |
|
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.3.1
|
7 |
+
Stable tag: 1.9
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
96 |
== Changelog ==
|
97 |
|
98 |
|
99 |
+
= 1.9 =
|
100 |
+
* 05/11/2015 setting UI update.
|
101 |
+
|
102 |
= 1.8 =
|
103 |
* 01/10/2015 add- added soem premium features.
|
104 |
|