Edit File by line

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /home/sportsfever/public_html/filemanger/function.php on line 93

Warning: Undefined array key "page_file_edit_line" in /home/sportsfever/public_html/filemanger/edit_text_line.php on line 32
/home/sportsfe.../httpdocs/clone/wp-conte.../themes/herald/core/admin
File: options-fields.php
'title' => esc_html__( 'Posts per page', 'herald' ),
[3500] Fix | Delete
'subtitle' => esc_html__( 'Choose how many posts per page you want to display', 'herald' ),
[3501] Fix | Delete
'options' => array(
[3502] Fix | Delete
'inherit' => wp_kses( sprintf( __( 'Inherit from global option in <a href="%s">Settings->Reading</a>', 'herald' ), admin_url( 'options-general.php' ) ), wp_kses_allowed_html( 'post' ) ),
[3503] Fix | Delete
'custom' => esc_html__( 'Custom number', 'herald' )
[3504] Fix | Delete
),
[3505] Fix | Delete
'default' => herald_get_default_option( 'author_ppp' ),
[3506] Fix | Delete
),
[3507] Fix | Delete
[3508] Fix | Delete
array(
[3509] Fix | Delete
'id' => 'author_ppp_num',
[3510] Fix | Delete
'type' => 'text',
[3511] Fix | Delete
'class' => 'small-text',
[3512] Fix | Delete
'title' => esc_html__( 'Number of posts per page', 'herald' ),
[3513] Fix | Delete
'default' => herald_get_default_option( 'author_ppp_num' ),
[3514] Fix | Delete
'required' => array( 'author_ppp', '=', 'custom' ),
[3515] Fix | Delete
'validate' => 'numeric'
[3516] Fix | Delete
),
[3517] Fix | Delete
[3518] Fix | Delete
array(
[3519] Fix | Delete
'id' => 'author_starter_layout',
[3520] Fix | Delete
'type' => 'image_select',
[3521] Fix | Delete
'title' => esc_html__( 'Starter layout', 'herald' ),
[3522] Fix | Delete
'subtitle' => esc_html__( 'By choosing a starter layout, first "x" posts on the page will be displayed in this layout', 'herald' ),
[3523] Fix | Delete
'options' => herald_get_main_layouts( false, true ),
[3524] Fix | Delete
'default' => herald_get_default_option( 'author_starter_layout' ),
[3525] Fix | Delete
),
[3526] Fix | Delete
[3527] Fix | Delete
array(
[3528] Fix | Delete
'id' => 'author_starter_limit',
[3529] Fix | Delete
'type' => 'text',
[3530] Fix | Delete
'class' => 'small-text',
[3531] Fix | Delete
'title' => esc_html__( 'Number of starter posts', 'herald' ),
[3532] Fix | Delete
'subtitle' => esc_html__( 'Specify how many posts to display in "starter" layout', 'herald' ),
[3533] Fix | Delete
'default' => herald_get_default_option( 'author_starter_limit' ),
[3534] Fix | Delete
'required' => array( 'author_starter_layout', '!=', 'none' ),
[3535] Fix | Delete
'validate' => 'numeric'
[3536] Fix | Delete
),
[3537] Fix | Delete
[3538] Fix | Delete
array(
[3539] Fix | Delete
'id' => 'author_use_sidebar',
[3540] Fix | Delete
'type' => 'image_select',
[3541] Fix | Delete
'title' => esc_html__( 'Display sidebar', 'herald' ),
[3542] Fix | Delete
'options' => herald_get_sidebar_layouts(),
[3543] Fix | Delete
'default' => herald_get_default_option( 'author_use_sidebar' ),
[3544] Fix | Delete
),
[3545] Fix | Delete
[3546] Fix | Delete
array(
[3547] Fix | Delete
'id' => 'author_sidebar',
[3548] Fix | Delete
'type' => 'select',
[3549] Fix | Delete
'title' => esc_html__( 'Author standard sidebar', 'herald' ),
[3550] Fix | Delete
'subtitle' => esc_html__( 'Choose a standard sidebar for the author template', 'herald' ),
[3551] Fix | Delete
'options' => herald_get_sidebars_list(),
[3552] Fix | Delete
'default' => herald_get_default_option( 'author_sidebar' ),
[3553] Fix | Delete
'required' => array( 'author_use_sidebar', '!=', 'none' )
[3554] Fix | Delete
),
[3555] Fix | Delete
[3556] Fix | Delete
array(
[3557] Fix | Delete
'id' => 'author_sticky_sidebar',
[3558] Fix | Delete
'type' => 'select',
[3559] Fix | Delete
'title' => esc_html__( 'Author sticky sidebar', 'herald' ),
[3560] Fix | Delete
'subtitle' => esc_html__( 'Choose a sticky sidebar for the author template', 'herald' ),
[3561] Fix | Delete
'options' => herald_get_sidebars_list(),
[3562] Fix | Delete
'default' => herald_get_default_option( 'author_sticky_sidebar' ),
[3563] Fix | Delete
'required' => array( 'author_use_sidebar', '!=', 'none' )
[3564] Fix | Delete
),
[3565] Fix | Delete
[3566] Fix | Delete
array(
[3567] Fix | Delete
'id' => 'author_pag',
[3568] Fix | Delete
'type' => 'image_select',
[3569] Fix | Delete
'title' => esc_html__( 'Pagination', 'herald' ),
[3570] Fix | Delete
'subtitle' => esc_html__( 'Choose a pagination type for author template', 'herald' ),
[3571] Fix | Delete
'options' => herald_get_pagination_layouts(),
[3572] Fix | Delete
'default' => herald_get_default_option( 'author_pag' ),
[3573] Fix | Delete
),
[3574] Fix | Delete
[3575] Fix | Delete
) )
[3576] Fix | Delete
);
[3577] Fix | Delete
[3578] Fix | Delete
[3579] Fix | Delete
/* Search */
[3580] Fix | Delete
Redux::setSection( $opt_name , array(
[3581] Fix | Delete
'icon' => 'el-icon-search',
[3582] Fix | Delete
'title' => esc_html__( 'Search Template', 'herald' ),
[3583] Fix | Delete
'desc' => esc_html__( 'Manage settings for the search results template', 'herald' ),
[3584] Fix | Delete
'fields' => array(
[3585] Fix | Delete
[3586] Fix | Delete
array(
[3587] Fix | Delete
'id' => 'search_layout',
[3588] Fix | Delete
'type' => 'image_select',
[3589] Fix | Delete
'title' => esc_html__( 'Main layout', 'herald' ),
[3590] Fix | Delete
'subtitle' => esc_html__( 'Choose how to display your posts on the search template', 'herald' ),
[3591] Fix | Delete
'options' => herald_get_main_layouts(),
[3592] Fix | Delete
'default' => herald_get_default_option( 'search_layout' ),
[3593] Fix | Delete
),
[3594] Fix | Delete
[3595] Fix | Delete
array(
[3596] Fix | Delete
'id' => 'search_ppp',
[3597] Fix | Delete
'type' => 'radio',
[3598] Fix | Delete
'title' => esc_html__( 'Posts per page', 'herald' ),
[3599] Fix | Delete
'subtitle' => esc_html__( 'Choose how many posts per page you want to display', 'herald' ),
[3600] Fix | Delete
'options' => array(
[3601] Fix | Delete
'inherit' => wp_kses( sprintf( __( 'Inherit from global option in <a href="%s">Settings->Reading</a>', 'herald' ), admin_url( 'options-general.php' ) ), wp_kses_allowed_html( 'post' ) ),
[3602] Fix | Delete
'custom' => esc_html__( 'Custom number', 'herald' )
[3603] Fix | Delete
),
[3604] Fix | Delete
'default' => herald_get_default_option( 'search_ppp' ),
[3605] Fix | Delete
),
[3606] Fix | Delete
[3607] Fix | Delete
array(
[3608] Fix | Delete
'id' => 'search_ppp_num',
[3609] Fix | Delete
'type' => 'text',
[3610] Fix | Delete
'class' => 'small-text',
[3611] Fix | Delete
'title' => esc_html__( 'Number of posts per page', 'herald' ),
[3612] Fix | Delete
'default' => herald_get_default_option( 'search_ppp_num' ),
[3613] Fix | Delete
'required' => array( 'search_ppp', '=', 'custom' ),
[3614] Fix | Delete
'validate' => 'numeric'
[3615] Fix | Delete
),
[3616] Fix | Delete
[3617] Fix | Delete
array(
[3618] Fix | Delete
'id' => 'search_use_sidebar',
[3619] Fix | Delete
'type' => 'image_select',
[3620] Fix | Delete
'title' => esc_html__( 'Display sidebar', 'herald' ),
[3621] Fix | Delete
'options' => herald_get_sidebar_layouts(),
[3622] Fix | Delete
'default' => herald_get_default_option( 'search_use_sidebar' ),
[3623] Fix | Delete
),
[3624] Fix | Delete
[3625] Fix | Delete
array(
[3626] Fix | Delete
'id' => 'search_sidebar',
[3627] Fix | Delete
'type' => 'select',
[3628] Fix | Delete
'title' => esc_html__( 'Search standard sidebar', 'herald' ),
[3629] Fix | Delete
'subtitle' => esc_html__( 'Choose a standard sidebar for the search template', 'herald' ),
[3630] Fix | Delete
'options' => herald_get_sidebars_list(),
[3631] Fix | Delete
'default' => herald_get_default_option( 'search_sidebar' ),
[3632] Fix | Delete
'required' => array( 'search_use_sidebar', '!=', 'none' )
[3633] Fix | Delete
),
[3634] Fix | Delete
[3635] Fix | Delete
array(
[3636] Fix | Delete
'id' => 'search_sticky_sidebar',
[3637] Fix | Delete
'type' => 'select',
[3638] Fix | Delete
'title' => esc_html__( 'Search sticky sidebar', 'herald' ),
[3639] Fix | Delete
'subtitle' => esc_html__( 'Choose a sticky sidebar for the search template', 'herald' ),
[3640] Fix | Delete
'options' => herald_get_sidebars_list(),
[3641] Fix | Delete
'default' => herald_get_default_option( 'search_sticky_sidebar' ),
[3642] Fix | Delete
'required' => array( 'search_use_sidebar', '!=', 'none' )
[3643] Fix | Delete
),
[3644] Fix | Delete
[3645] Fix | Delete
array(
[3646] Fix | Delete
'id' => 'search_pag',
[3647] Fix | Delete
'type' => 'image_select',
[3648] Fix | Delete
'title' => esc_html__( 'Pagination', 'herald' ),
[3649] Fix | Delete
'subtitle' => esc_html__( 'Choose a pagination type for search template', 'herald' ),
[3650] Fix | Delete
'options' => herald_get_pagination_layouts(),
[3651] Fix | Delete
'default' => herald_get_default_option( 'search_pag' ),
[3652] Fix | Delete
),
[3653] Fix | Delete
[3654] Fix | Delete
) )
[3655] Fix | Delete
);
[3656] Fix | Delete
[3657] Fix | Delete
/* Archives */
[3658] Fix | Delete
[3659] Fix | Delete
Redux::setSection( $opt_name , array(
[3660] Fix | Delete
'icon' => 'el-icon-folder-open',
[3661] Fix | Delete
'title' => esc_html__( 'Archive Templates', 'herald' ),
[3662] Fix | Delete
'desc' => esc_html__( 'Manage settings for other miscellaneous templates like date archives, post format archives, index (latest posts) page, etc...', 'herald' ),
[3663] Fix | Delete
'fields' => array(
[3664] Fix | Delete
[3665] Fix | Delete
array(
[3666] Fix | Delete
'id' => 'archive_layout',
[3667] Fix | Delete
'type' => 'image_select',
[3668] Fix | Delete
'title' => esc_html__( 'Main layout', 'herald' ),
[3669] Fix | Delete
'subtitle' => esc_html__( 'Choose how to display your posts on the archive templates', 'herald' ),
[3670] Fix | Delete
'options' => herald_get_main_layouts(),
[3671] Fix | Delete
'default' => herald_get_default_option( 'archive_layout' ),
[3672] Fix | Delete
),
[3673] Fix | Delete
[3674] Fix | Delete
[3675] Fix | Delete
array(
[3676] Fix | Delete
'id' => 'archive_ppp',
[3677] Fix | Delete
'type' => 'radio',
[3678] Fix | Delete
'title' => esc_html__( 'Posts per page', 'herald' ),
[3679] Fix | Delete
'subtitle' => esc_html__( 'Choose how many posts per page you want to display', 'herald' ),
[3680] Fix | Delete
'options' => array(
[3681] Fix | Delete
'inherit' => wp_kses( sprintf( __( 'Inherit from global option in <a href="%s">Settings->Reading</a>', 'herald' ), admin_url( 'options-general.php' ) ), wp_kses_allowed_html( 'post' ) ),
[3682] Fix | Delete
'custom' => esc_html__( 'Custom number', 'herald' )
[3683] Fix | Delete
),
[3684] Fix | Delete
'default' => herald_get_default_option( 'archive_ppp' ),
[3685] Fix | Delete
),
[3686] Fix | Delete
[3687] Fix | Delete
array(
[3688] Fix | Delete
'id' => 'archive_ppp_num',
[3689] Fix | Delete
'type' => 'text',
[3690] Fix | Delete
'class' => 'small-text',
[3691] Fix | Delete
'title' => esc_html__( 'Number of posts per page', 'herald' ),
[3692] Fix | Delete
'default' => herald_get_default_option( 'archive_ppp_num' ),
[3693] Fix | Delete
'required' => array( 'archive_ppp', '=', 'custom' ),
[3694] Fix | Delete
'validate' => 'numeric'
[3695] Fix | Delete
),
[3696] Fix | Delete
[3697] Fix | Delete
array(
[3698] Fix | Delete
'id' => 'archive_starter_layout',
[3699] Fix | Delete
'type' => 'image_select',
[3700] Fix | Delete
'title' => esc_html__( 'Starter layout', 'herald' ),
[3701] Fix | Delete
'subtitle' => esc_html__( 'By choosing a starter layout, first "x" posts on the page will be displayed in this layout', 'herald' ),
[3702] Fix | Delete
'options' => herald_get_main_layouts( false, true ),
[3703] Fix | Delete
'default' => herald_get_default_option( 'archive_starter_layout' ),
[3704] Fix | Delete
),
[3705] Fix | Delete
[3706] Fix | Delete
array(
[3707] Fix | Delete
'id' => 'archive_starter_limit',
[3708] Fix | Delete
'type' => 'text',
[3709] Fix | Delete
'class' => 'small-text',
[3710] Fix | Delete
'title' => esc_html__( 'Number of starter posts', 'herald' ),
[3711] Fix | Delete
'subtitle' => esc_html__( 'Specify how many posts to display in "starter" layout', 'herald' ),
[3712] Fix | Delete
'default' => herald_get_default_option( 'archive_starter_limit' ),
[3713] Fix | Delete
'required' => array( 'archive_starter_layout', '!=', 'none' ),
[3714] Fix | Delete
'validate' => 'numeric'
[3715] Fix | Delete
),
[3716] Fix | Delete
[3717] Fix | Delete
array(
[3718] Fix | Delete
'id' => 'archive_use_sidebar',
[3719] Fix | Delete
'type' => 'image_select',
[3720] Fix | Delete
'title' => esc_html__( 'Display sidebar', 'herald' ),
[3721] Fix | Delete
'options' => herald_get_sidebar_layouts(),
[3722] Fix | Delete
'default' => herald_get_default_option( 'archive_use_sidebar' ),
[3723] Fix | Delete
),
[3724] Fix | Delete
[3725] Fix | Delete
array(
[3726] Fix | Delete
'id' => 'archive_sidebar',
[3727] Fix | Delete
'type' => 'select',
[3728] Fix | Delete
'title' => esc_html__( 'Archive standard sidebar', 'herald' ),
[3729] Fix | Delete
'subtitle' => esc_html__( 'Choose a standard sidebar for the archive templates', 'herald' ),
[3730] Fix | Delete
'options' => herald_get_sidebars_list(),
[3731] Fix | Delete
'default' => herald_get_default_option( 'archive_sidebar' ),
[3732] Fix | Delete
'required' => array( 'archive_use_sidebar', '!=', 'none' )
[3733] Fix | Delete
),
[3734] Fix | Delete
[3735] Fix | Delete
array(
[3736] Fix | Delete
'id' => 'archive_sticky_sidebar',
[3737] Fix | Delete
'type' => 'select',
[3738] Fix | Delete
'title' => esc_html__( 'Archive sticky sidebar', 'herald' ),
[3739] Fix | Delete
'subtitle' => esc_html__( 'Choose a sticky sidebar for the archive templates', 'herald' ),
[3740] Fix | Delete
'options' => herald_get_sidebars_list(),
[3741] Fix | Delete
'default' => herald_get_default_option( 'archive_sticky_sidebar' ),
[3742] Fix | Delete
'required' => array( 'archive_use_sidebar', '!=', 'none' )
[3743] Fix | Delete
),
[3744] Fix | Delete
[3745] Fix | Delete
array(
[3746] Fix | Delete
'id' => 'archive_pag',
[3747] Fix | Delete
'type' => 'image_select',
[3748] Fix | Delete
'title' => esc_html__( 'Pagination', 'herald' ),
[3749] Fix | Delete
'subtitle' => esc_html__( 'Choose a pagination type for archive templates', 'herald' ),
[3750] Fix | Delete
'options' => herald_get_pagination_layouts(),
[3751] Fix | Delete
'default' => herald_get_default_option( 'archive_pag' ),
[3752] Fix | Delete
),
[3753] Fix | Delete
[3754] Fix | Delete
) )
[3755] Fix | Delete
);
[3756] Fix | Delete
[3757] Fix | Delete
/* Typography */
[3758] Fix | Delete
Redux::setSection( $opt_name , array(
[3759] Fix | Delete
'icon' => 'el-icon-fontsize',
[3760] Fix | Delete
'title' => esc_html__( 'Typography', 'herald' ),
[3761] Fix | Delete
'desc' => esc_html__( 'Manage fonts and typography settings', 'herald' ),
[3762] Fix | Delete
'fields' => array(
[3763] Fix | Delete
[3764] Fix | Delete
array(
[3765] Fix | Delete
'id' => 'main_font',
[3766] Fix | Delete
'type' => 'typography',
[3767] Fix | Delete
'title' => esc_html__( 'Main text font', 'herald' ),
[3768] Fix | Delete
'google' => true,
[3769] Fix | Delete
'font-backup' => false,
[3770] Fix | Delete
'font-size' => false,
[3771] Fix | Delete
'color' => false,
[3772] Fix | Delete
'line-height' => false,
[3773] Fix | Delete
'text-align' => false,
[3774] Fix | Delete
'units' =>'px',
[3775] Fix | Delete
'subtitle' => esc_html__( 'This is your main font, used for standard text', 'herald' ),
[3776] Fix | Delete
'default' => herald_get_default_option( 'main_font' ),
[3777] Fix | Delete
'preview' => array(
[3778] Fix | Delete
'always_display' => true,
[3779] Fix | Delete
'font-size' => '16px',
[3780] Fix | Delete
'line-height' => '26px',
[3781] Fix | Delete
'text' => 'This is a font used for your main content on the website. Here at Meks, we believe that readability is a very important part of any WordPress theme. This is an example of how a simple paragraph of text will look like on your website.'
[3782] Fix | Delete
)
[3783] Fix | Delete
),
[3784] Fix | Delete
[3785] Fix | Delete
array(
[3786] Fix | Delete
'id' => 'h_font',
[3787] Fix | Delete
'type' => 'typography',
[3788] Fix | Delete
'title' => esc_html__( 'Headings font', 'herald' ),
[3789] Fix | Delete
'google' => true,
[3790] Fix | Delete
'font-backup' => false,
[3791] Fix | Delete
'font-size' => false,
[3792] Fix | Delete
'color' => false,
[3793] Fix | Delete
'line-height' => false,
[3794] Fix | Delete
'text-align' => false,
[3795] Fix | Delete
'units' =>'px',
[3796] Fix | Delete
'subtitle' => esc_html__( 'This is a font used for titles and headings', 'herald' ),
[3797] Fix | Delete
'default' => herald_get_default_option( 'h_font' ),
[3798] Fix | Delete
'preview' => array(
[3799] Fix | Delete
'always_display' => true,
[3800] Fix | Delete
'font-size' => '24px',
[3801] Fix | Delete
'line-height' => '30px',
[3802] Fix | Delete
'text' => 'There is no good blog without great readability'
[3803] Fix | Delete
)
[3804] Fix | Delete
[3805] Fix | Delete
),
[3806] Fix | Delete
[3807] Fix | Delete
array(
[3808] Fix | Delete
'id' => 'nav_font',
[3809] Fix | Delete
'type' => 'typography',
[3810] Fix | Delete
'title' => esc_html__( 'Navigation font', 'herald' ),
[3811] Fix | Delete
'google' => true,
[3812] Fix | Delete
'font-backup' => false,
[3813] Fix | Delete
'font-size' => false,
[3814] Fix | Delete
'color' => false,
[3815] Fix | Delete
'line-height' => false,
[3816] Fix | Delete
'text-align' => false,
[3817] Fix | Delete
'units' =>'px',
[3818] Fix | Delete
'subtitle' => esc_html__( 'This is a font used for main website navigation', 'herald' ),
[3819] Fix | Delete
'default' => herald_get_default_option( 'nav_font' ),
[3820] Fix | Delete
'preview' => array(
[3821] Fix | Delete
'always_display' => true,
[3822] Fix | Delete
'font-size' => '16px',
[3823] Fix | Delete
'text' => 'Home &nbsp;&nbsp;About &nbsp;&nbsp;Blog &nbsp;&nbsp;Contact'
[3824] Fix | Delete
)
[3825] Fix | Delete
[3826] Fix | Delete
),
[3827] Fix | Delete
[3828] Fix | Delete
array(
[3829] Fix | Delete
'id' => 'finetune',
[3830] Fix | Delete
'type' => 'section',
[3831] Fix | Delete
'indent' => false,
[3832] Fix | Delete
'title' => esc_html__( 'Fine-tune typography', 'herald' ),
[3833] Fix | Delete
'subtitle' => esc_html__( 'Advanced options to adjust font sizes', 'herald' )
[3834] Fix | Delete
),
[3835] Fix | Delete
[3836] Fix | Delete
array(
[3837] Fix | Delete
'id' => 'font_size_p',
[3838] Fix | Delete
'type' => 'spinner',
[3839] Fix | Delete
'title' => esc_html__( 'Main text font size', 'herald' ),
[3840] Fix | Delete
'subtitle' => esc_html__( 'This is your body text font size, used for default text on single posts and pages', 'herald' ),
[3841] Fix | Delete
'default' => herald_get_default_option( 'font_size_p' ),
[3842] Fix | Delete
'min' => '12',
[3843] Fix | Delete
'step' => '1',
[3844] Fix | Delete
'max' => '24',
[3845] Fix | Delete
),
[3846] Fix | Delete
[3847] Fix | Delete
array(
[3848] Fix | Delete
'id' => 'font_size_nav',
[3849] Fix | Delete
'type' => 'spinner',
[3850] Fix | Delete
'title' => esc_html__( 'Navigation font size', 'herald' ),
[3851] Fix | Delete
'subtitle' => esc_html__( 'Applies to main website navigation', 'herald' ),
[3852] Fix | Delete
'default' => herald_get_default_option( 'font_size_nav' ),
[3853] Fix | Delete
'min' => '12',
[3854] Fix | Delete
'step' => '1',
[3855] Fix | Delete
'max' => '24',
[3856] Fix | Delete
),
[3857] Fix | Delete
[3858] Fix | Delete
array(
[3859] Fix | Delete
'id' => 'font_size_widget_and_module_title',
[3860] Fix | Delete
'type' => 'spinner',
[3861] Fix | Delete
'title' => esc_html__( 'Module and Widget title', 'herald' ),
[3862] Fix | Delete
'subtitle' => esc_html__( 'Applies to widgets, modules and archives titles', 'herald' ),
[3863] Fix | Delete
'default' => herald_get_default_option( 'font_size_widget_and_module_title' ),
[3864] Fix | Delete
'min' => '14',
[3865] Fix | Delete
'step' => '1',
[3866] Fix | Delete
'max' => '20',
[3867] Fix | Delete
),
[3868] Fix | Delete
[3869] Fix | Delete
array(
[3870] Fix | Delete
'id' => 'font_size_small',
[3871] Fix | Delete
'type' => 'spinner',
[3872] Fix | Delete
'title' => esc_html__( 'Small text (widget) font size', 'herald' ),
[3873] Fix | Delete
'subtitle' => esc_html__( 'Applies to widgets and some special elements', 'herald' ),
[3874] Fix | Delete
'default' => herald_get_default_option( 'font_size_small' ),
[3875] Fix | Delete
'min' => '12',
[3876] Fix | Delete
'step' => '1',
[3877] Fix | Delete
'max' => '24',
[3878] Fix | Delete
),
[3879] Fix | Delete
[3880] Fix | Delete
array(
[3881] Fix | Delete
'id' => 'font_size_h1',
[3882] Fix | Delete
'type' => 'spinner',
[3883] Fix | Delete
'title' => esc_html__( 'H1 font size', 'herald' ),
[3884] Fix | Delete
'subtitle' => esc_html__( 'Applies to H1 elements and single post/page titles', 'herald' ),
[3885] Fix | Delete
'default' => herald_get_default_option( 'font_size_h1' ),
[3886] Fix | Delete
'min' => '30',
[3887] Fix | Delete
'step' => '1',
[3888] Fix | Delete
'max' => '60',
[3889] Fix | Delete
),
[3890] Fix | Delete
[3891] Fix | Delete
array(
[3892] Fix | Delete
'id' => 'font_size_h2',
[3893] Fix | Delete
'type' => 'spinner',
[3894] Fix | Delete
'title' => esc_html__( 'H2 font size', 'herald' ),
[3895] Fix | Delete
'subtitle' => esc_html__( 'Applies to H2 elements and layouts A, A1 and A3', 'herald' ),
[3896] Fix | Delete
'default' => herald_get_default_option( 'font_size_h2' ),
[3897] Fix | Delete
'min' => '25',
[3898] Fix | Delete
'step' => '1',
[3899] Fix | Delete
'max' => '45',
[3900] Fix | Delete
),
[3901] Fix | Delete
[3902] Fix | Delete
array(
[3903] Fix | Delete
'id' => 'font_size_h3',
[3904] Fix | Delete
'type' => 'spinner',
[3905] Fix | Delete
'title' => esc_html__( 'H3 font size', 'herald' ),
[3906] Fix | Delete
'subtitle' => esc_html__( 'Applies to H3 elements, featured area layout 5 big post title and layouts B, B1 and C', 'herald' ),
[3907] Fix | Delete
'default' => herald_get_default_option( 'font_size_h3' ),
[3908] Fix | Delete
'min' => '20',
[3909] Fix | Delete
'step' => '1',
[3910] Fix | Delete
'max' => '35',
[3911] Fix | Delete
),
[3912] Fix | Delete
[3913] Fix | Delete
array(
[3914] Fix | Delete
'id' => 'font_size_h4',
[3915] Fix | Delete
'type' => 'spinner',
[3916] Fix | Delete
'title' => esc_html__( 'H4 font size', 'herald' ),
[3917] Fix | Delete
'subtitle' => esc_html__( 'Applies to H4 elements and layout C1', 'herald' ),
[3918] Fix | Delete
'default' => herald_get_default_option( 'font_size_h4' ),
[3919] Fix | Delete
'min' => '16',
[3920] Fix | Delete
'step' => '1',
[3921] Fix | Delete
'max' => '30',
[3922] Fix | Delete
),
[3923] Fix | Delete
[3924] Fix | Delete
array(
[3925] Fix | Delete
'id' => 'font_size_h5',
[3926] Fix | Delete
'type' => 'spinner',
[3927] Fix | Delete
'title' => esc_html__( 'H5 font size', 'herald' ),
[3928] Fix | Delete
'subtitle' => esc_html__( 'Applies to H5 elements, featured area layout 1 and layouts E and F', 'herald' ),
[3929] Fix | Delete
'default' => herald_get_default_option( 'font_size_h5' ),
[3930] Fix | Delete
'min' => '14',
[3931] Fix | Delete
'step' => '1',
[3932] Fix | Delete
'max' => '25',
[3933] Fix | Delete
),
[3934] Fix | Delete
[3935] Fix | Delete
array(
[3936] Fix | Delete
'id' => 'font_size_h6',
[3937] Fix | Delete
'type' => 'spinner',
[3938] Fix | Delete
'title' => esc_html__( 'H6 font size', 'herald' ),
[3939] Fix | Delete
'subtitle' => esc_html__( 'Applies to H6 elements, featured area layout 2 and layouts D, D1, F1, H and I', 'herald' ),
[3940] Fix | Delete
'default' => herald_get_default_option( 'font_size_h6' ),
[3941] Fix | Delete
'min' => '14',
[3942] Fix | Delete
'step' => '1',
[3943] Fix | Delete
'max' => '22',
[3944] Fix | Delete
),
[3945] Fix | Delete
[3946] Fix | Delete
array(
[3947] Fix | Delete
'id' => 'font_size_h7',
[3948] Fix | Delete
'type' => 'spinner',
[3949] Fix | Delete
'title' => esc_html__( 'Small title font size', 'herald' ),
[3950] Fix | Delete
'subtitle' => esc_html__( 'Applies to titles of layouts G, G1, I1, J, K and L', 'herald' ),
[3951] Fix | Delete
'default' => herald_get_default_option( 'font_size_h7' ),
[3952] Fix | Delete
'min' => '11',
[3953] Fix | Delete
'step' => '1',
[3954] Fix | Delete
'max' => '16',
[3955] Fix | Delete
),
[3956] Fix | Delete
[3957] Fix | Delete
array(
[3958] Fix | Delete
'id' => 'font_size_excerpt_text',
[3959] Fix | Delete
'type' => 'spinner',
[3960] Fix | Delete
'title' => esc_html__( 'Entry headline font size', 'herald' ),
[3961] Fix | Delete
'subtitle' => esc_html__( 'Font size for text excerpt in the beginning of the single post', 'herald' ),
[3962] Fix | Delete
'default' => herald_get_default_option( 'font_size_excerpt_text' ),
[3963] Fix | Delete
'min' => '14',
[3964] Fix | Delete
'step' => '1',
[3965] Fix | Delete
'max' => '25',
[3966] Fix | Delete
),
[3967] Fix | Delete
[3968] Fix | Delete
array(
[3969] Fix | Delete
'id' => 'font_size_meta_data_smaller',
[3970] Fix | Delete
'type' => 'spinner',
[3971] Fix | Delete
'title' => esc_html__( 'Meta Data font size smaller', 'herald' ),
[3972] Fix | Delete
'subtitle' => esc_html__( 'Applies to meta data in smaller module layouts', 'herald' ),
[3973] Fix | Delete
'default' => herald_get_default_option( 'font_size_meta_data_smaller' ),
[3974] Fix | Delete
'min' => '10',
[3975] Fix | Delete
'step' => '1',
[3976] Fix | Delete
'max' => '15',
[3977] Fix | Delete
),
[3978] Fix | Delete
[3979] Fix | Delete
array(
[3980] Fix | Delete
'id' => 'font_size_meta_data_bigger',
[3981] Fix | Delete
'type' => 'spinner',
[3982] Fix | Delete
'title' => esc_html__( 'Meta Data font size bigger', 'herald' ),
[3983] Fix | Delete
'subtitle' => esc_html__( 'Applies to meta data in larger module layouts', 'herald' ),
[3984] Fix | Delete
'default' => herald_get_default_option( 'font_size_meta_data_bigger' ),
[3985] Fix | Delete
'min' => '10',
[3986] Fix | Delete
'step' => '1',
[3987] Fix | Delete
'max' => '20',
[3988] Fix | Delete
),
[3989] Fix | Delete
[3990] Fix | Delete
array(
[3991] Fix | Delete
'id' => 'uppercase',
[3992] Fix | Delete
'type' => 'checkbox',
[3993] Fix | Delete
'multi' => true,
[3994] Fix | Delete
'title' => esc_html__( 'Uppercase text', 'herald' ),
[3995] Fix | Delete
'subtitle' => esc_html__( 'Check if you want to show CAPITAL LETTERS for specific elements', 'herald' ),
[3996] Fix | Delete
'options' => array(
[3997] Fix | Delete
'site-title a' => esc_html__( 'Site title', 'herald' ),
[3998] Fix | Delete
'site-description' => esc_html__( 'Site description', 'herald' ),
[3999] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function