This commit is contained in:
Alexander Agnarson 2021-05-25 14:35:25 +02:00
parent 3346d9c79b
commit 67407516ca
4 changed files with 28 additions and 22 deletions

View file

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

View file

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

View file

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

View file

@ -1,7 +1,7 @@
/*
Theme Name: Split
Theme URI: http://alx.media/themes/split/
Version: 1.4.2
Version: 1.4.3
Requires at least: 5.0
Requires PHP: 5.6
Tested up to: 5.6