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

This commit is contained in:
Alexander Agnarson 2020-03-23 21:31:09 +01:00
parent 30c0b7916f
commit 4be86dff9b
3 changed files with 135 additions and 152 deletions

View file

@ -198,7 +198,7 @@ if ( ! function_exists( 'blogside_styles' ) ) {
function blogside_styles() {
wp_enqueue_style( 'blogside-style', get_stylesheet_uri() );
if ( get_theme_mod('responsive','on') =='on' ) { wp_enqueue_style( 'blogside-responsive', get_template_directory_uri().'/responsive.css' ); }
wp_enqueue_style( 'blogside-responsive', get_template_directory_uri().'/responsive.css' );
wp_enqueue_style( 'blogside-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( 'blogside_theme', array(
'type' => 'switch',
'settings' => 'responsive',
'label' => esc_html__( 'Responsive Layout', 'blogside' ),
'description' => esc_html__( 'Mobile and tablet optimizations (responsive.css)', 'blogside' ),
'section' => 'general',
'default' => 'on',
) );
// General: Mobile Sidebar
Kirki::add_field( 'blogside_theme', array(
'type' => 'switch',

View file

@ -2,7 +2,7 @@
msgid ""
msgstr ""
"Project-Id-Version: Blogside\n"
"POT-Creation-Date: 2019-07-27 11:58+0200\n"
"POT-Creation-Date: 2020-03-23 21:23+0100\n"
"PO-Revision-Date: 2018-09-21 21:27+0100\n"
"Last-Translator: \n"
"Language-Team: \n"
@ -85,7 +85,7 @@ msgstr ""
msgid "Normal full width sidebar"
msgstr ""
#: functions.php:162 functions/theme-options.php:312
#: functions.php:162 functions/theme-options.php:303
msgid "Footer Ads"
msgstr ""
@ -158,10 +158,10 @@ msgid "Primary Sidebar"
msgstr ""
#: functions/meta-boxes.php:31 functions/meta-boxes.php:65
#: functions/theme-options.php:511 functions/theme-options.php:521
#: functions/theme-options.php:531 functions/theme-options.php:541
#: functions/theme-options.php:551 functions/theme-options.php:561
#: functions/theme-options.php:571
#: functions/theme-options.php:502 functions/theme-options.php:512
#: functions/theme-options.php:522 functions/theme-options.php:532
#: functions/theme-options.php:542 functions/theme-options.php:552
#: functions/theme-options.php:562
msgid "Select a sidebar"
msgstr ""
@ -219,539 +219,531 @@ 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 "Blog Layout"
msgstr ""
#: functions/theme-options.php:119
#: functions/theme-options.php:110
msgid "Standard"
msgstr ""
#: functions/theme-options.php:120
#: functions/theme-options.php:111
msgid "Grid"
msgstr ""
#: functions/theme-options.php:121
#: functions/theme-options.php:112
msgid "List"
msgstr ""
#: functions/theme-options.php:128
#: functions/theme-options.php:119
msgid "Heading"
msgstr ""
#: functions/theme-options.php:129
#: functions/theme-options.php:120
msgid "Your blog heading"
msgstr ""
#: functions/theme-options.php:137
#: functions/theme-options.php:128
msgid "Subheading"
msgstr ""
#: functions/theme-options.php:138
#: functions/theme-options.php:129
msgid "Your blog subheading"
msgstr ""
#: functions/theme-options.php:146
#: functions/theme-options.php:137
msgid "Excerpt Length"
msgstr ""
#: functions/theme-options.php:147
#: functions/theme-options.php:138
msgid "Max number of words. Set it to 0 to disable."
msgstr ""
#: functions/theme-options.php:160
#: functions/theme-options.php:151
msgid "Featured Posts"
msgstr ""
#: functions/theme-options.php:161
#: functions/theme-options.php:152
msgid ""
"To show featured posts in the slider AND the content below. Usually not "
"recommended."
msgstr ""
#: functions/theme-options.php:169
#: functions/theme-options.php:160
msgid "Featured Category"
msgstr ""
#: functions/theme-options.php:170
#: functions/theme-options.php:161
msgid ""
"By not selecting a category, it will show your latest post(s) from all "
"categories"
msgstr ""
#: functions/theme-options.php:174
#: functions/theme-options.php:165
msgid "Select a category"
msgstr ""
#: functions/theme-options.php:180
#: functions/theme-options.php:171
msgid "Featured Post Count"
msgstr ""
#: functions/theme-options.php:181
#: functions/theme-options.php:172
msgid ""
"Max number of featured posts to display on the homepage. Set it to 0 to "
"disable."
msgstr ""
#: functions/theme-options.php:194
#: functions/theme-options.php:185
msgid "Frontpage Widgets Top"
msgstr ""
#: functions/theme-options.php:195 functions/theme-options.php:204
#: functions/theme-options.php:186 functions/theme-options.php:195
msgid "2 columns of widgets"
msgstr ""
#: functions/theme-options.php:203
#: functions/theme-options.php:194
msgid "Frontpage Widgets Bottom"
msgstr ""
#: functions/theme-options.php:212
#: functions/theme-options.php:203
msgid "Thumbnail Comment Count"
msgstr ""
#: functions/theme-options.php:213
#: functions/theme-options.php:204
msgid "Comment count on thumbnails"
msgstr ""
#: functions/theme-options.php:221
#: functions/theme-options.php:212
msgid "Post Format Icons"
msgstr ""
#: functions/theme-options.php:222
#: functions/theme-options.php:213
msgid "Circle icons"
msgstr ""
#: functions/theme-options.php:230
#: functions/theme-options.php:221
msgid "Single - Author Bio"
msgstr ""
#: functions/theme-options.php:231
#: functions/theme-options.php:222
msgid "Shows post author description, if it exists"
msgstr ""
#: functions/theme-options.php:239
#: functions/theme-options.php:230
msgid "Single - Related Posts"
msgstr ""
#: functions/theme-options.php:240
#: functions/theme-options.php:231
msgid "Shows randomized related articles below the post"
msgstr ""
#: functions/theme-options.php:244 functions/theme-options.php:258
#: functions/theme-options.php:235 functions/theme-options.php:249
msgid "Disable"
msgstr ""
#: functions/theme-options.php:245
#: functions/theme-options.php:236
msgid "Related by categories"
msgstr ""
#: functions/theme-options.php:246
#: functions/theme-options.php:237
msgid "Related by tags"
msgstr ""
#: functions/theme-options.php:253
#: functions/theme-options.php:244
msgid "Single - Post Navigation"
msgstr ""
#: functions/theme-options.php:254
#: functions/theme-options.php:245
msgid "Shows links to the next and previous article"
msgstr ""
#: functions/theme-options.php:259
#: functions/theme-options.php:250
msgid "Sidebar Primary"
msgstr ""
#: functions/theme-options.php:260
#: functions/theme-options.php:251
msgid "Below content"
msgstr ""
#: functions/theme-options.php:267
#: functions/theme-options.php:258
msgid "Header Search"
msgstr ""
#: functions/theme-options.php:268
#: functions/theme-options.php:259
msgid "Header search button"
msgstr ""
#: functions/theme-options.php:276
#: functions/theme-options.php:267
msgid "Header Social Links"
msgstr ""
#: functions/theme-options.php:277 functions/theme-options.php:338
#: functions/theme-options.php:268 functions/theme-options.php:329
msgid "Social link icon buttons"
msgstr ""
#: functions/theme-options.php:285
#: functions/theme-options.php:276
msgid "Profile Image"
msgstr ""
#: functions/theme-options.php:286
#: functions/theme-options.php:277
msgid "Minimum width 400px"
msgstr ""
#: functions/theme-options.php:294
#: functions/theme-options.php:285
msgid "Profile Name"
msgstr ""
#: functions/theme-options.php:295
#: functions/theme-options.php:286
msgid "Your name appears below the image"
msgstr ""
#: functions/theme-options.php:303
#: functions/theme-options.php:294
msgid "Profile Description"
msgstr ""
#: functions/theme-options.php:304
#: functions/theme-options.php:295
msgid "A short description of you"
msgstr ""
#: functions/theme-options.php:313
#: functions/theme-options.php:304
msgid "Footer widget ads area"
msgstr ""
#: functions/theme-options.php:321
#: functions/theme-options.php:312
msgid "Footer Widget Columns"
msgstr ""
#: functions/theme-options.php:322
#: functions/theme-options.php:313
msgid "Select columns to enable footer widgets. Recommended number: 3"
msgstr ""
#: functions/theme-options.php:337
#: functions/theme-options.php:328
msgid "Footer Social Links"
msgstr ""
#: functions/theme-options.php:346
#: functions/theme-options.php:337
msgid "Footer Logo"
msgstr ""
#: functions/theme-options.php:347
#: functions/theme-options.php:338
msgid "Upload your custom logo image"
msgstr ""
#: functions/theme-options.php:355
#: functions/theme-options.php:346
msgid "Footer Copyright"
msgstr ""
#: functions/theme-options.php:356
#: functions/theme-options.php:347
msgid "Replace the footer copyright text"
msgstr ""
#: functions/theme-options.php:364
#: functions/theme-options.php:355
msgid "Footer Credit"
msgstr ""
#: functions/theme-options.php:365
#: functions/theme-options.php:356
msgid "Footer credit text"
msgstr ""
#: functions/theme-options.php:373
#: functions/theme-options.php:364
msgid "Global Layout"
msgstr ""
#: functions/theme-options.php:374
#: functions/theme-options.php:365
msgid "Other layouts will override this option if they are set"
msgstr ""
#: functions/theme-options.php:387 functions/theme-options.php:506
#: functions/theme-options.php:378 functions/theme-options.php:497
msgid "Home"
msgstr ""
#: functions/theme-options.php:388
#: functions/theme-options.php:379
msgid "(is_home) Posts homepage layout"
msgstr ""
#: functions/theme-options.php:402 functions/theme-options.php:516
#: functions/theme-options.php:393 functions/theme-options.php:507
msgid "Single"
msgstr ""
#: functions/theme-options.php:403
#: functions/theme-options.php:394
msgid ""
"(is_single) Single post layout - If a post has a set layout, it will "
"override this."
msgstr ""
#: functions/theme-options.php:417 functions/theme-options.php:526
#: functions/theme-options.php:408 functions/theme-options.php:517
msgid "Archive"
msgstr ""
#: functions/theme-options.php:418
#: functions/theme-options.php:409
msgid "(is_archive) Category, date, tag and author archive layout"
msgstr ""
#: functions/theme-options.php:432 functions/theme-options.php:536
#: functions/theme-options.php:423 functions/theme-options.php:527
msgid "Archive - Category"
msgstr ""
#: functions/theme-options.php:433
#: functions/theme-options.php:424
msgid "(is_category) Category archive layout"
msgstr ""
#: functions/theme-options.php:447 functions/theme-options.php:546
#: functions/theme-options.php:438 functions/theme-options.php:537
msgid "Search"
msgstr ""
#: functions/theme-options.php:448
#: functions/theme-options.php:439
msgid "(is_search) Search page layout"
msgstr ""
#: functions/theme-options.php:462 functions/theme-options.php:556
#: functions/theme-options.php:453 functions/theme-options.php:547
msgid "Error 404"
msgstr ""
#: functions/theme-options.php:463
#: functions/theme-options.php:454
msgid "(is_404) Error 404 page layout"
msgstr ""
#: functions/theme-options.php:477 functions/theme-options.php:566
#: functions/theme-options.php:468 functions/theme-options.php:557
msgid "Default Page"
msgstr ""
#: functions/theme-options.php:478
#: functions/theme-options.php:469
msgid ""
"(is_page) Default page layout - If a page has a set layout, it will override "
"this."
msgstr ""
#: functions/theme-options.php:507
#: functions/theme-options.php:498
msgid "(is_home) Primary"
msgstr ""
#: functions/theme-options.php:517
#: functions/theme-options.php:508
msgid ""
"(is_single) Primary - If a single post has a unique sidebar, it will "
"override this."
msgstr ""
#: functions/theme-options.php:527
#: functions/theme-options.php:518
msgid "(is_archive) Primary"
msgstr ""
#: functions/theme-options.php:537
#: functions/theme-options.php:528
msgid "(is_category) Primary"
msgstr ""
#: functions/theme-options.php:547
#: functions/theme-options.php:538
msgid "(is_search) Primary"
msgstr ""
#: functions/theme-options.php:557
#: functions/theme-options.php:548
msgid "(is_404) Primary"
msgstr ""
#: functions/theme-options.php:567
#: functions/theme-options.php:558
msgid ""
"(is_page) Primary - If a page has a unique sidebar, it will override this."
msgstr ""
#: functions/theme-options.php:580
#: functions/theme-options.php:571
msgid "Create Social Links"
msgstr ""
#: functions/theme-options.php:581
#: functions/theme-options.php:572
msgid "Create and organize your social links"
msgstr ""
#: functions/theme-options.php:583
#: functions/theme-options.php:574
msgid "Font Awesome names:"
msgstr ""
#: functions/theme-options.php:583 functions/theme-options.php:600
#: functions/theme-options.php:574 functions/theme-options.php:591
msgid "View All"
msgstr ""
#: functions/theme-options.php:586
#: functions/theme-options.php:577
msgid "social link"
msgstr ""
#: functions/theme-options.php:593
#: functions/theme-options.php:584
msgid "Title"
msgstr ""
#: functions/theme-options.php:594
#: functions/theme-options.php:585
msgid "Ex: Facebook"
msgstr ""
#: functions/theme-options.php:599
#: functions/theme-options.php:590
msgid "Icon Name"
msgstr ""
#: functions/theme-options.php:600
#: functions/theme-options.php:591
msgid "Font Awesome icons. Ex: fa-facebook "
msgstr ""
#: functions/theme-options.php:605 inc/page-title.php:64
#: functions/theme-options.php:596 inc/page-title.php:64
msgid "Link"
msgstr ""
#: functions/theme-options.php:606
#: functions/theme-options.php:597
msgid "Enter the full url for your icon button"
msgstr ""
#: functions/theme-options.php:611
#: functions/theme-options.php:602
msgid "Icon Color"
msgstr ""
#: functions/theme-options.php:612
#: functions/theme-options.php:603
msgid "Set a unique color for your icon (optional)"
msgstr ""
#: functions/theme-options.php:617
#: functions/theme-options.php:608
msgid "Open in new window"
msgstr ""
#: functions/theme-options.php:626
#: functions/theme-options.php:617
msgid "Dynamic Styles"
msgstr ""
#: functions/theme-options.php:627
#: functions/theme-options.php:618
msgid "Turn on to use the styling options below"
msgstr ""
#: functions/theme-options.php:635
#: functions/theme-options.php:626
msgid "Font"
msgstr ""
#: functions/theme-options.php:636
#: functions/theme-options.php:627
msgid "Select font for the theme"
msgstr ""
#: functions/theme-options.php:640
#: functions/theme-options.php:631
msgid "Titillium Web, Latin (Self-hosted)"
msgstr ""
#: functions/theme-options.php:641
#: functions/theme-options.php:632
msgid "Titillium Web, Latin-Ext"
msgstr ""
#: functions/theme-options.php:642
#: functions/theme-options.php:633
msgid "Droid Serif, Latin"
msgstr ""
#: functions/theme-options.php:643
#: functions/theme-options.php:634
msgid "Source Sans Pro, Latin-Ext"
msgstr ""
#: functions/theme-options.php:644
#: functions/theme-options.php:635
msgid "Lato, Latin"
msgstr ""
#: functions/theme-options.php:645
#: functions/theme-options.php:636
msgid "Raleway, Latin"
msgstr ""
#: functions/theme-options.php:646
#: functions/theme-options.php:637
msgid "Ubuntu, Latin-Ext"
msgstr ""
#: functions/theme-options.php:647
#: functions/theme-options.php:638
msgid "Ubuntu, Latin / Cyrillic-Ext"
msgstr ""
#: functions/theme-options.php:648
#: functions/theme-options.php:639
msgid "Roboto, Latin-Ext"
msgstr ""
#: functions/theme-options.php:649
#: functions/theme-options.php:640
msgid "Roboto, Latin / Cyrillic-Ext"
msgstr ""
#: functions/theme-options.php:650
#: functions/theme-options.php:641
msgid "Roboto Condensed, Latin-Ext"
msgstr ""
#: functions/theme-options.php:651
#: functions/theme-options.php:642
msgid "Roboto Condensed, Latin / Cyrillic-Ext"
msgstr ""
#: functions/theme-options.php:652
#: functions/theme-options.php:643
msgid "Roboto Slab, Latin-Ext"
msgstr ""
#: functions/theme-options.php:653
#: functions/theme-options.php:644
msgid "Roboto Slab, Latin / Cyrillic-Ext"
msgstr ""
#: functions/theme-options.php:654
#: functions/theme-options.php:645
msgid "Playfair Display, Latin-Ext"
msgstr ""
#: functions/theme-options.php:655
#: functions/theme-options.php:646
msgid "Playfair Display, Latin / Cyrillic"
msgstr ""
#: functions/theme-options.php:656
#: functions/theme-options.php:647
msgid "Open Sans, Latin-Ext"
msgstr ""
#: functions/theme-options.php:657
#: functions/theme-options.php:648
msgid "Open Sans, Latin / Cyrillic-Ext"
msgstr ""
#: functions/theme-options.php:658
#: functions/theme-options.php:649
msgid "PT Serif, Latin-Ext"
msgstr ""
#: functions/theme-options.php:659
#: functions/theme-options.php:650
msgid "PT Serif, Latin / Cyrillic-Ext"
msgstr ""
#: functions/theme-options.php:660
#: functions/theme-options.php:651
msgid "Arial"
msgstr ""
#: functions/theme-options.php:661
#: functions/theme-options.php:652
msgid "Georgia"
msgstr ""
#: functions/theme-options.php:662
#: functions/theme-options.php:653
msgid "Verdana"
msgstr ""
#: functions/theme-options.php:663
#: functions/theme-options.php:654
msgid "Tahoma"
msgstr ""
#: functions/theme-options.php:670
#: functions/theme-options.php:661
msgid "Website Max-width"
msgstr ""
#: functions/theme-options.php:671
#: functions/theme-options.php:662
msgid "Max-width of the container"
msgstr ""
#: functions/theme-options.php:684
#: functions/theme-options.php:675
msgid "Primary Color"
msgstr ""
#: functions/theme-options.php:692
#: functions/theme-options.php:683
msgid "Image Border Radius"
msgstr ""
#: functions/theme-options.php:693
#: functions/theme-options.php:684
msgid "Give your thumbnails and layout images rounded corners"
msgstr ""