Page Templater For Elementor - Version 1.1.3

Version Description

  • Enabled support for Elementor Library Post Type on the sample post templates.
Download this release

Release Info

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

Code changes from version 1.1.2 to 1.1.3

elementemplator.php CHANGED
@@ -3,11 +3,11 @@
3
  * Plugin Name: Page Templater For Elementor
4
  * Plugin URI: https://wpdevhq.com/plugins/page-templater-for-elementor
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.2
7
  * Author: WPDevHQ
8
  * Author URI: https://wpdevhq.com/
9
  * Requires at least: 4.4
10
- * Tested up to: 4.7.2
11
  */
12
 
13
  /* Do not access this file directly */
3
  * Plugin Name: Page Templater For Elementor
4
  * Plugin URI: https://wpdevhq.com/plugins/page-templater-for-elementor
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.3
7
  * Author: WPDevHQ
8
  * Author URI: https://wpdevhq.com/
9
  * Requires at least: 4.4
10
+ * Tested up to: 4.7.3
11
  */
12
 
13
  /* Do not access this file directly */
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.2
6
- Stable tag: 1.1.2
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -79,10 +79,7 @@ To be able to use the new feature your theme needs to have a template with the t
79
  If your theme does not have any templates you can copy the sample templates provided in the folder templates/sample-post-templates in this plugin.
80
  To understand how this works please download the free child theme for Actions from here: [Actions Child](http://buildwithelementor.com/blog/actions-elementor-child-theme/) - this can be used out of the box if desired.
81
 
82
- The above is subject to change with WordPress 4.7 as it will support custom post templates out of the box. Further details will be available near the time of the release.
83
-
84
- **I've done the above but still no templates meta box on my edit screen**
85
- Please visit the settings page located at Dasboard >> Settings >> Post Type Template to enable for your available Post Types.
86
 
87
  == Screenshots ==
88
 
@@ -91,6 +88,9 @@ Please visit the settings page located at Dasboard >> Settings >> Post Type Temp
91
  2. Fullwidth no Header no Footer
92
 
93
  == Changelog ==
 
 
 
94
  = 1.1.2 =
95
  * FIXED: JS Bug where the mobile menu toggle was not working for certain themes
96
 
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.3
6
+ Stable tag: 1.1.3
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
79
  If your theme does not have any templates you can copy the sample templates provided in the folder templates/sample-post-templates in this plugin.
80
  To understand how this works please download the free child theme for Actions from here: [Actions Child](http://buildwithelementor.com/blog/actions-elementor-child-theme/) - this can be used out of the box if desired.
81
 
82
+ Further details will be available near the time of the release.
 
 
 
83
 
84
  == Screenshots ==
85
 
88
  2. Fullwidth no Header no Footer
89
 
90
  == Changelog ==
91
+ = 1.1.3 =
92
+ * Enabled support for Elementor Library Post Type on the sample post templates.
93
+
94
  = 1.1.2 =
95
  * FIXED: JS Bug where the mobile menu toggle was not working for certain themes
96
 
templates/sample-post-templates/fullwidth-single.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
  * Post Template Name: Post Fullwidth Blank
4
- * Template Post Type: post
5
  *
6
  * The second template used to demonstrate how to include the template
7
  * using this plugin.
1
  <?php
2
  /**
3
  * Post Template Name: Post Fullwidth Blank
4
+ * Template Post Type: post, elementor_library
5
  *
6
  * The second template used to demonstrate how to include the template
7
  * using this plugin.
templates/sample-post-templates/fullwidth-std-single.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
  * Post Template Name: Post Fullwidth Standard
4
- * Template Post Type: post
5
  *
6
  * A template used to demonstrate how to include the template
7
  * using this plugin.
1
  <?php
2
  /**
3
  * Post Template Name: Post Fullwidth Standard
4
+ * Template Post Type: post, elementor_library
5
  *
6
  * A template used to demonstrate how to include the template
7
  * using this plugin.