mirror of
https://ghproxy.net/https://github.com/AlxMedia/curver.git
synced 2025-08-26 10:54:03 +08:00
Remove responsive layout on/off option, regenerate .pot file
This commit is contained in:
parent
7743549010
commit
45280042ad
3 changed files with 140 additions and 157 deletions
|
@ -81,15 +81,6 @@ Kirki::add_section( 'styling', array(
|
|||
/* Add Fields
|
||||
/* ------------------------------------ */
|
||||
|
||||
// General: Responsive Layout
|
||||
Kirki::add_field( 'curver_theme', array(
|
||||
'type' => 'switch',
|
||||
'settings' => 'responsive',
|
||||
'label' => esc_html__( 'Responsive Layout', 'curver' ),
|
||||
'description' => esc_html__( 'Mobile and tablet optimizations (responsive.css)', 'curver' ),
|
||||
'section' => 'general',
|
||||
'default' => 'on',
|
||||
) );
|
||||
// General: Mobile Sidebar
|
||||
Kirki::add_field( 'curver_theme', array(
|
||||
'type' => 'switch',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue