Update FontAwesome customizer link to v5 brands

This commit is contained in:
AlxMedia 2022-02-23 12:11:02 +01:00
parent a09812795e
commit 6eb13c0631

View file

@ -690,7 +690,7 @@ Kirki::add_field( 'typecore_theme', array(
'label' => esc_html__( 'Create Social Links', 'typecore' ),
'description' => esc_html__( 'Create and organize your social links', 'typecore' ),
'section' => 'social',
'tooltip' => esc_html__( 'Font Awesome names:', 'typecore' ) . ' <a href="https://fontawesome.com/icons?d=gallery&s=brands&m=free" target="_blank"><strong>' . esc_html__( 'View All', 'typecore' ) . ' </strong></a>',
'tooltip' => esc_html__( 'Font Awesome names:', 'typecore' ) . ' <a href="https://fontawesome.com/v5/search?s=brands" target="_blank"><strong>' . esc_html__( 'View All', 'typecore' ) . ' </strong></a>',
'row_label' => array(
'type' => 'text',
'value' => esc_html__('social link', 'typecore' ),
@ -707,7 +707,7 @@ Kirki::add_field( 'typecore_theme', array(
'social-icon' => array(
'type' => 'text',
'label' => esc_html__( 'Icon Name', 'typecore' ),
'description' => esc_html__( 'Font Awesome icons. Ex: fa-facebook ', 'typecore' ) . ' <a href="https://fontawesome.com/icons?d=gallery&s=brands&m=free" target="_blank"><strong>' . esc_html__( 'View All', 'typecore' ) . ' </strong></a>',
'description' => esc_html__( 'Font Awesome icons. Ex: fa-facebook ', 'typecore' ) . ' <a href="https://fontawesome.com/v5/search?s=brands" target="_blank"><strong>' . esc_html__( 'View All', 'typecore' ) . ' </strong></a>',
'default' => 'fa-',
),
'social-link' => array(