• Resolved ramzesimus

    (@ramzesimus)


    Hi Dōvy,

    Thanks for your previous fix, but seems like I found another related bug.

    If ‘font-family’ is disabled ‘Font Weight & Style’ dropdown is empty even with disabled ‘google’ parameter. See screenshot https://take.ms/T0bBm

    Typography field code

    array(
    	'id'          => 'alchemists__custom-page-title',
    	'type'        => 'typography',
    	'title'       => esc_html__('Page Title', 'text-domain'),
    	'subtitle'    => esc_html__('Used on page between Header and Content.', 'text-domain'),
    	'output'      => array( '.page-heading__title' ),
    	'font-family' => false,
    	'google'      => false,
    	'text-transform' => true,
    	'required'    => array('alchemists__custom-page-title-on', '=', '1'),
    ),

    Best Regards!
    Ramzesimus

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Typography field: Font Weight & Style is empty if ‘font-family’ disabled’ is closed to new replies.