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