diff --git a/functions.php b/functions.php index 6fce916..b14be8a 100644 --- a/functions.php +++ b/functions.php @@ -208,7 +208,7 @@ if ( ! function_exists( 'magaziner_styles' ) ) { function magaziner_styles() { wp_enqueue_style( 'magaziner-style', get_stylesheet_uri() ); - if ( get_theme_mod('responsive','on') =='on' ) { wp_enqueue_style( 'magaziner-responsive', get_template_directory_uri().'/responsive.css' ); } + wp_enqueue_style( 'magaziner-responsive', get_template_directory_uri().'/responsive.css' ); wp_enqueue_style( 'magaziner-font-awesome', get_template_directory_uri().'/fonts/all.min.css' ); } diff --git a/functions/theme-options.php b/functions/theme-options.php index ccdcebb..374b3dc 100644 --- a/functions/theme-options.php +++ b/functions/theme-options.php @@ -63,15 +63,6 @@ Kirki::add_section( 'styling', array( /* Add Fields /* ------------------------------------ */ -// General: Responsive Layout -Kirki::add_field( 'magaziner_theme', array( - 'type' => 'switch', - 'settings' => 'responsive', - 'label' => esc_html__( 'Responsive Layout', 'magaziner' ), - 'description' => esc_html__( 'Mobile and tablet optimizations (responsive.css)', 'magaziner' ), - 'section' => 'general', - 'default' => 'on', -) ); // General: Mobile Sidebar Kirki::add_field( 'magaziner_theme', array( 'type' => 'radio', diff --git a/languages/magaziner.pot b/languages/magaziner.pot index 5d041be..9e656f5 100644 --- a/languages/magaziner.pot +++ b/languages/magaziner.pot @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: Magaziner\n" -"POT-Creation-Date: 2019-07-30 13:54+0200\n" +"POT-Creation-Date: 2020-03-23 21:25+0100\n" "PO-Revision-Date: 2018-09-21 21:27+0100\n" "Last-Translator: \n" "Language-Team: \n" @@ -62,107 +62,103 @@ msgstr "" msgid "Theme by" msgstr "" -#: functions.php:80 +#: functions.php:86 msgid "Mobile" msgstr "" -#: functions.php:81 +#: functions.php:87 msgid "Topbar" msgstr "" -#: functions.php:82 functions/theme-options.php:34 +#: functions.php:88 functions/theme-options.php:34 msgid "Header" msgstr "" -#: functions.php:83 functions/theme-options.php:39 +#: functions.php:89 functions/theme-options.php:39 msgid "Footer" msgstr "" -#: functions.php:161 +#: functions.php:167 msgid "Primary" msgstr "" -#: functions.php:161 functions.php:162 +#: functions.php:167 functions.php:168 msgid "Normal full width sidebar" msgstr "" -#: functions.php:162 +#: functions.php:168 msgid "Secondary" msgstr "" -#: functions.php:164 functions/theme-options.php:317 +#: functions.php:170 functions/theme-options.php:308 msgid "Header Ads" msgstr "" -#: functions.php:165 functions/theme-options.php:344 +#: functions.php:171 functions/theme-options.php:335 msgid "Footer Ads" msgstr "" -#: functions.php:165 +#: functions.php:171 msgid "Footer ads area" msgstr "" -#: functions.php:167 +#: functions.php:173 msgid "Frontpage Top 1" msgstr "" -#: functions.php:167 functions.php:168 functions.php:169 functions.php:170 +#: functions.php:173 functions.php:174 functions.php:175 functions.php:176 msgid "Frontpage area" msgstr "" -#: functions.php:168 +#: functions.php:174 msgid "Frontpage Top 2" msgstr "" -#: functions.php:169 +#: functions.php:175 msgid "Frontpage Bottom 1" msgstr "" -#: functions.php:170 +#: functions.php:176 msgid "Frontpage Bottom 2" msgstr "" -#: functions.php:172 +#: functions.php:178 msgid "Footer 1" msgstr "" -#: functions.php:172 functions.php:173 functions.php:174 functions.php:175 +#: functions.php:178 functions.php:179 functions.php:180 functions.php:181 msgid "Widgetized footer" msgstr "" -#: functions.php:173 +#: functions.php:179 msgid "Footer 2" msgstr "" -#: functions.php:174 +#: functions.php:180 msgid "Footer 3" msgstr "" -#: functions.php:175 +#: functions.php:181 msgid "Footer 4" msgstr "" -#: functions.php:674 +#: functions.php:680 msgid "Alx Extensions" msgstr "" -#: functions.php:678 +#: functions.php:684 msgid "Meta Box" msgstr "" -#: functions.php:682 +#: functions.php:688 msgid "Regenerate Thumbnails" msgstr "" -#: functions.php:686 +#: functions.php:692 msgid "WP-PageNavi" msgstr "" -#: functions.php:690 -msgid "Responsive Lightbox" -msgstr "" - -#: functions.php:694 +#: functions.php:696 msgid "Social Count Plus" msgstr "" @@ -176,13 +172,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: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:685 -#: functions/theme-options.php:695 functions/theme-options.php:705 -#: functions/theme-options.php:715 functions/theme-options.php:725 +#: functions/theme-options.php:586 functions/theme-options.php:596 +#: functions/theme-options.php:606 functions/theme-options.php:616 +#: functions/theme-options.php:626 functions/theme-options.php:636 +#: functions/theme-options.php:646 functions/theme-options.php:656 +#: functions/theme-options.php:666 functions/theme-options.php:676 +#: functions/theme-options.php:686 functions/theme-options.php:696 +#: functions/theme-options.php:706 functions/theme-options.php:716 msgid "Select a sidebar" msgstr "" @@ -224,720 +220,712 @@ msgid "Styling" msgstr "" #: functions/theme-options.php:70 -msgid "Responsive Layout" -msgstr "" - -#: functions/theme-options.php:71 -msgid "Mobile and tablet optimizations (responsive.css)" -msgstr "" - -#: functions/theme-options.php:79 msgid "Mobile Sidebar Content" msgstr "" -#: functions/theme-options.php:80 +#: functions/theme-options.php:71 msgid "Hide sidebar content on low-resolution mobile devices (320px)" msgstr "" -#: functions/theme-options.php:84 +#: functions/theme-options.php:75 msgid "Show sidebars" msgstr "" -#: functions/theme-options.php:85 +#: functions/theme-options.php:76 msgid "Hide primary sidebar" msgstr "" -#: functions/theme-options.php:86 +#: functions/theme-options.php:77 msgid "Hide secondary sidebar" msgstr "" -#: functions/theme-options.php:87 +#: functions/theme-options.php:78 msgid "Hide both sidebars" msgstr "" -#: functions/theme-options.php:94 +#: functions/theme-options.php:85 msgid "Post Comments" msgstr "" -#: functions/theme-options.php:95 +#: functions/theme-options.php:86 msgid "Comments on posts" msgstr "" -#: functions/theme-options.php:103 +#: functions/theme-options.php:94 msgid "Page Comments" msgstr "" -#: functions/theme-options.php:104 +#: functions/theme-options.php:95 msgid "Comments on pages" msgstr "" -#: functions/theme-options.php:112 +#: functions/theme-options.php:103 msgid "Recommended Plugins" msgstr "" -#: functions/theme-options.php:113 +#: functions/theme-options.php:104 msgid "Enable or disable the recommended plugins notice" msgstr "" -#: functions/theme-options.php:121 +#: functions/theme-options.php:112 msgid "Blog Layout" msgstr "" -#: functions/theme-options.php:125 +#: functions/theme-options.php:116 msgid "Standard" msgstr "" -#: functions/theme-options.php:126 +#: functions/theme-options.php:117 msgid "Grid" msgstr "" -#: functions/theme-options.php:127 +#: functions/theme-options.php:118 msgid "List" msgstr "" -#: functions/theme-options.php:134 +#: functions/theme-options.php:125 msgid "Heading" msgstr "" -#: functions/theme-options.php:135 +#: functions/theme-options.php:126 msgid "Your blog heading" msgstr "" -#: functions/theme-options.php:143 +#: functions/theme-options.php:134 msgid "Subheading" msgstr "" -#: functions/theme-options.php:144 +#: functions/theme-options.php:135 msgid "Your blog subheading" msgstr "" -#: functions/theme-options.php:152 +#: functions/theme-options.php:143 msgid "Excerpt Length" msgstr "" -#: functions/theme-options.php:153 +#: functions/theme-options.php:144 msgid "Max number of words. Set it to 0 to disable." msgstr "" -#: functions/theme-options.php:166 +#: functions/theme-options.php:157 msgid "Featured Post Count" msgstr "" -#: functions/theme-options.php:167 +#: functions/theme-options.php:158 msgid "Max number of featured posts to display. Set it to 0 to disable" msgstr "" -#: functions/theme-options.php:180 +#: functions/theme-options.php:171 msgid "Featured Category" msgstr "" -#: functions/theme-options.php:181 functions/theme-options.php:201 +#: functions/theme-options.php:172 functions/theme-options.php:192 msgid "" "By not selecting a category, it will show your latest post(s) from all " "categories" msgstr "" -#: functions/theme-options.php:185 functions/theme-options.php:205 +#: functions/theme-options.php:176 functions/theme-options.php:196 msgid "Select a category" msgstr "" -#: functions/theme-options.php:191 +#: functions/theme-options.php:182 msgid "Featured Posts" msgstr "" -#: functions/theme-options.php:192 +#: functions/theme-options.php:183 msgid "" "To show featured posts in the slider AND the content below. Usually not " "recommended." msgstr "" -#: functions/theme-options.php:200 +#: functions/theme-options.php:191 msgid "Highlight Category" msgstr "" -#: functions/theme-options.php:211 +#: functions/theme-options.php:202 msgid "Highlight Post Count" msgstr "" -#: functions/theme-options.php:212 +#: functions/theme-options.php:203 msgid "Max number of highlight posts to display. Set it to 0 to disable." msgstr "" -#: functions/theme-options.php:225 +#: functions/theme-options.php:216 msgid "Frontpage Popular Posts" msgstr "" -#: functions/theme-options.php:226 +#: functions/theme-options.php:217 msgid "Shows the 3 most popular posts" msgstr "" -#: functions/theme-options.php:234 +#: functions/theme-options.php:225 msgid "Frontpage Recent Comments" msgstr "" -#: functions/theme-options.php:235 +#: functions/theme-options.php:226 msgid "Shows the 3 most recent comments" msgstr "" -#: functions/theme-options.php:243 +#: functions/theme-options.php:234 msgid "Frontpage Widgets Top" msgstr "" -#: functions/theme-options.php:244 functions/theme-options.php:253 +#: functions/theme-options.php:235 functions/theme-options.php:244 msgid "2 columns of widgets" msgstr "" -#: functions/theme-options.php:252 +#: functions/theme-options.php:243 msgid "Frontpage Widgets Bottom" msgstr "" -#: functions/theme-options.php:261 +#: functions/theme-options.php:252 msgid "Thumbnail Comment Count" msgstr "" -#: functions/theme-options.php:262 +#: functions/theme-options.php:253 msgid "Comment count on thumbnails" msgstr "" -#: functions/theme-options.php:270 +#: functions/theme-options.php:261 msgid "Single - Author Bio" msgstr "" -#: functions/theme-options.php:271 +#: functions/theme-options.php:262 msgid "Shows post author description, if it exists" msgstr "" -#: functions/theme-options.php:279 +#: functions/theme-options.php:270 msgid "Single - Related Posts" msgstr "" -#: functions/theme-options.php:280 +#: functions/theme-options.php:271 msgid "Shows randomized related articles below the post" msgstr "" -#: functions/theme-options.php:284 functions/theme-options.php:298 +#: functions/theme-options.php:275 functions/theme-options.php:289 msgid "Disable" msgstr "" -#: functions/theme-options.php:285 +#: functions/theme-options.php:276 msgid "Related by categories" msgstr "" -#: functions/theme-options.php:286 +#: functions/theme-options.php:277 msgid "Related by tags" msgstr "" -#: functions/theme-options.php:293 +#: functions/theme-options.php:284 msgid "Single - Post Navigation" msgstr "" -#: functions/theme-options.php:294 +#: functions/theme-options.php:285 msgid "Shows links to the next and previous article" msgstr "" -#: functions/theme-options.php:299 +#: functions/theme-options.php:290 msgid "Sidebar Primary" msgstr "" -#: functions/theme-options.php:300 +#: functions/theme-options.php:291 msgid "Sidebar Secondary" msgstr "" -#: functions/theme-options.php:301 +#: functions/theme-options.php:292 msgid "Below content" msgstr "" -#: functions/theme-options.php:308 +#: functions/theme-options.php:299 msgid "Sticky Header Logo" msgstr "" -#: functions/theme-options.php:309 +#: functions/theme-options.php:300 msgid "Shows up on the sticky header menu" msgstr "" -#: functions/theme-options.php:318 +#: functions/theme-options.php:309 msgid "Header widget ads area" msgstr "" -#: functions/theme-options.php:326 +#: functions/theme-options.php:317 msgid "Header Search" msgstr "" -#: functions/theme-options.php:327 +#: functions/theme-options.php:318 msgid "Header search button" msgstr "" -#: functions/theme-options.php:335 +#: functions/theme-options.php:326 msgid "Header Social Links" msgstr "" -#: functions/theme-options.php:336 functions/theme-options.php:370 +#: functions/theme-options.php:327 functions/theme-options.php:361 msgid "Social link icon buttons" msgstr "" -#: functions/theme-options.php:345 +#: functions/theme-options.php:336 msgid "Footer widget ads area" msgstr "" -#: functions/theme-options.php:353 +#: functions/theme-options.php:344 msgid "Footer Widget Columns" msgstr "" -#: functions/theme-options.php:354 +#: functions/theme-options.php:345 msgid "Select columns to enable footer widgets. Recommended number: 3" msgstr "" -#: functions/theme-options.php:369 +#: functions/theme-options.php:360 msgid "Footer Social Links" msgstr "" -#: functions/theme-options.php:378 +#: functions/theme-options.php:369 msgid "Footer Logo" msgstr "" -#: functions/theme-options.php:379 +#: functions/theme-options.php:370 msgid "Upload your custom logo image" msgstr "" -#: functions/theme-options.php:387 +#: functions/theme-options.php:378 msgid "Footer Copyright" msgstr "" -#: functions/theme-options.php:388 +#: functions/theme-options.php:379 msgid "Replace the footer copyright text" msgstr "" -#: functions/theme-options.php:396 +#: functions/theme-options.php:387 msgid "Footer Credit" msgstr "" -#: functions/theme-options.php:397 +#: functions/theme-options.php:388 msgid "Footer credit text" msgstr "" -#: functions/theme-options.php:405 +#: functions/theme-options.php:396 msgid "Global Layout" msgstr "" -#: functions/theme-options.php:406 +#: functions/theme-options.php:397 msgid "Other layouts will override this option if they are set" msgstr "" -#: functions/theme-options.php:422 functions/theme-options.php:590 -#: functions/theme-options.php:600 +#: functions/theme-options.php:413 functions/theme-options.php:581 +#: functions/theme-options.php:591 msgid "Home" msgstr "" -#: functions/theme-options.php:423 +#: functions/theme-options.php:414 msgid "(is_home) Posts homepage layout" msgstr "" -#: functions/theme-options.php:440 functions/theme-options.php:610 -#: functions/theme-options.php:620 +#: functions/theme-options.php:431 functions/theme-options.php:601 +#: functions/theme-options.php:611 msgid "Single" msgstr "" -#: functions/theme-options.php:441 +#: functions/theme-options.php:432 msgid "" "(is_single) Single post layout - If a post has a set layout, it will " "override this." msgstr "" -#: functions/theme-options.php:458 functions/theme-options.php:630 -#: functions/theme-options.php:640 +#: functions/theme-options.php:449 functions/theme-options.php:621 +#: functions/theme-options.php:631 msgid "Archive" msgstr "" -#: functions/theme-options.php:459 +#: functions/theme-options.php:450 msgid "(is_archive) Category, date, tag and author archive layout" msgstr "" -#: functions/theme-options.php:476 functions/theme-options.php:650 -#: functions/theme-options.php:660 +#: functions/theme-options.php:467 functions/theme-options.php:641 +#: functions/theme-options.php:651 msgid "Archive - Category" msgstr "" -#: functions/theme-options.php:477 +#: functions/theme-options.php:468 msgid "(is_category) Category archive layout" msgstr "" -#: functions/theme-options.php:494 functions/theme-options.php:670 -#: functions/theme-options.php:680 +#: functions/theme-options.php:485 functions/theme-options.php:661 +#: functions/theme-options.php:671 msgid "Search" msgstr "" -#: functions/theme-options.php:495 +#: functions/theme-options.php:486 msgid "(is_search) Search page layout" msgstr "" -#: functions/theme-options.php:512 functions/theme-options.php:690 -#: functions/theme-options.php:700 +#: functions/theme-options.php:503 functions/theme-options.php:681 +#: functions/theme-options.php:691 msgid "Error 404" msgstr "" -#: functions/theme-options.php:513 +#: functions/theme-options.php:504 msgid "(is_404) Error 404 page layout" msgstr "" -#: functions/theme-options.php:530 functions/theme-options.php:710 -#: functions/theme-options.php:720 +#: functions/theme-options.php:521 functions/theme-options.php:701 +#: functions/theme-options.php:711 msgid "Default Page" msgstr "" -#: functions/theme-options.php:531 +#: functions/theme-options.php:522 msgid "" "(is_page) Default page layout - If a page has a set layout, it will override " "this." msgstr "" -#: functions/theme-options.php:547 +#: functions/theme-options.php:538 msgid "Create Sidebars" msgstr "" -#: functions/theme-options.php:548 +#: functions/theme-options.php:539 msgid "You must save and refresh the page to see your new sidebars." msgstr "" -#: functions/theme-options.php:549 +#: functions/theme-options.php:540 msgid "" "Make sure that you save and refresh the page if you can not see the sidebars " "you have created." msgstr "" -#: functions/theme-options.php:553 +#: functions/theme-options.php:544 msgid "sidebar" msgstr "" -#: functions/theme-options.php:560 +#: functions/theme-options.php:551 msgid "Sidebar Title" msgstr "" -#: functions/theme-options.php:561 +#: functions/theme-options.php:552 msgid "The widget box title" msgstr "" -#: functions/theme-options.php:566 +#: functions/theme-options.php:557 msgid "Sidebar ID" msgstr "" -#: functions/theme-options.php:567 +#: functions/theme-options.php:558 msgid "This ID must be unique" msgstr "" -#: functions/theme-options.php:591 +#: functions/theme-options.php:582 msgid "(is_home) Primary" msgstr "" -#: functions/theme-options.php:601 +#: functions/theme-options.php:592 msgid "(is_home) Secondary" msgstr "" -#: functions/theme-options.php:611 +#: functions/theme-options.php:602 msgid "" "(is_single) Primary - If a single post has a unique sidebar, it will " "override this." msgstr "" -#: functions/theme-options.php:621 +#: functions/theme-options.php:612 msgid "" "(is_single) Secondary - If a single post has a unique sidebar, it will " "override this." msgstr "" -#: functions/theme-options.php:631 +#: functions/theme-options.php:622 msgid "(is_archive) Primary" msgstr "" -#: functions/theme-options.php:641 +#: functions/theme-options.php:632 msgid "(is_archive) Secondary" msgstr "" -#: functions/theme-options.php:651 +#: functions/theme-options.php:642 msgid "(is_category) Primary" msgstr "" -#: functions/theme-options.php:661 +#: functions/theme-options.php:652 msgid "(is_category) Secondary" msgstr "" -#: functions/theme-options.php:671 +#: functions/theme-options.php:662 msgid "(is_search) Primary" msgstr "" -#: functions/theme-options.php:681 +#: functions/theme-options.php:672 msgid "(is_search) Secondary" msgstr "" -#: functions/theme-options.php:691 +#: functions/theme-options.php:682 msgid "(is_404) Primary" msgstr "" -#: functions/theme-options.php:701 +#: functions/theme-options.php:692 msgid "(is_404) Secondary" msgstr "" -#: functions/theme-options.php:711 +#: functions/theme-options.php:702 msgid "" "(is_page) Primary - If a page has a unique sidebar, it will override this." msgstr "" -#: functions/theme-options.php:721 +#: functions/theme-options.php:712 msgid "" "(is_page) Secondary - If a page has a unique sidebar, it will override this." msgstr "" -#: functions/theme-options.php:734 +#: functions/theme-options.php:725 msgid "Create Social Links" msgstr "" -#: functions/theme-options.php:735 +#: functions/theme-options.php:726 msgid "Create and organize your social links" msgstr "" -#: functions/theme-options.php:737 +#: functions/theme-options.php:728 msgid "Font Awesome names:" msgstr "" -#: functions/theme-options.php:737 functions/theme-options.php:754 +#: functions/theme-options.php:728 functions/theme-options.php:745 msgid "View All" msgstr "" -#: functions/theme-options.php:740 +#: functions/theme-options.php:731 msgid "social link" msgstr "" -#: functions/theme-options.php:747 +#: functions/theme-options.php:738 msgid "Title" msgstr "" -#: functions/theme-options.php:748 +#: functions/theme-options.php:739 msgid "Ex: Facebook" msgstr "" -#: functions/theme-options.php:753 +#: functions/theme-options.php:744 msgid "Icon Name" msgstr "" -#: functions/theme-options.php:754 +#: functions/theme-options.php:745 msgid "Font Awesome icons. Ex: fa-facebook " msgstr "" -#: functions/theme-options.php:759 +#: functions/theme-options.php:750 msgid "Link" msgstr "" -#: functions/theme-options.php:760 +#: functions/theme-options.php:751 msgid "Enter the full url for your icon button" msgstr "" -#: functions/theme-options.php:765 +#: functions/theme-options.php:756 msgid "Icon Color" msgstr "" -#: functions/theme-options.php:766 +#: functions/theme-options.php:757 msgid "Set a unique color for your icon (optional)" msgstr "" -#: functions/theme-options.php:771 +#: functions/theme-options.php:762 msgid "Open in new window" msgstr "" -#: functions/theme-options.php:780 +#: functions/theme-options.php:771 msgid "Dynamic Styles" msgstr "" -#: functions/theme-options.php:781 +#: functions/theme-options.php:772 msgid "Turn on to use the styling options below" msgstr "" -#: functions/theme-options.php:789 +#: functions/theme-options.php:780 msgid "Boxed Layout" msgstr "" -#: functions/theme-options.php:790 +#: functions/theme-options.php:781 msgid "Use a boxed layout" msgstr "" -#: functions/theme-options.php:798 +#: functions/theme-options.php:789 msgid "Font" msgstr "" -#: functions/theme-options.php:799 +#: functions/theme-options.php:790 msgid "Select font for the theme" msgstr "" -#: functions/theme-options.php:803 +#: functions/theme-options.php:794 msgid "Titillium Web, Latin (Self-hosted)" msgstr "" -#: functions/theme-options.php:804 +#: functions/theme-options.php:795 msgid "Titillium Web, Latin-Ext" msgstr "" -#: functions/theme-options.php:805 +#: functions/theme-options.php:796 msgid "Droid Serif, Latin" msgstr "" -#: functions/theme-options.php:806 +#: functions/theme-options.php:797 msgid "Source Sans Pro, Latin-Ext" msgstr "" -#: functions/theme-options.php:807 +#: functions/theme-options.php:798 msgid "Lato, Latin" msgstr "" -#: functions/theme-options.php:808 +#: functions/theme-options.php:799 msgid "Raleway, Latin" msgstr "" -#: functions/theme-options.php:809 +#: functions/theme-options.php:800 msgid "Ubuntu, Latin-Ext" msgstr "" -#: functions/theme-options.php:810 +#: functions/theme-options.php:801 msgid "Ubuntu, Latin / Cyrillic-Ext" msgstr "" -#: functions/theme-options.php:811 +#: functions/theme-options.php:802 msgid "Roboto, Latin-Ext" msgstr "" -#: functions/theme-options.php:812 +#: functions/theme-options.php:803 msgid "Roboto, Latin / Cyrillic-Ext" msgstr "" -#: functions/theme-options.php:813 +#: functions/theme-options.php:804 msgid "Roboto Condensed, Latin-Ext" msgstr "" -#: functions/theme-options.php:814 +#: functions/theme-options.php:805 msgid "Roboto Condensed, Latin / Cyrillic-Ext" msgstr "" -#: functions/theme-options.php:815 +#: functions/theme-options.php:806 msgid "Roboto Slab, Latin-Ext" msgstr "" -#: functions/theme-options.php:816 +#: functions/theme-options.php:807 msgid "Roboto Slab, Latin / Cyrillic-Ext" msgstr "" -#: functions/theme-options.php:817 +#: functions/theme-options.php:808 msgid "Playfair Display, Latin-Ext" msgstr "" -#: functions/theme-options.php:818 +#: functions/theme-options.php:809 msgid "Playfair Display, Latin / Cyrillic" msgstr "" -#: functions/theme-options.php:819 +#: functions/theme-options.php:810 msgid "Open Sans, Latin-Ext" msgstr "" -#: functions/theme-options.php:820 +#: functions/theme-options.php:811 msgid "Open Sans, Latin / Cyrillic-Ext" msgstr "" -#: functions/theme-options.php:821 +#: functions/theme-options.php:812 msgid "PT Serif, Latin-Ext" msgstr "" -#: functions/theme-options.php:822 +#: functions/theme-options.php:813 msgid "PT Serif, Latin / Cyrillic-Ext" msgstr "" -#: functions/theme-options.php:823 +#: functions/theme-options.php:814 msgid "Arial" msgstr "" -#: functions/theme-options.php:824 +#: functions/theme-options.php:815 msgid "Georgia" msgstr "" -#: functions/theme-options.php:825 +#: functions/theme-options.php:816 msgid "Verdana" msgstr "" -#: functions/theme-options.php:826 +#: functions/theme-options.php:817 msgid "Tahoma" msgstr "" -#: functions/theme-options.php:833 +#: functions/theme-options.php:824 msgid "Website Max-width" msgstr "" -#: functions/theme-options.php:834 +#: functions/theme-options.php:825 msgid "" "Max-width of the container. Default: 1680px. If you use 2 sidebars, your " "container should be at least 1280px." msgstr "" -#: functions/theme-options.php:847 +#: functions/theme-options.php:838 msgid "Primary Color" msgstr "" -#: functions/theme-options.php:855 +#: functions/theme-options.php:846 msgid "Mobile Menu Color" msgstr "" -#: functions/theme-options.php:863 +#: functions/theme-options.php:854 msgid "Topbar Menu Color" msgstr "" -#: functions/theme-options.php:871 +#: functions/theme-options.php:862 msgid "Header Background" msgstr "" -#: functions/theme-options.php:879 +#: functions/theme-options.php:870 msgid "Header Menu Color" msgstr "" -#: functions/theme-options.php:887 +#: functions/theme-options.php:878 msgid "Page Title Background" msgstr "" -#: functions/theme-options.php:895 +#: functions/theme-options.php:886 msgid "Sidebar(s) Background" msgstr "" -#: functions/theme-options.php:903 +#: functions/theme-options.php:894 msgid "Sidebar Widget Title Background" msgstr "" -#: functions/theme-options.php:911 +#: functions/theme-options.php:902 msgid "Light Sidebar Widgets" msgstr "" -#: functions/theme-options.php:912 +#: functions/theme-options.php:903 msgid "White background widgets" msgstr "" -#: functions/theme-options.php:920 +#: functions/theme-options.php:911 msgid "Comment Count Background" msgstr "" -#: functions/theme-options.php:928 +#: functions/theme-options.php:919 msgid "Footer Menu Color" msgstr "" -#: functions/theme-options.php:936 +#: functions/theme-options.php:927 msgid "Footer Background" msgstr "" -#: functions/theme-options.php:944 +#: functions/theme-options.php:935 msgid "Header Logo Image Max-height" msgstr "" -#: functions/theme-options.php:945 +#: functions/theme-options.php:936 msgid "" "Your logo image should have the double height of this to be high resolution" msgstr "" -#: functions/theme-options.php:958 +#: functions/theme-options.php:949 msgid "Border Radius" msgstr "" -#: functions/theme-options.php:959 +#: functions/theme-options.php:950 msgid "Give your layout and images rounded corners" msgstr ""