This commit is contained in:
AlxMedia 2022-08-25 15:44:18 +02:00
parent 90ba422101
commit 0ffcc04073
4 changed files with 227 additions and 189 deletions

View file

@ -10,6 +10,24 @@ Kirki::add_config( 'featureon', array(
'option_type' => 'theme_mod', 'option_type' => 'theme_mod',
) ); ) );
/* Add Links
/* ------------------------------------ */
Kirki::add_section( 'morelink', array(
'title' => esc_html__( 'AlxMedia', 'featureon' ),
'type' => 'link',
'button_text' => esc_html__( 'View More Themes', 'featureon' ),
'button_url' => 'http://alx.media/themes/',
'priority' => 13,
) );
Kirki::add_section( 'reviewlink', array(
'title' => esc_html__( 'Like This Theme?', 'featureon' ),
'panel' => 'options',
'type' => 'link',
'button_text' => esc_html__( 'Write a Review', 'featureon' ),
'button_url' => 'https://wordpress.org/support/theme/featureon/reviews/#new-post',
'priority' => 1,
) );
/* Add Panels /* Add Panels
/* ------------------------------------ */ /* ------------------------------------ */
Kirki::add_panel( 'options', array( Kirki::add_panel( 'options', array(

View file

@ -2,7 +2,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Featureon\n" "Project-Id-Version: Featureon\n"
"POT-Creation-Date: 2022-08-25 10:19+0200\n" "POT-Creation-Date: 2022-08-25 15:40+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"
@ -70,11 +70,11 @@ msgstr ""
msgid "Topbar" msgid "Topbar"
msgstr "" msgstr ""
#: functions.php:87 functions/theme-options.php:34 #: functions.php:87 functions/theme-options.php:52
msgid "Header" msgid "Header"
msgstr "" msgstr ""
#: functions.php:88 functions/theme-options.php:39 #: functions.php:88 functions/theme-options.php:57
msgid "Footer" msgid "Footer"
msgstr "" msgstr ""
@ -90,11 +90,11 @@ msgstr ""
msgid "Secondary" msgid "Secondary"
msgstr "" msgstr ""
#: functions.php:186 functions/theme-options.php:295 #: functions.php:186 functions/theme-options.php:313
msgid "Header Ads" msgid "Header Ads"
msgstr "" msgstr ""
#: functions.php:187 functions/theme-options.php:322 #: functions.php:187 functions/theme-options.php:340
msgid "Footer Ads" msgid "Footer Ads"
msgstr "" msgstr ""
@ -168,13 +168,13 @@ msgstr ""
#: functions/meta-boxes.php:31 functions/meta-boxes.php:38 #: functions/meta-boxes.php:31 functions/meta-boxes.php:38
#: functions/meta-boxes.php:75 functions/meta-boxes.php:82 #: functions/meta-boxes.php:75 functions/meta-boxes.php:82
#: functions/theme-options.php:545 functions/theme-options.php:555 #: functions/theme-options.php:563 functions/theme-options.php:573
#: functions/theme-options.php:565 functions/theme-options.php:575 #: functions/theme-options.php:583 functions/theme-options.php:593
#: functions/theme-options.php:585 functions/theme-options.php:595 #: functions/theme-options.php:603 functions/theme-options.php:613
#: functions/theme-options.php:605 functions/theme-options.php:615 #: functions/theme-options.php:623 functions/theme-options.php:633
#: functions/theme-options.php:625 functions/theme-options.php:635 #: functions/theme-options.php:643 functions/theme-options.php:653
#: functions/theme-options.php:645 functions/theme-options.php:655 #: functions/theme-options.php:663 functions/theme-options.php:673
#: functions/theme-options.php:665 functions/theme-options.php:675 #: functions/theme-options.php:683 functions/theme-options.php:693
msgid "Select a sidebar" msgid "Select a sidebar"
msgstr "" msgstr ""
@ -183,7 +183,7 @@ msgid "Secondary Sidebar"
msgstr "" msgstr ""
#: functions/meta-boxes.php:44 functions/meta-boxes.php:88 #: functions/meta-boxes.php:44 functions/meta-boxes.php:88
#: functions/theme-options.php:44 #: functions/theme-options.php:62
msgid "Layout" msgid "Layout"
msgstr "" msgstr ""
@ -212,632 +212,648 @@ msgstr ""
msgid "Current Page Parent" msgid "Current Page Parent"
msgstr "" msgstr ""
#: functions/theme-options.php:17 #: functions/theme-options.php:16
msgid "AlxMedia"
msgstr ""
#: functions/theme-options.php:18
msgid "View More Themes"
msgstr ""
#: functions/theme-options.php:23
msgid "Like This Theme?"
msgstr ""
#: functions/theme-options.php:26
msgid "Write a Review"
msgstr ""
#: functions/theme-options.php:35
msgid "Theme Options" msgid "Theme Options"
msgstr "" msgstr ""
#: functions/theme-options.php:24 #: functions/theme-options.php:42
msgid "General" msgid "General"
msgstr "" msgstr ""
#: functions/theme-options.php:29 #: functions/theme-options.php:47
msgid "Blog" msgid "Blog"
msgstr "" msgstr ""
#: functions/theme-options.php:49 #: functions/theme-options.php:67
msgid "Sidebars" msgid "Sidebars"
msgstr "" msgstr ""
#: functions/theme-options.php:54 #: functions/theme-options.php:72
msgid "Social Links" msgid "Social Links"
msgstr "" msgstr ""
#: functions/theme-options.php:59 #: functions/theme-options.php:77
msgid "Styling" msgid "Styling"
msgstr "" msgstr ""
#: functions/theme-options.php:70 #: functions/theme-options.php:88
msgid "Mobile Sidebar Content" msgid "Mobile Sidebar Content"
msgstr "" msgstr ""
#: functions/theme-options.php:71 #: functions/theme-options.php:89
msgid "Hide sidebar content on low-resolution mobile devices (320px)" msgid "Hide sidebar content on low-resolution mobile devices (320px)"
msgstr "" msgstr ""
#: functions/theme-options.php:75 #: functions/theme-options.php:93
msgid "Show sidebars" msgid "Show sidebars"
msgstr "" msgstr ""
#: functions/theme-options.php:76 #: functions/theme-options.php:94
msgid "Hide primary sidebar" msgid "Hide primary sidebar"
msgstr "" msgstr ""
#: functions/theme-options.php:77 #: functions/theme-options.php:95
msgid "Hide secondary sidebar" msgid "Hide secondary sidebar"
msgstr "" msgstr ""
#: functions/theme-options.php:78 #: functions/theme-options.php:96
msgid "Hide both sidebars" msgid "Hide both sidebars"
msgstr "" msgstr ""
#: functions/theme-options.php:85 #: functions/theme-options.php:103
msgid "Post Comments" msgid "Post Comments"
msgstr "" msgstr ""
#: functions/theme-options.php:86 #: functions/theme-options.php:104
msgid "Comments on posts" msgid "Comments on posts"
msgstr "" msgstr ""
#: functions/theme-options.php:94 #: functions/theme-options.php:112
msgid "Page Comments" msgid "Page Comments"
msgstr "" msgstr ""
#: functions/theme-options.php:95 #: functions/theme-options.php:113
msgid "Comments on pages" msgid "Comments on pages"
msgstr "" msgstr ""
#: functions/theme-options.php:103 #: functions/theme-options.php:121
msgid "Recommended Plugins" msgid "Recommended Plugins"
msgstr "" msgstr ""
#: functions/theme-options.php:104 #: functions/theme-options.php:122
msgid "Enable or disable the recommended plugins notice" msgid "Enable or disable the recommended plugins notice"
msgstr "" msgstr ""
#: functions/theme-options.php:112 #: functions/theme-options.php:130
msgid "Blog Layout" msgid "Blog Layout"
msgstr "" msgstr ""
#: functions/theme-options.php:116 #: functions/theme-options.php:134
msgid "Standard" msgid "Standard"
msgstr "" msgstr ""
#: functions/theme-options.php:117 #: functions/theme-options.php:135
msgid "Grid" msgid "Grid"
msgstr "" msgstr ""
#: functions/theme-options.php:118 #: functions/theme-options.php:136
msgid "List" msgid "List"
msgstr "" msgstr ""
#: functions/theme-options.php:125 #: functions/theme-options.php:143
msgid "Heading" msgid "Heading"
msgstr "" msgstr ""
#: functions/theme-options.php:126 #: functions/theme-options.php:144
msgid "Your blog heading" msgid "Your blog heading"
msgstr "" msgstr ""
#: functions/theme-options.php:134 #: functions/theme-options.php:152
msgid "Subheading" msgid "Subheading"
msgstr "" msgstr ""
#: functions/theme-options.php:135 #: functions/theme-options.php:153
msgid "Your blog subheading" msgid "Your blog subheading"
msgstr "" msgstr ""
#: functions/theme-options.php:143 #: functions/theme-options.php:161
msgid "Featured Post Count (Home)" msgid "Featured Post Count (Home)"
msgstr "" msgstr ""
#: functions/theme-options.php:144 #: functions/theme-options.php:162
msgid "" msgid ""
"Max number of featured posts to display on the homepage. Set it to 0 to " "Max number of featured posts to display on the homepage. Set it to 0 to "
"disable." "disable."
msgstr "" msgstr ""
#: functions/theme-options.php:157 #: functions/theme-options.php:175
msgid "Featured Post Count (Category)" msgid "Featured Post Count (Category)"
msgstr "" msgstr ""
#: functions/theme-options.php:158 #: functions/theme-options.php:176
msgid "" msgid ""
"Max number of featured posts to display on category pages. Set it to 0 to " "Max number of featured posts to display on category pages. Set it to 0 to "
"disable." "disable."
msgstr "" msgstr ""
#: functions/theme-options.php:171 #: functions/theme-options.php:189
msgid "Featured Category" msgid "Featured Category"
msgstr "" msgstr ""
#: functions/theme-options.php:172 #: functions/theme-options.php:190
msgid "" msgid ""
"By not selecting a category, it will show your latest post(s) from all " "By not selecting a category, it will show your latest post(s) from all "
"categories" "categories"
msgstr "" msgstr ""
#: functions/theme-options.php:176 functions/theme-options.php:210 #: functions/theme-options.php:194 functions/theme-options.php:228
msgid "Select a category" msgid "Select a category"
msgstr "" msgstr ""
#: functions/theme-options.php:182 #: functions/theme-options.php:200
msgid "Featured Posts" msgid "Featured Posts"
msgstr "" msgstr ""
#: functions/theme-options.php:183 #: functions/theme-options.php:201
msgid "" msgid ""
"To show featured posts in the slider AND the content below. Usually not " "To show featured posts in the slider AND the content below. Usually not "
"recommended." "recommended."
msgstr "" msgstr ""
#: functions/theme-options.php:191 #: functions/theme-options.php:209
msgid "Highlight Post Count" msgid "Highlight Post Count"
msgstr "" msgstr ""
#: functions/theme-options.php:192 #: functions/theme-options.php:210
msgid "Max number of highlight posts to display. Set it to 0 to disable." msgid "Max number of highlight posts to display. Set it to 0 to disable."
msgstr "" msgstr ""
#: functions/theme-options.php:205 #: functions/theme-options.php:223
msgid "Highlights Category" msgid "Highlights Category"
msgstr "" msgstr ""
#: functions/theme-options.php:206 #: functions/theme-options.php:224
msgid "The 3 latest posts" msgid "The 3 latest posts"
msgstr "" msgstr ""
#: functions/theme-options.php:216 #: functions/theme-options.php:234
msgid "Frontpage Widgets Top" msgid "Frontpage Widgets Top"
msgstr "" msgstr ""
#: functions/theme-options.php:217 functions/theme-options.php:226 #: functions/theme-options.php:235 functions/theme-options.php:244
msgid "2 columns of widgets" msgid "2 columns of widgets"
msgstr "" msgstr ""
#: functions/theme-options.php:225 #: functions/theme-options.php:243
msgid "Frontpage Widgets Bottom" msgid "Frontpage Widgets Bottom"
msgstr "" msgstr ""
#: functions/theme-options.php:234 #: functions/theme-options.php:252
msgid "Thumbnail Comment Count" msgid "Thumbnail Comment Count"
msgstr "" msgstr ""
#: functions/theme-options.php:235 #: functions/theme-options.php:253
msgid "Comment count on thumbnails" msgid "Comment count on thumbnails"
msgstr "" msgstr ""
#: functions/theme-options.php:243 #: functions/theme-options.php:261
msgid "Excerpt Length" msgid "Excerpt Length"
msgstr "" msgstr ""
#: functions/theme-options.php:244 #: functions/theme-options.php:262
msgid "Max number of words. Set it to 0 to disable." msgid "Max number of words. Set it to 0 to disable."
msgstr "" msgstr ""
#: functions/theme-options.php:257 #: functions/theme-options.php:275
msgid "Single - Author Bio" msgid "Single - Author Bio"
msgstr "" msgstr ""
#: functions/theme-options.php:258 #: functions/theme-options.php:276
msgid "Shows post author description, if it exists" msgid "Shows post author description, if it exists"
msgstr "" msgstr ""
#: functions/theme-options.php:266 #: functions/theme-options.php:284
msgid "Single - Related Posts" msgid "Single - Related Posts"
msgstr "" msgstr ""
#: functions/theme-options.php:267 #: functions/theme-options.php:285
msgid "Shows randomized related articles below the post" msgid "Shows randomized related articles below the post"
msgstr "" msgstr ""
#: functions/theme-options.php:271 functions/theme-options.php:285 #: functions/theme-options.php:289 functions/theme-options.php:303
msgid "Disable" msgid "Disable"
msgstr "" msgstr ""
#: functions/theme-options.php:272 #: functions/theme-options.php:290
msgid "Related by categories" msgid "Related by categories"
msgstr "" msgstr ""
#: functions/theme-options.php:273 #: functions/theme-options.php:291
msgid "Related by tags" msgid "Related by tags"
msgstr "" msgstr ""
#: functions/theme-options.php:280 #: functions/theme-options.php:298
msgid "Single - Post Navigation" msgid "Single - Post Navigation"
msgstr "" msgstr ""
#: functions/theme-options.php:281 #: functions/theme-options.php:299
msgid "Shows links to the next and previous article" msgid "Shows links to the next and previous article"
msgstr "" msgstr ""
#: functions/theme-options.php:286 #: functions/theme-options.php:304
msgid "Sidebar Primary" msgid "Sidebar Primary"
msgstr "" msgstr ""
#: functions/theme-options.php:287 #: functions/theme-options.php:305
msgid "Sidebar Secondary" msgid "Sidebar Secondary"
msgstr "" msgstr ""
#: functions/theme-options.php:288 #: functions/theme-options.php:306
msgid "Below content" msgid "Below content"
msgstr "" msgstr ""
#: functions/theme-options.php:296 #: functions/theme-options.php:314
msgid "Header widget ads area" msgid "Header widget ads area"
msgstr "" msgstr ""
#: functions/theme-options.php:304 #: functions/theme-options.php:322
msgid "Header Search" msgid "Header Search"
msgstr "" msgstr ""
#: functions/theme-options.php:305 #: functions/theme-options.php:323
msgid "Header search button" msgid "Header search button"
msgstr "" msgstr ""
#: functions/theme-options.php:313 #: functions/theme-options.php:331
msgid "Header Social Links" msgid "Header Social Links"
msgstr "" msgstr ""
#: functions/theme-options.php:314 functions/theme-options.php:348 #: functions/theme-options.php:332 functions/theme-options.php:366
msgid "Social link icon buttons" msgid "Social link icon buttons"
msgstr "" msgstr ""
#: functions/theme-options.php:323 #: functions/theme-options.php:341
msgid "Footer widget ads area" msgid "Footer widget ads area"
msgstr "" msgstr ""
#: functions/theme-options.php:331 #: functions/theme-options.php:349
msgid "Footer Widget Columns" msgid "Footer Widget Columns"
msgstr "" msgstr ""
#: functions/theme-options.php:332 #: functions/theme-options.php:350
msgid "Select columns to enable footer widgets. Recommended number: 3" msgid "Select columns to enable footer widgets. Recommended number: 3"
msgstr "" msgstr ""
#: functions/theme-options.php:347 #: functions/theme-options.php:365
msgid "Footer Social Links" msgid "Footer Social Links"
msgstr "" msgstr ""
#: functions/theme-options.php:356 #: functions/theme-options.php:374
msgid "Footer Logo" msgid "Footer Logo"
msgstr "" msgstr ""
#: functions/theme-options.php:357 #: functions/theme-options.php:375
msgid "Upload your custom logo image" msgid "Upload your custom logo image"
msgstr "" msgstr ""
#: functions/theme-options.php:365 #: functions/theme-options.php:383
msgid "Footer Copyright" msgid "Footer Copyright"
msgstr "" msgstr ""
#: functions/theme-options.php:366 #: functions/theme-options.php:384
msgid "Replace the footer copyright text" msgid "Replace the footer copyright text"
msgstr "" msgstr ""
#: functions/theme-options.php:374 #: functions/theme-options.php:392
msgid "Footer Credit" msgid "Footer Credit"
msgstr "" msgstr ""
#: functions/theme-options.php:375 #: functions/theme-options.php:393
msgid "Footer credit text" msgid "Footer credit text"
msgstr "" msgstr ""
#: functions/theme-options.php:383 #: functions/theme-options.php:401
msgid "Global Layout" msgid "Global Layout"
msgstr "" msgstr ""
#: functions/theme-options.php:384 #: functions/theme-options.php:402
msgid "Other layouts will override this option if they are set" msgid "Other layouts will override this option if they are set"
msgstr "" msgstr ""
#: functions/theme-options.php:400 functions/theme-options.php:540 #: functions/theme-options.php:418 functions/theme-options.php:558
#: functions/theme-options.php:550 #: functions/theme-options.php:568
msgid "Home" msgid "Home"
msgstr "" msgstr ""
#: functions/theme-options.php:401 #: functions/theme-options.php:419
msgid "(is_home) Posts homepage layout" msgid "(is_home) Posts homepage layout"
msgstr "" msgstr ""
#: functions/theme-options.php:418 functions/theme-options.php:560 #: functions/theme-options.php:436 functions/theme-options.php:578
#: functions/theme-options.php:570 #: functions/theme-options.php:588
msgid "Single" msgid "Single"
msgstr "" msgstr ""
#: functions/theme-options.php:419 #: functions/theme-options.php:437
msgid "" msgid ""
"(is_single) Single post layout - If a post has a set layout, it will " "(is_single) Single post layout - If a post has a set layout, it will "
"override this." "override this."
msgstr "" msgstr ""
#: functions/theme-options.php:436 functions/theme-options.php:580 #: functions/theme-options.php:454 functions/theme-options.php:598
#: functions/theme-options.php:590 #: functions/theme-options.php:608
msgid "Archive" msgid "Archive"
msgstr "" msgstr ""
#: functions/theme-options.php:437 #: functions/theme-options.php:455
msgid "(is_archive) Category, date, tag and author archive layout" msgid "(is_archive) Category, date, tag and author archive layout"
msgstr "" msgstr ""
#: functions/theme-options.php:454 functions/theme-options.php:600 #: functions/theme-options.php:472 functions/theme-options.php:618
#: functions/theme-options.php:610 #: functions/theme-options.php:628
msgid "Archive - Category" msgid "Archive - Category"
msgstr "" msgstr ""
#: functions/theme-options.php:455 #: functions/theme-options.php:473
msgid "(is_category) Category archive layout" msgid "(is_category) Category archive layout"
msgstr "" msgstr ""
#: functions/theme-options.php:472 functions/theme-options.php:620 #: functions/theme-options.php:490 functions/theme-options.php:638
#: functions/theme-options.php:630 #: functions/theme-options.php:648
msgid "Search" msgid "Search"
msgstr "" msgstr ""
#: functions/theme-options.php:473 #: functions/theme-options.php:491
msgid "(is_search) Search page layout" msgid "(is_search) Search page layout"
msgstr "" msgstr ""
#: functions/theme-options.php:490 functions/theme-options.php:640 #: functions/theme-options.php:508 functions/theme-options.php:658
#: functions/theme-options.php:650 #: functions/theme-options.php:668
msgid "Error 404" msgid "Error 404"
msgstr "" msgstr ""
#: functions/theme-options.php:491 #: functions/theme-options.php:509
msgid "(is_404) Error 404 page layout" msgid "(is_404) Error 404 page layout"
msgstr "" msgstr ""
#: functions/theme-options.php:508 functions/theme-options.php:660 #: functions/theme-options.php:526 functions/theme-options.php:678
#: functions/theme-options.php:670 #: functions/theme-options.php:688
msgid "Default Page" msgid "Default Page"
msgstr "" msgstr ""
#: functions/theme-options.php:509 #: functions/theme-options.php:527
msgid "" msgid ""
"(is_page) Default page layout - If a page has a set layout, it will override " "(is_page) Default page layout - If a page has a set layout, it will override "
"this." "this."
msgstr "" msgstr ""
#: functions/theme-options.php:541 #: functions/theme-options.php:559
msgid "(is_home) Primary" msgid "(is_home) Primary"
msgstr "" msgstr ""
#: functions/theme-options.php:551 #: functions/theme-options.php:569
msgid "(is_home) Secondary" msgid "(is_home) Secondary"
msgstr "" msgstr ""
#: functions/theme-options.php:561 #: functions/theme-options.php:579
msgid "" msgid ""
"(is_single) Primary - If a single post has a unique sidebar, it will " "(is_single) Primary - If a single post has a unique sidebar, it will "
"override this." "override this."
msgstr "" msgstr ""
#: functions/theme-options.php:571 #: functions/theme-options.php:589
msgid "" msgid ""
"(is_single) Secondary - If a single post has a unique sidebar, it will " "(is_single) Secondary - If a single post has a unique sidebar, it will "
"override this." "override this."
msgstr "" msgstr ""
#: functions/theme-options.php:581 #: functions/theme-options.php:599
msgid "(is_archive) Primary" msgid "(is_archive) Primary"
msgstr "" msgstr ""
#: functions/theme-options.php:591 #: functions/theme-options.php:609
msgid "(is_archive) Secondary" msgid "(is_archive) Secondary"
msgstr "" msgstr ""
#: functions/theme-options.php:601 #: functions/theme-options.php:619
msgid "(is_category) Primary" msgid "(is_category) Primary"
msgstr "" msgstr ""
#: functions/theme-options.php:611 #: functions/theme-options.php:629
msgid "(is_category) Secondary" msgid "(is_category) Secondary"
msgstr "" msgstr ""
#: functions/theme-options.php:621 #: functions/theme-options.php:639
msgid "(is_search) Primary" msgid "(is_search) Primary"
msgstr "" msgstr ""
#: functions/theme-options.php:631 #: functions/theme-options.php:649
msgid "(is_search) Secondary" msgid "(is_search) Secondary"
msgstr "" msgstr ""
#: functions/theme-options.php:641 #: functions/theme-options.php:659
msgid "(is_404) Primary" msgid "(is_404) Primary"
msgstr "" msgstr ""
#: functions/theme-options.php:651 #: functions/theme-options.php:669
msgid "(is_404) Secondary" msgid "(is_404) Secondary"
msgstr "" msgstr ""
#: functions/theme-options.php:661 #: functions/theme-options.php:679
msgid "" msgid ""
"(is_page) Primary - If a page has a unique sidebar, it will override this." "(is_page) Primary - If a page has a unique sidebar, it will override this."
msgstr "" msgstr ""
#: functions/theme-options.php:671 #: functions/theme-options.php:689
msgid "" msgid ""
"(is_page) Secondary - If a page has a unique sidebar, it will override this." "(is_page) Secondary - If a page has a unique sidebar, it will override this."
msgstr "" msgstr ""
#: functions/theme-options.php:684 #: functions/theme-options.php:702
msgid "Create Social Links" msgid "Create Social Links"
msgstr "" msgstr ""
#: functions/theme-options.php:685 #: functions/theme-options.php:703
msgid "Create and organize your social links" msgid "Create and organize your social links"
msgstr "" msgstr ""
#: functions/theme-options.php:687 #: functions/theme-options.php:705
msgid "Font Awesome names:" msgid "Font Awesome names:"
msgstr "" msgstr ""
#: functions/theme-options.php:687 functions/theme-options.php:704 #: functions/theme-options.php:705 functions/theme-options.php:722
msgid "View All" msgid "View All"
msgstr "" msgstr ""
#: functions/theme-options.php:690 #: functions/theme-options.php:708
msgid "social link" msgid "social link"
msgstr "" msgstr ""
#: functions/theme-options.php:697 #: functions/theme-options.php:715
msgid "Title" msgid "Title"
msgstr "" msgstr ""
#: functions/theme-options.php:698 #: functions/theme-options.php:716
msgid "Ex: Facebook" msgid "Ex: Facebook"
msgstr "" msgstr ""
#: functions/theme-options.php:703 #: functions/theme-options.php:721
msgid "Icon Name" msgid "Icon Name"
msgstr "" msgstr ""
#: functions/theme-options.php:704 #: functions/theme-options.php:722
msgid "Font Awesome icons. Ex: fa-facebook " msgid "Font Awesome icons. Ex: fa-facebook "
msgstr "" msgstr ""
#: functions/theme-options.php:709 #: functions/theme-options.php:727
msgid "Link" msgid "Link"
msgstr "" msgstr ""
#: functions/theme-options.php:710 #: functions/theme-options.php:728
msgid "Enter the full url for your icon button" msgid "Enter the full url for your icon button"
msgstr "" msgstr ""
#: functions/theme-options.php:715 #: functions/theme-options.php:733
msgid "Icon Color" msgid "Icon Color"
msgstr "" msgstr ""
#: functions/theme-options.php:716 #: functions/theme-options.php:734
msgid "Set a unique color for your icon (optional)" msgid "Set a unique color for your icon (optional)"
msgstr "" msgstr ""
#: functions/theme-options.php:721 #: functions/theme-options.php:739
msgid "Open in new window" msgid "Open in new window"
msgstr "" msgstr ""
#: functions/theme-options.php:730 #: functions/theme-options.php:748
msgid "Dynamic Styles" msgid "Dynamic Styles"
msgstr "" msgstr ""
#: functions/theme-options.php:731 #: functions/theme-options.php:749
msgid "Turn on to use the styling options below" msgid "Turn on to use the styling options below"
msgstr "" msgstr ""
#: functions/theme-options.php:739 #: functions/theme-options.php:757
msgid "Boxed Layout" msgid "Boxed Layout"
msgstr "" msgstr ""
#: functions/theme-options.php:740 #: functions/theme-options.php:758
msgid "Use a boxed layout" msgid "Use a boxed layout"
msgstr "" msgstr ""
#: functions/theme-options.php:748 #: functions/theme-options.php:766
msgid "Dark Layout" msgid "Dark Layout"
msgstr "" msgstr ""
#: functions/theme-options.php:749 #: functions/theme-options.php:767
msgid "Dark base style" msgid "Dark base style"
msgstr "" msgstr ""
#: functions/theme-options.php:757 #: functions/theme-options.php:775
msgid "Font" msgid "Font"
msgstr "" msgstr ""
#: functions/theme-options.php:758 #: functions/theme-options.php:776
msgid "Select font for the theme" msgid "Select font for the theme"
msgstr "" msgstr ""
#: functions/theme-options.php:762 #: functions/theme-options.php:780
msgid "Titillium Web, Latin (Self-hosted)" msgid "Titillium Web, Latin (Self-hosted)"
msgstr "" msgstr ""
#: functions/theme-options.php:763 #: functions/theme-options.php:781
msgid "Titillium Web, Latin-Ext" msgid "Titillium Web, Latin-Ext"
msgstr "" msgstr ""
#: functions/theme-options.php:764 #: functions/theme-options.php:782
msgid "Droid Serif, Latin" msgid "Droid Serif, Latin"
msgstr "" msgstr ""
#: functions/theme-options.php:765 #: functions/theme-options.php:783
msgid "Source Sans Pro, Latin-Ext" msgid "Source Sans Pro, Latin-Ext"
msgstr "" msgstr ""
#: functions/theme-options.php:766 #: functions/theme-options.php:784
msgid "Lato, Latin" msgid "Lato, Latin"
msgstr "" msgstr ""
#: functions/theme-options.php:767 #: functions/theme-options.php:785
msgid "Raleway, Latin" msgid "Raleway, Latin"
msgstr "" msgstr ""
#: functions/theme-options.php:768 #: functions/theme-options.php:786
msgid "Ubuntu, Latin-Ext" msgid "Ubuntu, Latin-Ext"
msgstr "" msgstr ""
#: functions/theme-options.php:769 #: functions/theme-options.php:787
msgid "Ubuntu, Latin / Cyrillic-Ext" msgid "Ubuntu, Latin / Cyrillic-Ext"
msgstr "" msgstr ""
#: functions/theme-options.php:770 #: functions/theme-options.php:788
msgid "Roboto, Latin-Ext" msgid "Roboto, Latin-Ext"
msgstr "" msgstr ""
#: functions/theme-options.php:771 #: functions/theme-options.php:789
msgid "Roboto, Latin / Cyrillic-Ext" msgid "Roboto, Latin / Cyrillic-Ext"
msgstr "" msgstr ""
#: functions/theme-options.php:772 #: functions/theme-options.php:790
msgid "Roboto Condensed, Latin-Ext" msgid "Roboto Condensed, Latin-Ext"
msgstr "" msgstr ""
#: functions/theme-options.php:773 #: functions/theme-options.php:791
msgid "Roboto Condensed, Latin / Cyrillic-Ext" msgid "Roboto Condensed, Latin / Cyrillic-Ext"
msgstr "" msgstr ""
#: functions/theme-options.php:774 #: functions/theme-options.php:792
msgid "Roboto Slab, Latin-Ext" msgid "Roboto Slab, Latin-Ext"
msgstr "" msgstr ""
#: functions/theme-options.php:775 #: functions/theme-options.php:793
msgid "Roboto Slab, Latin / Cyrillic-Ext" msgid "Roboto Slab, Latin / Cyrillic-Ext"
msgstr "" msgstr ""
#: functions/theme-options.php:776 #: functions/theme-options.php:794
msgid "Playfair Display, Latin-Ext" msgid "Playfair Display, Latin-Ext"
msgstr "" msgstr ""
#: functions/theme-options.php:777 #: functions/theme-options.php:795
msgid "Playfair Display, Latin / Cyrillic" msgid "Playfair Display, Latin / Cyrillic"
msgstr "" msgstr ""
#: functions/theme-options.php:778 #: functions/theme-options.php:796
msgid "Open Sans, Latin-Ext" msgid "Open Sans, Latin-Ext"
msgstr "" msgstr ""
#: functions/theme-options.php:779 #: functions/theme-options.php:797
msgid "Open Sans, Latin / Cyrillic-Ext" msgid "Open Sans, Latin / Cyrillic-Ext"
msgstr "" msgstr ""
#: functions/theme-options.php:780 #: functions/theme-options.php:798
msgid "PT Serif, Latin-Ext" msgid "PT Serif, Latin-Ext"
msgstr "" msgstr ""
#: functions/theme-options.php:781 #: functions/theme-options.php:799
msgid "PT Serif, Latin / Cyrillic-Ext" msgid "PT Serif, Latin / Cyrillic-Ext"
msgstr "" msgstr ""
#: functions/theme-options.php:782 #: functions/theme-options.php:800
msgid "Arial" msgid "Arial"
msgstr "" msgstr ""
#: functions/theme-options.php:783 #: functions/theme-options.php:801
msgid "Georgia" msgid "Georgia"
msgstr "" msgstr ""
#: functions/theme-options.php:784 #: functions/theme-options.php:802
msgid "Verdana" msgid "Verdana"
msgstr "" msgstr ""
#: functions/theme-options.php:785 #: functions/theme-options.php:803
msgid "Tahoma" msgid "Tahoma"
msgstr "" msgstr ""
#: functions/theme-options.php:792 #: functions/theme-options.php:810
msgid "Website Max-width" msgid "Website Max-width"
msgstr "" msgstr ""
#: functions/theme-options.php:793 #: functions/theme-options.php:811
msgid "" msgid ""
"Max-width of the container. If you use 2 sidebars, your container should be " "Max-width of the container. If you use 2 sidebars, your container should be "
"at least 1280px. Note: For 720px content (default) use 1460px for 2 sidebars " "at least 1280px. Note: For 720px content (default) use 1460px for 2 sidebars "
@ -845,72 +861,72 @@ msgid ""
"inbetween." "inbetween."
msgstr "" msgstr ""
#: functions/theme-options.php:806 #: functions/theme-options.php:824
msgid "Featured Section Height" msgid "Featured Section Height"
msgstr "" msgstr ""
#: functions/theme-options.php:807 #: functions/theme-options.php:825
msgid "Height of the featured posts section" msgid "Height of the featured posts section"
msgstr "" msgstr ""
#: functions/theme-options.php:820 #: functions/theme-options.php:838
msgid "Sidebar Width" msgid "Sidebar Width"
msgstr "" msgstr ""
#: functions/theme-options.php:824 #: functions/theme-options.php:842
msgid "280px primary (30px padding)" msgid "280px primary (30px padding)"
msgstr "" msgstr ""
#: functions/theme-options.php:825 #: functions/theme-options.php:843
msgid "300px primary (20px padding)" msgid "300px primary (20px padding)"
msgstr "" msgstr ""
#: functions/theme-options.php:832 #: functions/theme-options.php:850
msgid "Primary Color" msgid "Primary Color"
msgstr "" msgstr ""
#: functions/theme-options.php:840 #: functions/theme-options.php:858
msgid "Mobile Menu Color" msgid "Mobile Menu Color"
msgstr "" msgstr ""
#: functions/theme-options.php:848 #: functions/theme-options.php:866
msgid "Topbar Menu Color" msgid "Topbar Menu Color"
msgstr "" msgstr ""
#: functions/theme-options.php:856 #: functions/theme-options.php:874
msgid "Header Color" msgid "Header Color"
msgstr "" msgstr ""
#: functions/theme-options.php:864 #: functions/theme-options.php:882
msgid "Header Menu Color" msgid "Header Menu Color"
msgstr "" msgstr ""
#: functions/theme-options.php:872 #: functions/theme-options.php:890
msgid "Subheader Background" msgid "Subheader Background"
msgstr "" msgstr ""
#: functions/theme-options.php:880 #: functions/theme-options.php:898
msgid "Footer Menu Color" msgid "Footer Menu Color"
msgstr "" msgstr ""
#: functions/theme-options.php:888 #: functions/theme-options.php:906
msgid "Footer Background" msgid "Footer Background"
msgstr "" msgstr ""
#: functions/theme-options.php:896 #: functions/theme-options.php:914
msgid "Header Logo Image Max-height" msgid "Header Logo Image Max-height"
msgstr "" msgstr ""
#: functions/theme-options.php:897 #: functions/theme-options.php:915
msgid "" msgid ""
"Your logo image should have the double height of this to be high resolution" "Your logo image should have the double height of this to be high resolution"
msgstr "" msgstr ""
#: functions/theme-options.php:910 #: functions/theme-options.php:928
msgid "Image Border Radius" msgid "Image Border Radius"
msgstr "" msgstr ""
#: functions/theme-options.php:911 #: functions/theme-options.php:929
msgid "Give your thumbnails and layout images rounded corners" msgid "Give your thumbnails and layout images rounded corners"
msgstr "" msgstr ""

View file

@ -89,6 +89,10 @@ Subheader images
== Changelog == == Changelog ==
= 2.5.2 - 2022-08-25 =
* Added theme options links
* Updated language files
= 2.5.1 - 2022-08-25 = = 2.5.1 - 2022-08-25 =
* Fixed underline links * Fixed underline links
* Fixed header focus priority * Fixed header focus priority

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.5.1 Version: 2.5.2
Requires at least: 5.0 Requires at least: 5.0
Requires PHP: 5.6 Requires PHP: 5.6
Tested up to: 6.0 Tested up to: 6.0