Remove responsive layout on/off option, regenerate .pot file

This commit is contained in:
Alexander Agnarson 2020-03-23 21:32:42 +01:00
parent 6ccb3fdf3c
commit 3f6c2a4321
3 changed files with 150 additions and 167 deletions

View file

@ -198,7 +198,7 @@ if ( ! function_exists( 'minimer_styles' ) ) {
function minimer_styles() {
wp_enqueue_style( 'minimer-style', get_stylesheet_uri() );
if ( get_theme_mod('responsive','on') =='on' ) { wp_enqueue_style( 'minimer-responsive', get_template_directory_uri().'/responsive.css' ); }
wp_enqueue_style( 'minimer-responsive', get_template_directory_uri().'/responsive.css' );
wp_enqueue_style( 'minimer-font-awesome', get_template_directory_uri().'/fonts/all.min.css' );
}

View file

@ -81,15 +81,6 @@ Kirki::add_section( 'styling', array(
/* Add Fields
/* ------------------------------------ */
// General: Responsive Layout
Kirki::add_field( 'minimer_theme', array(
'type' => 'switch',
'settings' => 'responsive',
'label' => esc_html__( 'Responsive Layout', 'minimer' ),
'description' => esc_html__( 'Mobile and tablet optimizations (responsive.css)', 'minimer' ),
'section' => 'general',
'default' => 'on',
) );
// General: Mobile Sidebar
Kirki::add_field( 'minimer_theme', array(
'type' => 'switch',

View file

@ -2,7 +2,7 @@
msgid ""
msgstr ""
"Project-Id-Version: Minimer\n"
"POT-Creation-Date: 2019-07-26 19:37+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"
@ -87,7 +87,7 @@ msgstr ""
msgid "Normal full width sidebar"
msgstr ""
#: functions.php:162 functions/theme-options.php:316
#: functions.php:162 functions/theme-options.php:307
msgid "Footer Ads"
msgstr ""
@ -160,10 +160,10 @@ msgid "Primary Sidebar"
msgstr ""
#: functions/meta-boxes.php:31 functions/meta-boxes.php:65
#: functions/theme-options.php:515 functions/theme-options.php:525
#: functions/theme-options.php:535 functions/theme-options.php:545
#: functions/theme-options.php:555 functions/theme-options.php:565
#: functions/theme-options.php:575
#: functions/theme-options.php:506 functions/theme-options.php:516
#: functions/theme-options.php:526 functions/theme-options.php:536
#: functions/theme-options.php:546 functions/theme-options.php:556
#: functions/theme-options.php:566
msgid "Select a sidebar"
msgstr ""
@ -217,597 +217,589 @@ msgid "Styling"
msgstr ""
#: functions/theme-options.php:88
msgid "Responsive Layout"
msgstr ""
#: functions/theme-options.php:89
msgid "Mobile and tablet optimizations (responsive.css)"
msgstr ""
#: functions/theme-options.php:97
msgid "Mobile Sidebar Content"
msgstr ""
#: functions/theme-options.php:98
#: functions/theme-options.php:89
msgid "Sidebar content on low-resolution mobile devices (320px)"
msgstr ""
#: functions/theme-options.php:106
#: functions/theme-options.php:97
msgid "Recommended Plugins"
msgstr ""
#: functions/theme-options.php:107
#: functions/theme-options.php:98
msgid "Enable or disable the recommended plugins notice"
msgstr ""
#: functions/theme-options.php:115
#: functions/theme-options.php:106
msgid "Enable Blog Heading"
msgstr ""
#: functions/theme-options.php:116
#: functions/theme-options.php:107
msgid "Show heading on blog home"
msgstr ""
#: functions/theme-options.php:124
#: functions/theme-options.php:115
msgid "Heading"
msgstr ""
#: functions/theme-options.php:125
#: functions/theme-options.php:116
msgid "Your blog heading"
msgstr ""
#: functions/theme-options.php:133
#: functions/theme-options.php:124
msgid "Subheading"
msgstr ""
#: functions/theme-options.php:134
#: functions/theme-options.php:125
msgid "Your blog subheading"
msgstr ""
#: functions/theme-options.php:142
#: functions/theme-options.php:133
msgid "Enable Post Formats"
msgstr ""
#: functions/theme-options.php:143
#: functions/theme-options.php:134
msgid ""
"Show post formats instead of featured images on home, archive and search. "
"Use image post format to still display featured images."
msgstr ""
#: functions/theme-options.php:151
#: functions/theme-options.php:142
msgid "Enable Excerpts"
msgstr ""
#: functions/theme-options.php:152
#: functions/theme-options.php:143
msgid "Show excerpt instead of full post"
msgstr ""
#: functions/theme-options.php:160
#: functions/theme-options.php:151
msgid "Excerpt Length"
msgstr ""
#: functions/theme-options.php:161
#: functions/theme-options.php:152
msgid "Max number of words. Set it to 0 to disable."
msgstr ""
#: functions/theme-options.php:174
#: functions/theme-options.php:165
msgid "Featured Posts"
msgstr ""
#: functions/theme-options.php:175
#: functions/theme-options.php:166
msgid "To show featured posts in the slider AND the content below"
msgstr ""
#: functions/theme-options.php:183
#: functions/theme-options.php:174
msgid "Featured Category"
msgstr ""
#: functions/theme-options.php:184
#: functions/theme-options.php:175
msgid ""
"By not selecting a category, it will show your latest post(s) from all "
"categories"
msgstr ""
#: functions/theme-options.php:188
#: functions/theme-options.php:179
msgid "Select a category"
msgstr ""
#: functions/theme-options.php:194
#: functions/theme-options.php:185
msgid "Featured Post Count"
msgstr ""
#: functions/theme-options.php:195
#: functions/theme-options.php:186
msgid "Max number of featured posts to display. Set it to 0 to disable"
msgstr ""
#: functions/theme-options.php:208
#: functions/theme-options.php:199
msgid "Frontpage Widgets Top"
msgstr ""
#: functions/theme-options.php:209 functions/theme-options.php:218
#: functions/theme-options.php:200 functions/theme-options.php:209
msgid "2 columns of widgets"
msgstr ""
#: functions/theme-options.php:217
#: functions/theme-options.php:208
msgid "Frontpage Widgets Bottom"
msgstr ""
#: functions/theme-options.php:226
#: functions/theme-options.php:217
msgid "Comment Count"
msgstr ""
#: functions/theme-options.php:227
#: functions/theme-options.php:218
msgid "Comment count on bubbles"
msgstr ""
#: functions/theme-options.php:235
#: functions/theme-options.php:226
msgid "Single - Author Bio"
msgstr ""
#: functions/theme-options.php:236
#: functions/theme-options.php:227
msgid "Shows post author description, if it exists"
msgstr ""
#: functions/theme-options.php:244
#: functions/theme-options.php:235
msgid "Single - Related Posts"
msgstr ""
#: functions/theme-options.php:245
#: functions/theme-options.php:236
msgid "Shows randomized related articles below the post"
msgstr ""
#: functions/theme-options.php:249 functions/theme-options.php:263
#: functions/theme-options.php:240 functions/theme-options.php:254
msgid "Disable"
msgstr ""
#: functions/theme-options.php:250
#: functions/theme-options.php:241
msgid "Related by categories"
msgstr ""
#: functions/theme-options.php:251
#: functions/theme-options.php:242
msgid "Related by tags"
msgstr ""
#: functions/theme-options.php:258
#: functions/theme-options.php:249
msgid "Single - Post Navigation"
msgstr ""
#: functions/theme-options.php:259
#: functions/theme-options.php:250
msgid "Shows links to the next and previous article"
msgstr ""
#: functions/theme-options.php:264
#: functions/theme-options.php:255
msgid "Below content"
msgstr ""
#: functions/theme-options.php:271
#: functions/theme-options.php:262
msgid "Header Search"
msgstr ""
#: functions/theme-options.php:272
#: functions/theme-options.php:263
msgid "Header search button"
msgstr ""
#: functions/theme-options.php:280
#: functions/theme-options.php:271
msgid "Header Social Links"
msgstr ""
#: functions/theme-options.php:281 functions/theme-options.php:342
#: functions/theme-options.php:272 functions/theme-options.php:333
msgid "Social link icon buttons"
msgstr ""
#: functions/theme-options.php:289
#: functions/theme-options.php:280
msgid "Profile Image"
msgstr ""
#: functions/theme-options.php:290
#: functions/theme-options.php:281
msgid "Minimum width of 320px"
msgstr ""
#: functions/theme-options.php:298
#: functions/theme-options.php:289
msgid "Profile Name"
msgstr ""
#: functions/theme-options.php:299
#: functions/theme-options.php:290
msgid "Your name appears below the image"
msgstr ""
#: functions/theme-options.php:307
#: functions/theme-options.php:298
msgid "Profile Description"
msgstr ""
#: functions/theme-options.php:308
#: functions/theme-options.php:299
msgid "A short description of you"
msgstr ""
#: functions/theme-options.php:317
#: functions/theme-options.php:308
msgid "Footer widget ads area"
msgstr ""
#: functions/theme-options.php:325
#: functions/theme-options.php:316
msgid "Footer Widget Columns"
msgstr ""
#: functions/theme-options.php:326
#: functions/theme-options.php:317
msgid "Select columns to enable footer widgets. Recommended number: 3"
msgstr ""
#: functions/theme-options.php:341
#: functions/theme-options.php:332
msgid "Footer Social Links"
msgstr ""
#: functions/theme-options.php:350
#: functions/theme-options.php:341
msgid "Footer Logo"
msgstr ""
#: functions/theme-options.php:351
#: functions/theme-options.php:342
msgid "Upload your custom logo image"
msgstr ""
#: functions/theme-options.php:359
#: functions/theme-options.php:350
msgid "Footer Copyright"
msgstr ""
#: functions/theme-options.php:360
#: functions/theme-options.php:351
msgid "Replace the footer copyright text"
msgstr ""
#: functions/theme-options.php:368
#: functions/theme-options.php:359
msgid "Footer Credit"
msgstr ""
#: functions/theme-options.php:369
#: functions/theme-options.php:360
msgid "Footer credit text"
msgstr ""
#: functions/theme-options.php:377
#: functions/theme-options.php:368
msgid "Global Layout"
msgstr ""
#: functions/theme-options.php:378
#: functions/theme-options.php:369
msgid "Other layouts will override this option if they are set"
msgstr ""
#: functions/theme-options.php:391 functions/theme-options.php:510
#: functions/theme-options.php:382 functions/theme-options.php:501
msgid "Home"
msgstr ""
#: functions/theme-options.php:392
#: functions/theme-options.php:383
msgid "(is_home) Posts homepage layout"
msgstr ""
#: functions/theme-options.php:406 functions/theme-options.php:520
#: functions/theme-options.php:397 functions/theme-options.php:511
msgid "Single"
msgstr ""
#: functions/theme-options.php:407
#: functions/theme-options.php:398
msgid ""
"(is_single) Single post layout - If a post has a set layout, it will "
"override this."
msgstr ""
#: functions/theme-options.php:421 functions/theme-options.php:530
#: functions/theme-options.php:412 functions/theme-options.php:521
msgid "Archive"
msgstr ""
#: functions/theme-options.php:422
#: functions/theme-options.php:413
msgid "(is_archive) Category, date, tag and author archive layout"
msgstr ""
#: functions/theme-options.php:436 functions/theme-options.php:540
#: functions/theme-options.php:427 functions/theme-options.php:531
msgid "Archive - Category"
msgstr ""
#: functions/theme-options.php:437
#: functions/theme-options.php:428
msgid "(is_category) Category archive layout"
msgstr ""
#: functions/theme-options.php:451 functions/theme-options.php:550
#: functions/theme-options.php:442 functions/theme-options.php:541
msgid "Search"
msgstr ""
#: functions/theme-options.php:452
#: functions/theme-options.php:443
msgid "(is_search) Search page layout"
msgstr ""
#: functions/theme-options.php:466 functions/theme-options.php:560
#: functions/theme-options.php:457 functions/theme-options.php:551
msgid "Error 404"
msgstr ""
#: functions/theme-options.php:467
#: functions/theme-options.php:458
msgid "(is_404) Error 404 page layout"
msgstr ""
#: functions/theme-options.php:481 functions/theme-options.php:570
#: functions/theme-options.php:472 functions/theme-options.php:561
msgid "Default Page"
msgstr ""
#: functions/theme-options.php:482
#: functions/theme-options.php:473
msgid ""
"(is_page) Default page layout - If a page has a set layout, it will override "
"this."
msgstr ""
#: functions/theme-options.php:511
#: functions/theme-options.php:502
msgid "(is_home) Primary"
msgstr ""
#: functions/theme-options.php:521
#: functions/theme-options.php:512
msgid ""
"(is_single) Primary - If a single post has a unique sidebar, it will "
"override this."
msgstr ""
#: functions/theme-options.php:531
#: functions/theme-options.php:522
msgid "(is_archive) Primary"
msgstr ""
#: functions/theme-options.php:541
#: functions/theme-options.php:532
msgid "(is_category) Primary"
msgstr ""
#: functions/theme-options.php:551
#: functions/theme-options.php:542
msgid "(is_search) Primary"
msgstr ""
#: functions/theme-options.php:561
#: functions/theme-options.php:552
msgid "(is_404) Primary"
msgstr ""
#: functions/theme-options.php:571
#: functions/theme-options.php:562
msgid ""
"(is_page) Primary - If a page has a unique sidebar, it will override this."
msgstr ""
#: functions/theme-options.php:584
#: functions/theme-options.php:575
msgid "Create Social Links"
msgstr ""
#: functions/theme-options.php:585
#: functions/theme-options.php:576
msgid "Create and organize your social links"
msgstr ""
#: functions/theme-options.php:587
#: functions/theme-options.php:578
msgid "Font Awesome names:"
msgstr ""
#: functions/theme-options.php:587 functions/theme-options.php:604
#: functions/theme-options.php:578 functions/theme-options.php:595
msgid "View All"
msgstr ""
#: functions/theme-options.php:590
#: functions/theme-options.php:581
msgid "social link"
msgstr ""
#: functions/theme-options.php:597
#: functions/theme-options.php:588
msgid "Title"
msgstr ""
#: functions/theme-options.php:598
#: functions/theme-options.php:589
msgid "Ex: Facebook"
msgstr ""
#: functions/theme-options.php:603
#: functions/theme-options.php:594
msgid "Icon Name"
msgstr ""
#: functions/theme-options.php:604
#: functions/theme-options.php:595
msgid "Font Awesome icons. Ex: fa-facebook "
msgstr ""
#: functions/theme-options.php:609
#: functions/theme-options.php:600
msgid "Link"
msgstr ""
#: functions/theme-options.php:610
#: functions/theme-options.php:601
msgid "Enter the full url for your icon button"
msgstr ""
#: functions/theme-options.php:615
#: functions/theme-options.php:606
msgid "Icon Color"
msgstr ""
#: functions/theme-options.php:616
#: functions/theme-options.php:607
msgid "Set a unique color for your icon (optional)"
msgstr ""
#: functions/theme-options.php:621
#: functions/theme-options.php:612
msgid "Open in new window"
msgstr ""
#: functions/theme-options.php:630
#: functions/theme-options.php:621
msgid "Dynamic Styles"
msgstr ""
#: functions/theme-options.php:631
#: functions/theme-options.php:622
msgid "Turn on to use the styling options below"
msgstr ""
#: functions/theme-options.php:639
#: functions/theme-options.php:630
msgid "Boxed Layout"
msgstr ""
#: functions/theme-options.php:640
#: functions/theme-options.php:631
msgid "Use a boxed layout"
msgstr ""
#: functions/theme-options.php:648
#: functions/theme-options.php:639
msgid "Font"
msgstr ""
#: functions/theme-options.php:649
#: functions/theme-options.php:640
msgid "Select font for the theme"
msgstr ""
#: functions/theme-options.php:653
#: functions/theme-options.php:644
msgid "Titillium Web, Latin (Self-hosted)"
msgstr ""
#: functions/theme-options.php:654
#: functions/theme-options.php:645
msgid "Titillium Web, Latin-Ext"
msgstr ""
#: functions/theme-options.php:655
#: functions/theme-options.php:646
msgid "Droid Serif, Latin"
msgstr ""
#: functions/theme-options.php:656
#: functions/theme-options.php:647
msgid "Source Sans Pro, Latin-Ext"
msgstr ""
#: functions/theme-options.php:657
#: functions/theme-options.php:648
msgid "Lato, Latin"
msgstr ""
#: functions/theme-options.php:658
#: functions/theme-options.php:649
msgid "Raleway, Latin"
msgstr ""
#: functions/theme-options.php:659
#: functions/theme-options.php:650
msgid "Ubuntu, Latin-Ext"
msgstr ""
#: functions/theme-options.php:660
#: functions/theme-options.php:651
msgid "Ubuntu, Latin / Cyrillic-Ext"
msgstr ""
#: functions/theme-options.php:661
#: functions/theme-options.php:652
msgid "Roboto, Latin-Ext"
msgstr ""
#: functions/theme-options.php:662
#: functions/theme-options.php:653
msgid "Roboto, Latin / Cyrillic-Ext"
msgstr ""
#: functions/theme-options.php:663
#: functions/theme-options.php:654
msgid "Roboto Condensed, Latin-Ext"
msgstr ""
#: functions/theme-options.php:664
#: functions/theme-options.php:655
msgid "Roboto Condensed, Latin / Cyrillic-Ext"
msgstr ""
#: functions/theme-options.php:665
#: functions/theme-options.php:656
msgid "Roboto Slab, Latin-Ext"
msgstr ""
#: functions/theme-options.php:666
#: functions/theme-options.php:657
msgid "Roboto Slab, Latin / Cyrillic-Ext"
msgstr ""
#: functions/theme-options.php:667
#: functions/theme-options.php:658
msgid "Playfair Display, Latin-Ext"
msgstr ""
#: functions/theme-options.php:668
#: functions/theme-options.php:659
msgid "Playfair Display, Latin / Cyrillic"
msgstr ""
#: functions/theme-options.php:669
#: functions/theme-options.php:660
msgid "Open Sans, Latin-Ext"
msgstr ""
#: functions/theme-options.php:670
#: functions/theme-options.php:661
msgid "Open Sans, Latin / Cyrillic-Ext"
msgstr ""
#: functions/theme-options.php:671
#: functions/theme-options.php:662
msgid "PT Serif, Latin-Ext"
msgstr ""
#: functions/theme-options.php:672
#: functions/theme-options.php:663
msgid "PT Serif, Latin / Cyrillic-Ext"
msgstr ""
#: functions/theme-options.php:673
#: functions/theme-options.php:664
msgid "Arial"
msgstr ""
#: functions/theme-options.php:674
#: functions/theme-options.php:665
msgid "Georgia"
msgstr ""
#: functions/theme-options.php:675
#: functions/theme-options.php:666
msgid "Verdana"
msgstr ""
#: functions/theme-options.php:676
#: functions/theme-options.php:667
msgid "Tahoma"
msgstr ""
#: functions/theme-options.php:683
#: functions/theme-options.php:674
msgid "Website Max-width"
msgstr ""
#: functions/theme-options.php:684
#: functions/theme-options.php:675
msgid "Max-width of the container. Use default for full width."
msgstr ""
#: functions/theme-options.php:697
#: functions/theme-options.php:688
msgid "Content Max-width"
msgstr ""
#: functions/theme-options.php:698
#: functions/theme-options.php:689
msgid "Max-width of the website content"
msgstr ""
#: functions/theme-options.php:711
#: functions/theme-options.php:702
msgid "Content Media Max-width"
msgstr ""
#: functions/theme-options.php:712
#: functions/theme-options.php:703
msgid "Max-width of the content media"
msgstr ""
#: functions/theme-options.php:725
#: functions/theme-options.php:716
msgid "Page Content Max-width"
msgstr ""
#: functions/theme-options.php:726
#: functions/theme-options.php:717
msgid "Max-width of the content on pages only"
msgstr ""
#: functions/theme-options.php:739
#: functions/theme-options.php:730
msgid "Link Color"
msgstr ""
#: functions/theme-options.php:747
#: functions/theme-options.php:738
msgid "Sidebar Color"
msgstr ""
#: functions/theme-options.php:755
#: functions/theme-options.php:746
msgid "Header Line Color"
msgstr ""
#: functions/theme-options.php:763
#: functions/theme-options.php:754
msgid "Header Line Height"
msgstr ""
#: functions/theme-options.php:776
#: functions/theme-options.php:767
msgid "Header Color"
msgstr ""
#: functions/theme-options.php:784
#: functions/theme-options.php:775
msgid "Comment Bubble Color"
msgstr ""
#: functions/theme-options.php:792
#: functions/theme-options.php:783
msgid "Category Label Color"
msgstr ""
#: functions/theme-options.php:800
#: functions/theme-options.php:791
msgid "Footer Menu Color"
msgstr ""
#: functions/theme-options.php:808
#: functions/theme-options.php:799
msgid "Footer Color"
msgstr ""
#: functions/theme-options.php:816
#: functions/theme-options.php:807
msgid "Header Logo Image Max-height"
msgstr ""
#: functions/theme-options.php:817
#: functions/theme-options.php:808
msgid ""
"Your logo image should have the double height of this to be high resolution"
msgstr ""