• Resolved smartwpthemes

    (@smartwpthemes)


    If set ‘font-style’ => false, the current tab will display JS error, and also the page will go blank if you revisit the tab.

    array(
    ‘id’ => ‘theme-typography’,
    ‘type’ => ‘typography’,
    ‘title’ => esc_html__( ‘Navigation Font’, ‘text’ ),
    ‘subtitle’ => esc_html__(‘Specify the navigation font properties.’, ‘text’ ),
    ‘google’ => true,
    ‘text-align’ => false,
    ‘font-weight’ => false,
    ‘font-style’ => false, // THIS IS THE ISSUE //
    ‘letter-spacing’ => true,
    ‘subsets’ => false,
    ‘color’ => false,
    ‘font-size’ => false,
    ‘line-height’ => false,
    ‘letter-spacing’ => false,
    ‘units’ => ”,
    ‘default’ => array(
    ‘font-family’ => ‘Montserrat’,
    ‘google’ => true,
    ),
    ),

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘BUG on type ‘typography’’ is closed to new replies.