Version Description
- Fixed: Some style issue fixed
Download this release
Release Info
Developer | techlabpro1 |
Plugin | The Post Grid |
Version | 4.0.1 |
Comparing to | |
See all releases |
Code changes from version 4.0.0 to 4.0.1
- README.txt +4 -1
- app/RtTpg.php +0 -1
- assets/css/rt-tpg-common-rtl.css +0 -9
- assets/css/rt-tpg-common.css +0 -9
- assets/css/thepostgrid-rtl.css +6 -0
- assets/css/thepostgrid.css +6 -0
- languages/the-post-grid.pot +1 -1
- the-post-grid.php +1 -1
README.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link:
|
|
4 |
Tags: post grid, content grid, post display, post slider, post grid elementor addon
|
5 |
Requires at least: 4.5
|
6 |
Tested up to: 5.9.3
|
7 |
-
Stable tag: 4.0.
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -170,6 +170,9 @@ We introduce Single Page Builder with Elementor Page builder. You can easily arr
|
|
170 |
|
171 |
== Changelog ==
|
172 |
|
|
|
|
|
|
|
173 |
= 4.0.0 =
|
174 |
* Added: 3 Elementor Widgets with 9 layouts for The Post Grid
|
175 |
* Added: Archive Page Builder for Elementor (Pro)
|
4 |
Tags: post grid, content grid, post display, post slider, post grid elementor addon
|
5 |
Requires at least: 4.5
|
6 |
Tested up to: 5.9.3
|
7 |
+
Stable tag: 4.0.1
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
170 |
|
171 |
== Changelog ==
|
172 |
|
173 |
+
= 4.0.1 =
|
174 |
+
* Fixed: Some style issue fixed
|
175 |
+
|
176 |
= 4.0.0 =
|
177 |
* Added: 3 Elementor Widgets with 9 layouts for The Post Grid
|
178 |
* Added: Archive Page Builder for Elementor (Pro)
|
app/RtTpg.php
CHANGED
@@ -80,7 +80,6 @@ if ( ! class_exists( RtTpg::class ) ) {
|
|
80 |
|
81 |
$settings = get_option( $this->options['settings'] );
|
82 |
|
83 |
-
|
84 |
new PostTypeController();
|
85 |
new AjaxController();
|
86 |
new ScriptController();
|
80 |
|
81 |
$settings = get_option( $this->options['settings'] );
|
82 |
|
|
|
83 |
new PostTypeController();
|
84 |
new AjaxController();
|
85 |
new ScriptController();
|
assets/css/rt-tpg-common-rtl.css
CHANGED
@@ -2110,13 +2110,6 @@ TPG EVEN Style
|
|
2110 |
flex-wrap: wrap;
|
2111 |
}
|
2112 |
|
2113 |
-
|
2114 |
-
@media (max-width: 767px) {
|
2115 |
-
.tpg-even .even-grid-item {
|
2116 |
-
width: 100%;
|
2117 |
-
}
|
2118 |
-
}
|
2119 |
-
|
2120 |
@media (max-width: 767px) {
|
2121 |
.rt-content-loader .rt-holder,
|
2122 |
.tpg-even .rt-holder {
|
@@ -2130,8 +2123,6 @@ TPG EVEN Style
|
|
2130 |
.rt-tpg-container .rt-pagination-wrap .rt-cb-page-prev-next > * {
|
2131 |
margin-right: 1px;
|
2132 |
margin-left: 1px;
|
2133 |
-
font-size: 16px;
|
2134 |
-
line-height: 1.55;
|
2135 |
display: inline-block;
|
2136 |
width: 30px;
|
2137 |
height: 30px;
|
2110 |
flex-wrap: wrap;
|
2111 |
}
|
2112 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2113 |
@media (max-width: 767px) {
|
2114 |
.rt-content-loader .rt-holder,
|
2115 |
.tpg-even .rt-holder {
|
2123 |
.rt-tpg-container .rt-pagination-wrap .rt-cb-page-prev-next > * {
|
2124 |
margin-right: 1px;
|
2125 |
margin-left: 1px;
|
|
|
|
|
2126 |
display: inline-block;
|
2127 |
width: 30px;
|
2128 |
height: 30px;
|
assets/css/rt-tpg-common.css
CHANGED
@@ -2110,13 +2110,6 @@ TPG EVEN Style
|
|
2110 |
flex-wrap: wrap;
|
2111 |
}
|
2112 |
|
2113 |
-
|
2114 |
-
@media (max-width: 767px) {
|
2115 |
-
.tpg-even .even-grid-item {
|
2116 |
-
width: 100%;
|
2117 |
-
}
|
2118 |
-
}
|
2119 |
-
|
2120 |
@media (max-width: 767px) {
|
2121 |
.rt-content-loader .rt-holder,
|
2122 |
.tpg-even .rt-holder {
|
@@ -2130,8 +2123,6 @@ TPG EVEN Style
|
|
2130 |
.rt-tpg-container .rt-pagination-wrap .rt-cb-page-prev-next > * {
|
2131 |
margin-left: 1px;
|
2132 |
margin-right: 1px;
|
2133 |
-
font-size: 16px;
|
2134 |
-
line-height: 1.55;
|
2135 |
display: inline-block;
|
2136 |
width: 30px;
|
2137 |
height: 30px;
|
2110 |
flex-wrap: wrap;
|
2111 |
}
|
2112 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2113 |
@media (max-width: 767px) {
|
2114 |
.rt-content-loader .rt-holder,
|
2115 |
.tpg-even .rt-holder {
|
2123 |
.rt-tpg-container .rt-pagination-wrap .rt-cb-page-prev-next > * {
|
2124 |
margin-left: 1px;
|
2125 |
margin-right: 1px;
|
|
|
|
|
2126 |
display: inline-block;
|
2127 |
width: 30px;
|
2128 |
height: 30px;
|
assets/css/thepostgrid-rtl.css
CHANGED
@@ -1035,6 +1035,12 @@
|
|
1035 |
color: #fff;
|
1036 |
}
|
1037 |
|
|
|
|
|
|
|
|
|
|
|
|
|
1038 |
.tpg-shortcode-main-wrapper .layout12 .rt-holder .rt-detail .read-more,
|
1039 |
.tpg-shortcode-main-wrapper .isotope8 .rt-holder .rt-detail .read-more,
|
1040 |
.tpg-shortcode-main-wrapper .carousel8 .rt-holder .rt-detail .read-more {
|
1035 |
color: #fff;
|
1036 |
}
|
1037 |
|
1038 |
+
.tpg-shortcode-main-wrapper .layout12 .rt-holder:hover .rt-detail a,
|
1039 |
+
.tpg-shortcode-main-wrapper .isotope8 .rt-holder:hover .rt-detail a,
|
1040 |
+
.tpg-shortcode-main-wrapper .carousel8 .rt-holder:hover .rt-detail a {
|
1041 |
+
color: #fff;
|
1042 |
+
}
|
1043 |
+
|
1044 |
.tpg-shortcode-main-wrapper .layout12 .rt-holder .rt-detail .read-more,
|
1045 |
.tpg-shortcode-main-wrapper .isotope8 .rt-holder .rt-detail .read-more,
|
1046 |
.tpg-shortcode-main-wrapper .carousel8 .rt-holder .rt-detail .read-more {
|
assets/css/thepostgrid.css
CHANGED
@@ -1035,6 +1035,12 @@
|
|
1035 |
color: #fff;
|
1036 |
}
|
1037 |
|
|
|
|
|
|
|
|
|
|
|
|
|
1038 |
.tpg-shortcode-main-wrapper .layout12 .rt-holder .rt-detail .read-more,
|
1039 |
.tpg-shortcode-main-wrapper .isotope8 .rt-holder .rt-detail .read-more,
|
1040 |
.tpg-shortcode-main-wrapper .carousel8 .rt-holder .rt-detail .read-more {
|
1035 |
color: #fff;
|
1036 |
}
|
1037 |
|
1038 |
+
.tpg-shortcode-main-wrapper .layout12 .rt-holder:hover .rt-detail a,
|
1039 |
+
.tpg-shortcode-main-wrapper .isotope8 .rt-holder:hover .rt-detail a,
|
1040 |
+
.tpg-shortcode-main-wrapper .carousel8 .rt-holder:hover .rt-detail a {
|
1041 |
+
color: #fff;
|
1042 |
+
}
|
1043 |
+
|
1044 |
.tpg-shortcode-main-wrapper .layout12 .rt-holder .rt-detail .read-more,
|
1045 |
.tpg-shortcode-main-wrapper .isotope8 .rt-holder .rt-detail .read-more,
|
1046 |
.tpg-shortcode-main-wrapper .carousel8 .rt-holder .rt-detail .read-more {
|
languages/the-post-grid.pot
CHANGED
@@ -6,7 +6,7 @@ msgstr ""
|
|
6 |
"MIME-Version: 1.0\n"
|
7 |
"Content-Type: text/plain; charset=UTF-8\n"
|
8 |
"Content-Transfer-Encoding: 8bit\n"
|
9 |
-
"POT-Creation-Date: 2022-05-10
|
10 |
"X-Poedit-Basepath: ..\n"
|
11 |
"X-Poedit-KeywordsList: __;_e;_ex:1,2c;_n:1,2;_n_noop:1,2;_nx:1,2,4c;_nx_noop:1,2,3c;_x:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
|
12 |
"X-Poedit-SearchPath-0: .\n"
|
6 |
"MIME-Version: 1.0\n"
|
7 |
"Content-Type: text/plain; charset=UTF-8\n"
|
8 |
"Content-Transfer-Encoding: 8bit\n"
|
9 |
+
"POT-Creation-Date: 2022-05-11 10:27+0000\n"
|
10 |
"X-Poedit-Basepath: ..\n"
|
11 |
"X-Poedit-KeywordsList: __;_e;_ex:1,2c;_n:1,2;_n_noop:1,2;_nx:1,2,4c;_nx_noop:1,2,3c;_x:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
|
12 |
"X-Poedit-SearchPath-0: .\n"
|
the-post-grid.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* Plugin URI: http://demo.radiustheme.com/wordpress/plugins/the-post-grid/
|
6 |
* Description: Fast & Easy way to display WordPress post in Grid, List & Isotope view ( filter by category, tag, author..) without a single line of coding.
|
7 |
* Author: RadiusTheme
|
8 |
-
* Version: 4.0.
|
9 |
* Text Domain: the-post-grid
|
10 |
* Domain Path: /languages
|
11 |
* Author URI: https://radiustheme.com/
|
5 |
* Plugin URI: http://demo.radiustheme.com/wordpress/plugins/the-post-grid/
|
6 |
* Description: Fast & Easy way to display WordPress post in Grid, List & Isotope view ( filter by category, tag, author..) without a single line of coding.
|
7 |
* Author: RadiusTheme
|
8 |
+
* Version: 4.0.1
|
9 |
* Text Domain: the-post-grid
|
10 |
* Domain Path: /languages
|
11 |
* Author URI: https://radiustheme.com/
|