This commit is contained in:
Alexander Agnarson 2021-05-25 14:21:31 +02:00
parent e560dbbd58
commit 85f65128f3
4 changed files with 29 additions and 23 deletions

View file

@ -98,8 +98,10 @@ add_action( 'after_setup_theme', 'featureon_setup' );
/* Custom navigation /* Custom navigation
/* ------------------------------------ */ /* ------------------------------------ */
add_action( 'wp', function() { if ( ! class_exists( '\Featureon\Nav' ) ) {
require_once 'functions/nav.php'; require_once 'functions/nav.php';
}
add_action( 'wp', function() {
$nav = new \Featureon\Nav(); $nav = new \Featureon\Nav();
$nav->enqueue( $nav->enqueue(
[ [

View file

@ -2,7 +2,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Featureon\n" "Project-Id-Version: Featureon\n"
"POT-Creation-Date: 2021-03-05 15:47+0100\n" "POT-Creation-Date: 2021-05-25 14:21+0200\n"
"PO-Revision-Date: 2018-09-21 21:27+0100\n" "PO-Revision-Date: 2018-09-21 21:27+0100\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: \n" "Language-Team: \n"
@ -78,83 +78,83 @@ msgstr ""
msgid "Footer" msgid "Footer"
msgstr "" msgstr ""
#: functions.php:184 #: functions.php:186
msgid "Primary" msgid "Primary"
msgstr "" msgstr ""
#: functions.php:184 functions.php:185 #: functions.php:186 functions.php:187
msgid "Normal full width sidebar" msgid "Normal full width sidebar"
msgstr "" msgstr ""
#: functions.php:185 #: functions.php:187
msgid "Secondary" msgid "Secondary"
msgstr "" msgstr ""
#: functions.php:187 functions/theme-options.php:295 #: functions.php:189 functions/theme-options.php:295
msgid "Header Ads" msgid "Header Ads"
msgstr "" msgstr ""
#: functions.php:188 functions/theme-options.php:322 #: functions.php:190 functions/theme-options.php:322
msgid "Footer Ads" msgid "Footer Ads"
msgstr "" msgstr ""
#: functions.php:188 #: functions.php:190
msgid "Footer ads area" msgid "Footer ads area"
msgstr "" msgstr ""
#: functions.php:190 #: functions.php:192
msgid "Frontpage Top 1" msgid "Frontpage Top 1"
msgstr "" msgstr ""
#: functions.php:190 functions.php:191 functions.php:192 functions.php:193 #: functions.php:192 functions.php:193 functions.php:194 functions.php:195
msgid "Frontpage area" msgid "Frontpage area"
msgstr "" msgstr ""
#: functions.php:191 #: functions.php:193
msgid "Frontpage Top 2" msgid "Frontpage Top 2"
msgstr "" msgstr ""
#: functions.php:192 #: functions.php:194
msgid "Frontpage Bottom 1" msgid "Frontpage Bottom 1"
msgstr "" msgstr ""
#: functions.php:193 #: functions.php:195
msgid "Frontpage Bottom 2" msgid "Frontpage Bottom 2"
msgstr "" msgstr ""
#: functions.php:195 #: functions.php:197
msgid "Footer 1" msgid "Footer 1"
msgstr "" msgstr ""
#: functions.php:195 functions.php:196 functions.php:197 functions.php:198 #: functions.php:197 functions.php:198 functions.php:199 functions.php:200
msgid "Widgetized footer" msgid "Widgetized footer"
msgstr "" msgstr ""
#: functions.php:196 #: functions.php:198
msgid "Footer 2" msgid "Footer 2"
msgstr "" msgstr ""
#: functions.php:197 #: functions.php:199
msgid "Footer 3" msgid "Footer 3"
msgstr "" msgstr ""
#: functions.php:198 #: functions.php:200
msgid "Footer 4" msgid "Footer 4"
msgstr "" msgstr ""
#: functions.php:693 #: functions.php:695
msgid "Alx Extensions" msgid "Alx Extensions"
msgstr "" msgstr ""
#: functions.php:697 #: functions.php:699
msgid "Meta Box" msgid "Meta Box"
msgstr "" msgstr ""
#: functions.php:701 #: functions.php:703
msgid "Regenerate Thumbnails" msgid "Regenerate Thumbnails"
msgstr "" msgstr ""
#: functions.php:705 #: functions.php:707
msgid "WP-PageNavi" msgid "WP-PageNavi"
msgstr "" msgstr ""

View file

@ -74,6 +74,10 @@ Source: https://stocksnap.io
== Changelog == == Changelog ==
= 2.4.3 - 2021-05-25 =
* Fixed compatibility issue with custom nav and various security plugins
* Updated language files
= 2.4.2 - 2021-03-05 = = 2.4.2 - 2021-03-05 =
* Fixed: mobile menu tabbing will enter in the menu even when it's closed * Fixed: mobile menu tabbing will enter in the menu even when it's closed
* Fixed: trap focus in search popup * Fixed: trap focus in search popup

View file

@ -1,7 +1,7 @@
/* /*
Theme Name: Featureon Theme Name: Featureon
Theme URI: http://alx.media/themes/featureon/ Theme URI: http://alx.media/themes/featureon/
Version: 2.4.2 Version: 2.4.3
Requires at least: 5.0 Requires at least: 5.0
Requires PHP: 5.6 Requires PHP: 5.6
Tested up to: 5.6 Tested up to: 5.6