Version Description
- Fix: PHP Notices and errors due to WP_Query being called early when some plugins use filters inside WP_Query.
Download this release
Release Info
Developer | Nikschavan |
Plugin | Header Footer Elementor |
Version | 1.0.13 |
Comparing to | |
See all releases |
Code changes from version 1.0.12 to 1.0.13
- inc/class-hfe-elementor-canvas-compat.php +1 -1
- languages/header-footer-elementor.pot +6 -6
- readme.txt +14 -14
inc/class-hfe-elementor-canvas-compat.php
CHANGED
@@ -25,7 +25,7 @@ class HFE_Elementor_Canvas_Compat {
|
|
25 |
if ( ! isset( self::$instance ) ) {
|
26 |
self::$instance = new HFE_Elementor_Canvas_Compat();
|
27 |
|
28 |
-
self::$instance
|
29 |
}
|
30 |
|
31 |
return self::$instance;
|
25 |
if ( ! isset( self::$instance ) ) {
|
26 |
self::$instance = new HFE_Elementor_Canvas_Compat();
|
27 |
|
28 |
+
add_action( 'wp', array( self::$instance, 'hooks' ) );
|
29 |
}
|
30 |
|
31 |
return self::$instance;
|
languages/header-footer-elementor.pot
CHANGED
@@ -2,28 +2,28 @@
|
|
2 |
# This file is distributed under the same license as the Header Footer Elementor package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: Header Footer Elementor 1.0.
|
6 |
"Report-Msgid-Bugs-To: "
|
7 |
"https://wordpress.org/support/plugin/header-footer-elementor\n"
|
8 |
-
"POT-Creation-Date: 2018-
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=utf-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
"PO-Revision-Date: 2018-MO-DA HO:MI+ZONE\n"
|
13 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
14 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
15 |
-
"X-Generator: grunt-wp-i18n 0.5.4\n"
|
16 |
-
"X-Poedit-KeywordsList: "
|
17 |
-
"__;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;_nx_noop:1,2,3c;esc_"
|
18 |
-
"attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;esc_html_x:1,2c;\n"
|
19 |
"Language: en\n"
|
20 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
21 |
"X-Poedit-Country: United States\n"
|
22 |
"X-Poedit-SourceCharset: UTF-8\n"
|
|
|
|
|
|
|
23 |
"X-Poedit-Basepath: ../\n"
|
24 |
"X-Poedit-SearchPath-0: .\n"
|
25 |
"X-Poedit-Bookmarks: \n"
|
26 |
"X-Textdomain-Support: yes\n"
|
|
|
27 |
|
28 |
#: admin/class-hfe-admin.php:56 admin/class-hfe-admin.php:58
|
29 |
msgid "Header Footers Template"
|
2 |
# This file is distributed under the same license as the Header Footer Elementor package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: Header Footer Elementor 1.0.12\n"
|
6 |
"Report-Msgid-Bugs-To: "
|
7 |
"https://wordpress.org/support/plugin/header-footer-elementor\n"
|
8 |
+
"POT-Creation-Date: 2018-05-22 05:25:27+00:00\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=utf-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
"PO-Revision-Date: 2018-MO-DA HO:MI+ZONE\n"
|
13 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
14 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
|
|
|
|
|
|
|
|
15 |
"Language: en\n"
|
16 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
17 |
"X-Poedit-Country: United States\n"
|
18 |
"X-Poedit-SourceCharset: UTF-8\n"
|
19 |
+
"X-Poedit-KeywordsList: "
|
20 |
+
"__;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;_nx_noop:1,2,3c;esc_"
|
21 |
+
"attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;esc_html_x:1,2c;\n"
|
22 |
"X-Poedit-Basepath: ../\n"
|
23 |
"X-Poedit-SearchPath-0: .\n"
|
24 |
"X-Poedit-Bookmarks: \n"
|
25 |
"X-Textdomain-Support: yes\n"
|
26 |
+
"X-Generator: grunt-wp-i18n1.0.2\n"
|
27 |
|
28 |
#: admin/class-hfe-admin.php:56 admin/class-hfe-admin.php:58
|
29 |
msgid "Header Footers Template"
|
readme.txt
CHANGED
@@ -4,8 +4,8 @@ Tags: elementor, header footer builder, header, footer, page builder, template b
|
|
4 |
Donate link: https://www.paypal.me/BrainstormForce
|
5 |
Requires at least: 4.4
|
6 |
Requires PHP: 5.4
|
7 |
-
Tested up to: 4.9.
|
8 |
-
Stable tag: 1.0.
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
@@ -17,29 +17,25 @@ Create header and footer of your site easily using [Elementor](https://goo.gl/qh
|
|
17 |
|
18 |
All you need to do is -
|
19 |
|
20 |
-
1. Design a
|
21 |
-
2. Select
|
22 |
-
3. The template will be
|
23 |
-
|
24 |
-
[Here is the step by step article](https://uaelementor.com/header-footer-with-elementor/?utm_source=wp-repo&utm_campaign=header-footer-elementor&utm_medium=description "UAElementor") with screenshots.
|
25 |
|
26 |
= Features of Header Footer Elementor =
|
27 |
|
28 |
- Create attractive pages and templates that can be displayed as a Header or Footer.
|
29 |
- Lets you use a fully customized header or footer across the website.
|
30 |
|
31 |
-
The plugin works
|
32 |
|
33 |
1. <a href="https://wpastra.com/?utm_source=wp-repo&utm_campaign=header-footer-elementor&utm_medium=description&bsf=162">Astra</a> - The Fastest, Most Lightweight & Customizable WordPress Theme.
|
34 |
-
2. GeneratePress.
|
35 |
-
3. OceanWP.
|
36 |
-
4. Genesis.
|
37 |
5. Phlox Theme.
|
38 |
|
39 |
-
If you are a theme developer
|
40 |
|
41 |
-
= Looking for premium Elementor Addons and Widgets? =
|
42 |
-
Check <a href="https://uaelementor.com/?utm_source=wp-repo&utm_campaign=header-footer-elementor&utm_medium=description">Ultimate Addons for Elementor</a>. It is a library of unique Elementor addons and widgets to add more functionality and flexibility to your favorite page builder.
|
43 |
|
44 |
= Supported & Actively Developed =
|
45 |
Need help with something? Have an issue to report? [Get in touch](https://github.com/Nikschavan/header-footer-elementor "Header Footer elementor on GitHub"). with us on GitHub.
|
@@ -86,6 +82,7 @@ If you are a theme developer <a href="https://github.com/Nikschavan/header-foote
|
|
86 |
If you are using a pre-made theme, The best approach would be to contact yoru theme developer and provide them link to the <a href="https://github.com/Nikschavan/header-footer-elementor/wiki/Adding-Header-Footer-Elementor-support-for-your-theme">Wiki article</a> on how they can add support for the plugin.
|
87 |
If the above is nnot possible, You can also add support for the plugin from your child theme. Just follow <a href="https://github.com/Nikschavan/header-footer-elementor/wiki/Add-support-to-Header-Footer-Elementor-from-the-Child-Theme">this article</a>
|
88 |
|
|
|
89 |
== Screenshots ==
|
90 |
|
91 |
1. Go to Appearane -> Header Footer Builder to create a new template.
|
@@ -93,6 +90,9 @@ If the above is nnot possible, You can also add support for the plugin from your
|
|
93 |
|
94 |
== Changelog ==
|
95 |
|
|
|
|
|
|
|
96 |
= 1.0.12 =
|
97 |
- Fix: Compatibility with Elementor 2.0 changed canvas template path.
|
98 |
|
4 |
Donate link: https://www.paypal.me/BrainstormForce
|
5 |
Requires at least: 4.4
|
6 |
Requires PHP: 5.4
|
7 |
+
Tested up to: 4.9.6
|
8 |
+
Stable tag: 1.0.13
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
17 |
|
18 |
All you need to do is -
|
19 |
|
20 |
+
1. Design a Header or Footer Template.
|
21 |
+
2. Select the template type to be used for header or footer.
|
22 |
+
3. The template will be used throughout the site as header / footer.
|
|
|
|
|
23 |
|
24 |
= Features of Header Footer Elementor =
|
25 |
|
26 |
- Create attractive pages and templates that can be displayed as a Header or Footer.
|
27 |
- Lets you use a fully customized header or footer across the website.
|
28 |
|
29 |
+
The plugin only works with limited number of themes as of now, here is the list of supported themes -
|
30 |
|
31 |
1. <a href="https://wpastra.com/?utm_source=wp-repo&utm_campaign=header-footer-elementor&utm_medium=description&bsf=162">Astra</a> - The Fastest, Most Lightweight & Customizable WordPress Theme.
|
32 |
+
2. GeneratePress Theme.
|
33 |
+
3. OceanWP Theme.
|
34 |
+
4. Genesis Theme.
|
35 |
5. Phlox Theme.
|
36 |
|
37 |
+
If you are a theme developer <a href="https://github.com/Nikschavan/header-footer-elementor/wiki/Adding-Header-Footer-Elementor-support-for-your-theme">here</a> is a quick tutorial on how you can add support for the Header Footer Elementor from your theme.
|
38 |
|
|
|
|
|
39 |
|
40 |
= Supported & Actively Developed =
|
41 |
Need help with something? Have an issue to report? [Get in touch](https://github.com/Nikschavan/header-footer-elementor "Header Footer elementor on GitHub"). with us on GitHub.
|
82 |
If you are using a pre-made theme, The best approach would be to contact yoru theme developer and provide them link to the <a href="https://github.com/Nikschavan/header-footer-elementor/wiki/Adding-Header-Footer-Elementor-support-for-your-theme">Wiki article</a> on how they can add support for the plugin.
|
83 |
If the above is nnot possible, You can also add support for the plugin from your child theme. Just follow <a href="https://github.com/Nikschavan/header-footer-elementor/wiki/Add-support-to-Header-Footer-Elementor-from-the-Child-Theme">this article</a>
|
84 |
|
85 |
+
|
86 |
== Screenshots ==
|
87 |
|
88 |
1. Go to Appearane -> Header Footer Builder to create a new template.
|
90 |
|
91 |
== Changelog ==
|
92 |
|
93 |
+
= 1.0.13 =
|
94 |
+
- Fix: PHP Notices and errors due to WP_Query being called early when some plugins use filters inside WP_Query.
|
95 |
+
|
96 |
= 1.0.12 =
|
97 |
- Fix: Compatibility with Elementor 2.0 changed canvas template path.
|
98 |
|