Version Description
- FIXED: JS Bug where the mobile menu toggle was not working for certain themes
Download this release
Release Info
Developer | WPDevHQ |
Plugin | Page Templater For Elementor |
Version | 1.1.2 |
Comparing to | |
See all releases |
Code changes from version 1.1.1 to 1.1.2
- elementemplator.php +1 -1
- inc/elementemplater-functions.php +1 -1
- readme.txt +4 -1
elementemplator.php
CHANGED
@@ -3,7 +3,7 @@
|
|
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.
|
7 |
* Author: WPDevHQ
|
8 |
* Author URI: https://wpdevhq.com/
|
9 |
* Requires at least: 4.4
|
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
|
inc/elementemplater-functions.php
CHANGED
@@ -54,7 +54,7 @@ function elementor_blankpb_header() {
|
|
54 |
*/
|
55 |
|
56 |
?><!DOCTYPE html>
|
57 |
-
<html <?php language_attributes();
|
58 |
<head>
|
59 |
<meta charset="<?php bloginfo( 'charset' ); ?>">
|
60 |
<meta name="viewport" content="width=device-width, initial-scale=1">
|
54 |
*/
|
55 |
|
56 |
?><!DOCTYPE html>
|
57 |
+
<html <?php language_attributes(); ?>>
|
58 |
<head>
|
59 |
<meta charset="<?php bloginfo( 'charset' ); ?>">
|
60 |
<meta name="viewport" content="width=device-width, initial-scale=1">
|
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.7.2
|
6 |
-
Stable tag: 1.1.
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
@@ -91,6 +91,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.1 =
|
95 |
* Plugin name change due to a stipulation on Elementor's Terms & Conditions
|
96 |
* Added GeneratePress to the supported themes list
|
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 |
|
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 |
+
|
97 |
= 1.1.1 =
|
98 |
* Plugin name change due to a stipulation on Elementor's Terms & Conditions
|
99 |
* Added GeneratePress to the supported themes list
|