Page Templater For Elementor - Version 1.1.0

Version Description

  • CSS adjustment to support for Hello Pro - Genesis child theme.
Download this release

Release Info

Developer WPDevHQ
Plugin Icon wp plugin Page Templater For Elementor
Version 1.1.0
Comparing to
See all releases

Code changes from version 1.0.9 to 1.1.0

Files changed (3) hide show
  1. elementemplator.php +3 -3
  2. inc/themes/genesis.php +2 -0
  3. readme.txt +5 -2
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. Adds 2 new templates for complete full width experience while using the page builder - support for a number of popular themes is built-in.
6
- * Version: 1.0.9
7
  * Author: WPDevHQ
8
  * Author URI: http://www.wpdevhq.com/
9
  * Requires at least: 4.4
10
- * Tested up to: 4.7
11
  */
12
 
13
  /* Do not access this file directly */
@@ -17,7 +17,7 @@ if ( ! defined( 'WPINC' ) ) { die; }
17
  ------------------------------------------ */
18
 
19
  /* Set plugin version constant. */
20
- define( 'ET_VERSION', '1.0.9' );
21
 
22
  /* Set constant path to the plugin directory. */
23
  define( 'ET_PATH', trailingslashit( plugin_dir_path(__FILE__) ) );
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. Adds 2 new templates for complete full width experience while using the page builder - support for a number of popular themes is built-in.
6
+ * Version: 1.1.0
7
  * Author: WPDevHQ
8
  * Author URI: http://www.wpdevhq.com/
9
  * Requires at least: 4.4
10
+ * Tested up to: 4.7.2
11
  */
12
 
13
  /* Do not access this file directly */
17
  ------------------------------------------ */
18
 
19
  /* Set plugin version constant. */
20
+ define( 'ET_VERSION', '1.1.0' );
21
 
22
  /* Set constant path to the plugin directory. */
23
  define( 'ET_PATH', trailingslashit( plugin_dir_path(__FILE__) ) );
inc/themes/genesis.php CHANGED
@@ -4,6 +4,7 @@
4
  .page-template-builder-fullwidth .site-inner,
5
  .page-template-builder-fullwidth-std .site-inner {
6
  max-width: 100%;
 
7
  padding: 0;
8
  margin: 0;
9
  }
@@ -11,6 +12,7 @@
11
  .page-template-builder-fullwidth-std .elementor-page .site-inner {
12
  padding-top: 0;
13
  max-width: 100%;
 
14
  overflow: hidden;
15
  }
16
  @media only screen and (max-width: 860px) {
4
  .page-template-builder-fullwidth .site-inner,
5
  .page-template-builder-fullwidth-std .site-inner {
6
  max-width: 100%;
7
+ width: 100%;
8
  padding: 0;
9
  margin: 0;
10
  }
12
  .page-template-builder-fullwidth-std .elementor-page .site-inner {
13
  padding-top: 0;
14
  max-width: 100%;
15
+ width: 100%;
16
  overflow: hidden;
17
  }
18
  @media only screen and (max-width: 860px) {
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.7
6
- Stable tag: 1.0.9
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -90,6 +90,9 @@ Please visit the settings page located at Dasboard >> Settings >> Post Type Temp
90
  2. Fullwidth no Header no Footer
91
 
92
  == Changelog ==
 
 
 
93
  = 1.0.9 =
94
  * Adjustments to Genesis CSS full width support
95
  * Adjustments to TwentySeventeen CSS full width support
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.7.2
6
+ Stable tag: 1.1.0
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
90
  2. Fullwidth no Header no Footer
91
 
92
  == Changelog ==
93
+ = 1.1.0 =
94
+ * CSS adjustment to support for Hello Pro - Genesis child theme.
95
+
96
  = 1.0.9 =
97
  * Adjustments to Genesis CSS full width support
98
  * Adjustments to TwentySeventeen CSS full width support