The Post Grid - Version 1.1

Version Description

Download this release

Release Info

Developer techlabpro1
Plugin Icon 128x128 The Post Grid
Version 1.1
Comparing to
See all releases

Code changes from version 1.0 to 1.1

README.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: techlabpro1
3
  Donate link:
4
  Tags: post grid, content grid, post display, post format, post view, blog display, news display, post
5
  Requires at least: 3.5
6
- Tested up to: 4.5
7
- Stable tag: 1.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -37,6 +37,7 @@ By using The Post Grid plugin you can dispay your post in Grid List & Isotope vi
37
  * Pagination Supported
38
 
39
 
 
40
  = 4 easy steps to Generate Grid =
41
 
42
  **Step 1) Post Source:** Select Post Source then Select the Taxonomy ie category(s), tag(s), author(s), keyword(s) and Select Order by Id, Title, Created date, Modified date and Menu order then set the Terms and Relation.
@@ -53,6 +54,31 @@ From the Editor The Post Grid icon you can easily add into your page or post.
53
 
54
  For any bug or suggestion please mail support@radiustheme.com
55
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
56
  == Installation ==
57
 
58
  = Using The WordPress Dashboard =
@@ -99,4 +125,10 @@ In WordPress dashboard menu, click Content Views
99
  == Changelog ==
100
 
101
  = 1.0 =
102
- * Initial release
 
 
 
 
 
 
3
  Donate link:
4
  Tags: post grid, content grid, post display, post format, post view, blog display, news display, post
5
  Requires at least: 3.5
6
+ Tested up to: 4.6
7
+ Stable tag: 1.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
37
  * Pagination Supported
38
 
39
 
40
+
41
  = 4 easy steps to Generate Grid =
42
 
43
  **Step 1) Post Source:** Select Post Source then Select the Taxonomy ie category(s), tag(s), author(s), keyword(s) and Select Order by Id, Title, Created date, Modified date and Menu order then set the Terms and Relation.
54
 
55
  For any bug or suggestion please mail support@radiustheme.com
56
 
57
+ = PRO Features =
58
+ * Fully responsive and mobile friendly.
59
+ * 48 Different Layouts
60
+ * Even and Masonry Grid.
61
+ * WooCommerce supported.
62
+ * Custom Post Type Supported
63
+ * Display posts by any Taxonomy like category(s), tag(s), author(s), keyword(s), Status and Date Range
64
+ * Order by Id, Title, Created date, Modified date, Random, Comments Count and Menu order.
65
+ * Custom Image Size added
66
+ * Isotope filter for any taxonomy ie. categories, tags...
67
+ * Search field on Isotope.
68
+ * Set Default Isotop Filter Button.
69
+ * Disable Show All Button for Isotope Filter.
70
+ * Popup page Fields Selection.
71
+ * Default image set option in Shortcode generator settings.
72
+ * All Text color, size and Button Color control.
73
+ * Overlay color and opacity.
74
+ * AJAX Pagination (Load more and Load on Scrolling))
75
+ * Single popup and Popup with next preview.
76
+ * Social Share on popup.
77
+
78
+ [Get The PRO](https://www.radiustheme.com/the-post-grid-pro-for-wordpress/) [PRO Version Demo](http://radiustheme.com/demo/wordpress/thepostgridpro/)
79
+
80
+ For any bug or suggestion please mail support@radiustheme.com
81
+
82
  == Installation ==
83
 
84
  = Using The WordPress Dashboard =
125
  == Changelog ==
126
 
127
  = 1.0 =
128
+ * Initial release
129
+
130
+ = 1.1 =
131
+ * CSS issue fixed
132
+ * Pagination Fixed
133
+ * Isotope loadind issue fixed
134
+
assets/css/admin.css CHANGED
@@ -171,6 +171,35 @@ input.large-text.code.rt-code-sc {
171
  padding-bottom: 5px;
172
  }
173
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
174
  @media (max-width: 767px ) {
175
  .rt-setting-holder .field-holder{
176
  float: none;
171
  padding-bottom: 5px;
172
  }
173
 
174
+ .width50 {
175
+ width: 49%;
176
+ float: left;
177
+ }
178
+
179
+ .pro-features {
180
+ background: #3E6BFF;
181
+ color: #fff;
182
+ padding: 30px;
183
+ width: 90%;
184
+ }
185
+ .pro-features h3 {
186
+ color: #fff;
187
+ margin-top: 0px;
188
+ padding-bottom: 6px;
189
+ border-bottom: 1px solid #fff;
190
+ }
191
+ .pro-features .button-link {
192
+ color: #fff;
193
+ background: #FF1F10 !important;
194
+ padding: 10px 20px;
195
+ text-decoration: none;
196
+ margin-top: 5px;
197
+ }
198
+ .pro-features .button-link:hover {
199
+ color: #ffffff;
200
+ text-decoration: underline;
201
+ }
202
+
203
  @media (max-width: 767px ) {
204
  .rt-setting-holder .field-holder{
205
  float: none;
assets/css/thepostgrid.css CHANGED
@@ -1,5 +1,5 @@
1
  /**********************************************************************/
2
- /*********************************** Grid *****************************/
3
  /**********************************************************************/
4
 
5
  .rt-tpg-container * {
@@ -7,50 +7,41 @@
7
  -moz-box-sizing: border-box;
8
  box-sizing: border-box;
9
  }
10
-
11
  .rt-tpg-container *:before,
12
  .rt-tpg-container *:after {
13
  -webkit-box-sizing: border-box;
14
  -moz-box-sizing: border-box;
15
  box-sizing: border-box;
16
  }
17
-
18
  .container {
19
  margin-right: auto;
20
  margin-left: auto;
21
  padding-left: 15px;
22
  padding-right: 15px;
23
  }
24
-
25
  .container-fluid {
26
  margin-right: auto;
27
  margin-left: auto;
28
  padding-left: 15px;
29
  padding-right: 15px;
30
  }
31
-
32
  .rt-tpg-container ul {
33
  margin: 0;
34
  }
35
-
36
  .rt-tpg-container i {
37
  margin-right: 5px;
38
  }
39
-
40
  .clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
41
  content: " ";
42
  display: table;
43
  }
44
-
45
  .clearfix:after, .container:after, .container-fluid:after, .row:after {
46
  clear: both;
47
  }
48
-
49
  .row {
50
  margin-left: -15px;
51
  margin-right: -15px;
52
  }
53
-
54
  .rt-col-xs-1,
55
  .rt-col-sm-1, .rt-col-md-1, .rt-col-lg-1, .rt-col-xs-2, .rt-col-sm-2, .rt-col-md-2, .rt-col-lg-2, .rt-col-xs-3, .rt-col-sm-3, .rt-col-md-3, .rt-col-lg-3, .rt-col-xs-4, .rt-col-sm-4, .rt-col-md-4, .rt-col-lg-4, .rt-col-xs-5, .rt-col-sm-5, .rt-col-md-5, .rt-col-lg-5, .rt-col-xs-6, .rt-col-sm-6, .rt-col-md-6, .rt-col-lg-6, .rt-col-xs-7, .rt-col-sm-7, .rt-col-md-7, .rt-col-lg-7, .rt-col-xs-8, .rt-col-sm-8, .rt-col-md-8, .rt-col-lg-8, .rt-col-xs-9, .rt-col-sm-9, .rt-col-md-9, .rt-col-lg-9, .rt-col-xs-10, .rt-col-sm-10, .rt-col-md-10, .rt-col-lg-10, .rt-col-xs-11, .rt-col-sm-11, .rt-col-md-11, .rt-col-lg-11, .rt-col-xs-12, .rt-col-sm-12, .rt-col-md-12, .rt-col-lg-12 {
56
  position: relative;
@@ -58,59 +49,45 @@
58
  padding-left: 15px;
59
  padding-right: 15px;
60
  }
61
-
62
  .rt-col-xs-1, .rt-col-xs-2, .rt-col-xs-3, .rt-col-xs-4, .rt-col-xs-5, .rt-col-xs-6, .rt-col-xs-7, .rt-col-xs-8, .rt-col-xs-9, .rt-col-xs-10, .rt-col-xs-11, .rt-col-xs-12 {
63
  float: left;
64
  }
65
-
66
  .rt-col-xs-12 {
67
  width: 100%;
68
  }
69
-
70
  .rt-col-xs-11 {
71
  width: 91.66666667%;
72
  }
73
-
74
  .rt-col-xs-10 {
75
  width: 83.33333333%;
76
  }
77
-
78
  .rt-col-xs-9 {
79
  width: 75%;
80
  }
81
-
82
  .rt-col-xs-8 {
83
  width: 66.66666667%;
84
  }
85
-
86
  .rt-col-xs-7 {
87
  width: 58.33333333%;
88
  }
89
-
90
  .rt-col-xs-6 {
91
  width: 50%;
92
  }
93
-
94
  .rt-col-xs-5 {
95
  width: 41.66666667%;
96
  }
97
-
98
  .rt-col-xs-4 {
99
  width: 33.33333333%;
100
  }
101
-
102
  .rt-col-xs-3 {
103
  width: 25%;
104
  }
105
-
106
  .rt-col-xs-2 {
107
  width: 16.66666667%;
108
  }
109
-
110
  .rt-col-xs-1 {
111
  width: 8.33333333%;
112
  }
113
-
114
  .img-responsive {
115
  max-width: 100%;
116
  display: block;
@@ -124,23 +101,19 @@
124
  padding: 5px 0px;
125
  font-size: 90%;
126
  }
127
-
128
  .post-meta-tags {
129
  padding: 0px 0px 5px 0px;
130
  font-size: 90%;
131
  }
132
-
133
  .post-meta-user span, .post-meta-tags span {
134
  display: inline-block;
135
  padding-right: 5px;
136
  }
137
-
138
  .post-meta-user span.comment-link {
139
  text-align: right;
140
  float: right;
141
  padding-right: 0px;
142
  }
143
-
144
  .post-meta-user span.post-tags-links {
145
  padding-right: 0px;
146
  }
@@ -151,12 +124,10 @@
151
  .rt-tpg-container .layout1 .rt-holder {
152
  padding-bottom: 15px;
153
  }
154
-
155
  .rt-tpg-container .layout1 .rt-holder .rt-img-holder {
156
  position: relative;
157
  overflow: hidden;
158
  }
159
-
160
  .rt-tpg-container .layout1 .rt-holder .rt-img-holder img {
161
  -webkit-transition: all 1.1s ease;
162
  -moz-transition: all 1.1s ease;
@@ -165,7 +136,6 @@
165
  transition: all 1.1s ease;
166
  max-width: 100%;
167
  }
168
-
169
  .rt-tpg-container .layout1 .rt-holder .rt-img-holder:hover img {
170
  -webkit-transform: scale(1.1);
171
  -moz-transform: scale(1.1);
@@ -173,7 +143,6 @@
173
  -o-transform: scale(1.1);
174
  transform: scale(1.1);
175
  }
176
-
177
  .rt-tpg-container .layout1 .rt-holder .rt-img-holder .overlay {
178
  width: 100%;
179
  height: 100%;
@@ -189,31 +158,25 @@
189
  transition: all 0.3s ease-out 0s;
190
  text-align: center;
191
  }
192
-
193
  .rt-tpg-container .layout1 .rt-holder .rt-img-holder .overlay .view-details {
194
  display: inline-block;
195
  font-size: 20px;
196
  }
197
-
198
  .rt-tpg-container .layout1 .rt-holder .rt-img-holder:hover .overlay {
199
  opacity: 1;
200
  }
201
-
202
  .rt-tpg-container .layout1 .rt-holder .rt-img-holder .active {
203
  opacity: 1;
204
  }
205
-
206
  .rt-tpg-container .layout1 .rt-holder .rt-detail {
207
  background: #fff;
208
  padding: 15px 0px;
209
  }
210
-
211
  .rt-tpg-container .layout1 .rt-holder .rt-detail h2 {
212
  font-size: 22px;
213
  margin: 0;
214
  font-weight: 400;
215
  }
216
-
217
  .rt-tpg-container .layout1 .rt-holder .view-details {
218
  width: 36px;
219
  height: 36px;
@@ -223,17 +186,14 @@
223
  -moz-border-radius: 50%;
224
  -webkit-border-radius: 50%;
225
  }
226
-
227
  .rt-tpg-container .layout1 .rt-holder .view-details i {
228
  color: #fff;
229
  text-align: center;
230
  padding: 8px 14px;
231
  }
232
-
233
  .rt-tpg-container .layout1 .rt-holder .rt-detail .post-meta {
234
  text-align: right;
235
  }
236
-
237
  .rt-tpg-container .layout1 .rt-holder .rt-detail .read-more {
238
  border: 1px solid #8e8e8e;
239
  padding: 5px 8px;
@@ -248,7 +208,6 @@
248
  .rt-tpg-container .layout2 .rt-holder {
249
  padding-bottom: 15px;
250
  }
251
-
252
  .rt-tpg-container .layout2 .rt-holder .rt-img-holder img {
253
  -webkit-transition: all 1.1s ease;
254
  -moz-transition: all 1.1s ease;
@@ -257,7 +216,6 @@
257
  transition: all 1.1s ease;
258
  max-width: 100%;
259
  }
260
-
261
  .rt-tpg-container .layout2 .rt-holder .rt-img-holder:hover img {
262
  -webkit-transform: scale(1.1);
263
  -moz-transform: scale(1.1);
@@ -265,22 +223,18 @@
265
  -o-transform: scale(1.1);
266
  transform: scale(1.1);
267
  }
268
-
269
  .rt-tpg-container .layout2 .rt-holder .rt-detail p {
270
  line-height: 24px;
271
  }
272
-
273
  .rt-tpg-container .layout2 .rt-holder .rt-detail h2 {
274
  font-size: 26px;
275
  margin: 0px 0 10px 0;
276
  font-weight: 400;
277
  }
278
-
279
  .rt-tpg-container .layout2 .rt-holder .rt-img-holder {
280
  position: relative;
281
  overflow: hidden;
282
  }
283
-
284
  .rt-tpg-container .layout2 .rt-holder .rt-img-holder .overlay {
285
  width: 100%;
286
  height: 100%;
@@ -296,13 +250,11 @@
296
  transition: all 0.3s ease-out 0s;
297
  text-align: center;
298
  }
299
-
300
  .rt-tpg-container .layout2 .rt-holder .rt-img-holder .overlay .link-holder {
301
  left: 0;
302
  position: absolute;
303
  right: 0;
304
  }
305
-
306
  .rt-tpg-container .layout2 .rt-holder .rt-img-holder .overlay .link-holder .view-details {
307
  border: 1px solid #fff;
308
  color: #fff;
@@ -316,17 +268,14 @@
316
  -moz-border-radius: 50%;
317
  -webkit-border-radius: 50%;
318
  }
319
-
320
  .rt-tpg-container .layout2 .rt-img-holder .overlay .link-holder i {
321
  color: #fff;
322
  text-align: center;
323
  padding: 8px 14px;
324
  }
325
-
326
  .rt-tpg-container .layout2 .rt-holder .rt-img-holder:hover .overlay {
327
  opacity: 1;
328
  }
329
-
330
  .rt-tpg-container .layout2 .rt-holder .rt-detail .read-more {
331
  border: 1px solid #8e8e8e;
332
  float: right;
@@ -342,22 +291,18 @@
342
  .rt-tpg-container .layout3 .rt-holder {
343
  padding-bottom: 15px;
344
  }
345
-
346
  .rt-tpg-container .layout3 .rt-holder .rt-detail p {
347
  line-height: 24px;
348
  }
349
-
350
  .rt-tpg-container .layout3 .rt-holder .rt-detail h2 {
351
  font-size: 26px;
352
  margin: 0px 0 10px 0;
353
  font-weight: 400;
354
  }
355
-
356
  .rt-tpg-container .layout3 .rt-holder .rt-img-holder {
357
  position: relative;
358
  overflow: hidden;
359
  }
360
-
361
  .rt-tpg-container .layout3 .rt-holder .rt-img-holder .overlay {
362
  width: 100%;
363
  height: 100%;
@@ -373,13 +318,11 @@
373
  transition: all 0.3s ease-out 0s;
374
  text-align: center;
375
  }
376
-
377
  .rt-tpg-container .layout3 .rt-holder .rt-img-holder .overlay .link-holder {
378
  left: 0;
379
  position: absolute;
380
  right: 0;
381
  }
382
-
383
  .rt-tpg-container .layout3 .rt-holder .rt-img-holder .overlay .link-holder .view-details {
384
  border: 1px solid #fff;
385
  color: #fff;
@@ -393,17 +336,14 @@
393
  -moz-border-radius: 50%;
394
  -webkit-border-radius: 50%;
395
  }
396
-
397
  .rt-tpg-container .layout3 .rt-img-holder .overlay .link-holder i {
398
  color: #fff;
399
  text-align: center;
400
  padding: 8px 14px;
401
  }
402
-
403
  .rt-tpg-container .layout3 .rt-holder .rt-img-holder:hover .overlay {
404
  opacity: 1;
405
  }
406
-
407
  .rt-tpg-container .layout3 .rt-holder .rt-detail .read-more {
408
  border: 1px solid #8e8e8e;
409
  float: right;
@@ -412,7 +352,6 @@
412
  -moz-border-radius: 5px;
413
  -webkit-border-radius: 5px;
414
  }
415
-
416
  .rt-tpg-container .layout3 .rt-holder .rt-img-holder > a img.rounded, .layout3 .rt-holder .rt-img-holder .overlay {
417
  border-radius: 50%;
418
  }
@@ -423,7 +362,6 @@
423
  .rt-tpg-container .isotope1 .rt-holder {
424
  padding-bottom: 30px;
425
  }
426
-
427
  .rt-tpg-container .isotope1 .rt-holder .rt-img-holder img {
428
  -webkit-transition: all 1.1s ease;
429
  -moz-transition: all 1.1s ease;
@@ -432,7 +370,6 @@
432
  transition: all 1.1s ease;
433
  max-width: 100%;
434
  }
435
-
436
  .rt-tpg-container .isotope1 .rt-holder .rt-img-holder:hover img {
437
  -webkit-transform: scale(1.1);
438
  -moz-transform: scale(1.1);
@@ -440,12 +377,10 @@
440
  -o-transform: scale(1.1);
441
  transform: scale(1.1);
442
  }
443
-
444
  .rt-tpg-container .isotope1 .rt-holder .rt-img-holder {
445
  position: relative;
446
  overflow: hidden;
447
  }
448
-
449
  .rt-tpg-container .isotope1 .rt-holder .rt-img-holder .overlay {
450
  width: 100%;
451
  height: 100%;
@@ -461,31 +396,25 @@
461
  transition: all 0.3s ease-out 0s;
462
  text-align: center;
463
  }
464
-
465
  .rt-tpg-container .isotope1 .rt-holder .rt-img-holder .overlay .view-details {
466
  display: inline-block;
467
  font-size: 20px;
468
  }
469
-
470
  .rt-tpg-container .isotope1 .rt-holder .rt-img-holder:hover .overlay {
471
  opacity: 1;
472
  }
473
-
474
  .rt-tpg-container .isotope1 .rt-holder .rt-img-holder .active {
475
  opacity: 1;
476
  }
477
-
478
  .rt-tpg-container .isotope1 .rt-holder .rt-detail {
479
  background: #fff;
480
  padding: 15px 0px;
481
  }
482
-
483
  .rt-tpg-container .isotope1 .rt-holder .rt-detail h2 {
484
  font-size: 26px;
485
  margin: 0;
486
  font-weight: 400;
487
  }
488
-
489
  .rt-tpg-container .isotope1 .rt-holder .view-details {
490
  width: 36px;
491
  height: 36px;
@@ -495,17 +424,14 @@
495
  -moz-border-radius: 50%;
496
  -webkit-border-radius: 50%;
497
  }
498
-
499
  .rt-tpg-container .isotope1 .rt-holder .view-details i {
500
  color: #fff;
501
  text-align: center;
502
  padding: 8px 14px;
503
  }
504
-
505
  .rt-tpg-container .isotope1 .rt-holder .rt-detail .post-meta {
506
  text-align: right;
507
  }
508
-
509
  .rt-tpg-container .isotope1 .rt-holder .rt-detail .read-more {
510
  border: 1px solid #8e8e8e;
511
  padding: 5px 8px;
@@ -519,11 +445,9 @@
519
  text-align: center;
520
  margin: 15px 0;
521
  }
522
-
523
  .rt-tpg-container .rt-tpg-isotope-buttons .selected {
524
  background: #1e73be;
525
  }
526
-
527
  .rt-tpg-container .rt-tpg-isotope-buttons button {
528
  border: none;
529
  margin: 5px;
@@ -540,7 +464,6 @@
540
  text-align: center;
541
  margin: 30px;
542
  }
543
-
544
  .rt-pagination .pagination {
545
  display: inline-block;
546
  padding-left: 0;
@@ -549,19 +472,15 @@
549
  background: transparent;
550
  border-top: 0;
551
  }
552
-
553
  .entry-content .rt-pagination a {
554
  box-shadow: none;
555
  }
556
-
557
  .rt-pagination .pagination:before, .rt-pagination .pagination:after {
558
  content: none;
559
  }
560
-
561
  .rt-pagination .pagination > li {
562
  display: inline;
563
  }
564
-
565
  .rt-pagination .pagination > li > a,
566
  .rt-pagination .pagination > li > span {
567
  position: relative;
@@ -574,20 +493,17 @@
574
  border: 1px solid #dddddd;
575
  margin-left: -1px;
576
  }
577
-
578
  .rt-pagination .pagination > li:first-child > a,
579
  .rt-pagination .pagination > li:first-child > span {
580
  margin-left: 0;
581
  border-bottom-left-radius: 4px;
582
  border-top-left-radius: 4px;
583
  }
584
-
585
  .rt-pagination .pagination > li:last-child > a,
586
  .rt-pagination .pagination > li:last-child > span {
587
  border-bottom-right-radius: 4px;
588
  border-top-right-radius: 4px;
589
  }
590
-
591
  .rt-pagination .pagination > li > a:hover,
592
  .rt-pagination .pagination > li > span:hover,
593
  .rt-pagination .pagination > li > a:focus,
@@ -597,7 +513,6 @@
597
  background-color: #eeeeee;
598
  border-color: #dddddd;
599
  }
600
-
601
  .rt-pagination .pagination > .active > a,
602
  .rt-pagination .pagination > .active > span,
603
  .rt-pagination .pagination > .active > a:hover,
@@ -610,7 +525,6 @@
610
  border-color: #337ab7;
611
  cursor: default;
612
  }
613
-
614
  .rt-pagination .pagination > .disabled > span,
615
  .rt-pagination .pagination > .disabled > span:hover,
616
  .rt-pagination .pagination > .disabled > span:focus,
@@ -622,39 +536,33 @@
622
  border-color: #dddddd;
623
  cursor: not-allowed;
624
  }
625
-
626
  .rt-pagination .pagination-lg > li > a,
627
  .rt-pagination .pagination-lg > li > span {
628
  padding: 10px 16px;
629
  font-size: 18px;
630
  line-height: 1.3333333;
631
  }
632
-
633
  .rt-pagination .pagination-lg > li:first-child > a,
634
  .rt-pagination .pagination-lg > li:first-child > span {
635
  border-bottom-left-radius: 6px;
636
  border-top-left-radius: 6px;
637
  }
638
-
639
  .rt-pagination .pagination-lg > li:last-child > a,
640
  .rt-pagination .pagination-lg > li:last-child > span {
641
  border-bottom-right-radius: 6px;
642
  border-top-right-radius: 6px;
643
  }
644
-
645
  .rt-pagination .pagination-sm > li > a,
646
  .rt-pagination .pagination-sm > li > span {
647
  padding: 5px 10px;
648
  font-size: 12px;
649
  line-height: 1.5;
650
  }
651
-
652
  .rt-pagination .pagination-sm > li:first-child > a,
653
  .rt-pagination .pagination-sm > li:first-child > span {
654
  border-bottom-left-radius: 3px;
655
  border-top-left-radius: 3px;
656
  }
657
-
658
  .rt-pagination .pagination-sm > li:last-child > a,
659
  .rt-pagination .pagination-sm > li:last-child > span {
660
  border-bottom-right-radius: 3px;
@@ -703,51 +611,39 @@
703
  .rt-col-sm-1, .rt-col-sm-2, .rt-col-sm-3, .rt-col-sm-4, .rt-col-sm-5, .rt-col-sm-6, .rt-col-sm-7, .rt-col-sm-8, .rt-col-sm-9, .rt-col-sm-10, .rt-col-sm-11, .rt-col-sm-12 {
704
  float: left;
705
  }
706
-
707
  .rt-col-sm-12 {
708
  width: 100%;
709
  }
710
-
711
  .rt-col-sm-11 {
712
  width: 91.66666667%;
713
  }
714
-
715
  .rt-col-sm-10 {
716
  width: 83.33333333%;
717
  }
718
-
719
  .rt-col-sm-9 {
720
  width: 75%;
721
  }
722
-
723
  .rt-col-sm-8 {
724
  width: 66.66666667%;
725
  }
726
-
727
  .rt-col-sm-7 {
728
  width: 58.33333333%;
729
  }
730
-
731
  .rt-col-sm-6 {
732
  width: 50%;
733
  }
734
-
735
  .rt-col-sm-5 {
736
  width: 41.66666667%;
737
  }
738
-
739
  .rt-col-sm-4 {
740
  width: 33.33333333%;
741
  }
742
-
743
  .rt-col-sm-3 {
744
  width: 25%;
745
  }
746
-
747
  .rt-col-sm-2 {
748
  width: 16.66666667%;
749
  }
750
-
751
  .rt-col-sm-1 {
752
  width: 8.33333333%;
753
  }
@@ -757,51 +653,39 @@
757
  .rt-col-md-1, .rt-col-md-2, .rt-col-md-3, .rt-col-md-4, .rt-col-md-5, .rt-col-md-6, .rt-col-md-7, .rt-col-md-8, .rt-col-md-9, .rt-col-md-10, .rt-col-md-11, .rt-col-md-12 {
758
  float: left;
759
  }
760
-
761
  .rt-col-md-12 {
762
  width: 100%;
763
  }
764
-
765
  .rt-col-md-11 {
766
  width: 91.66666667%;
767
  }
768
-
769
  .rt-col-md-10 {
770
  width: 83.33333333%;
771
  }
772
-
773
  .rt-col-md-9 {
774
  width: 75%;
775
  }
776
-
777
  .rt-col-md-8 {
778
  width: 66.66666667%;
779
  }
780
-
781
  .rt-col-md-7 {
782
  width: 58.33333333%;
783
  }
784
-
785
  .rt-col-md-6 {
786
  width: 50%;
787
  }
788
-
789
  .rt-col-md-5 {
790
  width: 41.66666667%;
791
  }
792
-
793
  .rt-col-md-4 {
794
  width: 33.33333333%;
795
  }
796
-
797
  .rt-col-md-3 {
798
  width: 25%;
799
  }
800
-
801
  .rt-col-md-2 {
802
  width: 16.66666667%;
803
  }
804
-
805
  .rt-col-md-1 {
806
  width: 8.33333333%;
807
  }
@@ -811,51 +695,39 @@
811
  .rt-col-lg-1, .rt-col-lg-2, .rt-col-lg-3, .rt-col-lg-4, .rt-col-lg-5, .rt-col-lg-6, .rt-col-lg-7, .rt-col-lg-8, .rt-col-lg-9, .rt-col-lg-10, .rt-col-lg-11, .rt-col-lg-12 {
812
  float: left;
813
  }
814
-
815
  .rt-col-lg-12 {
816
  width: 100%;
817
  }
818
-
819
  .rt-col-lg-11 {
820
  width: 91.66666667%;
821
  }
822
-
823
  .rt-col-lg-10 {
824
  width: 83.33333333%;
825
  }
826
-
827
  .rt-col-lg-9 {
828
  width: 75%;
829
  }
830
-
831
  .rt-col-lg-8 {
832
  width: 66.66666667%;
833
  }
834
-
835
  .rt-col-lg-7 {
836
  width: 58.33333333%;
837
  }
838
-
839
  .rt-col-lg-6 {
840
  width: 50%;
841
  }
842
-
843
  .rt-col-lg-5 {
844
  width: 41.66666667%;
845
  }
846
-
847
  .rt-col-lg-4 {
848
  width: 33.33333333%;
849
  }
850
-
851
  .rt-col-lg-3 {
852
  width: 25%;
853
  }
854
-
855
  .rt-col-lg-2 {
856
  width: 16.66666667%;
857
  }
858
-
859
  .rt-col-lg-1 {
860
  width: 8.33333333%;
861
  }
1
  /**********************************************************************/
2
+ /**************************** The Post Grid ***************************/
3
  /**********************************************************************/
4
 
5
  .rt-tpg-container * {
7
  -moz-box-sizing: border-box;
8
  box-sizing: border-box;
9
  }
 
10
  .rt-tpg-container *:before,
11
  .rt-tpg-container *:after {
12
  -webkit-box-sizing: border-box;
13
  -moz-box-sizing: border-box;
14
  box-sizing: border-box;
15
  }
 
16
  .container {
17
  margin-right: auto;
18
  margin-left: auto;
19
  padding-left: 15px;
20
  padding-right: 15px;
21
  }
 
22
  .container-fluid {
23
  margin-right: auto;
24
  margin-left: auto;
25
  padding-left: 15px;
26
  padding-right: 15px;
27
  }
 
28
  .rt-tpg-container ul {
29
  margin: 0;
30
  }
 
31
  .rt-tpg-container i {
32
  margin-right: 5px;
33
  }
 
34
  .clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
35
  content: " ";
36
  display: table;
37
  }
 
38
  .clearfix:after, .container:after, .container-fluid:after, .row:after {
39
  clear: both;
40
  }
 
41
  .row {
42
  margin-left: -15px;
43
  margin-right: -15px;
44
  }
 
45
  .rt-col-xs-1,
46
  .rt-col-sm-1, .rt-col-md-1, .rt-col-lg-1, .rt-col-xs-2, .rt-col-sm-2, .rt-col-md-2, .rt-col-lg-2, .rt-col-xs-3, .rt-col-sm-3, .rt-col-md-3, .rt-col-lg-3, .rt-col-xs-4, .rt-col-sm-4, .rt-col-md-4, .rt-col-lg-4, .rt-col-xs-5, .rt-col-sm-5, .rt-col-md-5, .rt-col-lg-5, .rt-col-xs-6, .rt-col-sm-6, .rt-col-md-6, .rt-col-lg-6, .rt-col-xs-7, .rt-col-sm-7, .rt-col-md-7, .rt-col-lg-7, .rt-col-xs-8, .rt-col-sm-8, .rt-col-md-8, .rt-col-lg-8, .rt-col-xs-9, .rt-col-sm-9, .rt-col-md-9, .rt-col-lg-9, .rt-col-xs-10, .rt-col-sm-10, .rt-col-md-10, .rt-col-lg-10, .rt-col-xs-11, .rt-col-sm-11, .rt-col-md-11, .rt-col-lg-11, .rt-col-xs-12, .rt-col-sm-12, .rt-col-md-12, .rt-col-lg-12 {
47
  position: relative;
49
  padding-left: 15px;
50
  padding-right: 15px;
51
  }
 
52
  .rt-col-xs-1, .rt-col-xs-2, .rt-col-xs-3, .rt-col-xs-4, .rt-col-xs-5, .rt-col-xs-6, .rt-col-xs-7, .rt-col-xs-8, .rt-col-xs-9, .rt-col-xs-10, .rt-col-xs-11, .rt-col-xs-12 {
53
  float: left;
54
  }
 
55
  .rt-col-xs-12 {
56
  width: 100%;
57
  }
 
58
  .rt-col-xs-11 {
59
  width: 91.66666667%;
60
  }
 
61
  .rt-col-xs-10 {
62
  width: 83.33333333%;
63
  }
 
64
  .rt-col-xs-9 {
65
  width: 75%;
66
  }
 
67
  .rt-col-xs-8 {
68
  width: 66.66666667%;
69
  }
 
70
  .rt-col-xs-7 {
71
  width: 58.33333333%;
72
  }
 
73
  .rt-col-xs-6 {
74
  width: 50%;
75
  }
 
76
  .rt-col-xs-5 {
77
  width: 41.66666667%;
78
  }
 
79
  .rt-col-xs-4 {
80
  width: 33.33333333%;
81
  }
 
82
  .rt-col-xs-3 {
83
  width: 25%;
84
  }
 
85
  .rt-col-xs-2 {
86
  width: 16.66666667%;
87
  }
 
88
  .rt-col-xs-1 {
89
  width: 8.33333333%;
90
  }
 
91
  .img-responsive {
92
  max-width: 100%;
93
  display: block;
101
  padding: 5px 0px;
102
  font-size: 90%;
103
  }
 
104
  .post-meta-tags {
105
  padding: 0px 0px 5px 0px;
106
  font-size: 90%;
107
  }
 
108
  .post-meta-user span, .post-meta-tags span {
109
  display: inline-block;
110
  padding-right: 5px;
111
  }
 
112
  .post-meta-user span.comment-link {
113
  text-align: right;
114
  float: right;
115
  padding-right: 0px;
116
  }
 
117
  .post-meta-user span.post-tags-links {
118
  padding-right: 0px;
119
  }
124
  .rt-tpg-container .layout1 .rt-holder {
125
  padding-bottom: 15px;
126
  }
 
127
  .rt-tpg-container .layout1 .rt-holder .rt-img-holder {
128
  position: relative;
129
  overflow: hidden;
130
  }
 
131
  .rt-tpg-container .layout1 .rt-holder .rt-img-holder img {
132
  -webkit-transition: all 1.1s ease;
133
  -moz-transition: all 1.1s ease;
136
  transition: all 1.1s ease;
137
  max-width: 100%;
138
  }
 
139
  .rt-tpg-container .layout1 .rt-holder .rt-img-holder:hover img {
140
  -webkit-transform: scale(1.1);
141
  -moz-transform: scale(1.1);
143
  -o-transform: scale(1.1);
144
  transform: scale(1.1);
145
  }
 
146
  .rt-tpg-container .layout1 .rt-holder .rt-img-holder .overlay {
147
  width: 100%;
148
  height: 100%;
158
  transition: all 0.3s ease-out 0s;
159
  text-align: center;
160
  }
 
161
  .rt-tpg-container .layout1 .rt-holder .rt-img-holder .overlay .view-details {
162
  display: inline-block;
163
  font-size: 20px;
164
  }
 
165
  .rt-tpg-container .layout1 .rt-holder .rt-img-holder:hover .overlay {
166
  opacity: 1;
167
  }
 
168
  .rt-tpg-container .layout1 .rt-holder .rt-img-holder .active {
169
  opacity: 1;
170
  }
 
171
  .rt-tpg-container .layout1 .rt-holder .rt-detail {
172
  background: #fff;
173
  padding: 15px 0px;
174
  }
 
175
  .rt-tpg-container .layout1 .rt-holder .rt-detail h2 {
176
  font-size: 22px;
177
  margin: 0;
178
  font-weight: 400;
179
  }
 
180
  .rt-tpg-container .layout1 .rt-holder .view-details {
181
  width: 36px;
182
  height: 36px;
186
  -moz-border-radius: 50%;
187
  -webkit-border-radius: 50%;
188
  }
 
189
  .rt-tpg-container .layout1 .rt-holder .view-details i {
190
  color: #fff;
191
  text-align: center;
192
  padding: 8px 14px;
193
  }
 
194
  .rt-tpg-container .layout1 .rt-holder .rt-detail .post-meta {
195
  text-align: right;
196
  }
 
197
  .rt-tpg-container .layout1 .rt-holder .rt-detail .read-more {
198
  border: 1px solid #8e8e8e;
199
  padding: 5px 8px;
208
  .rt-tpg-container .layout2 .rt-holder {
209
  padding-bottom: 15px;
210
  }
 
211
  .rt-tpg-container .layout2 .rt-holder .rt-img-holder img {
212
  -webkit-transition: all 1.1s ease;
213
  -moz-transition: all 1.1s ease;
216
  transition: all 1.1s ease;
217
  max-width: 100%;
218
  }
 
219
  .rt-tpg-container .layout2 .rt-holder .rt-img-holder:hover img {
220
  -webkit-transform: scale(1.1);
221
  -moz-transform: scale(1.1);
223
  -o-transform: scale(1.1);
224
  transform: scale(1.1);
225
  }
 
226
  .rt-tpg-container .layout2 .rt-holder .rt-detail p {
227
  line-height: 24px;
228
  }
 
229
  .rt-tpg-container .layout2 .rt-holder .rt-detail h2 {
230
  font-size: 26px;
231
  margin: 0px 0 10px 0;
232
  font-weight: 400;
233
  }
 
234
  .rt-tpg-container .layout2 .rt-holder .rt-img-holder {
235
  position: relative;
236
  overflow: hidden;
237
  }
 
238
  .rt-tpg-container .layout2 .rt-holder .rt-img-holder .overlay {
239
  width: 100%;
240
  height: 100%;
250
  transition: all 0.3s ease-out 0s;
251
  text-align: center;
252
  }
 
253
  .rt-tpg-container .layout2 .rt-holder .rt-img-holder .overlay .link-holder {
254
  left: 0;
255
  position: absolute;
256
  right: 0;
257
  }
 
258
  .rt-tpg-container .layout2 .rt-holder .rt-img-holder .overlay .link-holder .view-details {
259
  border: 1px solid #fff;
260
  color: #fff;
268
  -moz-border-radius: 50%;
269
  -webkit-border-radius: 50%;
270
  }
 
271
  .rt-tpg-container .layout2 .rt-img-holder .overlay .link-holder i {
272
  color: #fff;
273
  text-align: center;
274
  padding: 8px 14px;
275
  }
 
276
  .rt-tpg-container .layout2 .rt-holder .rt-img-holder:hover .overlay {
277
  opacity: 1;
278
  }
 
279
  .rt-tpg-container .layout2 .rt-holder .rt-detail .read-more {
280
  border: 1px solid #8e8e8e;
281
  float: right;
291
  .rt-tpg-container .layout3 .rt-holder {
292
  padding-bottom: 15px;
293
  }
 
294
  .rt-tpg-container .layout3 .rt-holder .rt-detail p {
295
  line-height: 24px;
296
  }
 
297
  .rt-tpg-container .layout3 .rt-holder .rt-detail h2 {
298
  font-size: 26px;
299
  margin: 0px 0 10px 0;
300
  font-weight: 400;
301
  }
 
302
  .rt-tpg-container .layout3 .rt-holder .rt-img-holder {
303
  position: relative;
304
  overflow: hidden;
305
  }
 
306
  .rt-tpg-container .layout3 .rt-holder .rt-img-holder .overlay {
307
  width: 100%;
308
  height: 100%;
318
  transition: all 0.3s ease-out 0s;
319
  text-align: center;
320
  }
 
321
  .rt-tpg-container .layout3 .rt-holder .rt-img-holder .overlay .link-holder {
322
  left: 0;
323
  position: absolute;
324
  right: 0;
325
  }
 
326
  .rt-tpg-container .layout3 .rt-holder .rt-img-holder .overlay .link-holder .view-details {
327
  border: 1px solid #fff;
328
  color: #fff;
336
  -moz-border-radius: 50%;
337
  -webkit-border-radius: 50%;
338
  }
 
339
  .rt-tpg-container .layout3 .rt-img-holder .overlay .link-holder i {
340
  color: #fff;
341
  text-align: center;
342
  padding: 8px 14px;
343
  }
 
344
  .rt-tpg-container .layout3 .rt-holder .rt-img-holder:hover .overlay {
345
  opacity: 1;
346
  }
 
347
  .rt-tpg-container .layout3 .rt-holder .rt-detail .read-more {
348
  border: 1px solid #8e8e8e;
349
  float: right;
352
  -moz-border-radius: 5px;
353
  -webkit-border-radius: 5px;
354
  }
 
355
  .rt-tpg-container .layout3 .rt-holder .rt-img-holder > a img.rounded, .layout3 .rt-holder .rt-img-holder .overlay {
356
  border-radius: 50%;
357
  }
362
  .rt-tpg-container .isotope1 .rt-holder {
363
  padding-bottom: 30px;
364
  }
 
365
  .rt-tpg-container .isotope1 .rt-holder .rt-img-holder img {
366
  -webkit-transition: all 1.1s ease;
367
  -moz-transition: all 1.1s ease;
370
  transition: all 1.1s ease;
371
  max-width: 100%;
372
  }
 
373
  .rt-tpg-container .isotope1 .rt-holder .rt-img-holder:hover img {
374
  -webkit-transform: scale(1.1);
375
  -moz-transform: scale(1.1);
377
  -o-transform: scale(1.1);
378
  transform: scale(1.1);
379
  }
 
380
  .rt-tpg-container .isotope1 .rt-holder .rt-img-holder {
381
  position: relative;
382
  overflow: hidden;
383
  }
 
384
  .rt-tpg-container .isotope1 .rt-holder .rt-img-holder .overlay {
385
  width: 100%;
386
  height: 100%;
396
  transition: all 0.3s ease-out 0s;
397
  text-align: center;
398
  }
 
399
  .rt-tpg-container .isotope1 .rt-holder .rt-img-holder .overlay .view-details {
400
  display: inline-block;
401
  font-size: 20px;
402
  }
 
403
  .rt-tpg-container .isotope1 .rt-holder .rt-img-holder:hover .overlay {
404
  opacity: 1;
405
  }
 
406
  .rt-tpg-container .isotope1 .rt-holder .rt-img-holder .active {
407
  opacity: 1;
408
  }
 
409
  .rt-tpg-container .isotope1 .rt-holder .rt-detail {
410
  background: #fff;
411
  padding: 15px 0px;
412
  }
 
413
  .rt-tpg-container .isotope1 .rt-holder .rt-detail h2 {
414
  font-size: 26px;
415
  margin: 0;
416
  font-weight: 400;
417
  }
 
418
  .rt-tpg-container .isotope1 .rt-holder .view-details {
419
  width: 36px;
420
  height: 36px;
424
  -moz-border-radius: 50%;
425
  -webkit-border-radius: 50%;
426
  }
 
427
  .rt-tpg-container .isotope1 .rt-holder .view-details i {
428
  color: #fff;
429
  text-align: center;
430
  padding: 8px 14px;
431
  }
 
432
  .rt-tpg-container .isotope1 .rt-holder .rt-detail .post-meta {
433
  text-align: right;
434
  }
 
435
  .rt-tpg-container .isotope1 .rt-holder .rt-detail .read-more {
436
  border: 1px solid #8e8e8e;
437
  padding: 5px 8px;
445
  text-align: center;
446
  margin: 15px 0;
447
  }
 
448
  .rt-tpg-container .rt-tpg-isotope-buttons .selected {
449
  background: #1e73be;
450
  }
 
451
  .rt-tpg-container .rt-tpg-isotope-buttons button {
452
  border: none;
453
  margin: 5px;
464
  text-align: center;
465
  margin: 30px;
466
  }
 
467
  .rt-pagination .pagination {
468
  display: inline-block;
469
  padding-left: 0;
472
  background: transparent;
473
  border-top: 0;
474
  }
 
475
  .entry-content .rt-pagination a {
476
  box-shadow: none;
477
  }
 
478
  .rt-pagination .pagination:before, .rt-pagination .pagination:after {
479
  content: none;
480
  }
 
481
  .rt-pagination .pagination > li {
482
  display: inline;
483
  }
 
484
  .rt-pagination .pagination > li > a,
485
  .rt-pagination .pagination > li > span {
486
  position: relative;
493
  border: 1px solid #dddddd;
494
  margin-left: -1px;
495
  }
 
496
  .rt-pagination .pagination > li:first-child > a,
497
  .rt-pagination .pagination > li:first-child > span {
498
  margin-left: 0;
499
  border-bottom-left-radius: 4px;
500
  border-top-left-radius: 4px;
501
  }
 
502
  .rt-pagination .pagination > li:last-child > a,
503
  .rt-pagination .pagination > li:last-child > span {
504
  border-bottom-right-radius: 4px;
505
  border-top-right-radius: 4px;
506
  }
 
507
  .rt-pagination .pagination > li > a:hover,
508
  .rt-pagination .pagination > li > span:hover,
509
  .rt-pagination .pagination > li > a:focus,
513
  background-color: #eeeeee;
514
  border-color: #dddddd;
515
  }
 
516
  .rt-pagination .pagination > .active > a,
517
  .rt-pagination .pagination > .active > span,
518
  .rt-pagination .pagination > .active > a:hover,
525
  border-color: #337ab7;
526
  cursor: default;
527
  }
 
528
  .rt-pagination .pagination > .disabled > span,
529
  .rt-pagination .pagination > .disabled > span:hover,
530
  .rt-pagination .pagination > .disabled > span:focus,
536
  border-color: #dddddd;
537
  cursor: not-allowed;
538
  }
 
539
  .rt-pagination .pagination-lg > li > a,
540
  .rt-pagination .pagination-lg > li > span {
541
  padding: 10px 16px;
542
  font-size: 18px;
543
  line-height: 1.3333333;
544
  }
 
545
  .rt-pagination .pagination-lg > li:first-child > a,
546
  .rt-pagination .pagination-lg > li:first-child > span {
547
  border-bottom-left-radius: 6px;
548
  border-top-left-radius: 6px;
549
  }
 
550
  .rt-pagination .pagination-lg > li:last-child > a,
551
  .rt-pagination .pagination-lg > li:last-child > span {
552
  border-bottom-right-radius: 6px;
553
  border-top-right-radius: 6px;
554
  }
 
555
  .rt-pagination .pagination-sm > li > a,
556
  .rt-pagination .pagination-sm > li > span {
557
  padding: 5px 10px;
558
  font-size: 12px;
559
  line-height: 1.5;
560
  }
 
561
  .rt-pagination .pagination-sm > li:first-child > a,
562
  .rt-pagination .pagination-sm > li:first-child > span {
563
  border-bottom-left-radius: 3px;
564
  border-top-left-radius: 3px;
565
  }
 
566
  .rt-pagination .pagination-sm > li:last-child > a,
567
  .rt-pagination .pagination-sm > li:last-child > span {
568
  border-bottom-right-radius: 3px;
611
  .rt-col-sm-1, .rt-col-sm-2, .rt-col-sm-3, .rt-col-sm-4, .rt-col-sm-5, .rt-col-sm-6, .rt-col-sm-7, .rt-col-sm-8, .rt-col-sm-9, .rt-col-sm-10, .rt-col-sm-11, .rt-col-sm-12 {
612
  float: left;
613
  }
 
614
  .rt-col-sm-12 {
615
  width: 100%;
616
  }
 
617
  .rt-col-sm-11 {
618
  width: 91.66666667%;
619
  }
 
620
  .rt-col-sm-10 {
621
  width: 83.33333333%;
622
  }
 
623
  .rt-col-sm-9 {
624
  width: 75%;
625
  }
 
626
  .rt-col-sm-8 {
627
  width: 66.66666667%;
628
  }
 
629
  .rt-col-sm-7 {
630
  width: 58.33333333%;
631
  }
 
632
  .rt-col-sm-6 {
633
  width: 50%;
634
  }
 
635
  .rt-col-sm-5 {
636
  width: 41.66666667%;
637
  }
 
638
  .rt-col-sm-4 {
639
  width: 33.33333333%;
640
  }
 
641
  .rt-col-sm-3 {
642
  width: 25%;
643
  }
 
644
  .rt-col-sm-2 {
645
  width: 16.66666667%;
646
  }
 
647
  .rt-col-sm-1 {
648
  width: 8.33333333%;
649
  }
653
  .rt-col-md-1, .rt-col-md-2, .rt-col-md-3, .rt-col-md-4, .rt-col-md-5, .rt-col-md-6, .rt-col-md-7, .rt-col-md-8, .rt-col-md-9, .rt-col-md-10, .rt-col-md-11, .rt-col-md-12 {
654
  float: left;
655
  }
 
656
  .rt-col-md-12 {
657
  width: 100%;
658
  }
 
659
  .rt-col-md-11 {
660
  width: 91.66666667%;
661
  }
 
662
  .rt-col-md-10 {
663
  width: 83.33333333%;
664
  }
 
665
  .rt-col-md-9 {
666
  width: 75%;
667
  }
 
668
  .rt-col-md-8 {
669
  width: 66.66666667%;
670
  }
 
671
  .rt-col-md-7 {
672
  width: 58.33333333%;
673
  }
 
674
  .rt-col-md-6 {
675
  width: 50%;
676
  }
 
677
  .rt-col-md-5 {
678
  width: 41.66666667%;
679
  }
 
680
  .rt-col-md-4 {
681
  width: 33.33333333%;
682
  }
 
683
  .rt-col-md-3 {
684
  width: 25%;
685
  }
 
686
  .rt-col-md-2 {
687
  width: 16.66666667%;
688
  }
 
689
  .rt-col-md-1 {
690
  width: 8.33333333%;
691
  }
695
  .rt-col-lg-1, .rt-col-lg-2, .rt-col-lg-3, .rt-col-lg-4, .rt-col-lg-5, .rt-col-lg-6, .rt-col-lg-7, .rt-col-lg-8, .rt-col-lg-9, .rt-col-lg-10, .rt-col-lg-11, .rt-col-lg-12 {
696
  float: left;
697
  }
 
698
  .rt-col-lg-12 {
699
  width: 100%;
700
  }
 
701
  .rt-col-lg-11 {
702
  width: 91.66666667%;
703
  }
 
704
  .rt-col-lg-10 {
705
  width: 83.33333333%;
706
  }
 
707
  .rt-col-lg-9 {
708
  width: 75%;
709
  }
 
710
  .rt-col-lg-8 {
711
  width: 66.66666667%;
712
  }
 
713
  .rt-col-lg-7 {
714
  width: 58.33333333%;
715
  }
 
716
  .rt-col-lg-6 {
717
  width: 50%;
718
  }
 
719
  .rt-col-lg-5 {
720
  width: 41.66666667%;
721
  }
 
722
  .rt-col-lg-4 {
723
  width: 33.33333333%;
724
  }
 
725
  .rt-col-lg-3 {
726
  width: 25%;
727
  }
 
728
  .rt-col-lg-2 {
729
  width: 16.66666667%;
730
  }
 
731
  .rt-col-lg-1 {
732
  width: 8.33333333%;
733
  }
assets/js/rttpg.js CHANGED
@@ -1,21 +1,22 @@
1
  jQuery.noConflict();
2
- (function($){
3
  'use strict';
4
- $(".rt-tpg-container").each(function(){
5
- var $isotopeHolder = $( this ).find('.tpg-isotope');
6
  var $isotope = $isotopeHolder.find('.rt-tpg-isotope');
7
- if($isotope.length){
8
- var isotope = $isotope.imagesLoaded( function() {
9
- tgpHeightResize();
10
- isotope.isotope({
11
- itemSelector: '.isotope-item',
12
- }).isotope('layout');
 
13
  });
14
  var $isotopeButtonGroup = $isotopeHolder.find('.rt-tpg-isotope-buttons');
15
- $isotopeButtonGroup.on( 'click', 'button', function(e) {
16
  e.preventDefault();
17
  var filterValue = $(this).attr('data-filter');
18
- isotope.isotope({ filter: filterValue });
19
  $(this).parent().find('.selected').removeClass('selected');
20
  $(this).addClass('selected');
21
  });
@@ -23,44 +24,45 @@ jQuery.noConflict();
23
  });
24
 
25
 
26
- $(window).resize( tgpHeightResize );
27
- $(window).resize( overlayIconResizeTpg );
28
- $(window).load( tgpHeightResize );
29
- $(window).load( overlayIconResizeTpg );
30
 
31
 
 
 
 
 
 
 
 
 
 
 
 
 
32
 
33
- function tgpHeightResize(){
34
- $(".rt-tpg-container").each(function(){
35
- var rtMaxH = 0;
36
- $(this).children('.row').children(".equal-height").height("auto");
37
- $(this).children('.row').children('.equal-height').each(function(){
38
- var $thisH = $(this).actual( 'outerHeight' );
39
- if($thisH > rtMaxH){
40
- rtMaxH = $thisH;
41
- }
42
  });
43
- $(this).children('.row').children(".equal-height").css('height', rtMaxH + "px");
44
 
45
- });
 
 
 
 
 
 
 
 
 
46
 
47
- $(".rt-tpg-container .rt-tpg-isotope").each(function(){
48
- var rtMaxH = 0;
49
- $(this).children(".equal-height").height("auto");
50
- $(this).children('.equal-height').each(function(){
51
- var $thisH = $(this).actual( 'outerHeight' );
52
- if($thisH > rtMaxH){
53
- rtMaxH = $thisH;
54
- }
55
  });
56
- $(this).children(".equal-height").css('height', rtMaxH + "px");
57
-
58
  });
59
  }
60
 
61
 
62
- function overlayIconResizeTpg(){
63
- $('.overlay').each(function() {
64
  var holder_height = $(this).height();
65
  var target = $(this).children('.link-holder');
66
  var targetd = $(this).children('.view-details');
@@ -68,10 +70,10 @@ jQuery.noConflict();
68
  var ad_height = targetd.height();
69
  var h = (holder_height - a_height) / 2;
70
  var hd = (holder_height - ad_height) / 2;
71
- target.css('top', h+'px');
72
- targetd.css('margin-top', hd+'px');
73
  });
74
  }
75
 
76
 
77
- })(jQuery);
1
  jQuery.noConflict();
2
+ (function ($) {
3
  'use strict';
4
+ $(".rt-tpg-container").each(function () {
5
+ var $isotopeHolder = $(this).find('.tpg-isotope');
6
  var $isotope = $isotopeHolder.find('.rt-tpg-isotope');
7
+ if ($isotope.length) {
8
+ var isotope = $isotope.imagesLoaded(function () {
9
+ $.when(tgpHeightResize()).done(function () {
10
+ isotope.isotope({
11
+ itemSelector: '.isotope-item',
12
+ }).isotope('layout');
13
+ });
14
  });
15
  var $isotopeButtonGroup = $isotopeHolder.find('.rt-tpg-isotope-buttons');
16
+ $isotopeButtonGroup.on('click', 'button', function (e) {
17
  e.preventDefault();
18
  var filterValue = $(this).attr('data-filter');
19
+ isotope.isotope({filter: filterValue});
20
  $(this).parent().find('.selected').removeClass('selected');
21
  $(this).addClass('selected');
22
  });
24
  });
25
 
26
 
27
+ $(window).resize(tgpHeightResize);
28
+ $(window).resize(overlayIconResizeTpg);
29
+ $(window).load(tgpHeightResize);
30
+ $(window).load(overlayIconResizeTpg);
31
 
32
 
33
+ function tgpHeightResize() {
34
+ $(document).imagesLoaded(function () {
35
+ $(".rt-tpg-container").each(function () {
36
+ var rtMaxH = 0;
37
+ $(this).children('.row').children(".equal-height").height("auto");
38
+ $(this).children('.row').children('.equal-height').each(function () {
39
+ var $thisH = $(this).actual('outerHeight');
40
+ if ($thisH > rtMaxH) {
41
+ rtMaxH = $thisH;
42
+ }
43
+ });
44
+ $(this).children('.row').children(".equal-height").css('height', rtMaxH + "px");
45
 
 
 
 
 
 
 
 
 
 
46
  });
 
47
 
48
+ $(".rt-tpg-container .rt-tpg-isotope").each(function () {
49
+ var rtMaxH = 0;
50
+ $(this).children(".equal-height").height("auto");
51
+ $(this).children('.equal-height').each(function () {
52
+ var $thisH = $(this).actual('outerHeight');
53
+ if ($thisH > rtMaxH) {
54
+ rtMaxH = $thisH;
55
+ }
56
+ });
57
+ $(this).children(".equal-height").css('height', rtMaxH + "px");
58
 
 
 
 
 
 
 
 
 
59
  });
 
 
60
  });
61
  }
62
 
63
 
64
+ function overlayIconResizeTpg() {
65
+ $('.overlay').each(function () {
66
  var holder_height = $(this).height();
67
  var target = $(this).children('.link-holder');
68
  var targetd = $(this).children('.view-details');
70
  var ad_height = targetd.height();
71
  var h = (holder_height - a_height) / 2;
72
  var hd = (holder_height - ad_height) / 2;
73
+ target.css('top', h + 'px');
74
+ targetd.css('margin-top', hd + 'px');
75
  });
76
  }
77
 
78
 
79
+ })(jQuery);
languages/the-post-grid.pot CHANGED
@@ -3,14 +3,14 @@ msgid ""
3
  msgstr ""
4
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
5
  "Project-Id-Version: The Post Grid\n"
6
- "POT-Creation-Date: 2016-02-29 21:21+0600\n"
7
- "PO-Revision-Date: 2016-02-29 21:20+0600\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
- "X-Generator: Poedit 1.8.5\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-WPHeader: the-post-grid.php\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -50,85 +50,84 @@ msgid "No shortCode found."
50
  msgstr ""
51
 
52
  #. Plugin Name of the plugin/theme
53
- #: lib/classes/rtTPGInit.php:21 lib/classes/rtTPGInit.php:22
54
- #: lib/widgets/rtTPGSimpleWidget.php:17
55
  msgid "The Post Grid"
56
  msgstr ""
57
 
58
- #: lib/classes/rtTPGInit.php:23
59
- msgid "Add New"
60
  msgstr ""
61
 
62
- #: lib/classes/rtTPGInit.php:24
63
- msgid "All Grid Views"
64
  msgstr ""
65
 
66
- #: lib/classes/rtTPGInit.php:25
67
  msgid "Add New Post Grid"
68
  msgstr ""
69
 
70
- #: lib/classes/rtTPGInit.php:26
71
  msgid "Edit Post Grid"
72
  msgstr ""
73
 
74
- #: lib/classes/rtTPGInit.php:27
75
  msgid "New Post Grid"
76
  msgstr ""
77
 
78
- #: lib/classes/rtTPGInit.php:28
79
  msgid "View Post Grid"
80
  msgstr ""
81
 
82
- #: lib/classes/rtTPGInit.php:29
83
  msgid "Search Post Grids"
84
  msgstr ""
85
 
86
- #: lib/classes/rtTPGInit.php:30
87
  msgid "No Post Grids found"
88
  msgstr ""
89
 
90
- #: lib/classes/rtTPGInit.php:31
91
  msgid "No Post Grids found in Trash"
92
  msgstr ""
93
 
94
- #: lib/classes/rtTPGInit.php:144
95
  msgid "Settings"
96
  msgstr ""
97
 
98
- #: lib/classes/rtTPGInit.php:157 lib/classes/rtTPGInit.php:160
99
  msgid "Field group updated."
100
  msgstr ""
101
 
102
- #: lib/classes/rtTPGInit.php:158
103
  msgid "Custom field updated."
104
  msgstr ""
105
 
106
- #: lib/classes/rtTPGInit.php:159
107
  msgid "Custom field deleted."
108
  msgstr ""
109
 
110
- #: lib/classes/rtTPGInit.php:162
111
  #, php-format
112
  msgid "Field group restored to revision from %s"
113
  msgstr ""
114
 
115
- #: lib/classes/rtTPGInit.php:163
116
  msgid "Field group published."
117
  msgstr ""
118
 
119
- #: lib/classes/rtTPGInit.php:164
120
  msgid "Field group saved."
121
  msgstr ""
122
 
123
- #: lib/classes/rtTPGInit.php:165
124
  msgid "Field group submitted."
125
  msgstr ""
126
 
127
- #: lib/classes/rtTPGInit.php:166
128
  msgid "Field group scheduled for."
129
  msgstr ""
130
 
131
- #: lib/classes/rtTPGInit.php:167
132
  msgid "Field group draft updated."
133
  msgstr ""
134
 
@@ -136,84 +135,129 @@ msgstr ""
136
  msgid "Shortcode"
137
  msgstr ""
138
 
139
- #: lib/classes/rtTPGMeta.php:74
140
  msgid "Short Code Generator"
141
  msgstr ""
142
 
143
- #: lib/classes/rtTPGMeta.php:106
144
  msgid "Post Source"
145
  msgstr ""
146
 
147
- #: lib/classes/rtTPGMeta.php:107
148
  msgid "Layout Settings"
149
  msgstr ""
150
 
151
- #: lib/classes/rtTPGMeta.php:108
152
  msgid "Field Selection"
153
  msgstr ""
154
 
155
- #: lib/classes/rtTPGMeta.php:109
156
  msgid "Style"
157
  msgstr ""
158
 
159
- #: lib/classes/rtTPGShortCode.php:231
160
- msgid "Show all"
161
  msgstr ""
162
 
163
- #: lib/classes/rtTPGShortCode.php:290
164
- msgid "No post found"
165
  msgstr ""
166
 
167
- #: lib/views/layouts/layout1.php:53 #: lib/views/layouts/layout2.php:42 #: lib/views/layouts/layout3.php:44
168
- msgid "Read More .."
169
  msgstr ""
170
 
171
- #: lib/views/settings/settings.php:12
172
- msgid "The Post Grid Settings"
 
 
173
  msgstr ""
174
 
175
- #: lib/views/settings/settings.php:13
176
- msgid "General settings"
 
 
177
  msgstr ""
178
 
179
- #: lib/views/settings/settings.php:14 lib/views/settings/settings.php:37
180
- msgid "Documentation"
181
  msgstr ""
182
 
183
- #: lib/views/settings/settings.php:33
184
- msgid "Short Code"
185
  msgstr ""
186
 
187
- #: lib/views/settings/settings.php:35
188
- msgid "id = short code id (1,2,3,4)"
189
  msgstr ""
190
 
191
- #: lib/views/settings/settings.php:36
192
- msgid "title = Shot code title (Not recommended)"
193
  msgstr ""
194
 
195
- #: lib/views/settings/settings.php:37
196
- msgid "Demo"
 
 
 
 
197
  msgstr ""
198
 
199
- #: lib/widgets/rtTPGSimpleWidget.php:16
200
- msgid "Display The post grid."
201
  msgstr ""
202
 
203
- #: lib/widgets/rtTPGSimpleWidget.php:28
204
- msgid "TPL Team"
205
  msgstr ""
206
 
207
- #: lib/widgets/rtTPGSimpleWidget.php:84
208
- msgid "No member found"
209
  msgstr ""
210
 
211
- #: lib/widgets/rtTPGSimpleWidget.php:103
212
- msgid "Title:"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
213
  msgstr ""
214
 
215
- #: lib/widgets/rtTPGSimpleWidget.php:106
216
- msgid "Number of member to show:"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
217
  msgstr ""
218
 
219
  #. Plugin URI of the plugin/theme
3
  msgstr ""
4
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
5
  "Project-Id-Version: The Post Grid\n"
6
+ "POT-Creation-Date: 2016-07-30 22:59+0600\n"
7
+ "PO-Revision-Date: 2016-07-30 22:58+0600\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Generator: Poedit 1.8.7\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-WPHeader: the-post-grid.php\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
50
  msgstr ""
51
 
52
  #. Plugin Name of the plugin/theme
53
+ #: lib/classes/rtTPGInit.php:24 lib/classes/rtTPGInit.php:25
 
54
  msgid "The Post Grid"
55
  msgstr ""
56
 
57
+ #: lib/classes/rtTPGInit.php:26
58
+ msgid "Add New Grid"
59
  msgstr ""
60
 
61
+ #: lib/classes/rtTPGInit.php:27
62
+ msgid "All Grids"
63
  msgstr ""
64
 
65
+ #: lib/classes/rtTPGInit.php:28
66
  msgid "Add New Post Grid"
67
  msgstr ""
68
 
69
+ #: lib/classes/rtTPGInit.php:29
70
  msgid "Edit Post Grid"
71
  msgstr ""
72
 
73
+ #: lib/classes/rtTPGInit.php:30
74
  msgid "New Post Grid"
75
  msgstr ""
76
 
77
+ #: lib/classes/rtTPGInit.php:31
78
  msgid "View Post Grid"
79
  msgstr ""
80
 
81
+ #: lib/classes/rtTPGInit.php:32
82
  msgid "Search Post Grids"
83
  msgstr ""
84
 
85
+ #: lib/classes/rtTPGInit.php:33
86
  msgid "No Post Grids found"
87
  msgstr ""
88
 
89
+ #: lib/classes/rtTPGInit.php:34
90
  msgid "No Post Grids found in Trash"
91
  msgstr ""
92
 
93
+ #: lib/classes/rtTPGInit.php:148
94
  msgid "Settings"
95
  msgstr ""
96
 
97
+ #: lib/classes/rtTPGInit.php:161 lib/classes/rtTPGInit.php:164
98
  msgid "Field group updated."
99
  msgstr ""
100
 
101
+ #: lib/classes/rtTPGInit.php:162
102
  msgid "Custom field updated."
103
  msgstr ""
104
 
105
+ #: lib/classes/rtTPGInit.php:163
106
  msgid "Custom field deleted."
107
  msgstr ""
108
 
109
+ #: lib/classes/rtTPGInit.php:166
110
  #, php-format
111
  msgid "Field group restored to revision from %s"
112
  msgstr ""
113
 
114
+ #: lib/classes/rtTPGInit.php:167
115
  msgid "Field group published."
116
  msgstr ""
117
 
118
+ #: lib/classes/rtTPGInit.php:168
119
  msgid "Field group saved."
120
  msgstr ""
121
 
122
+ #: lib/classes/rtTPGInit.php:169
123
  msgid "Field group submitted."
124
  msgstr ""
125
 
126
+ #: lib/classes/rtTPGInit.php:170
127
  msgid "Field group scheduled for."
128
  msgstr ""
129
 
130
+ #: lib/classes/rtTPGInit.php:171
131
  msgid "Field group draft updated."
132
  msgstr ""
133
 
135
  msgid "Shortcode"
136
  msgstr ""
137
 
138
+ #: lib/classes/rtTPGMeta.php:76
139
  msgid "Short Code Generator"
140
  msgstr ""
141
 
142
+ #: lib/classes/rtTPGMeta.php:108
143
  msgid "Post Source"
144
  msgstr ""
145
 
146
+ #: lib/classes/rtTPGMeta.php:109
147
  msgid "Layout Settings"
148
  msgstr ""
149
 
150
+ #: lib/classes/rtTPGMeta.php:110
151
  msgid "Field Selection"
152
  msgstr ""
153
 
154
+ #: lib/classes/rtTPGMeta.php:111
155
  msgid "Style"
156
  msgstr ""
157
 
158
+ #: lib/classes/rtTPGOptions.php:73
159
+ msgid "List of post IDs to show (comma-separated values, for example: 1,2,3)"
160
  msgstr ""
161
 
162
+ #: lib/classes/rtTPGOptions.php:80
163
+ msgid "List of post IDs to hide (comma-separated values, for example: 1,2,3)"
164
  msgstr ""
165
 
166
+ #: lib/classes/rtTPGOptions.php:87
167
+ msgid "The number of posts to show. Set empty to show all found posts."
168
  msgstr ""
169
 
170
+ #: lib/classes/rtTPGOptions.php:178
171
+ msgid ""
172
+ "If value of Limit setting is not blank (empty), this value should be smaller "
173
+ "than Limit value."
174
  msgstr ""
175
 
176
+ #: lib/classes/rtTPGOptions.php:202
177
+ msgid ""
178
+ "Excerpt limit only integer number is allowed, Leave it blank for full "
179
+ "excerpt. Note: This will remove all html tag"
180
  msgstr ""
181
 
182
+ #: lib/classes/rtTPGOptions.php:265
183
+ msgid "Feature Image"
184
  msgstr ""
185
 
186
+ #: lib/classes/rtTPGOptions.php:266
187
+ msgid "First Image from content"
188
  msgstr ""
189
 
190
+ #: lib/classes/rtTPGOptions.php:289
191
+ msgid "Title"
192
  msgstr ""
193
 
194
+ #: lib/classes/rtTPGOptions.php:290
195
+ msgid "Excerpt"
196
  msgstr ""
197
 
198
+ #: lib/classes/rtTPGOptions.php:291
199
+ msgid "Read More"
200
+ msgstr ""
201
+
202
+ #: lib/classes/rtTPGOptions.php:292
203
+ msgid "Post Date"
204
  msgstr ""
205
 
206
+ #: lib/classes/rtTPGOptions.php:293
207
+ msgid "Author"
208
  msgstr ""
209
 
210
+ #: lib/classes/rtTPGOptions.php:294
211
+ msgid "Categories"
212
  msgstr ""
213
 
214
+ #: lib/classes/rtTPGOptions.php:295
215
+ msgid "Tags"
216
  msgstr ""
217
 
218
+ #: lib/classes/rtTPGOptions.php:296
219
+ msgid "Comment Count"
220
+ msgstr ""
221
+
222
+ #: lib/classes/rtTPGShortCode.php:238
223
+ msgid "Show all"
224
+ msgstr ""
225
+
226
+ #: lib/classes/rtTPGShortCode.php:301
227
+ msgid "No post found"
228
+ msgstr ""
229
+
230
+ #: lib/views/layouts/layout1.php:53 lib/views/layouts/layout2.php:48
231
+ #: lib/views/layouts/layout3.php:44
232
+ msgid "Read More .."
233
+ msgstr ""
234
+
235
+ #: lib/views/settings/settings.php:8
236
+ msgid "The Post Grid Settings"
237
  msgstr ""
238
 
239
+ #: lib/views/settings/settings.php:9
240
+ msgid "General settings"
241
+ msgstr ""
242
+
243
+ #: lib/views/settings/settings.php:10 lib/views/settings/settings.php:56
244
+ msgid "Documentation"
245
+ msgstr ""
246
+
247
+ #: lib/views/settings/settings.php:52
248
+ msgid "Short Code"
249
+ msgstr ""
250
+
251
+ #: lib/views/settings/settings.php:54
252
+ msgid "id = short code id (1,2,3,4)"
253
+ msgstr ""
254
+
255
+ #: lib/views/settings/settings.php:55
256
+ msgid "title = Shot code title (Not recommended)"
257
+ msgstr ""
258
+
259
+ #: lib/views/settings/settings.php:56
260
+ msgid "Demo"
261
  msgstr ""
262
 
263
  #. Plugin URI of the plugin/theme
lib/classes/rtTPGInit.php CHANGED
@@ -15,6 +15,7 @@ if(!class_exists('rtTPGInit')):
15
  }
16
 
17
 
 
18
  function init()
19
  {
20
 
@@ -80,9 +81,7 @@ if(!class_exists('rtTPGInit')):
80
  'footer' => true
81
  );
82
  // register acf styles
83
- $styles[] = array(
84
- 'rt-fontawsome'=> $rtTPG->assetsUrl . 'vendor/font-awesome/css/font-awesome.min.css'
85
- );
86
  $styles['rt-tpg-css'] = $rtTPG->assetsUrl . 'css/thepostgrid.css';
87
 
88
  if(is_admin()) {
15
  }
16
 
17
 
18
+
19
  function init()
20
  {
21
 
81
  'footer' => true
82
  );
83
  // register acf styles
84
+ $styles['rt-fontawsome'] = $rtTPG->assetsUrl . 'vendor/font-awesome/css/font-awesome.min.css';
 
 
85
  $styles['rt-tpg-css'] = $rtTPG->assetsUrl . 'css/thepostgrid.css';
86
 
87
  if(is_admin()) {
lib/classes/rtTPGShortCode.php CHANGED
@@ -205,8 +205,12 @@ if(!class_exists('rtTPGShortCode')):
205
  }
206
  }
207
  $col = round(12/$col);
208
- $arg['grid'] = "rt-col-xs-12 rt-col-sm-{$col} rt-col-md-{$col} rt-col-lg-{$col}";
209
-
 
 
 
 
210
 
211
  $arg['class'] = 'equal-height';
212
  if($isIsotope){
205
  }
206
  }
207
  $col = round(12/$col);
208
+ if(($layout == 'layout2')|| ($layout=='layout3')){
209
+ $arg['grid'] = "rt-col-lg-{$col} rt-col-md-{$col} rt-col-sm-12 rt-col-xs-12";
210
+ }else{
211
+ $arg['grid'] = "rt-col-lg-{$col} rt-col-md-{$col} rt-col-sm-6 rt-col-xs-12";
212
+ }
213
+
214
 
215
  $arg['class'] = 'equal-height';
216
  if($isIsotope){
lib/init.php CHANGED
@@ -12,7 +12,7 @@ class rtTPG
12
 
13
  $this->options = array(
14
  'settings' => 'rt_the_post_grid_settings',
15
- 'version' => '1.0',
16
  'installed_version' => 'rt_the_post_grid_current_version',
17
  'slug' => RT_THE_POST_GRID_PLUGIN_SLUG
18
  );
12
 
13
  $this->options = array(
14
  'settings' => 'rt_the_post_grid_settings',
15
+ 'version' => '1.1',
16
  'installed_version' => 'rt_the_post_grid_current_version',
17
  'slug' => RT_THE_POST_GRID_PLUGIN_SLUG
18
  );
lib/views/settings/settings.php CHANGED
@@ -3,6 +3,7 @@ global $rtTPG;
3
  ?>
4
 
5
  <div class="wrap">
 
6
  <div id="upf-icon-edit-pages" class="icon32 icon32-posts-page"><br /></div>
7
  <h2><?php _e('The Post Grid Settings', 'the-post-grid'); ?></h2>
8
  <h3><?php _e('General settings', 'the-post-grid');?>
@@ -23,7 +24,30 @@ global $rtTPG;
23
 
24
  <div class="rt-response"></div>
25
  </div>
26
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
27
  <div class="rt-help">
28
  <p style="font-weight: bold"><?php _e('Short Code', 'the-post-grid' );?> :</p>
29
  <code>[the-post-grid id="581" title="Home page post List"]</code><br>
3
  ?>
4
 
5
  <div class="wrap">
6
+ <div class="width50">
7
  <div id="upf-icon-edit-pages" class="icon32 icon32-posts-page"><br /></div>
8
  <h2><?php _e('The Post Grid Settings', 'the-post-grid'); ?></h2>
9
  <h3><?php _e('General settings', 'the-post-grid');?>
24
 
25
  <div class="rt-response"></div>
26
  </div>
27
+ </div>
28
+ <div class="width50">
29
+ <div class="pro-features">
30
+ <h3>PRO Version Features</h3>
31
+ <ol>
32
+ <li>Fully responsive and mobile friendly.</li>
33
+ <li>48 Different Layouts</li>
34
+ <li>Even and Masonry Grid.</li>
35
+ <li>WooCommerce supported.</li>
36
+ <li>Custom Post Type Supported</li>
37
+ <li>Display posts by any Taxonomy like category(s), tag(s), author(s), keyword(s)</li>
38
+ <li>Order by Id, Title, Created date, Modified date and Menu order.</li>
39
+ <li>Display image size (thumbnail, medium, large, full)</li>
40
+ <li>Isotope filter for any taxonomy ie. categories, tags...</li>
41
+ <li>Query Post with Relation.</li>
42
+ <li>Fields Selection.</li>
43
+ <li>All Text and Color control.</li>
44
+ <li>Enable/Disable Pagination.</li>
45
+ <li>AJAX Pagination (Load more and Load on Scrolling)</li>
46
+ <li> and many more .......</li>
47
+ </ol>
48
+ <p><a href="https://www.radiustheme.com/the-post-grid-pro-for-wordpress/" class="button-link" target="_blank">Get Pro Version</a></p>
49
+ </div>
50
+ </div>
51
  <div class="rt-help">
52
  <p style="font-weight: bold"><?php _e('Short Code', 'the-post-grid' );?> :</p>
53
  <code>[the-post-grid id="581" title="Home page post List"]</code><br>
the-post-grid.php CHANGED
@@ -2,7 +2,7 @@
2
 
3
  /**
4
  * @package THE_POST_GRID
5
- * @version 1.0
6
  */
7
 
8
  /**
@@ -10,7 +10,7 @@
10
  * Plugin URI: http://demo.radiustheme.com/wordpress/plugins/the-post-grid/
11
  * Description: Fast & Easy way to display WordPress post in Grid, List & Isotope view ( filter by category, tag, author..) without a single line of coding.
12
  * Author: RadiusTheme
13
- * Version: 1.0
14
  * Text Domain: the-post-grid
15
  * Domain Path: /languages
16
  * Author URI: https://radiustheme.com/
@@ -25,3 +25,13 @@ define('RT_THE_POST_GRID_LANGUAGE_PATH', dirname( plugin_basename( __FILE__ ) )
25
 
26
  require ('lib/init.php');
27
 
 
 
 
 
 
 
 
 
 
 
2
 
3
  /**
4
  * @package THE_POST_GRID
5
+ * @version 1.1
6
  */
7
 
8
  /**
10
  * Plugin URI: http://demo.radiustheme.com/wordpress/plugins/the-post-grid/
11
  * Description: Fast & Easy way to display WordPress post in Grid, List & Isotope view ( filter by category, tag, author..) without a single line of coding.
12
  * Author: RadiusTheme
13
+ * Version: 1.1
14
  * Text Domain: the-post-grid
15
  * Domain Path: /languages
16
  * Author URI: https://radiustheme.com/
25
 
26
  require ('lib/init.php');
27
 
28
+
29
+ add_filter( 'plugin_action_links_' . plugin_basename(__FILE__), 'rt_tpg_marketing');
30
+
31
+ function rt_tpg_marketing($links){
32
+
33
+ $links[] = '<a target="_blank" href="'. esc_url( 'http://demo.radiustheme.com/wordpress/plugins/the-post-grid/' ) .'">Demo</a>';
34
+ $links[] = '<a target="_blank" href="'. esc_url( 'https://www.radiustheme.com/how-to-setup-configure-the-post-grid-free-version-for-wordpress/' ) .'">Documentation</a>';
35
+ $links[] = '<a target="_blank" href="'. esc_url( 'https://www.radiustheme.com/the-post-grid-pro-for-wordpress/' ) .'">Get Pro</a>';
36
+ return $links;
37
+ }