Page Templater For Elementor - Version 1.0.4

Version Description

  • FIXED: Bug on hidden Elementor section seletor tabs while in edit mode See This Forum Topic
Download this release

Release Info

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

Code changes from version 1.0.3 to 1.0.4

elementemplator.php CHANGED
@@ -3,7 +3,7 @@
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.3
7
  * Author: WPDevHQ
8
  * Author URI: http://www.wpdevhq.com/
9
  * Requires at least: 4.4
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.4
7
  * Author: WPDevHQ
8
  * Author URI: http://www.wpdevhq.com/
9
  * Requires at least: 4.4
inc/themes/genesis.php CHANGED
@@ -7,8 +7,8 @@
7
  padding: 0;
8
  margin: 0;
9
  }
10
- .page-template-builder-fullwidth .elementor,
11
- .page-template-builder-fullwidth-std .site-inner {
12
  padding-top: 0;
13
  max-width: 100%;
14
  overflow: hidden;
7
  padding: 0;
8
  margin: 0;
9
  }
10
+ .page-template-builder-fullwidth .elementor-page,
11
+ .page-template-builder-fullwidth-std .elementor-page .site-inner {
12
  padding-top: 0;
13
  max-width: 100%;
14
  overflow: hidden;
inc/themes/sydney.php CHANGED
@@ -6,7 +6,7 @@
6
  padding: 0;
7
  margin: 0;
8
  }
9
- .page-template-builder-fullwidth-std .page-wrap .container {
10
  width: 100%;
11
  overflow: hidden;
12
  }
6
  padding: 0;
7
  margin: 0;
8
  }
9
+ .page-template-builder-fullwidth-std .elementor-page .page-wrap .container {
10
  width: 100%;
11
  overflow: hidden;
12
  }
inc/themes/twentyfifteen.php CHANGED
@@ -9,7 +9,7 @@
9
  max-width: 100%;
10
  margin: 0;
11
  }
12
- .page-template-builder-fullwidth .elementor {
13
  overflow: hidden;
14
  }
15
  body.page-template-builder-fullwidth-std:before {
9
  max-width: 100%;
10
  margin: 0;
11
  }
12
+ .page-template-builder-fullwidth .elementor-page {
13
  overflow: hidden;
14
  }
15
  body.page-template-builder-fullwidth-std:before {
inc/themes/twentyfourteen.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /* Support for the Twenty Fourteen theme */
3
  $style = '
4
- .page-template-builder-fullwidth-std .site {
5
  max-width: 100%;
6
  overflow: hidden;
7
  }
1
  <?php
2
  /* Support for the Twenty Fourteen theme */
3
  $style = '
4
+ .page-template-builder-fullwidth-std .elementor-page .site {
5
  max-width: 100%;
6
  overflow: hidden;
7
  }
inc/themes/twentysixteen.php CHANGED
@@ -1,8 +1,8 @@
1
  <?php
2
  /* Support for the Twenty Sixteen theme */
3
  $style = '
4
- .page-template-builder-fullwidth .elementor,
5
- .page-template-builder-fullwidth-std .elementor {
6
  overflow: hidden;
7
  }
8
  .page-template-builder-fullwidth .full-width,
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;
7
  }
8
  .page-template-builder-fullwidth .full-width,
inc/themes/twentythirteen.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /* Support for the Twenty Thirteen theme */
3
  $thirteen = '
4
- .page-template-builder-fullwidth-std .site {
5
  max-width: 100%;
6
  overflow: hidden;
7
  }
1
  <?php
2
  /* Support for the Twenty Thirteen theme */
3
  $thirteen = '
4
+ .page-template-builder-fullwidth-std .elementor-page .site {
5
  max-width: 100%;
6
  overflow: hidden;
7
  }
readme.txt CHANGED
@@ -3,7 +3,7 @@ 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.3
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -88,6 +88,9 @@ Please visit the settings page located at Dasboard >> Settings >> Post Type Temp
88
 
89
  == Changelog ==
90
 
 
 
 
91
  = 1.0.3 =
92
  * FIXED: Class clash with the Template for Custom Post Types plugin
93
 
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.4
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
88
 
89
  == Changelog ==
90
 
91
+ = 1.0.4 =
92
+ * FIXED: Bug on hidden Elementor section seletor tabs while in edit mode [See This Forum Topic](https://wordpress.org/support/topic/column-and-section-tabs-missing/)
93
+
94
  = 1.0.3 =
95
  * FIXED: Class clash with the Template for Custom Post Types plugin
96