• Resolved ramzesimus

    (@ramzesimus)


    Hi Dovy,

    Hope you’re doing well.

    Could you please check Typography field with disabled ‘font-family’ option. Looks like it doesn’t work correctly. Please check next short screencast https://take.ms/G5TMr

    Here is a code used for the typography field

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

    Btw, tried without the ‘required’ and still get the same issue.

    Best Regards!
    Ramzesimus

Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Typography field doesn’t work if ‘font-family’ set to ‘false’’ is closed to new replies.