From 035b488377f5c08e89a0946fdbf63ab1e763ffed Mon Sep 17 00:00:00 2001 From: AlxMedia Date: Wed, 25 Aug 2021 15:23:32 +0200 Subject: [PATCH] 1.0.8 --- functions/theme-options.php | 8 + languages/incolor.pot | 312 ++++++++++++++++++------------------ readme.txt | 3 + style.css | 2 +- 4 files changed, 172 insertions(+), 153 deletions(-) diff --git a/functions/theme-options.php b/functions/theme-options.php index 3c14350..f28ad2e 100644 --- a/functions/theme-options.php +++ b/functions/theme-options.php @@ -19,6 +19,14 @@ Kirki::add_section( 'morelink', array( 'button_url' => 'http://alx.media/themes/', 'priority' => 13, ) ); +Kirki::add_section( 'reviewlink', array( + 'title' => esc_html__( 'Like This Theme?', 'incolor' ), + 'panel' => 'options', + 'type' => 'link', + 'button_text' => esc_html__( 'Write a Review', 'incolor' ), + 'button_url' => 'https://wordpress.org/support/theme/incolor/reviews/#new-post', + 'priority' => 1, +) ); /* Add Panels /* ------------------------------------ */ diff --git a/languages/incolor.pot b/languages/incolor.pot index 01aa999..1551d74 100644 --- a/languages/incolor.pot +++ b/languages/incolor.pot @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: Incolor\n" -"POT-Creation-Date: 2021-08-23 11:04+0200\n" +"POT-Creation-Date: 2021-08-25 15:21+0200\n" "PO-Revision-Date: 2018-09-21 21:27+0100\n" "Last-Translator: \n" "Language-Team: \n" @@ -63,11 +63,11 @@ msgstr "" msgid "Mobile" msgstr "" -#: functions.php:84 functions/theme-options.php:44 +#: functions.php:84 functions/theme-options.php:52 msgid "Header" msgstr "" -#: functions.php:85 functions/theme-options.php:49 +#: functions.php:85 functions/theme-options.php:57 msgid "Footer" msgstr "" @@ -79,7 +79,7 @@ msgstr "" msgid "Normal full width sidebar" msgstr "" -#: functions.php:181 functions/theme-options.php:282 +#: functions.php:181 functions/theme-options.php:290 msgid "Footer Ads" msgstr "" @@ -152,15 +152,15 @@ msgid "Primary Sidebar" msgstr "" #: functions/meta-boxes.php:31 functions/meta-boxes.php:65 -#: functions/theme-options.php:481 functions/theme-options.php:491 -#: functions/theme-options.php:501 functions/theme-options.php:511 -#: functions/theme-options.php:521 functions/theme-options.php:531 -#: functions/theme-options.php:541 +#: functions/theme-options.php:489 functions/theme-options.php:499 +#: functions/theme-options.php:509 functions/theme-options.php:519 +#: functions/theme-options.php:529 functions/theme-options.php:539 +#: functions/theme-options.php:549 msgid "Select a sidebar" msgstr "" #: functions/meta-boxes.php:37 functions/meta-boxes.php:71 -#: functions/theme-options.php:54 +#: functions/theme-options.php:62 msgid "Layout" msgstr "" @@ -197,584 +197,592 @@ msgstr "" msgid "View More Themes" msgstr "" -#: functions/theme-options.php:27 +#: 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:34 +#: functions/theme-options.php:42 msgid "General" msgstr "" -#: functions/theme-options.php:39 +#: functions/theme-options.php:47 msgid "Blog" msgstr "" -#: functions/theme-options.php:59 +#: functions/theme-options.php:67 msgid "Sidebars" msgstr "" -#: functions/theme-options.php:64 +#: functions/theme-options.php:72 msgid "Social Links" msgstr "" -#: functions/theme-options.php:69 +#: functions/theme-options.php:77 msgid "Styling" msgstr "" -#: functions/theme-options.php:80 +#: functions/theme-options.php:88 msgid "Mobile Sidebar Content" msgstr "" -#: functions/theme-options.php:81 +#: functions/theme-options.php:89 msgid "Sidebar content on low-resolution mobile devices (320px)" msgstr "" -#: functions/theme-options.php:89 +#: functions/theme-options.php:97 msgid "Recommended Plugins" msgstr "" -#: functions/theme-options.php:90 +#: functions/theme-options.php:98 msgid "Enable or disable the recommended plugins notice" msgstr "" -#: functions/theme-options.php:98 +#: functions/theme-options.php:106 msgid "Enable Blog Heading" msgstr "" -#: functions/theme-options.php:99 +#: functions/theme-options.php:107 msgid "Show heading on blog home" msgstr "" -#: functions/theme-options.php:107 +#: functions/theme-options.php:115 msgid "Heading" msgstr "" -#: functions/theme-options.php:108 +#: functions/theme-options.php:116 msgid "Your blog heading" msgstr "" -#: functions/theme-options.php:116 +#: functions/theme-options.php:124 msgid "Subheading" msgstr "" -#: functions/theme-options.php:117 +#: functions/theme-options.php:125 msgid "Your blog subheading" msgstr "" -#: functions/theme-options.php:125 +#: functions/theme-options.php:133 msgid "Excerpt Length" msgstr "" -#: functions/theme-options.php:126 +#: functions/theme-options.php:134 msgid "Max number of words. Set it to 0 to disable." msgstr "" -#: functions/theme-options.php:139 +#: functions/theme-options.php:147 msgid "Featured Posts" msgstr "" -#: functions/theme-options.php:140 +#: functions/theme-options.php:148 msgid "Exclude featured posts from the content below" msgstr "" -#: functions/theme-options.php:148 +#: functions/theme-options.php:156 msgid "Featured Category" msgstr "" -#: functions/theme-options.php:149 +#: functions/theme-options.php:157 msgid "" "By not selecting a category, it will show your latest post(s) from all " "categories" msgstr "" -#: functions/theme-options.php:153 +#: functions/theme-options.php:161 msgid "Select a category" msgstr "" -#: functions/theme-options.php:159 +#: functions/theme-options.php:167 msgid "Featured Post Count" msgstr "" -#: functions/theme-options.php:160 +#: functions/theme-options.php:168 msgid "Max number of featured posts to display. Set it to 0 to disable" msgstr "" -#: functions/theme-options.php:173 +#: functions/theme-options.php:181 msgid "Frontpage Widgets Top" msgstr "" -#: functions/theme-options.php:174 functions/theme-options.php:183 +#: functions/theme-options.php:182 functions/theme-options.php:191 msgid "2 columns of widgets" msgstr "" -#: functions/theme-options.php:182 +#: functions/theme-options.php:190 msgid "Frontpage Widgets Bottom" msgstr "" -#: functions/theme-options.php:191 +#: functions/theme-options.php:199 msgid "Comment Count" msgstr "" -#: functions/theme-options.php:192 +#: functions/theme-options.php:200 msgid "Comment count on bubbles" msgstr "" -#: functions/theme-options.php:200 +#: functions/theme-options.php:208 msgid "Single - Author Bio" msgstr "" -#: functions/theme-options.php:201 +#: functions/theme-options.php:209 msgid "Shows post author description, if it exists" msgstr "" -#: functions/theme-options.php:209 +#: functions/theme-options.php:217 msgid "Single - Related Posts" msgstr "" -#: functions/theme-options.php:210 +#: functions/theme-options.php:218 msgid "Shows randomized related articles below the post" msgstr "" -#: functions/theme-options.php:214 functions/theme-options.php:228 +#: functions/theme-options.php:222 functions/theme-options.php:236 msgid "Disable" msgstr "" -#: functions/theme-options.php:215 +#: functions/theme-options.php:223 msgid "Related by categories" msgstr "" -#: functions/theme-options.php:216 +#: functions/theme-options.php:224 msgid "Related by tags" msgstr "" -#: functions/theme-options.php:223 +#: functions/theme-options.php:231 msgid "Single - Post Navigation" msgstr "" -#: functions/theme-options.php:224 +#: functions/theme-options.php:232 msgid "Shows links to the next and previous article" msgstr "" -#: functions/theme-options.php:229 +#: functions/theme-options.php:237 msgid "Sidebar" msgstr "" -#: functions/theme-options.php:230 +#: functions/theme-options.php:238 msgid "Below content" msgstr "" -#: functions/theme-options.php:237 +#: functions/theme-options.php:245 msgid "Header Search" msgstr "" -#: functions/theme-options.php:238 +#: functions/theme-options.php:246 msgid "Header search button" msgstr "" -#: functions/theme-options.php:246 +#: functions/theme-options.php:254 msgid "Header Social Links" msgstr "" -#: functions/theme-options.php:247 functions/theme-options.php:308 +#: functions/theme-options.php:255 functions/theme-options.php:316 msgid "Social link icon buttons" msgstr "" -#: functions/theme-options.php:255 +#: functions/theme-options.php:263 msgid "Profile Image" msgstr "" -#: functions/theme-options.php:256 +#: functions/theme-options.php:264 msgid "320px minimum width " msgstr "" -#: functions/theme-options.php:264 +#: functions/theme-options.php:272 msgid "Profile Name" msgstr "" -#: functions/theme-options.php:265 +#: functions/theme-options.php:273 msgid "Your name appears below the image" msgstr "" -#: functions/theme-options.php:273 +#: functions/theme-options.php:281 msgid "Profile Description" msgstr "" -#: functions/theme-options.php:274 +#: functions/theme-options.php:282 msgid "A short description of you" msgstr "" -#: functions/theme-options.php:283 +#: functions/theme-options.php:291 msgid "Footer widget ads area" msgstr "" -#: functions/theme-options.php:291 +#: functions/theme-options.php:299 msgid "Footer Widget Columns" msgstr "" -#: functions/theme-options.php:292 +#: functions/theme-options.php:300 msgid "Select columns to enable footer widgets. Recommended number: 3" msgstr "" -#: functions/theme-options.php:307 +#: functions/theme-options.php:315 msgid "Footer Social Links" msgstr "" -#: functions/theme-options.php:316 +#: functions/theme-options.php:324 msgid "Footer Logo" msgstr "" -#: functions/theme-options.php:317 +#: functions/theme-options.php:325 msgid "Upload your custom logo image" msgstr "" -#: functions/theme-options.php:325 +#: functions/theme-options.php:333 msgid "Footer Copyright" msgstr "" -#: functions/theme-options.php:326 +#: functions/theme-options.php:334 msgid "Replace the footer copyright text" msgstr "" -#: functions/theme-options.php:334 +#: functions/theme-options.php:342 msgid "Footer Credit" msgstr "" -#: functions/theme-options.php:335 +#: functions/theme-options.php:343 msgid "Footer credit text" msgstr "" -#: functions/theme-options.php:343 +#: functions/theme-options.php:351 msgid "Global Layout" msgstr "" -#: functions/theme-options.php:344 +#: functions/theme-options.php:352 msgid "Other layouts will override this option if they are set" msgstr "" -#: functions/theme-options.php:357 functions/theme-options.php:476 +#: functions/theme-options.php:365 functions/theme-options.php:484 msgid "Home" msgstr "" -#: functions/theme-options.php:358 +#: functions/theme-options.php:366 msgid "(is_home) Posts homepage layout" msgstr "" -#: functions/theme-options.php:372 functions/theme-options.php:486 +#: functions/theme-options.php:380 functions/theme-options.php:494 msgid "Single" msgstr "" -#: functions/theme-options.php:373 +#: functions/theme-options.php:381 msgid "" "(is_single) Single post layout - If a post has a set layout, it will " "override this." msgstr "" -#: functions/theme-options.php:387 functions/theme-options.php:496 +#: functions/theme-options.php:395 functions/theme-options.php:504 msgid "Archive" msgstr "" -#: functions/theme-options.php:388 +#: functions/theme-options.php:396 msgid "(is_archive) Category, date, tag and author archive layout" msgstr "" -#: functions/theme-options.php:402 functions/theme-options.php:506 +#: functions/theme-options.php:410 functions/theme-options.php:514 msgid "Archive - Category" msgstr "" -#: functions/theme-options.php:403 +#: functions/theme-options.php:411 msgid "(is_category) Category archive layout" msgstr "" -#: functions/theme-options.php:417 functions/theme-options.php:516 +#: functions/theme-options.php:425 functions/theme-options.php:524 msgid "Search" msgstr "" -#: functions/theme-options.php:418 +#: functions/theme-options.php:426 msgid "(is_search) Search page layout" msgstr "" -#: functions/theme-options.php:432 functions/theme-options.php:526 +#: functions/theme-options.php:440 functions/theme-options.php:534 msgid "Error 404" msgstr "" -#: functions/theme-options.php:433 +#: functions/theme-options.php:441 msgid "(is_404) Error 404 page layout" msgstr "" -#: functions/theme-options.php:447 functions/theme-options.php:536 +#: functions/theme-options.php:455 functions/theme-options.php:544 msgid "Default Page" msgstr "" -#: functions/theme-options.php:448 +#: functions/theme-options.php:456 msgid "" "(is_page) Default page layout - If a page has a set layout, it will override " "this." msgstr "" -#: functions/theme-options.php:477 +#: functions/theme-options.php:485 msgid "(is_home) Primary" msgstr "" -#: functions/theme-options.php:487 +#: functions/theme-options.php:495 msgid "" "(is_single) Primary - If a single post has a unique sidebar, it will " "override this." msgstr "" -#: functions/theme-options.php:497 +#: functions/theme-options.php:505 msgid "(is_archive) Primary" msgstr "" -#: functions/theme-options.php:507 +#: functions/theme-options.php:515 msgid "(is_category) Primary" msgstr "" -#: functions/theme-options.php:517 +#: functions/theme-options.php:525 msgid "(is_search) Primary" msgstr "" -#: functions/theme-options.php:527 +#: functions/theme-options.php:535 msgid "(is_404) Primary" msgstr "" -#: functions/theme-options.php:537 +#: functions/theme-options.php:545 msgid "" "(is_page) Primary - If a page has a unique sidebar, it will override this." msgstr "" -#: functions/theme-options.php:550 +#: functions/theme-options.php:558 msgid "Create Social Links" msgstr "" -#: functions/theme-options.php:551 +#: functions/theme-options.php:559 msgid "Create and organize your social links" msgstr "" -#: functions/theme-options.php:553 +#: functions/theme-options.php:561 msgid "Font Awesome names:" msgstr "" -#: functions/theme-options.php:553 functions/theme-options.php:570 +#: functions/theme-options.php:561 functions/theme-options.php:578 msgid "View All" msgstr "" -#: functions/theme-options.php:556 +#: functions/theme-options.php:564 msgid "social link" msgstr "" -#: functions/theme-options.php:563 +#: functions/theme-options.php:571 msgid "Title" msgstr "" -#: functions/theme-options.php:564 +#: functions/theme-options.php:572 msgid "Ex: Facebook" msgstr "" -#: functions/theme-options.php:569 +#: functions/theme-options.php:577 msgid "Icon Name" msgstr "" -#: functions/theme-options.php:570 +#: functions/theme-options.php:578 msgid "Font Awesome icons. Ex: fa-facebook " msgstr "" -#: functions/theme-options.php:575 +#: functions/theme-options.php:583 msgid "Link" msgstr "" -#: functions/theme-options.php:576 +#: functions/theme-options.php:584 msgid "Enter the full url for your icon button" msgstr "" -#: functions/theme-options.php:581 +#: functions/theme-options.php:589 msgid "Icon Color" msgstr "" -#: functions/theme-options.php:582 +#: functions/theme-options.php:590 msgid "Set a unique color for your icon (optional)" msgstr "" -#: functions/theme-options.php:587 +#: functions/theme-options.php:595 msgid "Open in new window" msgstr "" -#: functions/theme-options.php:596 +#: functions/theme-options.php:604 msgid "Dynamic Styles" msgstr "" -#: functions/theme-options.php:597 +#: functions/theme-options.php:605 msgid "Turn on to use the styling options below" msgstr "" -#: functions/theme-options.php:605 +#: functions/theme-options.php:613 msgid "Boxed Layout" msgstr "" -#: functions/theme-options.php:606 +#: functions/theme-options.php:614 msgid "Use a boxed layout" msgstr "" -#: functions/theme-options.php:614 +#: functions/theme-options.php:622 msgid "Font" msgstr "" -#: functions/theme-options.php:615 +#: functions/theme-options.php:623 msgid "Select font for the theme" msgstr "" -#: functions/theme-options.php:619 +#: functions/theme-options.php:627 msgid "Titillium Web, Latin (Self-hosted)" msgstr "" -#: functions/theme-options.php:620 +#: functions/theme-options.php:628 msgid "Titillium Web, Latin-Ext" msgstr "" -#: functions/theme-options.php:621 +#: functions/theme-options.php:629 msgid "Droid Serif, Latin" msgstr "" -#: functions/theme-options.php:622 +#: functions/theme-options.php:630 msgid "Source Sans Pro, Latin-Ext" msgstr "" -#: functions/theme-options.php:623 +#: functions/theme-options.php:631 msgid "Lato, Latin" msgstr "" -#: functions/theme-options.php:624 +#: functions/theme-options.php:632 msgid "Raleway, Latin" msgstr "" -#: functions/theme-options.php:625 +#: functions/theme-options.php:633 msgid "Ubuntu, Latin-Ext" msgstr "" -#: functions/theme-options.php:626 +#: functions/theme-options.php:634 msgid "Ubuntu, Latin / Cyrillic-Ext" msgstr "" -#: functions/theme-options.php:627 +#: functions/theme-options.php:635 msgid "Roboto, Latin-Ext" msgstr "" -#: functions/theme-options.php:628 +#: functions/theme-options.php:636 msgid "Roboto, Latin / Cyrillic-Ext" msgstr "" -#: functions/theme-options.php:629 +#: functions/theme-options.php:637 msgid "Roboto Condensed, Latin-Ext" msgstr "" -#: functions/theme-options.php:630 +#: functions/theme-options.php:638 msgid "Roboto Condensed, Latin / Cyrillic-Ext" msgstr "" -#: functions/theme-options.php:631 +#: functions/theme-options.php:639 msgid "Roboto Slab, Latin-Ext" msgstr "" -#: functions/theme-options.php:632 +#: functions/theme-options.php:640 msgid "Roboto Slab, Latin / Cyrillic-Ext" msgstr "" -#: functions/theme-options.php:633 +#: functions/theme-options.php:641 msgid "Playfair Display, Latin-Ext" msgstr "" -#: functions/theme-options.php:634 +#: functions/theme-options.php:642 msgid "Playfair Display, Latin / Cyrillic" msgstr "" -#: functions/theme-options.php:635 +#: functions/theme-options.php:643 msgid "Open Sans, Latin-Ext" msgstr "" -#: functions/theme-options.php:636 +#: functions/theme-options.php:644 msgid "Open Sans, Latin / Cyrillic-Ext" msgstr "" -#: functions/theme-options.php:637 +#: functions/theme-options.php:645 msgid "PT Serif, Latin-Ext" msgstr "" -#: functions/theme-options.php:638 +#: functions/theme-options.php:646 msgid "PT Serif, Latin / Cyrillic-Ext" msgstr "" -#: functions/theme-options.php:639 +#: functions/theme-options.php:647 msgid "Arial" msgstr "" -#: functions/theme-options.php:640 +#: functions/theme-options.php:648 msgid "Georgia" msgstr "" -#: functions/theme-options.php:641 +#: functions/theme-options.php:649 msgid "Verdana" msgstr "" -#: functions/theme-options.php:642 +#: functions/theme-options.php:650 msgid "Tahoma" msgstr "" -#: functions/theme-options.php:649 +#: functions/theme-options.php:657 msgid "Website Max-width" msgstr "" -#: functions/theme-options.php:650 +#: functions/theme-options.php:658 msgid "Max-width of the container. Use default for full width." msgstr "" -#: functions/theme-options.php:663 +#: functions/theme-options.php:671 msgid "Primary Color" msgstr "" -#: functions/theme-options.php:671 +#: functions/theme-options.php:679 msgid "Background Color" msgstr "" -#: functions/theme-options.php:679 +#: functions/theme-options.php:687 msgid "Background Color (Boxed)" msgstr "" -#: functions/theme-options.php:687 +#: functions/theme-options.php:695 msgid "Header Color" msgstr "" -#: functions/theme-options.php:695 +#: functions/theme-options.php:703 msgid "Carousel Color" msgstr "" -#: functions/theme-options.php:703 +#: functions/theme-options.php:711 msgid "Content Color" msgstr "" -#: functions/theme-options.php:711 +#: functions/theme-options.php:719 msgid "Sidebar Widget Color" msgstr "" -#: functions/theme-options.php:719 +#: functions/theme-options.php:727 msgid "Sidebar Profile Color" msgstr "" -#: functions/theme-options.php:727 +#: functions/theme-options.php:735 msgid "Sidebar Profile Name Color" msgstr "" -#: functions/theme-options.php:735 +#: functions/theme-options.php:743 msgid "Footer Color" msgstr "" -#: functions/theme-options.php:743 +#: functions/theme-options.php:751 msgid "Footer Bottom Color" msgstr "" -#: functions/theme-options.php:751 +#: functions/theme-options.php:759 msgid "Header Logo Image Max-height" msgstr "" -#: functions/theme-options.php:752 +#: functions/theme-options.php:760 msgid "" "Your logo image should have the double height of this to be high resolution" msgstr "" diff --git a/readme.txt b/readme.txt index 1686ed8..75aed5c 100644 --- a/readme.txt +++ b/readme.txt @@ -87,6 +87,9 @@ Sidebar images == Changelog == += 1.0.8 - 2021-08-25 = +* Added review link to theme options + = 1.0.7 - 2021-08-23 = * Added missing theme tags for wordpress.org diff --git a/style.css b/style.css index 6e38e50..26a524c 100644 --- a/style.css +++ b/style.css @@ -1,7 +1,7 @@ /* Theme Name: Incolor Theme URI: http://alx.media/themes/incolor/ -Version: 1.0.7 +Version: 1.0.8 Requires at least: 5.0 Requires PHP: 5.6 Tested up to: 5.8