Version Description
- Further CSS enhancement for TwentySixteen - resolve the issue with top/bottom baground showing through on both templates
Download this release
Release Info
Developer | WPDevHQ |
Plugin | Page Templater For Elementor |
Version | 1.0.7 |
Comparing to | |
See all releases |
Code changes from version 1.0.6 to 1.0.7
- elementemplator.php +2 -2
- inc/themes/twentysixteen.php +4 -0
- readme.txt +5 -3
elementemplator.php
CHANGED
@@ -3,11 +3,11 @@
|
|
3 |
* Plugin Name: Elementor Templater: ElemenTemplator
|
4 |
* Plugin URI: http://www.wpdevhq.com/plugins/elementor-templator
|
5 |
* Description: A helper plugin for users of Elementor Pagebuilder.
|
6 |
-
* Version: 1.0.
|
7 |
* Author: WPDevHQ
|
8 |
* Author URI: http://www.wpdevhq.com/
|
9 |
* Requires at least: 4.4
|
10 |
-
* Tested up to: 4.6
|
11 |
*/
|
12 |
|
13 |
/* Do not access this file directly */
|
3 |
* Plugin Name: Elementor Templater: ElemenTemplator
|
4 |
* Plugin URI: http://www.wpdevhq.com/plugins/elementor-templator
|
5 |
* Description: A helper plugin for users of Elementor Pagebuilder.
|
6 |
+
* Version: 1.0.7
|
7 |
* Author: WPDevHQ
|
8 |
* Author URI: http://www.wpdevhq.com/
|
9 |
* Requires at least: 4.4
|
10 |
+
* Tested up to: 4.6.1
|
11 |
*/
|
12 |
|
13 |
/* Do not access this file directly */
|
inc/themes/twentysixteen.php
CHANGED
@@ -1,6 +1,10 @@
|
|
1 |
<?php
|
2 |
/* Support for the Twenty Sixteen theme */
|
3 |
$style = '
|
|
|
|
|
|
|
|
|
4 |
.page-template-builder-fullwidth .elementor-page,
|
5 |
.page-template-builder-fullwidth-std .elementor-page {
|
6 |
overflow: hidden;
|
1 |
<?php
|
2 |
/* Support for the Twenty Sixteen theme */
|
3 |
$style = '
|
4 |
+
body.page-template-builder-fullwidth.elementor-page,
|
5 |
+
body.page-template-builder-fullwidth-std.elementor-page {
|
6 |
+
background: transparent;
|
7 |
+
}
|
8 |
.page-template-builder-fullwidth .elementor-page,
|
9 |
.page-template-builder-fullwidth-std .elementor-page {
|
10 |
overflow: hidden;
|
readme.txt
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
Contributors: WPDevHQ
|
3 |
Tags: elementor, pagebuilder, page builder, page builder template, page builder templates, actions, storefront, twentysixteen, genesis, template builder, builder templates
|
4 |
Requires at least: 4.4
|
5 |
-
Tested up to: 4.6
|
6 |
-
Stable tag: 1.0.
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
@@ -87,8 +87,10 @@ Please visit the settings page located at Dasboard >> Settings >> Post Type Temp
|
|
87 |
2. Fullwidth no Header no Footer
|
88 |
|
89 |
== Changelog ==
|
|
|
|
|
90 |
|
91 |
-
|
92 |
* Added strict check for GeneratePress as the active theme for previous update in order to avoid fatal error on title check
|
93 |
|
94 |
= 1.0.5 =
|
2 |
Contributors: WPDevHQ
|
3 |
Tags: elementor, pagebuilder, page builder, page builder template, page builder templates, actions, storefront, twentysixteen, genesis, template builder, builder templates
|
4 |
Requires at least: 4.4
|
5 |
+
Tested up to: 4.6.1
|
6 |
+
Stable tag: 1.0.7
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
87 |
2. Fullwidth no Header no Footer
|
88 |
|
89 |
== Changelog ==
|
90 |
+
= 1.0.7 =
|
91 |
+
* Further CSS enhancement for TwentySixteen - resolve the issue with top/bottom baground showing through on both templates
|
92 |
|
93 |
+
= 1.0.6 =
|
94 |
* Added strict check for GeneratePress as the active theme for previous update in order to avoid fatal error on title check
|
95 |
|
96 |
= 1.0.5 =
|