diff --git a/assets/css/icons.scss b/assets/css/icons.scss index 9a2e0e3e8..059150e37 100644 --- a/assets/css/icons.scss +++ b/assets/css/icons.scss @@ -1,23 +1,6 @@ @font-face { font-family: job-manager; - src: url(../font/job-manager.eot?4963673); - src: - url(../font/job-manager.eot?4963673#iefix) format("embedded-opentype"), - url(../font/job-manager.woff?4963673) format("woff"), - url(../font/job-manager.ttf?4963673) format("truetype"), - url(../font/job-manager.svg?4963673#job-manager) format("svg"); - font-weight: normal; - font-style: normal; -} - -@font-face { - font-family: jm-logo; - src: url(../font/jm-logo/jm.eot?ycsbky); - src: - url(../font/jm-logo/jm.eot?#iefixycsbky) format("embedded-opentype"), - url(../font/jm-logo/jm.woff?ycsbky) format("woff"), - url(../font/jm-logo/jm.ttf?ycsbky) format("truetype"), - url(../font/jm-logo/jm.svg?ycsbky#icomoon) format("svg"); + src: url(../font/job-manager.woff2?16367094) format('woff2'); font-weight: normal; font-style: normal; } diff --git a/assets/css/menu.scss b/assets/css/menu.scss index 5bdb3adb6..5e66bdf8f 100644 --- a/assets/css/menu.scss +++ b/assets/css/menu.scss @@ -8,7 +8,7 @@ .wp-menu-image::before { @include jm-icon(); - content: "\e800"; + content: "\e830"; } } diff --git a/assets/font/jm-logo/jm.eot b/assets/font/jm-logo/jm.eot deleted file mode 100755 index 596efbb0f..000000000 Binary files a/assets/font/jm-logo/jm.eot and /dev/null differ diff --git a/assets/font/jm-logo/jm.svg b/assets/font/jm-logo/jm.svg deleted file mode 100755 index 4330c90ba..000000000 --- a/assets/font/jm-logo/jm.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - -Generated by IcoMoon - - - - - - - \ No newline at end of file diff --git a/assets/font/jm-logo/jm.ttf b/assets/font/jm-logo/jm.ttf deleted file mode 100755 index d578f1402..000000000 Binary files a/assets/font/jm-logo/jm.ttf and /dev/null differ diff --git a/assets/font/jm-logo/jm.woff b/assets/font/jm-logo/jm.woff deleted file mode 100755 index 464dc7ce0..000000000 Binary files a/assets/font/jm-logo/jm.woff and /dev/null differ diff --git a/assets/font/job-manager-codes.css b/assets/font/job-manager-codes.css index 9bbe3eac6..3b6c7d883 100644 --- a/assets/font/job-manager-codes.css +++ b/assets/font/job-manager-codes.css @@ -46,4 +46,5 @@ .icon-clock:before { content: '\e82c'; } /* '' */ .icon-block:before { content: '\e82d'; } /* '' */ .icon-cancel-circled:before { content: '\e82e'; } /* '' */ -.icon-ok-circled:before { content: '\e82f'; } /* '' */ \ No newline at end of file +.icon-ok-circled:before { content: '\e82f'; } /* '' */ +.icon-wpjm:before { content: '\e830'; } /* '' */ diff --git a/assets/font/job-manager.eot b/assets/font/job-manager.eot deleted file mode 100644 index 2234c63ba..000000000 Binary files a/assets/font/job-manager.eot and /dev/null differ diff --git a/assets/font/job-manager.svg b/assets/font/job-manager.svg deleted file mode 100644 index 678d13782..000000000 --- a/assets/font/job-manager.svg +++ /dev/null @@ -1,59 +0,0 @@ - - - -Copyright (C) 2015 by original authors @ fontello.com - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/assets/font/job-manager.ttf b/assets/font/job-manager.ttf deleted file mode 100644 index 89c73b296..000000000 Binary files a/assets/font/job-manager.ttf and /dev/null differ diff --git a/assets/font/job-manager.woff b/assets/font/job-manager.woff deleted file mode 100644 index 15863815d..000000000 Binary files a/assets/font/job-manager.woff and /dev/null differ diff --git a/assets/font/job-manager.woff2 b/assets/font/job-manager.woff2 new file mode 100644 index 000000000..ba36e8c2a Binary files /dev/null and b/assets/font/job-manager.woff2 differ diff --git a/includes/admin/class-wp-job-manager-addons.php b/includes/admin/class-wp-job-manager-addons.php index ccbd27dcf..da83efde6 100644 --- a/includes/admin/class-wp-job-manager-addons.php +++ b/includes/admin/class-wp-job-manager-addons.php @@ -93,7 +93,7 @@ public function output() { echo ' nav-tab-active'; } ?> - "> + "> settings_page, 'output' ] ); if ( WP_Job_Manager_Helper::instance()->has_licensed_products() || apply_filters( 'job_manager_show_addons_page', true ) ) { - add_submenu_page( 'edit.php?post_type=job_listing', __( 'WP Job Manager Add-ons', 'wp-job-manager' ), __( 'Add-ons', 'wp-job-manager' ), 'manage_options', 'job-manager-addons', [ $this, 'addons_page' ] ); + add_submenu_page( 'edit.php?post_type=job_listing', __( 'WP Job Manager Marketplace', 'wp-job-manager' ), __( 'Marketplace', 'wp-job-manager' ), 'manage_options', 'job-manager-addons', [ $this, 'addons_page' ] ); } } diff --git a/includes/class-wp-job-manager-post-types.php b/includes/class-wp-job-manager-post-types.php index 29d25c548..71575865f 100644 --- a/includes/class-wp-job-manager-post-types.php +++ b/includes/class-wp-job-manager-post-types.php @@ -184,7 +184,7 @@ public function register_post_types() { 'labels' => [ 'name' => $plural, 'singular_name' => $singular, - 'menu_name' => ucwords( $plural ), + 'menu_name' => __( 'Categories', 'wp-job-manager' ), // translators: Placeholder %s is the plural label of the job listing category taxonomy type. 'search_items' => sprintf( __( 'Search %s', 'wp-job-manager' ), $plural ), // translators: Placeholder %s is the plural label of the job listing category taxonomy type. @@ -247,7 +247,7 @@ public function register_post_types() { 'labels' => [ 'name' => $plural, 'singular_name' => $singular, - 'menu_name' => ucwords( $plural ), + 'menu_name' => __( 'Types', 'wp-job-manager' ), // translators: Placeholder %s is the plural label of the job listing job type taxonomy type. 'search_items' => sprintf( __( 'Search %s', 'wp-job-manager' ), $plural ), // translators: Placeholder %s is the plural label of the job listing job type taxonomy type. @@ -331,7 +331,7 @@ public function register_post_types() { 'labels' => [ 'name' => $plural, 'singular_name' => $singular, - 'menu_name' => __( 'Job Listings', 'wp-job-manager' ), + 'menu_name' => __( 'Job Manager', 'wp-job-manager' ), // translators: Placeholder %s is the plural label of the job listing post type. 'all_items' => sprintf( __( 'All %s', 'wp-job-manager' ), $plural ), 'add_new' => __( 'Add New', 'wp-job-manager' ),