Update FontAwesome customizer link to v5 brands

This commit is contained in:
AlxMedia 2022-02-23 12:06:22 +01:00
parent 5494f3f5b7
commit e6e2680069

View file

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